Skip to content

LAPACK bindings #6

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
8 of 9 tasks
termoshtt opened this issue Oct 5, 2016 · 4 comments
Closed
8 of 9 tasks

LAPACK bindings #6

termoshtt opened this issue Oct 5, 2016 · 4 comments

Comments

@termoshtt
Copy link
Member

termoshtt commented Oct 5, 2016

Implement basic subroutines:

  • lu: LU factorization
  • qr: QR factorization
  • cholesky: Cholesky decomposition
  • svd: singular-value decomposition (SVD)
  • inv: inverse matrix
  • eig: eigenvalue analysis for general matrix
  • eigh: eigenvalue analysis for Hermite matrix
  • norm_{1,i,f}: norms of matrix
  • ssqrt: symmetric square root of Hermite matrix
This was referenced Oct 12, 2016
@termoshtt
Copy link
Member Author

inv is implemented as 78de95e

@termoshtt
Copy link
Member Author

symmetric square root (ssqrt), for symmetric matrix, is implemented in be765cb using eigh

This was referenced Nov 5, 2016
Merged
This was referenced Nov 12, 2016
@termoshtt
Copy link
Member Author

cholesky decomposition has been implemented at ea0ebc3

@termoshtt
Copy link
Member Author

merge into #29

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