Spline specification.
More...
#include <fit.hpp>
template<typename T>
{ T::Degree } -> std::convertible_to<int>;
{ T::OptDeg } -> std::convertible_to<int>;
{ T::InnCnt } -> std::convertible_to<int>;
{ t.LeftDeg };
{ t.RghtDeg };
}
Spline specification.
Definition at line 21 of file fit.hpp.