|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|


Go to the source code of this file.
Macros | |
| #define | Vec3d Eigen::Vector3d |
| #define | cross_product(av, bv) |
| #define | dot_product(av, bv) |
| #define | vector_length(v) |
| #define | normalize_vector(v) |
Functions | |
| static double | gamma (Vec3d v) |
| static Vec3d | lorentzBoost (Vec3d &u, Vec3d &v) |
| static Vec3d | lorentz_transformed_E (Vec3d &E, Vec3d &B, Vec3d &v) |
| static Vec3d | lorentz_transformed_B (Vec3d &E, Vec3d &B, Vec3d &v) |
| #define cross_product | ( | av, | |
| bv ) |
Definition at line 25 of file relativistic_math.h.
| #define dot_product | ( | av, | |
| bv ) |
Definition at line 26 of file relativistic_math.h.
| #define normalize_vector | ( | v | ) |
Definition at line 28 of file relativistic_math.h.
| #define Vec3d Eigen::Vector3d |
Definition at line 24 of file relativistic_math.h.
| #define vector_length | ( | v | ) |
Definition at line 27 of file relativistic_math.h.
|
static |
Definition at line 62 of file relativistic_math.h.
Definition at line 55 of file relativistic_math.h.