GenMinResImplementationMethod Enumeration |
Implementation methods.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum ImplementationMethod
Public Enumeration ImplementationMethod
public enum class ImplementationMethod
type ImplementationMethod
Members
| Member name | Value | Description |
---|
| FirstGramSchmidt | 1 | Indicates the first Gram-Schmidt implementation method is to be used. |
| SecondGramSchmidt | 2 | Indicates the second Gram-Schmidt implementation method is to be used. |
| FirstHouseholder | 3 | Indicates the first Householder implementation method is to be used. |
| SecondHouseholder | 4 | Indicates the second Householder implementation method is to be used. |
See Also