ODEBND
|
Structure storing integration statistics.
#include <odebnd_val.hpp>
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. |