HCL_LinearSolver_d is the base class for linear solvers, that is, for objects representing algorithms for solving linear operator equations
![]() | Solve ( const HCL_LinearOp_d & A, const HCL_Vector_d & b, HCL_Vector_d & x ) const Solve the equation Ax=b for x. Returns non-zero on error. |
![]() | Parameters () const Access to the parameter table |
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() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de