|
MADNESS
version 0.9
|
#include <madness/madness_config.h>#include <madness/tensor/tensor.h>#include <madness/world/world.h>

Go to the source code of this file.
Namespaces | |
| madness | |
| Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces. | |
Functions | |
| void | madness::load_coeffs (World &world, const char *dir) |
| Collective routine to load and cache twoscale & autorrelation coefficients. More... | |
| 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) |
| bool | madness::test_two_scale_coefficients () |
| bool | madness::autoc (int k, Tensor< double > *c) |
| Return the autocorrelation coefficients for scaling functions of given order. More... | |
| bool | madness::test_autoc () |
1.8.8