Click or drag to resize

StorageOrder Enumeration

Specifies a linear ordering by which matrix entries are stored.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public enum StorageOrder
Members
  Member nameValueDescription
ColumnMajor102 The order is by columns. Entries are ordered by their column index first, and entries laying on a given column are in turn ordered by their row index.
RowMajor0 The order is by rows. Entries are ordered by their row index first, and entries laying on a given row are in turn ordered by their column index.
See Also