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
In certain situations I need to compute the derivative of some function.Array, say f, to an argument, say x, and evaluate f with x substituted with a value that is bound to a space, e.g. a basis. This is currently not possible. Derivatives are computed after lowering and during lowering we need to know for each function.Array to which spaces they are bound. function.Argument is not bound to any space.