MatrixMathTopSpineJaggedArrayMatrixT(T) Constructor |
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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TopSpineJaggedArrayMatrix(
T[][] from
)
Parameters
- from T
[Missing <param name="from"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.TopSpineJaggedArrayMatrix`1.#ctor(`0[][])"]
See Also