We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #227
let a: Array2<f64> = random((3, 4).f()); let b: Array2<f64> = random((3, 2)); let result = a.least_squares(&b).unwrap();
will returns Lapack(InvalidShape) error, but it should be transposed automatically.
Lapack(InvalidShape)
The text was updated successfully, but these errors were encountered:
Enable tests for C/F mixed cases #234
5ad4343
Fixed in #220, this issue will be closed after #206 is merged
Sorry, something went wrong.
Done in #220 and merged by #206
No branches or pull requests
From #227
will returns
Lapack(InvalidShape)
error, but it should be transposed automatically.The text was updated successfully, but these errors were encountered: