DblPend
All Classes Files Functions
Calculations.hpp
Go to the documentation of this file.
1 
7 #ifndef Calculations_h
8 #define Calculations_h
9 
10 #include <vector>
11 
12 #include "ODE.hpp"
13 #include "Populate.hpp"
14 
15 using std::vector;
16 
24 vector<double> func_theta(double m_1, double m_2, double L_2, double L_1);
25 
26 #endif
vector< double > func_theta(double m_1, double m_2, double L_2, double L_1)
Calculates dependent variables (rad)
Class representing an ODE system.
Class for populating a list during an ODE solution process.