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

KesSolverSetProblemType

Interface Definition

KesReturnCode KesSolverSetProblemType(KesSolver solver, KesProblemType type);

Interface Description

Sets the type of problems to be solved.

Parameters

Parameter

Type

Description

Input/Output

solver

KesSolver

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

Input/Output

type

KesProblemType

Eigenvalue problem type, which can be standard eigenvalue problem or generalized eigenvalue problem.

Input