Click or drag to resize

StorageType Enumeration

Enumeration for specifying the storage scheme of a matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum StorageType
Members
Member nameValueDescription
ColumnMajor0 Column-major order.
RowMajor1 Row-major order.
See Also