QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Member Functions
qrm_common_mod::qrm_count_flops Interface Reference

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...
 

Detailed Description

Generic interface for the ::qrm_count_realflops ::qrm_count_pureflops.

Definition at line 198 of file qrm_common_mod.F90.

Member Function/Subroutine Documentation

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 391 of file qrm_common_mod.F90.

Referenced by qrm_common_mod::qrm_count_pureflops().

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 360 of file qrm_common_mod.F90.

Referenced by qrm_common_mod::qrm_count_realflops().


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