Get identify matrix of the given size (x == y)

Namespace:  Hyleos.Mathematic.Matrix
Assembly:  Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)

Syntax

C#
public static MatrixDouble Identity(
	int size
)
Visual Basic (Declaration)
Public Shared Function Identity ( _
	size As Integer _
) As MatrixDouble
Visual C++
public:
static MatrixDouble^ Identity(
	int size
)

Parameters

size
Type: System..::.Int32
Identity matrix size

Return Value

Identity MatrixDouble

See Also