DblPend
Loading...
Searching...
No Matches
Populate.hpp
Go to the documentation of this file.
1
6
7
#ifndef Populate_h
8
#define Populate_h
9
10
#include <vector>
11
12
using
std::vector;
13
16
class
Populate
{
17
public
:
21
Populate
(vector<vector<double>> &theta);
26
void
operator()
(vector<double> &y,
double
t);
27
28
private
:
29
vector<vector<double>>* theta;
30
31
};
32
33
#endif
Populate::Populate
Populate(vector< vector< double > > &theta)
Constructor for Populate objects.
Populate::operator()
void operator()(vector< double > &y, double t)
appends solution point for current ODE solution step
Generated by
1.15.0