The implementation method to be used.
An ImplementationMethod value specifying the implementation method to be used.
ImplementationMethod |
Method Used |
|---|---|
FirstGramSchmidt |
Use the first Gram-Schmidt implementation. This is the default value used. |
SecondGramSchmidt |
Use the second Gram-Schmidt implementation. |
FirstHouseholder |
Use the first Householder implementation. |
SecondHouseholder |
Use the second Householder implementation. |
By default, Method = GenMinRes.ImplementationMethod.FirstGramSchmidt.
GenMinRes Class | Imsl.Math Namespace