-
Notifications
You must be signed in to change notification settings - Fork 19
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
Multiple right-hand-sides #45
Labels
Comments
By the way, here is the stack trace:
|
This looks like a very sensible enhancement to the current API. Currently the core.matrix API doesn't require this support but I'm tempted to add it to vectorz-clj unilaterally :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
core.matrix
, it would be nice if we could solve linear systems and least-squares problems with multiple right hand sides. It currently does not seem to work, as demonstrated by my experiment. To reproduce it, doThen configure project file like this
then call
and write this in
multiple_rhs/src/multiple_rhs/core.clj
:and execute this code.
The text was updated successfully, but these errors were encountered: