Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch of SciMLBase.has_ldiv in defaultalg #128

Closed
vpuri3 opened this issue Apr 21, 2022 · 1 comment
Closed

Branch of SciMLBase.has_ldiv in defaultalg #128

vpuri3 opened this issue Apr 21, 2022 · 1 comment

Comments

@vpuri3
Copy link
Member

vpuri3 commented Apr 21, 2022

in default alg branch on

if SciMLBase.has_ldiv!(A)
    # do ldiv!(u, A, b) via solve_function
elseif SciMLBase.has_ldiv(A)
    # do u .= A \ b via solve_function
end
@ChrisRackauckas
Copy link
Member

Handled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants