|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Public Member Functions | |
| band_solver (const IT rows) | |
Public Member Functions inherited from ezp::detail::abstract_solver< DT, IT, WT > | |
| template<full_container_t CT> | |
| IT | solve (CT &&B) |
| virtual IT | solve (WT &&, full_mat< DT, IT > &&)=0 |
| virtual IT | solve (full_mat< DT, IT > &&)=0 |
Protected Member Functions | |
| template<band_container_t CT> | |
| auto | to_band (CT &&custom) |
| template<band_symm_container_t CT> | |
| auto | to_band_symm (CT &&custom) |
Protected Member Functions inherited from ezp::detail::abstract_solver< DT, IT, WT > | |
| template<full_container_t CT> | |
| auto | to_full (CT &&custom) |
Protected Attributes | |
| blacs_context< IT > | ctx |
| blacs_context< IT > | trans_ctx |
Additional Inherited Members | |
Static Protected Attributes inherited from ezp::detail::abstract_solver< DT, IT, WT > | |
| static constexpr IT | ZERO {0} |
| static constexpr IT | ONE {1} |