Home
last modified time | relevance | path

Searched defs:invert_Hotelling (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Diterate_matrix.F461 CHARACTER(LEN=*), PARAMETER :: routineN = 'invert_Hotelling', & argument
462 routineP = moduleN//':'//routineN
464 INTEGER :: accelerator_type, handle, i, &
465 my_max_iter_lanczos, unit_nr
466 INTEGER(KIND=int_8) :: flop1, flop2
467 LOGICAL :: arnoldi_converged, converged, &
468 use_inv_guess
469 REAL(KIND=dp) :: convergence, frob_matrix, gershgorin_norm, max_ev, maxnorm_matrix, min_ev, &
470 my_eps_lanczos, my_filter_eps, occ_matrix, scalingf, t1, t2
471 TYPE(cp_logger_type), POINTER :: logger
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Diterate_matrix.F468 CHARACTER(LEN=*), PARAMETER :: routineN = 'invert_Hotelling', & argument
469 routineP = moduleN//':'//routineN
471 INTEGER :: accelerator_type, handle, i, &
472 my_max_iter_lanczos, unit_nr
473 INTEGER(KIND=int_8) :: flop1, flop2
474 LOGICAL :: arnoldi_converged, converged, &
475 use_inv_guess
476 REAL(KIND=dp) :: convergence, frob_matrix, gershgorin_norm, max_ev, maxnorm_matrix, min_ev, &
477 my_eps_lanczos, my_filter_eps, occ_matrix, scalingf, t1, t2
478 TYPE(cp_logger_type), POINTER :: logger
[all …]