Contains the HSSOptions class as well as general routines for HSS options. More...
#include "clustering/Clustering.hpp"
Go to the source code of this file.
Classes | |
class | strumpack::HSS::HSSOptions< scalar_t > |
Class containing several options for the HSS code and data-structures. More... | |
Namespaces | |
strumpack | |
strumpack::HSS | |
Functions | |
template<typename real_t > | |
real_t | strumpack::HSS::default_HSS_rel_tol () |
template<typename real_t > | |
real_t | strumpack::HSS::default_HSS_abs_tol () |
template<> | |
float | strumpack::HSS::default_HSS_rel_tol () |
template<> | |
float | strumpack::HSS::default_HSS_abs_tol () |
std::string | strumpack::HSS::get_name (CompressionAlgorithm a) |
Contains the HSSOptions class as well as general routines for HSS options.