Click or drag to resize

BasisStandard Method

Returns the standard basis of the specified dimension.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static Basis Standard(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the Basis.

Return Value

Type: Basis
The standard basis of the given dimension.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondimension is not positive.
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.
See Also