![]() |
D2MW
1.0
DRAGON2 for MilkyWay
|
#include <algorithm>
#include <cmath>
#include <vector>
Functions | |
double | Interpol1D (double x, double xa, double xb, double ya, double yb) |
void | copy_vector_with_units (const std::vector< double > &v_old, std::vector< double > &v_new, double units=1.0) |
void copy_vector_with_units | ( | const std::vector< double > & | v_old, |
std::vector< double > & | v_new, | ||
double | units = 1.0 |
||
) |
double Interpol1D | ( | double | x, |
double | xa, | ||
double | xb, | ||
double | ya, | ||
double | yb | ||
) |