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

Native implementation of QR, SVD #34

Open
2 tasks
Axect opened this issue Jan 14, 2021 · 0 comments
Open
2 tasks

Native implementation of QR, SVD #34

Axect opened this issue Jan 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Axect
Copy link
Owner

Axect commented Jan 14, 2021

QR, SVD were already implemented in O3 feature, but not natively.
Since O3 feature require blas-family, we can't use QR and SVD in portable environments.
So, we need native implementation of QR and SVD.

  • QR decomposition
  • SVD decomposition
@Axect Axect added the enhancement New feature or request label Jan 14, 2021
@Axect Axect added this to the Ver 0.30 milestone Jan 14, 2021
@Axect Axect self-assigned this Jan 14, 2021
@Axect Axect modified the milestones: Ver 0.30, Ver 0.31 Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant