ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Classes | |
class | band_matrix |
Functions | |
double | get_eps () |
std::vector< double > | solve_linear (double a, double b) |
std::vector< double > | solve_quadratic (double a, double b, double c, int newton_iter=0) |
std::vector< double > | solve_cubic (double a, double b, double c, double d, int newton_iter) |
double tk::internal::get_eps | ( | ) |
Definition at line 605 of file AtSpline.cxx.
std::vector< double > tk::internal::solve_cubic | ( | double | a, |
double | b, | ||
double | c, | ||
double | d, | ||
int | newton_iter | ||
) |
Definition at line 681 of file AtSpline.cxx.
std::vector<double> tk::internal::solve_linear | ( | double | a, |
double | b | ||
) |
Definition at line 612 of file AtSpline.cxx.
std::vector<double> tk::internal::solve_quadratic | ( | double | a, |
double | b, | ||
double | c, | ||
int | newton_iter = 0 |
||
) |
Definition at line 633 of file AtSpline.cxx.