ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Namespaces | Functions
AtSpline.cxx File Reference
#include "AtSpline.h"
#include <cmath>
#include <memory>
Include dependency graph for AtSpline.cxx:

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)