|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
#include "abstract/band_solver.hpp"Go to the source code of this file.
Classes | |
| class | ezp::ppbsv< DT, IT, UL > |
| class | ezp::ppbsv< DT, IT, UL >::indexer |
Typedefs | |
| template<index_t IT, char UL = 'L'> | |
| using | ezp::par_dpbsv = ppbsv< double, IT, UL > |
| template<index_t IT, char UL = 'L'> | |
| using | ezp::par_spbsv = ppbsv< float, IT, UL > |
| template<index_t IT, char UL = 'L'> | |
| using | ezp::par_zpbsv = ppbsv< complex16, IT, UL > |
| template<index_t IT, char UL = 'L'> | |
| using | ezp::par_cpbsv = ppbsv< complex8, IT, UL > |
| template<index_t IT> | |
| using | ezp::par_dpbsv_u = ppbsv< double, IT, 'U'> |
| template<index_t IT> | |
| using | ezp::par_spbsv_u = ppbsv< float, IT, 'U'> |
| template<index_t IT> | |
| using | ezp::par_zpbsv_u = ppbsv< complex16, IT, 'U'> |
| template<index_t IT> | |
| using | ezp::par_cpbsv_u = ppbsv< complex8, IT, 'U'> |