|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Public Member Functions | |
| 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<full_container_t CT> | |
| auto | to_full (CT &&custom) |
Static Protected Attributes | |
| static constexpr IT | ZERO {0} |
| static constexpr IT | ONE {1} |