Diana  0.8.3
Friends
ICapeNumericLASolver Class Reference

#include <CapeSolver.hpp>

Inheritance diagram for ICapeNumericLASolver:
ICapeNumericSolver ICapeIdentification ICapeUtilities

List of all members.

Friends

std::ostream & operator<< (std::ostream &out_file, const ICapeNumericLASolver &solver)

Detailed Description

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 $A$ matrix and the $B$ vector of the $A X = B$ system using the already defined methods. The $A$ matrix is given by the GetJacobianValues method of the ESO and the $B$ vector is equal to minus the GetResiduals method with all the variables set to zero. The $X$ vector result is given by the GetSolution method.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out_file,
const ICapeNumericLASolver solver 
) [friend]

ostream output operator for the ICapeNumericLASolver class.


The documentation for this class was generated from the following file: