ILNumerics Ultimate VS

ILMatheye Method (Int32, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new matrix with element type Double having diagonal values of 1.0.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<double> eye(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
Number of rows to create.
columns
Type: SystemInt32
Number of columns to create.

Return Value

Type: RetArrayDouble
Unity matrix (diagonal matrix) of type double, column major storage.
Remarks

[ILNumerics Computing Engine]

See Also

Reference