Click or drag to resize

MatrixMathToMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) Method

Converts a wrapped left spine jagged array to a matrix.

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

Parameters

wrapper  MatrixWrapperStructForLeftSpineJaggedArrayT
The wrapper around a left spine jagged array.

Type Parameters

T
The type of the matrix elements.

Return Value

IBottomExtensibleMatrixT
A matrix with the jagged array's data.
See Also