#include <WaveletGrid.h>
Public Types | |
| using | BinaryMap = std::unordered_map<std::string, std::vector<double>> |
| enum class | Type { db , sym } |
Static Public Member Functions | |
| static std::unique_ptr< Grid > | setupGrid (unsigned order, unsigned gridsize, bool use_mother_wavelet, Type type) |
| static Type | stringToType (std::string &type_str) |
| static std::string | typeToString (Type type, bool abbrev=false) |
Static Private Member Functions | |
| static std::vector< double > | calcIntegerValues (const Matrix< double > &M, int deriv) |
| static BinaryMap | cascade (std::vector< Matrix< double > > &h_Matvec, std::vector< Matrix< double > > &g_Matvec, const std::vector< double > &values_at_integers, unsigned recursion_number, unsigned bins_per_int, unsigned derivnum, bool use_mother_wavelet) |
| static void | fillGridFromMaps (std::unique_ptr< Grid > &grid, const BinaryMap &valuesmap, const BinaryMap &derivsmap) |
| static std::vector< double > | getEigenvector (const Matrix< double > &A, double eigenvalue) |
| static std::vector< double > | getFilterCoefficients (unsigned order, bool lowpass, Type type) |
| static std::vector< Matrix< double > > | setupMatrices (const std::vector< double > &h) |
| using PLMD::ves::WaveletGrid::BinaryMap = std::unordered_map<std::string, std::vector<double>> |
|
strong |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
|
staticprivate |
|
static |
|
static |
Hosted by GitHub
|
1.17.0
|