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

better error handling for LUFactorized's solve_inplace #318

Open
rosaceous opened this issue Jul 26, 2022 · 0 comments
Open

better error handling for LUFactorized's solve_inplace #318

rosaceous opened this issue Jul 26, 2022 · 0 comments

Comments

@rosaceous
Copy link

The current implementation wants a continuous allocated rhs, an invalid method call 'rhs.as_slice_mut().unwrap()' throws out a confusing runtime message 'called on Option::unwrap() on a None value'.

Should it be improved with a Result error?

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

1 participant