#include "hermitefunction_expansion1d.h"
#include "constants.h"
#include <cmath>
#include "misc.h"
Go to the source code of this file.
Functions | |
double | hermite_polynomial (int i, double x) |
double hermite_polynomial | ( | int | i, | |
double | x | |||
) |
Definition at line 37 of file hermitefunction_expansion1d.cc.