Holds options for the sparse solver. More...
#include <limits>#include "dense/BLASLAPACKWrapper.hpp"#include "HSS/HSSOptions.hpp"#include "BLR/BLROptions.hpp"#include "HODLR/HODLROptions.hpp"

Go to the source code of this file.
Classes | |
| class | strumpack::SPOptions< scalar_t > |
| Options for the sparse solver. More... | |
Namespaces | |
| strumpack | |
Functions | |
| std::string | strumpack::get_name (ReorderingStrategy method) |
| bool | strumpack::is_parallel (ReorderingStrategy method) |
| std::string | strumpack::get_name (CompressionType comp) |
| MatchingJob | strumpack::get_matching (int job) |
| int | strumpack::get_matching (MatchingJob job) |
| std::string | strumpack::get_description (MatchingJob job) |
| template<typename real_t > | |
| real_t | strumpack::default_rel_tol () |
| template<typename real_t > | |
| real_t | strumpack::default_abs_tol () |
| template<> | |
| float | strumpack::default_rel_tol () |
| template<> | |
| float | strumpack::default_abs_tol () |
| int | strumpack::default_gpu_streams () |
Holds options for the sparse solver.