![]() |
(git:5e7fe52)
|
Go to the source code of this file.
Functions/Subroutines | |
| program | ot_covariant_preconditioner_unittest |
| subroutine | apply_fm (preconditioner_env, matrix_in, matrix_out, input, result) |
| Apply the production FM path to a replicated test matrix. | |
| program ot_covariant_preconditioner_unittest |
Definition at line 7 of file ot_covariant_preconditioner_unittest.F.
| subroutine ot_covariant_preconditioner_unittest::apply_fm | ( | type(preconditioner_type) | preconditioner_env, |
| type(cp_fm_type), intent(in) | matrix_in, | ||
| type(cp_fm_type), intent(in) | matrix_out, | ||
| real(kind=dp), dimension(:, :), intent(in) | input, | ||
| real(kind=dp), dimension(:, :), intent(out) | result ) |
Apply the production FM path to a replicated test matrix.
| preconditioner_env | ... |
| matrix_in | ... |
| matrix_out | ... |
| input | ... |
| RESULT | ... |
Definition at line 157 of file ot_covariant_preconditioner_unittest.F.