#include "abstract/full_solver.hpp"
Go to the source code of this file.
|
template<index_t IT, char ODER = 'R'> |
using | ezp::par_dgesv = pgesv< double, IT, ODER > |
|
template<index_t IT, char ODER = 'R'> |
using | ezp::par_sgesv = pgesv< float, IT, ODER > |
|
template<index_t IT, char ODER = 'R'> |
using | ezp::par_zgesv = pgesv< complex16, IT, ODER > |
|
template<index_t IT, char ODER = 'R'> |
using | ezp::par_cgesv = pgesv< complex8, IT, ODER > |
|
template<index_t IT> |
using | ezp::par_dgesv_c = pgesv< double, IT, 'C'> |
|
template<index_t IT> |
using | ezp::par_sgesv_c = pgesv< float, IT, 'C'> |
|
template<index_t IT> |
using | ezp::par_zgesv_c = pgesv< complex16, IT, 'C'> |
|
template<index_t IT> |
using | ezp::par_cgesv_c = pgesv< complex8, IT, 'C'> |
|