|
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::pgbsv< DT, IT > |
| class | ezp::pgbsv< DT, IT >::indexer |
Typedefs | |
| template<index_t IT> | |
| using | ezp::par_dgbsv = pgbsv< double, IT > |
| template<index_t IT> | |
| using | ezp::par_sgbsv = pgbsv< float, IT > |
| template<index_t IT> | |
| using | ezp::par_zgbsv = pgbsv< complex16, IT > |
| template<index_t IT> | |
| using | ezp::par_cgbsv = pgbsv< complex8, IT > |