|
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::pgesvx< DT, IT, FCT, ODER > |
Typedefs | |
| template<index_t IT, char FCT = 'E', char ODER = 'R'> | |
| using | ezp::par_dgesvx = pgesvx< double, IT, FCT, ODER > |
| template<index_t IT, char FCT = 'E', char ODER = 'R'> | |
| using | ezp::par_sgesvx = pgesvx< float, IT, FCT, ODER > |
| template<index_t IT, char FCT = 'E', char ODER = 'R'> | |
| using | ezp::par_zgesvx = pgesvx< complex16, IT, FCT, ODER > |
| template<index_t IT, char FCT = 'E', char ODER = 'R'> | |
| using | ezp::par_cgesvx = pgesvx< complex8, IT, FCT, ODER > |