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

[project @ 2007-10-16 18:54:19 by jwe]
author jwe
date Tue, 16 Oct 2007 18:54:23 +0000
parents 15cddaacbc2d
children
comparison
equal deleted inserted replaced
7033:f0142f2afdc6 7034:68db500cb558
1 SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) 1 SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK )
2 * 2 *
3 * -- LAPACK auxiliary routine (version 3.0) -- 3 * -- LAPACK auxiliary 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 29, 1992
7 * 6 *
8 * .. Scalar Arguments .. 7 * .. Scalar Arguments ..
9 CHARACTER SIDE 8 CHARACTER SIDE
10 INTEGER LDC, M, N 9 INTEGER LDC, M, N
11 DOUBLE PRECISION TAU 10 DOUBLE PRECISION TAU