hujinshui / bcslib

Automatically exported from code.google.com/p/bcslib
0 stars 0 forks source link

Add LAPACK back end #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add LAPACK back end to support various linear algebra computation:

- Matrix factorizations: LU, Cholesky, QR
- Solving linear equations
- Matrix inversion
- Symmetric Eigen value problems
- Singular value decomposition

Original issue reported on code.google.com by linda...@gmail.com on 20 May 2012 at 3:55