QR_MUMPS
|
Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines. More...
Public Member Functions | |
subroutine | dqrm_vecnrm2d (vec, n, ntype, nrm) |
subroutine | dqrm_vecnrm1d (vec, n, ntype, nrm) |
Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines.
Definition at line 86 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::qrm_vecnrm::dqrm_vecnrm1d | ( | real(kind(1.d0)), dimension(:), intent(in) | vec, |
integer, intent(in) | n, | ||
character | ntype, | ||
real(kind(1.d0)) | nrm | ||
) |
Definition at line 94 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::qrm_vecnrm::dqrm_vecnrm2d | ( | real(kind(1.d0)), dimension(:,:), intent(in) | vec, |
integer, intent(in) | n, | ||
character | ntype, | ||
real(kind(1.d0)), dimension(:) | nrm | ||
) |
Definition at line 88 of file dqrm_utils_mod.F90.