ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
ezp::lis Class Referencefinal
Inheritance diagram for ezp::lis:
[legend]
Collaboration diagram for ezp::lis:
[legend]

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_envenv = detail::get_lis_env()
 

The documentation for this class was generated from the following file: