Skip to content

Lookup table domains

Jesse VanderWees requested to merge lookup_table_domains into casadi3

It is really helpful to store domain information inside the LookupTable class. This is because the lookup table function simply evaluates to zero for inputs outside of its domain. In the scripts, it is important to check values passed to the lookup table are within the correct range. Also, the invert lookup table methods used in Rijnland and NZV require domain information as well.

@vreeken any comments?

Edited by Jesse VanderWees

Merge request reports