|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Public Member Functions | |
| lis (const std::string_view setting) | |
| void | set_option (const std::string_view setting) const |
| auto | solve (sparse_csr_mat< LIS_SCALAR, LIS_INT > &&A, full_mat< LIS_SCALAR, LIS_INT > &&B) |
| LIS_INT | solve (full_mat< LIS_SCALAR, LIS_INT > &&B) const |
Additional Inherited Members | |
Protected Member Functions inherited from ezp::detail::lis_base | |
| auto | sync_error (LIS_INT error) const |
Protected Attributes inherited from ezp::detail::lis_base | |
| const detail::lis_env & | env = detail::get_lis_env() |