Matrix(Double) Constructor |
Construct a matrix from a 2-D jagged array.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix(
double[][] A
)
Parameters
- A Double
- Two-dimensional array of doubles.
Exceptions Remarks Array is not copied
See Also