ndns Namespace Reference
[Ndarray]


Enumerations

enum  Order { C, Fortran }


Enumeration Type Documentation

enum ndns::Order

Enum defines assumed order of the element in memory. Values are used as parameters for constructors and reshape() method. By default methods assume C-style memory ordering where last index changes faster. If in-memory data has Fortran layout (first index changes faster) than one needs to provide Fortran as the last argument to the above methods. It is also possible to change strides to any other memory layout by using strides() method.

Enumerator:
C 
Fortran 

Definition at line 54 of file ndarray.h.


Generated on 19 Dec 2016 for PSDMSoftware by  doxygen 1.4.7