LAMA
|
Solver superclass. More...
#include <lama/config.hpp>
#include <lama/NonCopyable.hpp>
#include <lama/Vector.hpp>
#include <lama/Printable.hpp>
#include <lama/matrix/Matrix.hpp>
#include <lama/solver/SolutionProxy.hpp>
#include <lama/solver/logger/Logger.hpp>
#include <logging/logging.hpp>
#include <string>
#include <memory>
Go to the source code of this file.
Data Structures | |
class | lama::Solver |
Superclass for all solvers. More... | |
struct | lama::Solver::SolverRuntime |
Status independent solver informations. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Typedefs | |
typedef boost::shared_ptr< Solver > | lama::SolverPtr |
Solver superclass.
Direct solvers can be derived from here, iterative sovlers should use the IterativeSolver class.