This is the complete list of members for cgv::math::sparse_les, including all inherited members.
create_by_cap(SparseLesCaps caps, int n, int nr_rhs, int nr_nze=-1) | cgv::math::sparse_les | static |
create_by_name(const std::string &solver_name, int n, int nr_rhs, int nr_nze=-1) | cgv::math::sparse_les | static |
get_ref_count() const | cgv::data::ref_counted | inline |
get_solver_factories() | cgv::math::sparse_les | static |
get_x_entry(int i) const | cgv::math::sparse_les | virtual |
get_x_entry(int i, int j) const =0 | cgv::math::sparse_les | pure virtual |
ref_b_entry(int i) | cgv::math::sparse_les | virtual |
ref_b_entry(int i, int j)=0 | cgv::math::sparse_les | pure virtual |
ref_counted() | cgv::data::ref_counted | inlineprotected |
register_solver_factory(sparse_les_factory_ptr sls_fac) | cgv::math::sparse_les | static |
set_b_entry(int i, double val) | cgv::math::sparse_les | virtual |
set_b_entry(int i, int j, double val)=0 | cgv::math::sparse_les | pure virtual |
set_mat_entry(int r, int c, double val)=0 | cgv::math::sparse_les | pure virtual |
set_ref_count(int c) const | cgv::data::ref_counted | inlineprotected |
solve(bool analyze_residual=false)=0 | cgv::math::sparse_les | pure virtual |