Click or drag to resize

MatrixBuilderTSparseIdentity(Int32) Method

Create a new diagonal dense identity matrix with a one-diagonal.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Matrix<T> SparseIdentity(
	int order
)

Parameters

order  Int32
The order (number of rows and columns) of the matrix.

Return Value

MatrixT
The created matrix.
See Also