![]() |
Hex
2.2
Hydrogen-electron collision solver
|
#include <algorithm>#include <cmath>#include <complex>#include <cstring>#include <cstdlib>#include <ctime>#include <vector>#include "hex-arrays.h"#include "hex-chebyshev.h"#include "hex-clenshawcurtis.h"#include "hex-hdffile.h"#include "hex-hydrogen.h"#include "hex-matrix.h"#include "hex-misc.h"#include "hex-special.h"#include "hex-version.h"#include "amplitudes.h"#include "bspline.h"#include "hldata.h"#include "radial.h"
Functions | |
| Complex | inv_power_extrapolate (rArray X, cArrayView Y) |
| Complex inv_power_extrapolate | ( | rArray | X, |
| cArrayView | Y | ||
| ) |
1.8.13