1.8.0
CCC
 
Loading...
Searching...
No Matches
gstlrn::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 (Id 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() [1/2]

gstlrn::LogStats::LogStats ( bool  mustPrint = false)

◆ LogStats() [2/2]

gstlrn::LogStats::LogStats ( const LogStats m)

◆ ~LogStats()

gstlrn::LogStats::~LogStats ( )
virtual

Member Function Documentation

◆ incrementStatsCholesky()

void gstlrn::LogStats::incrementStatsCholesky ( double  time) const

◆ incrementStatsDirect()

void gstlrn::LogStats::incrementStatsDirect ( double  time) const

◆ incrementStatsInverseCG()

void gstlrn::LogStats::incrementStatsInverseCG ( Id  niter,
double  time 
) const

◆ incrementStatsInverseChol()

void gstlrn::LogStats::incrementStatsInverseChol ( double  time) const

◆ incrementStatsInversePoly()

void gstlrn::LogStats::incrementStatsInversePoly ( double  time) const

◆ incrementStatsSimulate()

void gstlrn::LogStats::incrementStatsSimulate ( double  time) const

◆ isMustPrint()

bool gstlrn::LogStats::isMustPrint ( ) const
inline

◆ mustShowStats()

void gstlrn::LogStats::mustShowStats ( bool  mustPrint) const
inline

◆ operator=()

LogStats & gstlrn::LogStats::operator= ( const LogStats m)

◆ statsShow()

void gstlrn::LogStats::statsShow ( void  ) const

Trigger the printout of the statistics


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