Rosetta  2019.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
interpolate.hh File Reference

Namespaces

 numeric
 Unit headers.
 

Functions

template<class Value >
double numeric::linear_interpolate (Value start, Value stop, unsigned curr_stage, unsigned num_stages)
 Linearly interpolates a quantity from start to stop over (num_stages + 1) stages. More...
 

Detailed Description

Author
Christopher Miles (cmile.nosp@m.s@uw.nosp@m..edu)