Click or drag to resize
GenMinResImplementationMethod Enumeration
Implementation methods.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum ImplementationMethod
Members
  Member nameValueDescription
FirstGramSchmidt1 Indicates the first Gram-Schmidt implementation method is to be used.
SecondGramSchmidt2 Indicates the second Gram-Schmidt implementation method is to be used.
FirstHouseholder3 Indicates the first Householder implementation method is to be used.
SecondHouseholder4 Indicates the second Householder implementation method is to be used.
See Also