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