escript Revision_
|
#include "Solver.h"
#include "Options.h"
#include "SystemMatrix.h"
#include <boost/math/special_functions/fpclassify.hpp>
#include <iostream>
Namespaces | |
namespace | 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 | |
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) |