Home
last modified time | relevance | path

Searched refs:matrix_pre (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpreconditioner_makes.F402 matrix_pre => preconditioner_env%fm
461 CALL cp_fm_upper_to_full(matrix_tmp, matrix_pre)
492 CALL choose_eigv_solver(matrix_tmp, matrix_pre, preconditioner_env%full_evals)
497 CALL cp_fm_to_fm(matrix_pre, matrix_tmp)
499 CALL cp_fm_cholesky_restore(matrix_pre, n, ortho, matrix_tmp, "SOLVE")
500 CALL cp_fm_to_fm(matrix_tmp, matrix_pre)
524 CALL cp_fm_to_fm(matrix_c0, matrix_pre, k, 1, 1)
572 matrix_pre => preconditioner_env%fm
609 CALL cp_fm_upper_to_full(matrix_tmp, matrix_pre)
635 CALL cp_fm_to_fm(matrix_pre, matrix_tmp)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpreconditioner_makes.F402 matrix_pre => preconditioner_env%fm
461 CALL cp_fm_upper_to_full(matrix_tmp, matrix_pre)
492 CALL choose_eigv_solver(matrix_tmp, matrix_pre, preconditioner_env%full_evals)
497 CALL cp_fm_to_fm(matrix_pre, matrix_tmp)
499 CALL cp_fm_cholesky_restore(matrix_pre, n, ortho, matrix_tmp, "SOLVE")
500 CALL cp_fm_to_fm(matrix_tmp, matrix_pre)
524 CALL cp_fm_to_fm(matrix_c0, matrix_pre, k, 1, 1)
572 matrix_pre => preconditioner_env%fm
609 CALL cp_fm_upper_to_full(matrix_tmp, matrix_pre)
635 CALL cp_fm_to_fm(matrix_pre, matrix_tmp)
[all …]