HCL_LinearSolver_d is the base class for linear solvers, that is, for objects representing algorithms for solving linear operator equations
![]() | Parameters () Access to the parameter table |
![]() | Solve ( const HCL_LinearOp_d & A, const HCL_Vector_d & b, HCL_Vector_d & x ) Solve the equation Ax=b for x. Returns non-zero on error. |
HCL_LinearSolver_d is the base class for linear solvers, that is, for objects representing algorithms for solving linear operator equations. This class is intended to represent "abstract" algorithms, that is, algorithms such as conjugate gradients which do not use the implementation of the operator.
virtual Table& Parameters()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de