ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <vector>
Go to the source code of this file.
Classes | |
class | tk::spline |
class | tk::internal::band_matrix |
Namespaces | |
tk | |
tk::internal | |
Functions | |
double | tk::internal::get_eps () |
std::vector< double > | tk::internal::solve_cubic (double a, double b, double c, double d, int newton_iter) |