diff libcruft/daspk/ddaspk.f @ 4329:d53c33d93440

[project @ 2003-02-18 20:00:48 by jwe]
author jwe
date Tue, 18 Feb 2003 20:08:20 +0000
parents 8389e78e67d4
children d20a2f261306
line wrap: on
line diff
--- a/libcruft/daspk/ddaspk.f	Sun Feb 16 04:29:00 2003 +0000
+++ b/libcruft/daspk/ddaspk.f	Tue Feb 18 20:08:20 2003 +0000
@@ -1326,7 +1326,7 @@
 C   DORTH  performs orthogonalization of Krylov basis vectors.
 C   DHEQR  performs QR factorization of Hessenberg matrix.
 C   DHELS  finds least-squares solution of Hessenberg linear system.
-C   DGEFA, DGESL, DGBFA, DGBSL are LINPACK routines for solving 
+C   DGETRF, DGETRS, DGBTRF, DGBTRS are LAPACK routines for solving 
 C          linear systems (dense or band direct methods).
 C   DAXPY, DCOPY, DDOT, DNRM2, DSCAL are Basic Linear Algebra (BLAS)
 C          routines.