Home
last modified time | relevance | path

Searched defs:RCONDE (Results 1 – 25 of 139) sorted by relevance

123456

/dports/math/lapack95/LAPACK95/EXAMPLES1/
H A Dla_geevx_example.f9018 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:) variable
H A Dla_geesx_example.f9014 REAL(WP) :: RCONDE, RCONDV variable
H A Dla_ggevx_example.f9020 REAL(WP), ALLOCATABLE :: LSCALE(:), RSCALE(:), RCONDE(:), RCONDV(:) variable
H A Dla_ggesx_example.f9019 REAL(WP), ALLOCATABLE :: A(:,:), B(:,:), RCONDE(:), RCONDV(:), VSL(:,:) variable
/dports/math/lapack95/LAPACK95/EXAMPLES2/
H A Dcgeesxet.f9023 REAL(WP) :: RCONDE, RCONDV variable
H A Dzgeesxet.f9023 REAL(WP) :: RCONDE, RCONDV variable
H A Dcgeevxet.f9019 REAL(WP), ALLOCATABLE :: AA(:,:), SCALE(:), RCONDE(:), RCONDV(:) variable
H A Dzgeevxet.f9019 REAL(WP), ALLOCATABLE :: AA(:,:), SCALE(:), RCONDE(:), RCONDV(:) variable
H A Ddgeevxet.f9019 REAL(WP), ALLOCATABLE :: AA(:,:), SCALE(:), RCONDE(:), RCONDV(:) variable
H A Ddgeesxet.f9023 REAL(WP) :: RCONDE, RCONDV variable
H A Dsgeesxet.f9023 REAL(WP) :: RCONDE, RCONDV variable
H A Dsgeevxet.f9019 REAL(WP), ALLOCATABLE :: AA(:,:), SCALE(:), RCONDE(:), RCONDV(:) variable
H A Dzggesxet.f9027 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:) variable
H A Dcggesxet.f9027 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:) variable
H A Dzggevxet.f9023 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:), LSCALE(:), RSCALE(:) variable
H A Dcggevxet.f9023 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:), LSCALE(:), RSCALE(:) variable
H A Ddggevxet.f9023 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:), LSCALE(:), RSCALE(:) variable
H A Ddggesxet.f9027 REAL(WP) RCONDE(2), RCONDV(2) variable
H A Dsggesxet.f9027 REAL(WP) RCONDE(2), RCONDV(2) variable
H A Dsggevxet.f9023 REAL(WP), ALLOCATABLE :: RCONDE(:), RCONDV(:), LSCALE(:), RSCALE(:) variable
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/64to32blas/
H A Dygeevx.F3 $ RCONDE, RCONDV, WORK, LWORK, IWORK, INFO ) argument
16 DOUBLE PRECISION A( LDA, * ), RCONDE( * ), RCONDV( * ), local
/dports/math/lapack95/LAPACK95/SRC/
H A Dla_cgeesx.f901 SUBROUTINE CGEESX_F95( A, W, VS, SELECT, SDIM, RCONDE, RCONDV, INFO ) argument
15 REAL(WP), INTENT(OUT), OPTIONAL :: RCONDE, RCONDV local
H A Dla_zgeesx.f901 SUBROUTINE ZGEESX_F95( A, W, VS, SELECT, SDIM, RCONDE, RCONDV, INFO ) argument
15 REAL(WP), INTENT(OUT), OPTIONAL :: RCONDE, RCONDV local
H A Dla_sgeesx.f901 SUBROUTINE SGEESX_F95( A, WR, WI, VS, SELECT, SDIM, RCONDE, RCONDV, INFO ) argument
15 REAL(WP), INTENT(OUT), OPTIONAL :: RCONDE, RCONDV local
H A Dla_dgeesx.f901 SUBROUTINE DGEESX_F95( A, WR, WI, VS, SELECT, SDIM, RCONDE, RCONDV, INFO ) argument
15 REAL(WP), INTENT(OUT), OPTIONAL :: RCONDE, RCONDV local

123456