![]() |
LAPACK
3.4.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | SLASQ5 (I0, N0, Z, PP, TAU, DMIN, DMIN1, DMIN2, DN, DNM1, DNM2, IEEE) |
| SLASQ5 | |
| subroutine SLASQ5 | ( | INTEGER | I0, |
| INTEGER | N0, | ||
| REAL, dimension( * ) | Z, | ||
| INTEGER | PP, | ||
| REAL | TAU, | ||
| REAL | DMIN, | ||
| REAL | DMIN1, | ||
| REAL | DMIN2, | ||
| REAL | DN, | ||
| REAL | DNM1, | ||
| REAL | DNM2, | ||
| LOGICAL | IEEE | ||
| ) |
SLASQ5
Download SLASQ5 + dependencies [TGZ] [ZIP] [TXT]SLASQ5 computes one dqds transform in ping-pong form, one version for IEEE machines another for non IEEE machines.
| [in] | I0 |
I0 is INTEGER
First index.
|
| [in] | N0 |
N0 is INTEGER
Last index.
|
| [in] | Z |
Z is REAL array, dimension ( 4*N )
Z holds the qd array. EMIN is stored in Z(4*N0) to avoid
an extra argument.
|
| [in] | PP |
PP is INTEGER
PP=0 for ping, PP=1 for pong.
|
| [in] | TAU |
TAU is REAL
This is the shift.
|
| [out] | DMIN |
DMIN is REAL
Minimum value of d.
|
| [out] | DMIN1 |
DMIN1 is REAL
Minimum value of d, excluding D( N0 ).
|
| [out] | DMIN2 |
DMIN2 is REAL
Minimum value of d, excluding D( N0 ) and D( N0-1 ).
|
| [out] | DN |
DN is REAL
d(N0), the last value of d.
|
| [out] | DNM1 |
DNM1 is REAL
d(N0-1).
|
| [out] | DNM2 |
DNM2 is REAL
d(N0-2).
|
| [in] | IEEE |
IEEE is LOGICAL
Flag for IEEE or non IEEE arithmetic.
|
Definition at line 132 of file slasq5.f.