DblPend
Loading...
Searching...
No Matches
Calculations.hpp
Go to the documentation of this file.
1
6
7#ifndef Calculations_h
8#define Calculations_h
9
10#include <vector>
11
12#include "ODE.hpp"
13#include "Populate.hpp"
14
15using std::vector;
16
24vector<vector<double>> func_theta(double m_1, double m_2, double L_2, double L_1);
25
26#endif
vector< 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.