Click or drag to resize

DiagonalMatrixCreateIdentity Method

Create a new square sparse identity matrix where each diagonal value is set to One.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DiagonalMatrix CreateIdentity(
	int order
)

Parameters

order  Int32
The order of the square matrix.

Return Value

DiagonalMatrix
An identity diagonal matrix of the specified order.
See Also