MapackMatrix(Double) Constructor |
Constructs a matrix from the given array.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MapackMatrix(
double[][] data
)
Parameters
- data Double
- The array the matrix gets constructed from.
See Also