#include <fstream>
#include <cmath>
#include <cfloat>
#include <climits>
#include "wcpplib/util/String.h"
#include "wcpplib/safetl/AbsArr.h"
#include "wcpplib/safetl/AbsPtr.h"
#include "wcpplib/math/minmax.h"
#include "heed++/code/PhysicalConstants.h"
Go to the source code of this file.
|
int | Heed::sign_nonlinear_interpolation (double e1, double cs1, double e2, double cs2, double threshold) |
|
double | Heed::glin_integ_ar (DynLinArr< double > x, DynLinArr< double > y, long q, double x1, double x2, double threshold) |
|
double | Heed::my_integr_fun (double xp1, double yp1, double xp2, double yp2, double xmin, double, double x1, double x2) |
|
double | Heed::my_val_fun (double xp1, double yp1, double xp2, double yp2, double xmin, double, double x) |
|
std::ostream & | Heed::operator<< (std::ostream &file, const AtomPhotoAbsCS &f) |
|
std::ostream & | Heed::operator<< (std::ostream &file, const MolecPhotoAbsCS &f) |
|
◆ CALC_W_USING_CHARGES
#define CALC_W_USING_CHARGES |