Version: SMASH-3.1
energymomentumtensor.h File Reference
#include <array>
#include <cmath>
#include <cstdint>
#include <string>
#include "fourvector.h"
#include "particledata.h"

Go to the source code of this file.

Classes

class  smash::EnergyMomentumTensor
 The EnergyMomentumTensor class represents a symmetric positive semi-definite energy-momentum tensor \( T^{\mu \nu}\). More...
 

Namespaces

 smash
 

Functions

std::ostream & smash::operator<< (std::ostream &out, const EnergyMomentumTensor &Tmn)
 Prints out 4x4 tensor to the output stream. More...
 
EnergyMomentumTensor smash::operator+ (EnergyMomentumTensor a, const EnergyMomentumTensor &b)
 Direct addition operator. More...
 
EnergyMomentumTensor smash::operator- (EnergyMomentumTensor a, const EnergyMomentumTensor &b)
 Direct subtraction operator. More...
 
EnergyMomentumTensor smash::operator* (EnergyMomentumTensor a, const double b)
 Direct multiplication operator. More...
 
EnergyMomentumTensor smash::operator* (const double a, EnergyMomentumTensor b)
 Direct multiplication operator. More...
 
EnergyMomentumTensor smash::operator/ (EnergyMomentumTensor a, const double b)
 Direct division operator. More...