ODEBND
|
Store integration bounds at a given time instant.
#include <odeslv_gsl.hpp>
Public Member Functions | |
Results (const double tk, const unsigned nxk, const T *Ixk) | |
Constructors. | |
~Results () | |
Destructor. | |
Public Attributes | |
double | t |
Time instant. | |
unsigned int | nx |
Solution dimension. | |
T * | X |
Solution bounds. |