|
| pgesv (const IT rows, const IT cols) |
|
IT | solve (full_mat< DT, IT > &&A, full_mat< DT, IT > &&B) override |
|
IT | solve (full_mat< DT, IT > &&B) override |
|
template<full_container_t AT, full_container_t BT> |
IT | solve (AT &&A, BT &&B) |
|
| 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 |
|
|
auto | init_storage (const IT n) |
|
auto | to_full (CT &&custom) |
|
auto | to_band (CT &&custom) |
|
auto | to_band_symm (CT &&custom) |
|
full_system | loc |
|
blacs_context< IT > | ctx |
|
static constexpr IT | ZERO |
|
static constexpr IT | ONE |
|
◆ solve()
template<data_t DT, index_t IT, char ODER = 'R'>
The documentation for this class was generated from the following file: