#include <iomanip>
#include <cmath>
#include "Alignment/CocoaUtilities/interface/ALIUtils.h"
#include "Alignment/CocoaFit/interface/MatrixMeschach.h"
Go to the source code of this file.
Functions | |
MatrixMeschach * | MatrixByMatrix (const MatrixMeschach &mat1, const MatrixMeschach &mat2) |
MatrixMeschach | operator* (const MatrixMeschach &mat1, const MatrixMeschach &mat2) |
MatrixMeschach | operator* (const ALIdouble doub, const MatrixMeschach &mat) |
MatrixMeschach | operator* (const MatrixMeschach &mat, const ALIdouble doub) |
MatrixMeschach | operator+ (const MatrixMeschach &mat1, const MatrixMeschach &mat2) |
MatrixMeschach | operator- (const MatrixMeschach &mat1, const MatrixMeschach &mat2) |
MatrixMeschach* MatrixByMatrix | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 396 of file MatrixMeschach.cc.
References MessageLogger_cfi::cerr, MatrixMeschach::MatNonConst(), MatrixMeschach::MatrixMeschach(), MatrixMeschach::NoColumns(), MatrixMeschach::NoLines(), MatrixMeschach::setMat(), and MatrixMeschach::setNoColumns().
Referenced by Fit::GetSChi2().
MatrixMeschach operator* | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 133 of file MatrixMeschach.cc.
References MessageLogger_cfi::cerr, gather_cfg::cout, MatrixMeschach::MatNonConst(), MatrixMeschach::MatrixMeschach(), MatrixMeschach::NoColumns(), MatrixMeschach::NoLines(), MatrixMeschach::setMat(), and MatrixMeschach::setNoColumns().
Referenced by mathSSE::as3D(), and SiStripClusterizerFromRaw::run().
MatrixMeschach operator* | ( | const ALIdouble | doub, |
const MatrixMeschach & | mat | ||
) |
Definition at line 196 of file MatrixMeschach.cc.
MatrixMeschach operator* | ( | const MatrixMeschach & | mat, |
const ALIdouble | doub | ||
) |
Definition at line 205 of file MatrixMeschach.cc.
MatrixMeschach operator+ | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 170 of file MatrixMeschach.cc.
References gather_cfg::cout, ALIUtils::debug, MatrixMeschach::Mat(), MatrixMeschach::MatrixMeschach(), MatrixMeschach::NoColumns(), and MatrixMeschach::NoLines().
Referenced by mathSSE::as3D().
MatrixMeschach operator- | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 186 of file MatrixMeschach.cc.
References MatrixMeschach::MatrixMeschach().
Referenced by mathSSE::as3D().