Rate This Document
Findability
Accuracy
Completeness
Readability

KesSolverSetOrthoProjectorType

Interface Definition

KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);

Interface Description

Sets the orthogonal projection algorithm. The default value is KES_GRAM_SCHMIDT.

Parameter

Parameter

Type

Description

Input/Output

solver

KesSolver

Handle to the solver. It cannot be a null pointer.

Input/Output

type

KesOrthoProjectorType

Orthogonal projection algorithm.

Input

KesOrthoProjectorType

Description

KES_GRAM_SCHMIDT

Block Gram-Schmidt orthogonal projection.