Click or drag to resize

MatrixMathToMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) Method

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


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

Parameters

wrapper  MatrixWrapperStructForLeftSpineJaggedArrayT

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

Type Parameters

T

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

Return Value

IBottomExtensibleMatrixT

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

See Also