Inherited by FlowBalloonModel, LogFlowBalloonModel, LogNeuralBalloonModel, and NeuralBalloonModel.
Inheritance diagram for BalloonModel:

Definition at line 20 of file BalloonModel.hpp.
Public Member Functions | |
| BalloonModel (const unsigned int dimensions, const unsigned int numParameters, const unsigned int numFunctions) | |
| Constructor. | |
| virtual | ~BalloonModel () |
| Destructor. | |
| virtual indii::ml::aux::vector | suggestInitialState ()=0 |
| Provide a suggested initial state. | |
| BalloonModel | ( | const unsigned int | dimensions, | |
| const unsigned int | numParameters, | |||
| const unsigned int | numFunctions | |||
| ) |
Constructor.
| dimensions | Number of state variables. | |
| numParameters | Number of biophysical parameters. | |
| numFunctions | Number of biophysical functions. |
Definition at line 7 of file BalloonModel.cpp.
| ~BalloonModel | ( | ) | [virtual] |
| virtual indii::ml::aux::vector suggestInitialState | ( | ) | [pure virtual] |
Provide a suggested initial state.
This can be passed to the constructor of the ordinary differential equation solver being used on the model, such as indii::ml::ode::AdaptiveRungeKutta.
Implemented in FlowBalloonModel, LogFlowBalloonModel, LogNeuralBalloonModel, and NeuralBalloonModel.
1.5.2