|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
#include "abstract/full_solver.hpp"#include <numeric>Go to the source code of this file.
Classes | |
| class | ezp::pposvx< DT, IT, UL, ODER > |
Typedefs | |
| template<index_t IT, char UL = 'L', char ODER = 'R'> | |
| using | ezp::par_dposvx = pposvx< double, IT, UL, ODER > |
| template<index_t IT, char UL = 'L', char ODER = 'R'> | |
| using | ezp::par_sposvx = pposvx< float, IT, UL, ODER > |
| template<index_t IT, char UL = 'L', char ODER = 'R'> | |
| using | ezp::par_zposvx = pposvx< complex16, IT, UL, ODER > |
| template<index_t IT, char UL = 'L', char ODER = 'R'> | |
| using | ezp::par_cposvx = pposvx< complex8, IT, UL, ODER > |