1.1.0
CCC
 
LogStats Class Reference

#include <LogStats.hpp>

Public Member Functions

 LogStats (bool mustPrint=false)
 
 LogStats (const LogStats &m)
 
LogStatsoperator= (const LogStats &m)
 
virtual ~LogStats ()
 
void incrementStatsDirect (double time) const
 
void incrementStatsInverseCG (int niter, double time) const
 
void incrementStatsInverseChol (double time) const
 
void incrementStatsInversePoly (double time) const
 
void incrementStatsSimulate (double time) const
 
void incrementStatsCholesky (double time) const
 
void statsShow (void) const
 
void mustShowStats (bool mustPrint) const
 
bool isMustPrint () const
 

Constructor & Destructor Documentation

LogStats::LogStats ( bool  mustPrint = false)
LogStats::LogStats ( const LogStats m)
LogStats::~LogStats ( )
virtual

Member Function Documentation

void LogStats::incrementStatsCholesky ( double  time) const
void LogStats::incrementStatsDirect ( double  time) const
void LogStats::incrementStatsInverseCG ( int  niter,
double  time 
) const
void LogStats::incrementStatsInverseChol ( double  time) const
void LogStats::incrementStatsInversePoly ( double  time) const
void LogStats::incrementStatsSimulate ( double  time) const
bool LogStats::isMustPrint ( ) const
inline
void LogStats::mustShowStats ( bool  mustPrint) const
inline
LogStats & LogStats::operator= ( const LogStats m)
void LogStats::statsShow ( void  ) const

Trigger the printout of the statistics


The documentation for this class was generated from the following files: