curves
curves copied to clipboard
A library of curves for estimation.
I would have constructors like: ``` c++ /// Initialize one curve from another Curve(const Curve& other); /// Initialize one curve from another by sampling at the specified times Curve(const Curve&...
There should be a tool which allows to extract an interpolated curve from two other curves depending on an interpolation parameter that is in range [0, 1]. A simplified example...
Some people like exceptions. I'm starting to lean toward return codes. This only works if you have a logging system. I'm currently using glog so that should work. If we...