GammaLib
2.1.0.dev
|
XSPEC Redistribution Matrix File class definition. More...
#include <string>
#include "GBase.hpp"
#include "GFilename.hpp"
#include "GEbounds.hpp"
#include "GMatrixSparse.hpp"
#include "GFitsHeader.hpp"
Go to the source code of this file.
Classes | |
class | GRmf |
Redistribution Matrix File class. More... | |
Namespaces | |
gammalib | |
Functions | |
GRmf | operator+ (const GRmf &a, const GRmf &b) |
Redistribution Matrix File addition operator friend. More... | |
GRmf | operator- (const GRmf &a, const GRmf &b) |
Redistribution Matrix File subtraction operator friend. More... | |
GRmf | operator* (const GRmf &rmf, const double &scale) |
Redistribution Matrix File scaling operator friend. More... | |
GRmf | operator* (const double &scale, const GRmf &rmf) |
Redistribution Matrix File scaling operator friend. More... | |
GRmf | operator/ (const GRmf &rmf, const double &scale) |
Redistribution Matrix File vision operator friend. More... | |
Variables | |
const std::string | gammalib::extname_rmf = "MATRIX" |
XSPEC Redistribution Matrix File class definition.
Definition in file GRmf.hpp.