Go to the source code of this file.
Functions/Subroutines | |
| double precision function | dlamch (cmach) |
| subroutine | dlamc1 (beta, t, rnd, ieee1) |
| subroutine | dlamc2 (beta, t, rnd, eps, emin, rmin, emax, rmax) |
| double precision function | dlamc3 (a, b) |
| subroutine | dlamc4 (emin, start, base) |
| subroutine | dlamc5 (beta, p, emin, ieee, emax, rmax) |
| real function | slamch (cmach) |
| subroutine | slamc1 (beta, t, rnd, ieee1) |
| subroutine | slamc2 (beta, t, rnd, eps, emin, rmin, emax, rmax) |
| real function | slamc3 (a, b) |
| subroutine | slamc4 (emin, start, base) |
| subroutine | slamc5 (beta, p, emin, ieee, emax, rmax) |
| logical function | lsame (ca, cb) |
| double precision function | dlarnd (idist, iseed) |
| double complex function | zlarnd (idist, iseed) |
| double precision function | dlaran (iseed) |
| subroutine dlamc1 | ( | integer | beta, |
| integer | t, | ||
| logical | rnd, | ||
| logical | ieee1 ) |
Definition at line 139 of file tools.f.
| subroutine dlamc2 | ( | integer | beta, |
| integer | t, | ||
| logical | rnd, | ||
| double precision | eps, | ||
| integer | emin, | ||
| double precision | rmin, | ||
| integer | emax, | ||
| double precision | rmax ) |
Definition at line 326 of file tools.f.
| double precision function dlamc3 | ( | double precision | a, |
| double precision | b ) |
Definition at line 585 of file tools.f.
| subroutine dlamc4 | ( | integer | emin, |
| double precision | start, | ||
| integer | base ) |
Definition at line 623 of file tools.f.
| subroutine dlamc5 | ( | integer | beta, |
| integer | p, | ||
| integer | emin, | ||
| logical | ieee, | ||
| integer | emax, | ||
| double precision | rmax ) |
Definition at line 707 of file tools.f.
| double precision function dlamch | ( | character | cmach | ) |
Definition at line 9 of file tools.f.
| double precision function dlaran | ( | integer, dimension( 4 ) | iseed | ) |
Definition at line 1999 of file tools.f.
| double precision function dlarnd | ( | integer | idist, |
| integer, dimension( 4 ) | iseed ) |
Definition at line 1810 of file tools.f.
| logical function lsame | ( | character | ca, |
| character | cb ) |
Definition at line 1723 of file tools.f.
| subroutine slamc1 | ( | integer | beta, |
| integer | t, | ||
| logical | rnd, | ||
| logical | ieee1 ) |
Definition at line 996 of file tools.f.
| subroutine slamc2 | ( | integer | beta, |
| integer | t, | ||
| logical | rnd, | ||
| real | eps, | ||
| integer | emin, | ||
| real | rmin, | ||
| integer | emax, | ||
| real | rmax ) |
Definition at line 1183 of file tools.f.
| real function slamc3 | ( | real | a, |
| real | b ) |
Definition at line 1442 of file tools.f.
| subroutine slamc4 | ( | integer | emin, |
| real | start, | ||
| integer | base ) |
Definition at line 1480 of file tools.f.
| subroutine slamc5 | ( | integer | beta, |
| integer | p, | ||
| integer | emin, | ||
| logical | ieee, | ||
| integer | emax, | ||
| real | rmax ) |
Definition at line 1564 of file tools.f.
| real function slamch | ( | character | cmach | ) |
Definition at line 866 of file tools.f.
| double complex function zlarnd | ( | integer | idist, |
| integer, dimension( 4 ) | iseed ) |
Definition at line 1898 of file tools.f.