Diana
0.8.3
|
#include <CapeSolver.hpp>
Friends | |
std::ostream & | operator<< (std::ostream &out_file, const ICapeNumericLASolver &solver) |
This interface provides facilities which are specific to Solvers of Linear Algebraic equation systems. No specific methods have been defined for this kind of solver and no assumption has been made either for the representation of the vector and matrix of the system. It is left open to the implementation. We have assumed that the Solve method get the matrix and the
vector of the
system using the already defined methods. The
matrix is given by the GetJacobianValues method of the ESO and the
vector is equal to minus the GetResiduals method with all the variables set to zero. The
vector result is given by the GetSolution method.
std::ostream& operator<< | ( | std::ostream & | out_file, |
const ICapeNumericLASolver & | solver | ||
) | [friend] |
ostream output operator for the ICapeNumericLASolver class.