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
Using 1, 0, -1 to indicate different transformation types, but this is runtime information that needs to be checked with if statements. Could use types (PositiveTransformation, NoTransformation, NegativeTransformation), and then define methods that operate on those types which should move the computation to compile time. Haven't tried this before but this webpage has some info on how to do this.
The text was updated successfully, but these errors were encountered:
Using 1, 0, -1 to indicate different transformation types, but this is runtime information that needs to be checked with if statements. Could use types (PositiveTransformation, NoTransformation, NegativeTransformation), and then define methods that operate on those types which should move the computation to compile time. Haven't tried this before but this webpage has some info on how to do this.
The text was updated successfully, but these errors were encountered: