You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will want to provide a generalized mechanism for inverse maps. What I propose is to have a boolean flag isInverted in each map object. When that flag is set, a different group of evaluation routines is called that (among other things) invoke inverse mapping functions of the map class. The class can choose to provide them, but they are set to throw errors by default.
The text was updated successfully, but these errors were encountered:
We will want to provide a generalized mechanism for inverse maps. What I propose is to have a boolean flag isInverted in each map object. When that flag is set, a different group of evaluation routines is called that (among other things) invoke inverse mapping functions of the map class. The class can choose to provide them, but they are set to throw errors by default.
The text was updated successfully, but these errors were encountered: