#include <LinearOpCGSolver.hpp>
◆ LinearOpCGSolver()
template<typename TLinOP >
◆ getError()
template<typename TLinOP >
◆ getIterations()
template<typename TLinOP >
◆ setMaxIterations()
template<typename TLinOP >
◆ setTolerance()
template<typename TLinOP >
◆ solve() [1/3]
template<typename TLinOP >
◆ solve() [2/3]
template<typename TLinOP >
void LinearOpCGSolver< TLinOP >::solve |
( |
const Eigen::Map< const Eigen::VectorXd > & |
rhs, |
|
|
Eigen::Map< Eigen::VectorXd > & |
out |
|
) |
| |
◆ solve() [3/3]
template<typename TLinOP >
◆ solveWithGuess() [1/2]
template<typename TLinOP >
◆ solveWithGuess() [2/2]
template<typename TLinOP >
void LinearOpCGSolver< TLinOP >::solveWithGuess |
( |
const Eigen::Map< const Eigen::VectorXd > & |
rhs, |
|
|
const Eigen::Map< const Eigen::VectorXd > & |
guess, |
|
|
Eigen::Map< Eigen::VectorXd > & |
out |
|
) |
| |
The documentation for this class was generated from the following file: