Click or drag to resize

JaggedArrayMathGetMatrixArray Method

Allocates an array of n x m values.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[][] GetMatrixArray(
	int n,
	int m
)

Parameters

n  Int32
First matrix dimension (rows).
m  Int32
Second matrix dimension( columns).

Return Value

Double
Array of dimensions n x m.
See Also