Function::eval() should return some status, instead of requiring "allow_extrapolation" or crashing

Issue #532 new
Chris Richardson created an issue

Several issues #507, #349, and LagrangeInterpolator would benefit.

Function::eval() could just return a bool or an enum indicating success, or whether the point was inside/outside the domain.

Comments (2)

  1. Log in to comment