Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 1 | -4/+1 |
| | | | | | Pragma once is the more modern version of include guards, eliminating any potential problems with mistyping include guards. Let's use those. | ||||
* | uhd: math: Add interpolation.hpp | Martin Braun | 2020-04-07 | 1 | -0/+140 |
- Moves linear_interp from cal to utils - Moves the interp_mode enum class to interpolation.hpp - Adds three interpolation methods for maps: at_interpolate_1d(), at_nearest(), at_lin_interp() - Adds unit tests |