Click or drag to resize

Matrix(Double) Constructor

Construct a matrix from a 2-D jagged array.

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

Parameters

A  Double
Two-dimensional array of doubles.
Exceptions
ExceptionCondition
ArgumentExceptionAll rows must have the same length
Remarks
Array is not copied
See Also