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
Collection of dependencies, together with a map from IDs to dependency indices, appears in a number of places. This at least includes:
FixedPointSolver
LinearEquation
MatrixActionRHS
This could be significantly simplified using a simple class to gather the dependencies, and extra Equation methods to map from symbolic dependencies to dependency values.
The text was updated successfully, but these errors were encountered:
Collection of dependencies, together with a map from IDs to dependency indices, appears in a number of places. This at least includes:
FixedPointSolver
LinearEquation
MatrixActionRHS
This could be significantly simplified using a simple class to gather the dependencies, and extra
Equation
methods to map from symbolic dependencies to dependency values.The text was updated successfully, but these errors were encountered: