Skip to content

Support C/F mixed case for least-square problem #234

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

Closed
termoshtt opened this issue Jul 24, 2020 · 2 comments
Closed

Support C/F mixed case for least-square problem #234

termoshtt opened this issue Jul 24, 2020 · 2 comments
Labels
bug Bug issue, or bug fix change

Comments

@termoshtt
Copy link
Member

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.

@termoshtt termoshtt added the bug Bug issue, or bug fix change label Jul 24, 2020
termoshtt added a commit that referenced this issue Jul 25, 2020
@termoshtt
Copy link
Member Author

Fixed in #220, this issue will be closed after #206 is merged

@termoshtt
Copy link
Member Author

Done in #220 and merged by #206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug issue, or bug fix change
Projects
None yet
Development

No branches or pull requests

1 participant