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

KmlAmgSolverApply

Perform back substitution.

Interface Definition

C interface: KmlAmgStatus KmlAmgSolverApply(KmlAmgSolverH solver, KmlAmgMatrixH b, KmlAmgMatrixH x);

Parameters

Parameter

Type

Description

Input/Output

solver

KmlAmgSolverH

Iterative solver handle

Input

b

KmlAmgMatrixH

RHS vector

Input

x

KmlAmgMatrixH

Solution vector

Input/Output

Dependencies

#include "amg4c.h"