SparseCompressedColumnMatrix<T>.ElementOrder Property

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

Definition

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

Property Value

MatrixElementOrder
Always returns MatrixElementOrder.ColumnMajor.

See Also