QR_MUMPS
|
this module contains generic interfaces for all the untyped routines. More...
Go to the source code of this file.
Modules | |
module | qrm_common_mod |
This module contains the interfaces of all non-typed routines. | |
Functions/Subroutines | |
subroutine | qrm_common_mod::qrm_gseti (string, ival) |
subroutine | qrm_common_mod::qrm_ggeti (string, ival) |
subroutine | qrm_common_mod::qrm_ggetii (string, iival) |
real(kind(1.d0)) function | qrm_common_mod::qrm_count_realflops (m, n, k, op) |
Used for counting the actual flops. More... | |
real(kind(1.d0)) function | qrm_common_mod::qrm_count_pureflops (stair, n, j, nb) |
Used for counting the real flops (i.e., it ignores the zeros included by the blocking) More... | |
this module contains generic interfaces for all the untyped routines.
Definition in file qrm_common_mod.F90.