The DDASSL routine uses the following double precision LINPACK routines:
with dependencies on the following BLAS routines:
Ideally, we should replace the LINPACK routines with their equivalent LAPACK replacements: DGETRF/DGETRS (general) and DGBTRF/DGBTRS (banded).
The
DDASSLroutine uses the following double precision LINPACK routines:with dependencies on the following BLAS routines:
Ideally, we should replace the LINPACK routines with their equivalent LAPACK replacements:
DGETRF/DGETRS(general) andDGBTRF/DGBTRS(banded).