Click or drag to resize

MatrixMathROMatrixFromRowMajorLinearArrayT(MatrixWrapperStructForRowMajorOrderLinearArrayT) Constructor

Initializes a new instance of the MatrixMathROMatrixFromRowMajorLinearArrayT class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ROMatrixFromRowMajorLinearArray(
	MatrixWrapperStructForRowMajorOrderLinearArray<T> wrapper
)

Parameters

wrapper  MatrixWrapperStructForRowMajorOrderLinearArrayT
Wrapper that wraps a linear array in column major order and provides the number of rows and columns.
See Also