Pinned Loading
-
Efficient BSplines in modern C++: Im... Efficient BSplines in modern C++: Implemenation of an efficient algorithm to calculate the values of BSplines and their derivatives in modern C++ using `std::vector`. The function to get the BSpline values and their derivative are thoroughly documented.
1
/**2
* @file bsplines.hpp3
* @author Jan Ullmann & Ludwig Neste4
* @brief Implemenation of an efficient algorithm to calculate the values of5
* BSplines and their derivatives in modern C++ using `std::vector`. -
My solutions to at least some of the problems for the Advent of Code 2022 written in rust.
Rust 3