eigen/blas/fortran
Tim Murray 80cae358b0 Adds a modified f2c-generated C implmentation for BLAS.
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.
2014-11-24 10:56:30 -08:00
..
chbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
chpmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
complexdots.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ctbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
drotm.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
drotmg.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dsbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dspmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dtbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
lsame.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
srotm.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
srotmg.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ssbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
sspmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
stbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
zhbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
zhpmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ztbmv.f Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00