#include "RecoParticleFlow/PFClusterTools/interface/LinearCalibrator.h"
#include <cassert>
#include <cmath>
#include "TVector.h"
#include "TDecompLU.h"
#include "TDecompSVD.h"
#include "TDecompBK.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | printMat (std::ostream &s, const TMatrixD &input) |
void | printVec (std::ostream &s, const TVectorD &input) |
void printMat | ( | std::ostream & | s, |
const TMatrixD & | input | ||
) |
void printVec | ( | std::ostream & | s, |
const TVectorD & | input | ||
) |