comparison libcruft/lapack/zptsv.f @ 7034:68db500cb558

[project @ 2007-10-16 18:54:19 by jwe]
author jwe
date Tue, 16 Oct 2007 18:54:23 +0000
parents 57077d0ddc8e
children
comparison
equal deleted inserted replaced
7033:f0142f2afdc6 7034:68db500cb558
1 SUBROUTINE ZPTSV( N, NRHS, D, E, B, LDB, INFO ) 1 SUBROUTINE ZPTSV( N, NRHS, D, E, B, LDB, INFO )
2 * 2 *
3 * -- LAPACK routine (version 3.0) -- 3 * -- LAPACK routine (version 3.1) --
4 * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., 4 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
5 * Courant Institute, Argonne National Lab, and Rice University 5 * November 2006
6 * February 25, 1997
7 * 6 *
8 * .. Scalar Arguments .. 7 * .. Scalar Arguments ..
9 INTEGER INFO, LDB, N, NRHS 8 INTEGER INFO, LDB, N, NRHS
10 * .. 9 * ..
11 * .. Array Arguments .. 10 * .. Array Arguments ..