Click or drag to resize

MatrixIdentity Method

Generate identity matrix

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

Parameters

m  Int32
Number of rows.
n  Int32
Number of colums.

Return Value

Matrix
An m-by-n matrix with ones on the diagonal and zeros elsewhere.
See Also