BasisStandard Method

Returns the standard basis of the specified dimension.

Definition

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

Parameters

dimension  Int32
The dimension of the Basis.

Return Value

Basis
The standard basis of the given dimension.

Remarks

A basis is standard for a space having a given dimension if it can be represented by the Identity(Int32) matrix having the same dimension.

Exceptions

ArgumentOutOfRangeExceptiondimension is not positive.

See Also