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