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
15
using
std::vector;
16
24
vector<vector<double>>
func_theta
(
double
m_1,
double
m_2,
double
L_2,
double
L_1);
25
26
#endif
func_theta
vector< vector< double > > func_theta(double m_1, double m_2, double L_2, double L_1)
Calculates dependent variables (rad).
ODE.hpp
Class representing an ODE system.
Populate.hpp
Class for populating a list during an ODE solution process.
Generated by
1.15.0