Click or drag to resize

BasisGetBasisMatrix Method

Gets the matrix representation of the Basis.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public DoubleMatrix GetBasisMatrix()

Return Value

Type: DoubleMatrix
A matrix whose columns are the basis vectors.
Remarks

If this instance represents a basis, say LaTeX equation, formed by the LaTeX equation linearly independent vectors LaTeX equation, then method GetBasisMatrix returns matrix

LaTeX equation

See Also