MatrixMathToMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) Method |
Converts a wrapped left spine jagged array to a matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IBottomExtensibleMatrixTA matrix with the jagged array's data.
See Also