#include <iostream>
#include <string>
#include <math.h>
#include "Array1D.h"
#include "Random.h"
#include "LinearSpline.h"
Go to the source code of this file.
Classes | |
class | DistributionInverter |
Very crude 1-d distribution inverter. More... | |
Defines | |
#define | TINY (1e-12) |
#define TINY (1e-12) |
Definition at line 16 of file DistributionInverter.h.