KesSolverSetOrthogonalizerType
Interface Definition
KesReturnCode KesSolverSetOrthogonalizerType(KesSolver solver, KesOrthogonalizerType type);
Interface Description
Set the orthogonalizer type. The default value is KES_CHOLESKY_QR.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input/Output |
type |
KesOrthogonalizerType |
Orthogonalizer type. |
Input |
KesOrthogonalizerType |
Description |
|---|---|
KES_CHOLESKY_QR |
Cholesky-based QR factorization |
KES_SVD_QR |
SVD-based QR factorization |
Parent topic: Functions for Setting Solution Parameters