QR_MUMPS
List of all members | Public Member Functions
dqrm_utils_mod::dqrm_vecnrm Interface Reference

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)
 

Detailed Description

Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines.

Definition at line 80 of file dqrm_utils_mod.F90.

Member Function/Subroutine Documentation

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 159 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 150 of file dqrm_utils_mod.F90.


The documentation for this interface was generated from the following file: