![]() |
Rosetta Utilities
2015.02
|
Interpolation over points at full bin width multiples. More...
Namespaces | |
numeric | |
Unit headers. | |
numeric::interpolation | |
numeric::interpolation::full | |
numeric::interpolation::full::bin_width | |
numeric::interpolation::full::bin_density | |
Functions | |
template<typename X > | |
platform::SSize | numeric::interpolation::full::bin_width::l (X const &x, X const &w, X &a) |
Lower array index of interpolation bin for an independent axis value. More... | |
template<typename X , typename F , template< typename > class A> | |
F | numeric::interpolation::full::bin_width::interpolated (X const &x, X const &w, A< F > const &f) |
Linearly interpolated value from array. More... | |
template<typename X > | |
platform::SSize | numeric::interpolation::full::bin_density::l (X const &x, X const &p, X &a) |
Lower array index of interpolation bin for an independent axis value. More... | |
template<typename X , typename F , template< typename > class A> | |
F | numeric::interpolation::full::bin_density::interpolated (X const &x, X const &p, A< F > const &f) |
Linearly interpolated value from array. More... | |
Interpolation over points at full bin width multiples.