ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the source code of this file.
Namespaces | |
tk | |
tk::internal | |
Functions | |
double | tk::internal::get_eps () |
std::vector< double > | tk::internal::solve_linear (double a, double b) |
std::vector< double > | tk::internal::solve_quadratic (double a, double b, double c, int newton_iter=0) |
std::vector< double > | tk::internal::solve_cubic (double a, double b, double c, double d, int newton_iter) |