wellposed / hblas

haskell bindings for blas and lapack
www.wellposed.com
BSD 3-Clause "New" or "Revised" License
49 stars 19 forks source link

Bindings to DSYEVR and ZHEEVR #30

Open ttuegel opened 9 years ago

ttuegel commented 9 years ago

These are the driver routines for the double-precision relatively robust representation symmetric eigenproblem solver. They are said to be faster and use less space than the default solver (except for a few corner cases).

cartazio commented 9 years ago

@ttuegel https://software.intel.com/en-us/node/469188#DE6F1082-B885-4C07-BAC2-4E844ACC14E3 this one?

cartazio commented 9 years ago

https://software.intel.com/en-us/node/469188 might be a better url

ttuegel commented 9 years ago

Yes, that's the one.