ezp
Loading...
Searching...
No Matches
pposvx.hpp File Reference
#include "abstract/full_solver.hpp"
#include <numeric>
Include dependency graph for pposvx.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_dposvx = pposvx< double, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_sposvx = pposvx< float, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_zposvx = pposvx< complex16, IT, UL, ODER >
 
template<index_t IT, char UL = 'L', char ODER = 'R'>
using ezp::par_cposvx = pposvx< complex8, IT, UL, ODER >