One-dimensional smoothing interpolation for source/profile data. More...
Include dependency graph for interpos.hpp:Namespaces | |
| namespace | orb5x |
Functions | |
| void | orb5x::interpos_smooth (const std::vector< Real > &xin, const std::vector< Real > &yin, std::vector< Real > &yout, std::vector< Real > &youtp) |
One-dimensional smoothing interpolation for source/profile data.
Input coordinates must be monotone; the result follows the query-point order.