IMSL C# Numerical Library

GenMinRes.ImplementationMethod Enumeration

Implementation methods.

public enum GenMinRes.ImplementationMethod

Members

Member Name Description
FirstGramSchmidt Indicates the first Gram-Schmidt implementation method is to be used.
SecondGramSchmidt Indicates the second Gram-Schmidt implementation method is to be used.
FirstHouseholder Indicates the first Householder implementation method is to be used.
SecondHouseholder Indicates the second Householder implementation method is to be used.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace