Gets a value indicating the order in which the matrix
elements are stored.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property ElementOrder As MatrixElementOrder |
| C# |
|---|
public virtual MatrixElementOrder ElementOrder { get; } |
| C++ |
|---|
public: virtual MatrixElementOrder ElementOrder { MatrixElementOrder get (); } |
Value
A MatrixElementOrder value.
Remarks
Matrix elements are stored in column
major order by default. Most algorithms are optimized
for this storage order.