mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Implement packed triangular solver.
This commit is contained in:
@@ -18,10 +18,10 @@ 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
|
||||
chbmv.f chpr.f sspmv.f stpsv.f
|
||||
zhbmv.f zhpr.f chpmv.f ctpsv.f dsbmv.f
|
||||
zhpmv.f ztpsv.f
|
||||
lsame.f dspmv.f ssbmv.f
|
||||
chbmv.f chpr.f sspmv.f
|
||||
zhbmv.f zhpr.f chpmv.f dsbmv.f
|
||||
zhpmv.f
|
||||
dtbmv.f stbmv.f ctbmv.f ztbmv.f
|
||||
)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user