-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Overview | ||
-------- | ||
|
||
The ``ndtypes`` module is the Python interface to the ``libndtypes`` library. | ||
``libndtypes`` implements dynamic types relevant for scientific computing. | ||
|
||
These types contain full memory layout information and are used both for type | ||
checking and accessing values in memory. | ||
|
||
Types are specified using a close variant of the datashape language. | ||
|
||
``ndtypes`` supports other container modules. It displays types, performs | ||
type checking, and the concrete type layout information is used to traverse | ||
memory. | ||
|
||
As an example, ``xnd`` is a container module that is based on ``ndtypes``. | ||
|
||
Links | ||
----- | ||
|
||
* https://github.com/xnd-project/ |