Click or drag to resize

Matrix(Double, Int32, Int32) Constructor

Construct a matrix quickly without checking arguments.

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,
	int m,
	int n
)

Parameters

A  Double
Two-dimensional array of doubles.
m  Int32
Number of rows.
n  Int32
Number of columns.
See Also