MADNESS  0.10.1
Typedefs | Functions
testper.cc File Reference

test the periodic convolution operator More...

#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/constants.h>
Include dependency graph for testper.cc:

Typedefs

typedef Vector< double, 1 > coordT
 

Functions

double constant (const coordT &x)
 
int main (int argc, char **argv)
 
double q (double x, double a)
 
int test_per (World &world)
 

Detailed Description

test the periodic convolution operator

Typedef Documentation

◆ coordT

typedef Vector<double,1> coordT

Function Documentation

◆ constant()

double constant ( const coordT x)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ q()

double q ( double  x,
double  a 
)

References a.

Referenced by test_per().

◆ test_per()

int test_per ( World world)