BasisStandard Method
Returns the standard basis of the specified dimension.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public static Basis Standard(
int dimension
)
Public Shared Function Standard (
dimension As Integer
) As Basis
public:
static Basis^ Standard(
int dimension
)
static member Standard :
dimension : int -> Basis
- dimension Int32
-
The dimension of the Basis.
Basis
The standard basis of the given dimension.
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.