Lines Matching defs:revec
50 SUBROUTINE arnoldi_zheevd(jobvr, matrix, ndim, evals, revec) argument
55 COMPLEX(real_8), DIMENSION(:, :) :: revec local
86 SUBROUTINE arnoldi_cheevd(jobvr, matrix, ndim, evals, revec) argument
91 COMPLEX(real_4), DIMENSION(:, :) :: revec local
122 SUBROUTINE arnoldi_dsyevd(jobvr, matrix, ndim, evals, revec) argument
127 COMPLEX(real_8), DIMENSION(:, :) :: revec local
157 SUBROUTINE arnoldi_ssyevd(jobvr, matrix, ndim, evals, revec) argument
162 COMPLEX(real_4), DIMENSION(:, :) :: revec local
195 SUBROUTINE arnoldi_sstev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
200 COMPLEX(real_4), DIMENSION(:, :) :: revec, levec local
237 SUBROUTINE arnoldi_dstev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
242 COMPLEX(real_8), DIMENSION(:, :) :: revec, levec local
279 SUBROUTINE arnoldi_sgeev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
284 COMPLEX(real_4), DIMENSION(:, :) :: revec, levec local
347 SUBROUTINE arnoldi_dgeev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
352 COMPLEX(real_8), DIMENSION(:, :) :: revec, levec local
415 SUBROUTINE arnoldi_zgeev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
420 COMPLEX(real_8), DIMENSION(:, :) :: revec, levec local
449 SUBROUTINE arnoldi_cgeev(jobvl, jobvr, matrix, ndim, evals, revec, levec) argument
454 COMPLEX(real_4), DIMENSION(:, :) :: revec, levec local