MADNESS
version 0.9
|
Routines to provide twoscale & correlation coeffs for Legendre basis. More...
#include <madness/world/world.h>
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <madness/mra/twoscale.h>
#include <madness/tensor/tensor.h>
#include <madness/misc/misc.h>
Namespaces | |
madness | |
Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces. | |
Functions | |
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 () |
void | madness::load_coeffs (World &world, const char *dir) |
Collective routine to load and cache twoscale & autorrelation coefficients. More... | |
Routines to provide twoscale & correlation coeffs for Legendre basis.