#include "abstract/full_solver.hpp"
#include <numeric>
Go to the source code of this file.
|
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 > |
|