Implements the action of a boost on a vector
FT 08.12.2022
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
| double precision, | intent(in), | DIMENSION(4) | :: | u(0:3) |
-vector to be boosted |
Boosted -vector
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| double precision, | private, | DIMENSION(4) | :: | column(0:3) | |||
| integer, | private | :: | i | ||||
| double precision, | private, | DIMENSION(4) | :: | row(0:3) |