MADNESS  0.10.1
Classes | Functions
testunaryop.cc File Reference

test a unary op More...

#include <madness/constants.h>
Include dependency graph for testunaryop.cc:

Classes

class  Gaussian< T, NDIM >
 

Functions

int main (int argc, char **argv)
 
template<typename T , std::size_t NDIM>
void squareit (const Key< NDIM > &key, Tensor< T > &t)
 
template<typename T , std::size_t NDIM>
void test_unaryop (World &world)
 

Detailed Description

test a unary op

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ squareit()

template<typename T , std::size_t NDIM>
void squareit ( const Key< NDIM > &  key,
Tensor< T > &  t 
)

◆ test_unaryop()

template<typename T , std::size_t NDIM>
void test_unaryop ( World world)