FEI
Version of the Day
|
#include <fei_Solver.hpp>
Classes | |
class | Factory |
Public Member Functions | |
virtual | ~Solver () |
virtual int | solve (fei::LinearSystem *linearSystem, fei::Matrix *preconditioningMatrix, const fei::ParameterSet ¶meterSet, int &iterationsTaken, int &status) |
Interface for requesting that a linear-system be solved.
Definition at line 22 of file fei_Solver.hpp.
|
inlinevirtual |
virtual destructor
Definition at line 35 of file fei_Solver.hpp.
|
virtual |
Solve a linear system
Definition at line 65 of file fei_Solver.cpp.