curves icon indicating copy to clipboard operation
curves copied to clipboard

A library of curves for estimation.

Results 23 curves issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

question