Click or drag to resize

SparseMatrixIdentity Method

Identity matrix in sparse form

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

Parameters

m  Int32
Row dimension
n  Int32
Column dimension

Return Value

SparseMatrix
An m x n sparse identity matrix
See Also