#include "Alignment/CocoaUtilities/interface/CocoaGlobals.h"
#include <vector>
#include <iostream>
#include <matrix.h>
#include <matrix2.h>
Go to the source code of this file.
Classes | |
class | MatrixMeschach |
Typedefs | |
typedef MatrixMeschach | ALIMatrix |
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) |
typedef MatrixMeschach ALIMatrix |
Definition at line 78 of file MatrixMeschach.h.
MatrixMeschach* MatrixByMatrix | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 345 of file MatrixMeschach.cc.
References DMR_cfg::cerr, MatrixMeschach::MatNonConst(), MatrixMeschach::NoColumns(), MatrixMeschach::NoLines(), MatrixMeschach::setMat(), and MatrixMeschach::setNoColumns().
Referenced by Fit::GetSChi2().
MatrixMeschach operator* | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 117 of file MatrixMeschach.cc.
References DMR_cfg::cerr, gather_cfg::cout, MatrixMeschach::MatNonConst(), MatrixMeschach::NoColumns(), MatrixMeschach::NoLines(), MatrixMeschach::setMat(), and MatrixMeschach::setNoColumns().
MatrixMeschach operator* | ( | const ALIdouble | doub, |
const MatrixMeschach & | mat | ||
) |
Definition at line 175 of file MatrixMeschach.cc.
MatrixMeschach operator* | ( | const MatrixMeschach & | mat, |
const ALIdouble | doub | ||
) |
Definition at line 182 of file MatrixMeschach.cc.
MatrixMeschach operator+ | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 154 of file MatrixMeschach.cc.
References gather_cfg::cout, ALIUtils::debug, MatrixMeschach::Mat(), MatrixMeschach::NoColumns(), and MatrixMeschach::NoLines().
MatrixMeschach operator- | ( | const MatrixMeschach & | mat1, |
const MatrixMeschach & | mat2 | ||
) |
Definition at line 167 of file MatrixMeschach.cc.