hmunozb / lapack-traits

0 stars 0 forks source link

Allow the option of using either blas/lapack or cblas/lapacke as backends #1

Open hmunozb opened 3 years ago

hmunozb commented 3 years ago

For now, the branch lapacke-features simply replaces cblas/lapacke calls with blas/lapack ones, but I'd like to combine both implementations as either-or features.