SparseCompressedColumnMatrix<T>.ElementOrder Property

Gets a value indicating the order in which the matrix elements are stored.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override MatrixElementOrder ElementOrder { get; }

Property Value

MatrixElementOrder
Always returns MatrixElementOrder.ColumnMajor.

See Also