|
CLUMPY
Version 2011.09_corr2
|

Go to the source code of this file.
Functions | |
| double | linlin_interp (double const &x, double const &x1, double const &x2, double const &y1, double const &y2) |
| double | linlog_interp (double const &x, double const &x1, double const &x2, double const &y1, double const &y2) |
| double | loglin_interp (double const &x, double const &x1, double const &x2, double const &y1, double const &y2) |
| double | loglog_interp (double const &x, double const &x1, double const &x2, double const &y1, double const &y2) |
| int | name_to_indexinlist (string const &name, vector< string > const &names) |
| int | rootcolor (int i) |
| void | string_to_listofstrings (string const &str, string const &delimiters, vector< string > &list) |
| string | upper_case (string const &s) |