Gyoto
|
GYOTO utilities. More...
Go to the source code of this file.
Namespaces | |
namespace | Gyoto |
Namespace for the Gyoto library. | |
Functions | |
void | Gyoto::debug (int mode) |
Set debug mode. More... | |
int | Gyoto::debug () |
Get debug mode. More... | |
void | Gyoto::verbose (int mode) |
Set verbosity level. More... | |
int | Gyoto::verbose () |
Get verbosity level. More... | |
void | Gyoto::convert (double *const x, const std::size_t nelem, const double mass_sun, const double distance_kpc, const std::string unit) |
Convert lengths (deprecated) More... | |
double | Gyoto::atof (const char *str) |
Interpret C string as double. More... | |
void | Gyoto::help (std::string class_name) |
Print help on class. More... | |
std::vector< std::string > | Gyoto::split (std::string const &src, std::string const &delim) |
Split string. | |
double | Gyoto::bessi0 (double xx) |
Bessel function computation. More... | |
double | Gyoto::bessi1 (double xx) |
Modified Bessel function I1 | |
double | Gyoto::bessk0 (double xx) |
Modified Bessel function K0 | |
double | Gyoto::bessk1 (double xx) |
Modified Bessel function K1 | |
double | Gyoto::bessk (int nn, double xx) |
Modified Bessel function. | |
double | Gyoto::hypergeom (double kappaIndex, double thetae) |
Gauss hypergeometric 2F1 term for kappa-distribution synchrotron. | |
GYOTO utilities.
Various utilities