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
The first and second argument of the linear solver are the same and we always have to make a copy. In #485 the forcing vector was just passed in for both arguments and things worked. That means we can remove one of the arguments and prevent a copy.
Acceptance
There is only one matrix passed into linear solve
The copy of the matrix is removed from the CPU and GPU versions of Rosenbrock
The text was updated successfully, but these errors were encountered:
The first and second argument of the linear solver are the same and we always have to make a copy. In #485 the forcing vector was just passed in for both arguments and things worked. That means we can remove one of the arguments and prevent a copy.
Acceptance
The text was updated successfully, but these errors were encountered: