Click or drag to resize

Matrix   Conversion (Matrix to Double)

Explicit conversion to CLR jagged array without making copy

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static explicit operator double[][] (
	Matrix a
)

Parameters

a  Matrix
Matrix to convert

Return Value

Double
Jagged array
See Also