mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
80cae358b0
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. |
||
---|---|---|
.. | ||
chbmv.c | ||
chpmv.c | ||
complexdots.c | ||
ctbmv.c | ||
d_cnjg.c | ||
datatypes.h | ||
drotm.c | ||
drotmg.c | ||
dsbmv.c | ||
dspmv.c | ||
dtbmv.c | ||
lsame.c | ||
r_cnjg.c | ||
srotm.c | ||
srotmg.c | ||
ssbmv.c | ||
sspmv.c | ||
stbmv.c | ||
zhbmv.c | ||
zhpmv.c | ||
ztbmv.c |