Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines. More...
Public Member Functions | |
subroutine | dqrm_vecnrm2dw (vec, n, ntype, nrm) |
subroutine | dqrm_vecnrm1dw (vec, n, ntype, nrm) |
Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines.
Definition at line 80 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::dqrm_vecnrm::dqrm_vecnrm1dw | ( | real(kind(1.d0)), dimension(:), intent(in) | vec, |
integer, intent(in) | n, | ||
character | ntype, | ||
real(kind(1.d0)) | nrm | ||
) |
Definition at line 158 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::dqrm_vecnrm::dqrm_vecnrm2dw | ( | real(kind(1.d0)), dimension(:,:), intent(in) | vec, |
integer, intent(in) | n, | ||
character | ntype, | ||
real(kind(1.d0)), dimension(:) | nrm | ||
) |
Definition at line 149 of file dqrm_utils_mod.F90.