ezp
|
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) |
![]() | |
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 | to_full (CT &&custom) |
auto | to_band (CT &&custom) |
auto | to_band_symm (CT &&custom) |
Protected Attributes | |
full_system | loc |
blacs_context< IT > | ctx |
Additional Inherited Members | |
![]() | |
static constexpr IT | ZERO |
static constexpr IT | ONE |