RMatrixIdentity Method

Creates an identity matrix given its size.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static RMatrix Identity(
	int size
)

Parameters

size  Int32
Number of rows and columns.

Return Value

RMatrix
An identity matrix with the requested size.

See Also