IMatrixInArray1DRowMajorRepresentationTElement Interface |
Designates that the matrix is represented as a linear array of TElement values.
The array is in row-major order, i.e. the first elements of the linear array belong to the first row of the matrix (the column values change more quickly).
The index of the linear array is calculated as index = column + row*NumberOfColumns.
This representation is used for instance by C, C++, Mathematica, Pascal and Python.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IMatrixInArray1DRowMajorRepresentation<TElement>
Type Parameters
- TElement
- Type of the elements of the matrix.
The IMatrixInArray1DRowMajorRepresentationTElement type exposes the following members.
Methods See Also