diff options
Diffstat (limited to 'SRC/dsptrs.f')
-rw-r--r-- | SRC/dsptrs.f | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SRC/dsptrs.f b/SRC/dsptrs.f index bc7ff108..1fd67b5e 100644 --- a/SRC/dsptrs.f +++ b/SRC/dsptrs.f @@ -1,7 +1,8 @@ SUBROUTINE DSPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * * -- LAPACK routine (version 3.2) -- -* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. +* -- LAPACK is a software package provided by Univ. of Tennessee, -- +* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2006 * * .. Scalar Arguments .. |