eigen/blas/f2c
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.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
chpmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
complexdots.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ctbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
d_cnjg.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
datatypes.h Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
drotm.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
drotmg.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dsbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dspmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
dtbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
lsame.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
r_cnjg.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
srotm.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
srotmg.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ssbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
sspmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
stbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
zhbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
zhpmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
ztbmv.c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00