![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
Functions to evaluate cubic polynomials and cubic polynomial derivatives. More...
Namespaces | |
| numeric | |
| Unit headers.  | |
Functions | |
| CubicPolynomial | numeric::cubic_polynomial_from_spline (platform::Real xlo, platform::Real xhi, SplineParameters const &sp) | 
| Compute cubic polynomial coefficients from a set of SplineParameters.  More... | |
| platform::Real | numeric::eval_cubic_polynomial (platform::Real const x, CubicPolynomial const &cp) | 
| Evaluate cubic polynomial at value x given polynomial coefficients.  More... | |
| platform::Real | numeric::cubic_polynomial_deriv (platform::Real const x, CubicPolynomial const &cp) | 
| Evaluate derivative of cubic polynomial given x and polynomial coefficients.  More... | |
Functions to evaluate cubic polynomials and cubic polynomial derivatives.
 1.8.7