Click or drag to resize
GenMinResMethod Property
The implementation method to be used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public GenMinResImplementationMethod Method { get; set; }

Property Value

Type: GenMinResImplementationMethod
An ImplementationMethod value specifying the implementation method to be used.
Remarks

ImplementationMethodMethod Used
FirstGramSchmidtUse 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.

See Also