Represents the possible values for the order in which
elements of a matrix are stored. The
matrix elements must be contiguous in the storage array
in the direction specified by this value.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public enum MatrixElementOrder
|
| Visual Basic (Declaration) |
Public Enumeration MatrixElementOrder
|
| Visual C++ |
public enum class MatrixElementOrder
|
| F# |
type MatrixElementOrder
|
Members
Remarks
See Also