MADNESS
0.10.1
|
#include <madness/madness_config.h>
#include <madness/tensor/tensor.h>
#include <madness/world/MADworld.h>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
bool | madness::autoc (int k, Tensor< double > *c) |
Return the autocorrelation coefficients for scaling functions of given order. More... | |
void | madness::load_coeffs (World &world, const char *dir) |
Collective routine to load and cache twoscale & autorrelation coefficients. More... | |
bool | madness::test_autoc () |
bool | madness::test_two_scale_coefficients () |
bool | madness::two_scale_coefficients (int k, Tensor< double > *h0, Tensor< double > *h1, Tensor< double > *g0, Tensor< double > *g1) |
Return the two scale coefficients in the Legendre basis. More... | |
bool | madness::two_scale_hg (int k, Tensor< double > *hg) |