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 the latter method, in the function SciMLBase.solve!,
it is not clear how the A matrix is passed.
It would be better if this was a full runnable example.
There are inplace and outofplace problems.
Neither of the two methods seems to interact with this aspect of the problem.
It is unclear to me what is actually mutated in an inplace problem with a concrete A.
The text was updated successfully, but these errors were encountered:
Why are there 2 methods for doing custom linear solves:
https://docs.sciml.ai/LinearSolve/dev/advanced/custom/
https://docs.sciml.ai/LinearSolve/dev/advanced/developing/
it is not clear to me when to use one over the other method.
In the latter method, in the function
SciMLBase.solve!
,it is not clear how the
A
matrix is passed.It would be better if this was a full runnable example.
There are inplace and outofplace problems.
Neither of the two methods seems to interact with this aspect of the problem.
It is unclear to me what is actually mutated in an inplace problem with a concrete A.
The text was updated successfully, but these errors were encountered: