Sparse Compressed Column Matrix<T>.Element Order 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.3
C#
Always returns MatrixElementOrder.ColumnMajor.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override MatrixElementOrder ElementOrder { get; }
Property Value
MatrixElementOrderAlways returns MatrixElementOrder.ColumnMajor.