|
| ppbsv (const IT rows=get_env< IT >().size()) |
|
template<band_symm_container_t AT, full_container_t BT> |
IT | solve (AT &&A, BT &&B) |
|
IT | solve (band_symm_mat< DT, IT > &&A, full_mat< DT, IT > &&B) |
|
IT | solve (full_mat< DT, IT > &&B) |
|
Public Member Functions inherited from ezp::detail::band_solver< DT, IT, band_symm_mat< DT, IT > > |
| band_solver (const IT rows) |
|
template<full_container_t CT> |
IT | solve (CT &&B) |
|
virtual IT | solve (WT &&, full_mat< DT, IT > &&)=0 |
|
◆ solve()
template<data_t DT, index_t IT, char UL = 'L'>
The documentation for this class was generated from the following file: