Enumeration for specifying the storage scheme of a matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum StorageType |
| Visual Basic (Declaration) |
|---|
Public Enumeration StorageType |
| Visual C++ |
|---|
public enum class StorageType |
Members
| Member name | Description | |
|---|---|---|
| ColumnMajor |
Column-major order.
| |
| RowMajor |
Row-major order.
|