Click or drag to resize

Matrix(Int32, Int32, Double) Constructor

Construct an m-by-n constant matrix.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix(
	int m,
	int n,
	double s
)

Parameters

m  Int32
Number of rows.
n  Int32
Number of colums.
s  Double
Fill the matrix with this scalar value.
See Also