ODEBND
mc::ODEBND_VAL< T, PMT, PVT >::Stats Struct Reference

Structure storing integration statistics.

#include <odebnd_val.hpp>

List of all members.

Public Member Functions

 Stats ()
 Constructor.
void reset ()
 Constructor.

Public Attributes

double cputime
 CPU time.
unsigned long numSteps
 Step count.
unsigned long numTRHS_I
 Number of RHS Taylor expansion evaluations in T arithmetic.
unsigned long numFTRHS_I
 Number of RHS Taylor expansion derivative evaluations in T arithmetic.
unsigned long numTRHS_PM
 Number of RHS Taylor expansion evaluations in PM arithmetic.
unsigned long numFTRHS_PM
 Number of RHS Taylor expansion derivative evaluations in PM arithmetic.

template<typename T, typename PMT = mc::TModel<T>, typename PVT = mc::TVar<T>>
struct mc::ODEBND_VAL< T, PMT, PVT >::Stats


The documentation for this struct was generated from the following file: