|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Classes | |
| class | indexer |
Public Member Functions | |
| full_solver (const IT rows, const IT cols) | |
| template<full_container_t AT, full_container_t BT> | |
| IT | solve (AT &&A, BT &&B) |
| template<full_container_t AT> | |
| IT | solve (AT &&A, full_mat< DT, IT > &&B) |
| template<full_container_t BT> | |
| IT | solve (full_mat< DT, IT > &&A, BT &&B) |
Public Member Functions inherited from ezp::detail::abstract_solver< DT, IT, full_mat< DT, IT > > | |
| IT | solve (CT &&B) |
| virtual IT | solve (WT &&, full_mat< DT, IT > &&)=0 |
| virtual IT | solve (full_mat< DT, IT > &&)=0 |
Protected Member Functions | |
| auto | init_storage (const IT n) |
| auto | gather_pivot () |
Protected Member Functions inherited from ezp::detail::abstract_solver< DT, IT, full_mat< DT, IT > > | |
| auto | to_full (CT &&custom) |
Protected Attributes | |
| full_system | loc |
| blacs_context< IT > | ctx |
Additional Inherited Members | |
Static Protected Attributes inherited from ezp::detail::abstract_solver< DT, IT, full_mat< DT, IT > > | |
| static constexpr IT | ZERO |
| static constexpr IT | ONE |