| 
    The Conley-Morse Graphs Software
    
   | 
 
ODE integration parameters: guessing, adjusting, saving. More...
#include <string>#include <sstream>#include <vector>#include <iostream>#include <iomanip>#include <algorithm>#include <memory>#include <utility>#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include "chomp/multiwork/mwdata.h"#include "datavector.h"#include "mapparam.h"#include "datatext.h"Go to the source code of this file.
Classes | |
| class | OdeIntegrParam | 
| A class whose objects are responsible for adjusting the integration parameters such as step size and the number of steps for an ODE.  More... | |
Functions | |
| chomp::multiwork::mwData & | operator<< (chomp::multiwork::mwData &data, const OdeIntegrParam &odeIntegrParam) | 
| Serializes an object with ODE parameters.  More... | |
| chomp::multiwork::mwData & | operator>> (chomp::multiwork::mwData &data, OdeIntegrParam &odeIntegrParam) | 
| Deserializes an object with ODE parameters.  More... | |
ODE integration parameters: guessing, adjusting, saving.
Definition in file odeintegr.h.
      
  | 
  inline | 
Serializes an object with ODE parameters.
Definition at line 402 of file odeintegr.h.
      
  | 
  inline | 
Deserializes an object with ODE parameters.
Definition at line 410 of file odeintegr.h.