Implement packed triangular matrix-vector product.

This commit is contained in:
Chen-Pang He
2012-09-09 23:34:45 +08:00
parent 2828c995c5
commit 3642ca4d46
8 changed files with 144 additions and 1252 deletions

View File

@@ -18,9 +18,9 @@ if(EIGEN_Fortran_COMPILER_WORKS)
set(EigenBlas_SRCS ${EigenBlas_SRCS}
complexdots.f
srotm.f srotmg.f drotm.f drotmg.f
lsame.f dspmv.f dtpsv.f ssbmv.f stpmv.f
chbmv.f chpr.f ctpmv.f sspmv.f stpsv.f
zhbmv.f zhpr.f ztpmv.f chpmv.f ctpsv.f dsbmv.f dtpmv.f
lsame.f dspmv.f dtpsv.f ssbmv.f
chbmv.f chpr.f sspmv.f stpsv.f
zhbmv.f zhpr.f chpmv.f ctpsv.f dsbmv.f
zhpmv.f ztpsv.f
dtbmv.f stbmv.f ctbmv.f ztbmv.f
)