IMSL C# Numerical Library

GenMinRes.Method Property

The implementation method to be used.

public GenMinRes.ImplementationMethod Method {get; set;}

Property Value

An ImplementationMethod value specifying the implementation method to be used.

Remarks

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.

See Also

GenMinRes Class | Imsl.Math Namespace