Click or drag to resize

MatrixMathToMatrixT(MatrixWrapperStructForTopSpineJaggedArrayT) Method

Constructs an RE matrix from an array of double vectors. Attention! The double vectors (the second) dimensions are here the columns (!) of the matrix. The data is not copied.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IRightExtensibleMatrix<T> ToMatrix<T>(
	MatrixWrapperStructForTopSpineJaggedArray<T> wrapper
)
where T : struct, new()

Parameters

wrapper  MatrixWrapperStructForTopSpineJaggedArrayT
Wrapper around a top spine jagged array matrix.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(Altaxo.Calc.LinearAlgebra.MatrixWrapperStructForTopSpineJaggedArray{``0})"]

Return Value

IRightExtensibleMatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(Altaxo.Calc.LinearAlgebra.MatrixWrapperStructForTopSpineJaggedArray{``0})"]

See Also