MADNESS  version 0.9
Functions
interp3.cc File Reference
#include <iostream>
#include <cmath>
#include <vector>
#include <madness/misc/interpolation_1d.h>
Include dependency graph for interp3.cc:

Functions

double func (double x)
 A simple program for testing the CubicInterpolationTable class. More...
 
int main ()
 

Function Documentation

double func ( double  x)

A simple program for testing the CubicInterpolationTable class.

References mpfr::sin().

Referenced by main().

int main ( )