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

Go to the source code of this file.

Classes

class  ezp::pposv< DT, IT, UL, ODER >
 

Typedefs

template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_dposv = pposv< double, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_sposv = pposv< float, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_zposv = pposv< double, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_cposv = pposv< float, IT, UL, ODER >
 
template<index_t IT, char UL = 'L'>
using ezp::par_dposv_c = pposv< double, IT, UL, 'C'>
 
template<index_t IT, char UL = 'L'>
using ezp::par_sposv_c = pposv< float, IT, UL, 'C'>
 
template<index_t IT, char UL = 'L'>
using ezp::par_zposv_c = pposv< double, IT, UL, 'C'>
 
template<index_t IT, char UL = 'L'>
using ezp::par_cposv_c = pposv< float, IT, UL, 'C'>
 
template<index_t IT, char ODER = 'R'>
using ezp::par_dposv_u = pposv< double, IT, 'U', ODER >
 
template<index_t IT, char ODER = 'R'>
using ezp::par_sposv_u = pposv< float, IT, 'U', ODER >
 
template<index_t IT, char ODER = 'R'>
using ezp::par_zposv_u = pposv< double, IT, 'U', ODER >
 
template<index_t IT, char ODER = 'R'>
using ezp::par_cposv_u = pposv< float, IT, 'U', ODER >
 
template<index_t IT>
using ezp::par_dposv_uc = pposv< double, IT, 'U', 'C'>
 
template<index_t IT>
using ezp::par_sposv_uc = pposv< float, IT, 'U', 'C'>
 
template<index_t IT>
using ezp::par_zposv_uc = pposv< double, IT, 'U', 'C'>
 
template<index_t IT>
using ezp::par_cposv_uc = pposv< float, IT, 'U', 'C'>