|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
Useful typedefs for cleaner code. More...
#include <armadillo>#include <vector>Go to the source code of this file.
Classes | |
| struct | simulation |
| Typedef for PenningTrap::simulation return value. More... | |
Typedefs | |
| typedef std::vector< arma::vec::fixed< 3 > > | sim_cols |
| Typedef for the column of the result vector from simulating particles. | |
| typedef std::vector< arma::vec::fixed< 3 > > | sim_rows |
| Typedef for the row of the result vector from simulating particles. | |
| typedef std::vector< sim_cols > | sim_arr |
| Typedef for the result of the simulate method. | |
| typedef arma::vec::fixed< 3 > | vec_3d |
| Typedef for a fixed 3d arma vector. | |
| typedef struct simulation | simulation_t |
| Typedef for PenningTrap::simulation return value. | |
Useful typedefs for cleaner code.
These typedefs make the code more readable and easy to follow along.
Definition in file typedefs.hpp.
Typedef for the result of the simulate method.
Definition at line 32 of file typedefs.hpp.
| typedef std::vector<arma::vec::fixed<3> > sim_cols |
Typedef for the column of the result vector from simulating particles.
Definition at line 24 of file typedefs.hpp.
| typedef std::vector<arma::vec::fixed<3> > sim_rows |
Typedef for the row of the result vector from simulating particles.
Definition at line 28 of file typedefs.hpp.
| typedef arma::vec::fixed<3> vec_3d |
Typedef for a fixed 3d arma vector.
Definition at line 36 of file typedefs.hpp.