ROMS
|
Functions/Subroutines | |
subroutine, public | dsteqr (compz, n, d, e, z, ldz, work, info) |
subroutine, private | dlae2 (a, b, c, rt1, rt2) |
subroutine, private | dlaev2 (a, b, c, rt1, rt2, cs1, sn1) |
subroutine, private | dlamc1 (beta, t, rnd, ieee1) |
subroutine, private | dlamc2 (beta, t, rnd, eps, emin, rmin, emax, rmax) |
real(dp) function, private | dlamc3 (a, b) |
subroutine, private | dlamc4 (emin, start, base) |
subroutine, private | dlamc5 (beta, p, emin, ieee, emax, rmax) |
real(dp) function, private | dlamch (cmach) |
function, private | dlanst (norm, n, d, e) |
real(dp) function, private | dlapy2 (x, y) |
subroutine, private | dlartg (f, g, cs, sn, r) |
subroutine, private | dlascl (type, kl, ku, cfrom, cto, m, n, a, lda, info) |
subroutine, private | dlaset (uplo, m, n, alpha, beta, a, lda) |
subroutine, private | dlasr (side, pivot, direct, m, n, c, s, a, lda) |
subroutine, private | dlasrt (id, n, d, info) |
subroutine, private | dlassq (n, x, incx, scale, sumsq) |
subroutine | dswap (n, dx, incx, dy, incy) |
logical function, private | lsame (ca, cb) |
subroutine, private | xerbla (srname, info) |
|
private |
Definition at line 533 of file lapack_mod.F.
Referenced by dsteqr().
|
private |
Definition at line 650 of file lapack_mod.F.
Referenced by dsteqr().
|
private |
Definition at line 812 of file lapack_mod.F.
References dlamc3().
Referenced by dlamc2().
|
private |
Definition at line 975 of file lapack_mod.F.
References dlamc1(), dlamc3(), dlamc4(), and dlamc5().
Referenced by dlamch().
|
private |
Definition at line 1212 of file lapack_mod.F.
Referenced by dlamc1(), dlamc2(), dlamc4(), and dlamc5().
|
private |
Definition at line 1249 of file lapack_mod.F.
References dlamc3().
Referenced by dlamc2().
|
private |
Definition at line 1324 of file lapack_mod.F.
References dlamc3().
Referenced by dlamc2().
|
private |
Definition at line 1490 of file lapack_mod.F.
References dlamc2(), and lsame().
Referenced by dlartg(), dlascl(), and dsteqr().
|
private |
Definition at line 1604 of file lapack_mod.F.
References dlanst(), dlassq(), and lsame().
Referenced by dlanst(), and dsteqr().
|
private |
Definition at line 1718 of file lapack_mod.F.
Referenced by dsteqr().
|
private |
Definition at line 1767 of file lapack_mod.F.
References dlamch().
Referenced by dsteqr().
|
private |
Definition at line 1930 of file lapack_mod.F.
References dlamch(), lsame(), and xerbla().
Referenced by dsteqr().
|
private |
Definition at line 2187 of file lapack_mod.F.
References lsame().
Referenced by dsteqr().
|
private |
Definition at line 2297 of file lapack_mod.F.
References lsame(), and xerbla().
Referenced by dsteqr().
|
private |
Definition at line 2612 of file lapack_mod.F.
References lsame(), and xerbla().
Referenced by dsteqr().
|
private |
Definition at line 2889 of file lapack_mod.F.
Referenced by dlanst().
subroutine, public lapack_mod::dsteqr | ( | character (len=1), intent(in) | compz, |
integer, intent(in) | n, | ||
real (dp), dimension(*), intent(inout) | d, | ||
real (dp), dimension(*), intent(inout) | e, | ||
real (dp), dimension(ldz,*), intent(inout) | z, | ||
integer, intent(in) | ldz, | ||
real (dp), dimension(*), intent(inout) | work, | ||
integer, intent(out) | info ) |
Definition at line 65 of file lapack_mod.F.
References dlae2(), dlaev2(), dlamch(), dlanst(), dlapy2(), dlartg(), dlascl(), dlaset(), dlasr(), dlasrt(), dswap(), lsame(), and xerbla().
Referenced by cgradient_mod::cgradient_tile(), congrad_mod::congrad(), posterior_mod::posterior_tile(), and rpcg_lanczos_mod::rpcg_lanczos().
subroutine lapack_mod::dswap | ( | integer, intent(in) | n, |
real (dp), dimension(*), intent(inout) | dx, | ||
integer, intent(in) | incx, | ||
real (dp), dimension(*), intent(inout) | dy, | ||
integer, intent(in) | incy ) |
Definition at line 2973 of file lapack_mod.F.
Referenced by dsteqr().
|
private |
Definition at line 3069 of file lapack_mod.F.
Referenced by dlamch(), dlanst(), dlascl(), dlaset(), dlasr(), dlasrt(), and dsteqr().
|
private |
Definition at line 3154 of file lapack_mod.F.
Referenced by dlascl(), dlasr(), dlasrt(), and dsteqr().