Implementation methods.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum ImplementationMethod
Visual Basic (Declaration)
Public Enumeration ImplementationMethod
Visual C++
public enum class ImplementationMethod

Members

Member nameDescription
FirstGramSchmidt
Indicates the first Gram-Schmidt implementation method is to be used.
SecondGramSchmidt
Indicates the second Gram-Schmidt implementation method is to be used.
FirstHouseholder
Indicates the first Householder implementation method is to be used.
SecondHouseholder
Indicates the second Householder implementation method is to be used.

See Also