Click or drag to resize

MatrixMathToROMatrixFromLeftSpineJaggedArrayT Method

This wraps a jagged double array to the IROMatrixT interface. 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 IBottomExtensibleMatrix<T> ToROMatrixFromLeftSpineJaggedArray<T>(
	T[][] x
)
where T : struct, new()

Parameters

x  T
The jagged array. Each double[] vector is a row of the matrix.

Type Parameters

T

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

Return Value

IBottomExtensibleMatrixT

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

See Also