/chebcpp

Fun side attempt to improve C++ skills by building chebyshev polynomial interpolant class.

MIT LicenseMIT

Chebyshev Polynomial Interpolants

Just a silly little fun project, trying to implement a chebyshev polynomial interpolant class and utilities in C++.

Mostly an excuse to try to improve my C++ skils.