The implementation method to be used.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public GenMinResImplementationMethod Method { get; set; }
Public Property Method As GenMinResImplementationMethod
Get
Set
public:
property GenMinResImplementationMethod Method {
GenMinResImplementationMethod get ();
void set (GenMinResImplementationMethod value);
}
member Method : GenMinResImplementationMethod with get, set
Property Value
Type:
GenMinResImplementationMethod
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