我要评分
获取效率
正确性
完整性
易理解

KesSolverSetOrthoProjectorType

Interface Definition

KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);

Interface Description

Set 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.