aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/zhbmv.f
Commit message (Collapse)AuthorAge
* Adds a modified f2c-generated C implmentation for BLAS.Gravatar Tim Murray2014-11-24
| | | | | | | | | This adds an optional implementation for the BLAS library that does not require the use of a FORTRAN compiler. It can be enabled with EIGEN_USE_F2C_BLAS. The C implementation uses the standard gfortran calling convention and does not require the use of -ff2c when compiled with gfortran.
* import reference BLAS routines which are not already implemented in Eigen : ↵Gravatar Gael Guennebaud2010-11-22
modified givens rotations, and packed and banded storages