escript  Revision_
Namespaces | Functions
Solver.cpp File Reference
#include "Solver.h"
#include "Options.h"
#include "SystemMatrix.h"
#include <boost/math/special_functions/fpclassify.hpp>
#include <iostream>

Namespaces

 paso
 

Functions

void paso::Solver_free (SystemMatrix< double > *A)
 
SolverResult paso::Solver (SystemMatrix_ptr< double > A, double *x, double *b, Options *options, Performance *pp)
 calls the iterative solver More...
 
SolverResult paso::Solver (SystemMatrix_ptr< cplx_t > A, cplx_t *x, cplx_t *b, Options *options, Performance *pp)
 
void paso::Solver_free (SystemMatrix< cplx_t > *A)