| A | symildl::solver< el_type, mat_type > | |
| D | symildl::solver< el_type, mat_type > | |
| display() | symildl::solver< el_type, mat_type > | inline |
| equil_type | symildl::solver< el_type, mat_type > | |
| has_rhs | symildl::solver< el_type, mat_type > | |
| L | symildl::solver< el_type, mat_type > | |
| load(std::string filename) | symildl::solver< el_type, mat_type > | inline |
| load(const std::vector< int > &ptr, const std::vector< int > &row, const std::vector< el_type > &val) | symildl::solver< el_type, mat_type > | inline |
| load(const int *ptr, const int *row, const el_type *val, int dim) | symildl::solver< el_type, mat_type > | inline |
| minres(int max_iter=1000, double stop_tol=1e-6, double shift=0.0) | symildl::solver< el_type, mat_type > | |
| msg_lvl | symildl::solver< el_type, mat_type > | |
| perform_inplace | symildl::solver< el_type, mat_type > | |
| perm | symildl::solver< el_type, mat_type > | |
| piv_type | symildl::solver< el_type, mat_type > | |
| pivot_type typedef (defined in symildl::solver< el_type, mat_type >) | symildl::solver< el_type, mat_type > | |
| reorder_type | symildl::solver< el_type, mat_type > | |
| rhs | symildl::solver< el_type, mat_type > | |
| save() | symildl::solver< el_type, mat_type > | inline |
| save_sol | symildl::solver< el_type, mat_type > | |
| set_equil(const char *equil) | symildl::solver< el_type, mat_type > | inline |
| set_inplace(bool inplace) | symildl::solver< el_type, mat_type > | inline |
| set_message_level(const char *msg) | symildl::solver< el_type, mat_type > | inline |
| set_pivot(const char *pivot) | symildl::solver< el_type, mat_type > | inline |
| set_reorder_scheme(const char *ordering) | symildl::solver< el_type, mat_type > | inline |
| set_rhs(vector< el_type > b) | symildl::solver< el_type, mat_type > | inline |
| set_solver(const char *solver) | symildl::solver< el_type, mat_type > | inline |
| sol_vec | symildl::solver< el_type, mat_type > | |
| solve(double fill_factor, double tol, double pp_tol, int max_iter=-1, double minres_tol=1e-6, double shift=0.0) | symildl::solver< el_type, mat_type > | inline |
| solve_type (defined in symildl::solver< el_type, mat_type >) | symildl::solver< el_type, mat_type > | |
| solver() | symildl::solver< el_type, mat_type > | inline |
| sqmr(int max_iter=1000, double stop_tol=1e-6) | symildl::solver< el_type, mat_type > | |