Python Extended Types and OML Type Mapping
Comparative list of data types in Python and OML that can be used when creating a bridge between the two languages.
Python Non-Basic Type | OML Type | Comments |
---|---|---|
Numpy – array, Ndarray, matrix |
Matrix ND Matrix |
|
Scipy - CSC (Compressed Sparse Column) matrix | Sparse matrix | Python Scipy non-CSC sparse matrix to be converted to CSC by using the method tocsc() to get it into OML. |