Matrix Conversion (Matrix to Double) |
Explicit conversion to CLR jagged array without making copy
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static explicit operator double[][] (
Matrix a
)
Parameters
- a Matrix
- Matrix to convert
Return Value
DoubleJagged array
See Also