QR_MUMPS
|
Generic interface for the ::qrm_count_realflops ::qrm_count_pureflops. More...
Public Member Functions | |
real(kind(1.d0)) function | qrm_count_realflops (m, n, k, op) |
Used for counting the actual flops. More... | |
real(kind(1.d0)) function | qrm_count_pureflops (stair, n, j, nb) |
Used for counting the real flops (i.e., it ignores the zeros included by the blocking) More... | |
Generic interface for the ::qrm_count_realflops ::qrm_count_pureflops.
Definition at line 198 of file qrm_common_mod.F90.
real(kind(1.d0)) function qrm_common_mod::qrm_count_flops::qrm_count_pureflops | ( | integer, dimension(:) | stair, |
integer | n, | ||
integer | j, | ||
integer | nb | ||
) |
Used for counting the real flops (i.e., it ignores the zeros included by the blocking)
Definition at line 392 of file qrm_common_mod.F90.
real(kind(1.d0)) function qrm_common_mod::qrm_count_flops::qrm_count_realflops | ( | integer | m, |
integer | n, | ||
integer | k, | ||
character, dimension(*) | op | ||
) |
Used for counting the actual flops.
Definition at line 361 of file qrm_common_mod.F90.