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