Gets a value indicating the order in which the matrix
elements are stored.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual MatrixElementOrder ElementOrder { get; }
Public Overridable ReadOnly Property ElementOrder As MatrixElementOrder
Get
public:
virtual property MatrixElementOrder ElementOrder {
MatrixElementOrder get ();
}
abstract ElementOrder : MatrixElementOrder with get
override ElementOrder : MatrixElementOrder with get
Property Value
Type:
MatrixElementOrderA
MatrixElementOrder value.
Matrix elements are stored in column
major order by default. Most algorithms are optimized
for this storage order.
Reference