MADNESS 0.10.1
Classes | Functions | Variables
pcr.cc File Reference
#include <madness/mra/mra.h>
#include <madness/mra/vmra.h>
Include dependency graph for pcr.cc:

Classes

class  Gaussian< T, NDIM >
 

Functions

int main (int argc, char **argv)
 
real_functor_3d random_gaussian ()
 
std::vector< real_function_3drandom_gaussians (size_t n, World &world)
 
void test (World &world)
 

Variables

static const long k = 8
 
static const double L = 32.0
 
static const size_t nfunc = 64
 
static const double thresh = 1e-6
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ random_gaussian()

real_functor_3d random_gaussian ( )

◆ random_gaussians()

std::vector< real_function_3d > random_gaussians ( size_t  n,
World world 
)

◆ test()

void test ( World world)

Variable Documentation

◆ k

const long k = 8
static

Referenced by test().

◆ L

const double L = 32.0
static

Referenced by test().

◆ nfunc

const size_t nfunc = 64
static

◆ thresh

const double thresh = 1e-6
static

Referenced by test().