| 
    Sacado
    Development
    
   | 
 
Templated flop counter class. More...
#include <Sacado_ScalarFlopCounter.hpp>


Classes | |
| struct | apply | 
| Turn ScalarFlopCounter into a meta-function class usable with mpl::apply.  More... | |
Public Types | |
| typedef RemoveConst< T >::type | value_type | 
| Typename of values.  | |
| 
typedef ScalarType< value_type > ::type  | scalar_type | 
| Typename of scalar's (which may be different from T)  | |
  Public Types inherited from Sacado::Base< ScalarFlopCounter< T > > | |
| typedef ScalarFlopCounter< T > | derived_type | 
Public Member Functions | |
Object functions  | |
| ScalarFlopCounter () | |
| Construct to uninitialized.  | |
| template<typename S > | |
| ScalarFlopCounter (const S &v, typename Sacado::mpl::enable_if< Sacado::mpl::is_convertible< S, value_type >, void * >::type=0) | |
| Construct to scalar value.  | |
| const T & | val () const | 
| Return the current value.  | |
| void | val (const T &a) | 
| Set the current value.  | |
| ScalarFlopCounter< T > | operator= (const ScalarFlopCounter< T > &s) | 
| ScalarFlopCounter< T > | operator+= (const ScalarFlopCounter< T > &s) | 
| ScalarFlopCounter< T > | operator-= (const ScalarFlopCounter< T > &s) | 
| ScalarFlopCounter< T > | operator*= (const ScalarFlopCounter< T > &s) | 
| ScalarFlopCounter< T > | operator/= (const ScalarFlopCounter< T > &s) | 
  Public Member Functions inherited from Sacado::Base< ScalarFlopCounter< T > > | |
| const derived_type & | derived () const | 
Static Public Member Functions | |
Static functions for general clients (apply to all object with type <tt>T</tt>  | |
| static void | resetCounters () | 
| Reset static flop counters before starting a block of computations.  | |
| static void | finalizeCounters () | 
| Finalize total flop count after block of computations.  | |
| static FlopCounts | getCounters () | 
| Get the flop counts after a block of computations.  | |
| static std::ostream & | printCounters (std::ostream &out) | 
Print the current static flop counts to out.  More... | |
| static void | incrCounter (const FlopCounts::EFlopType &ft) | 
| Increment an individual flop counter.  More... | |
Templated flop counter class.
The purpose of this simple abstract data type is to count flops within a computation.
      
  | 
  inlinestatic | 
Increment an individual flop counter.
Static public functions for non-member functions (not for general clients)Note, this function is ment to be used by nonmember operator functions and not by general clients.
References Sacado::FlopCounterPack::FlopCounts::increment().
      
  | 
  inlinestatic | 
Print the current static flop counts to out. 
This function just calls printCountersTable(). 
 1.8.5