MADNESS 0.10.1
Namespaces | Functions
twoscale.h File Reference
#include <madness/madness_config.h>
#include <madness/tensor/tensor.h>
#include <madness/world/MADworld.h>
Include dependency graph for twoscale.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  madness
 Namespace for all elements and tools of MADNESS.
 

Functions

bool madness::autoc (int k, Tensor< double > *c)
 Return the autocorrelation coefficients for scaling functions of given order.
 
void madness::load_coeffs (World &world, const char *dir)
 Collective routine to load and cache twoscale & autorrelation coefficients.
 
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.
 
bool madness::two_scale_hg (int k, Tensor< double > *hg)