DoubleMatrixIdentity Method

Creates a DoubleMatrix instance representing the identity matrix having the specified dimension.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public static DoubleMatrix Identity(
	int dimension
)

Parameters

dimension  Int32
The dimension of the identity matrix.

Return Value

DoubleMatrix
The identity matrix having the specified dimension.

Exceptions

ArgumentOutOfRangeExceptiondimension is not positive.

See Also