ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
pgesvx.hpp File Reference
#include "abstract/full_solver.hpp"
#include <numeric>
Include dependency graph for pgesvx.hpp:
This graph shows which files directly or indirectly include this file:

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 >