#include "objects3d.h"
#include "objects1d.h"
#include "sf.h"
#include "cheezyparser.h"
#include "utils.h"
#include "constants.h"
#include <complex>
#include <map>
#include <sstream>
#include <fstream>
Go to the source code of this file.
Classes | |
class | CHarmonicBasisFunction |
class | CSphericalHarmonicBasisFunction |
For Ylm's have l, m and real/imag flag. More... | |
class | CCartesianHarmonicBasisFunction |
Cartesian harmonics have lx, ly and lz. More... | |
class | CHarmonicExpansion< TBas, TObj > |
class | CSphericalHarmonicExpansion< TObj > |
Defines | |
#define | EXTENSION ".coral" |
Typedefs | |
typedef complex< double > | double_complex |
#define EXTENSION ".coral" |
Definition at line 17 of file harmonic_expansion.h.
typedef complex<double> double_complex |
Definition at line 15 of file harmonic_expansion.h.