45 #ifndef TEUCHOS_FLOPS_HPP 46 #define TEUCHOS_FLOPS_HPP 138 #endif // end of TEUCHOS_FLOPS_HPP Flops()
Default Constructor.
void updateFlops(float addflops) const
Increment Flop count for this object from a float.
void updateFlops(int addflops) const
Increment Flop count for this object from an int.
virtual ~Flops()
Destructor.
double flops() const
Returns the number of floating point operations with this object and resets the count.
void updateFlops(double addflops) const
Increment Flop count for this object from a double.
Functionality and data that is common to all computational classes.
void resetFlops()
Resets the number of floating point operations to zero for this multi-std::vector.
void updateFlops(long int addflops) const
Increment Flop count for this object from a long int.
The Teuchos Floating Point Operations Class.