![]() |
(git:e68414f)
|
Functions/Subroutines | |
| subroutine, public | add_dbcsr_submat (cfm_mat_target, mat_source, fm_struct_source, nstart_row, nstart_col, factor, add_also_herm_conj) |
| ... | |
| subroutine, public | cfm_add_on_diag (cfm, alpha) |
| ... | |
| subroutine, public | add_fm_submat (cfm_mat_target, fm_mat_source, nstart_row, nstart_col) |
| ... | |
| subroutine, public | add_cfm_submat (cfm_mat_target, cfm_mat_source, nstart_row, nstart_col, factor) |
| ... | |
| subroutine, public | get_cfm_submat (cfm_mat_target, cfm_mat_source, nstart_row, nstart_col) |
| ... | |
| subroutine, public | create_cfm_double (cfm_double, fm_orig, cfm_orig) |
| ... | |
| subroutine, public soc_pseudopotential_utils::add_dbcsr_submat | ( | type(cp_cfm_type) | cfm_mat_target, |
| type(dbcsr_type) | mat_source, | ||
| type(cp_fm_struct_type), pointer | fm_struct_source, | ||
| integer | nstart_row, | ||
| integer | nstart_col, | ||
| complex(kind=dp) | factor, | ||
| logical | add_also_herm_conj | ||
| ) |
...
| cfm_mat_target | ... |
| mat_source | ... |
| fm_struct_source | ... |
| nstart_row | ... |
| nstart_col | ... |
| factor | ... |
| add_also_herm_conj | ... |
Definition at line 58 of file soc_pseudopotential_utils.F.
| subroutine, public soc_pseudopotential_utils::cfm_add_on_diag | ( | type(cp_cfm_type) | cfm, |
| real(kind=dp), dimension(:) | alpha | ||
| ) |
...
| cfm | ... |
| alpha | ... |
Definition at line 121 of file soc_pseudopotential_utils.F.
| subroutine, public soc_pseudopotential_utils::add_fm_submat | ( | type(cp_cfm_type) | cfm_mat_target, |
| type(cp_fm_type) | fm_mat_source, | ||
| integer | nstart_row, | ||
| integer | nstart_col | ||
| ) |
...
| cfm_mat_target | ... |
| fm_mat_source | ... |
| nstart_row | ... |
| nstart_col | ... |
Definition at line 169 of file soc_pseudopotential_utils.F.
| subroutine, public soc_pseudopotential_utils::add_cfm_submat | ( | type(cp_cfm_type) | cfm_mat_target, |
| type(cp_cfm_type) | cfm_mat_source, | ||
| integer | nstart_row, | ||
| integer | nstart_col, | ||
| complex(kind=dp), optional | factor | ||
| ) |
...
| cfm_mat_target | ... |
| cfm_mat_source | ... |
| nstart_row | ... |
| nstart_col | ... |
| factor | ... |
Definition at line 208 of file soc_pseudopotential_utils.F.
| subroutine, public soc_pseudopotential_utils::get_cfm_submat | ( | type(cp_cfm_type) | cfm_mat_target, |
| type(cp_cfm_type) | cfm_mat_source, | ||
| integer | nstart_row, | ||
| integer | nstart_col | ||
| ) |
...
| cfm_mat_target | ... |
| cfm_mat_source | ... |
| nstart_row | ... |
| nstart_col | ... |
Definition at line 272 of file soc_pseudopotential_utils.F.
| subroutine, public soc_pseudopotential_utils::create_cfm_double | ( | type(cp_cfm_type) | cfm_double, |
| type(cp_fm_type), optional | fm_orig, | ||
| type(cp_cfm_type), optional | cfm_orig | ||
| ) |
...
| cfm_double | ... |
| fm_orig | ... |
| cfm_orig | ... |
Definition at line 324 of file soc_pseudopotential_utils.F.