#include <LogStats.hpp>
◆ LogStats() [1/2]
gstlrn::LogStats::LogStats |
( |
bool |
mustPrint = false | ) |
|
◆ LogStats() [2/2]
gstlrn::LogStats::LogStats |
( |
const LogStats & |
m | ) |
|
◆ ~LogStats()
gstlrn::LogStats::~LogStats |
( |
| ) |
|
|
virtual |
◆ 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=()
◆ statsShow()
void gstlrn::LogStats::statsShow |
( |
void |
| ) |
const |
Trigger the printout of the statistics
The documentation for this class was generated from the following files:
- include/LinearOp/LogStats.hpp
- src/LinearOp/LogStats.cpp