npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
trlanEigensystem.hh File Reference

Determination of eigenvalues/vectors of covariance matrices with TRLAN. More...

#include <vector>
#include "npstat/emsunfold/EigenParameters.hh"
#include "npstat/emsunfold/trlanEigensystem.icc"

Go to the source code of this file.

Classes

class  emsunfold::TrlanDiagnostics
 

Namespaces

 emsunfold
 

Functions

template<class Matrix >
int emsunfold::trlanEigensystem (const Matrix &covmat, const EigenParameters &params, std::vector< double > *eigenvalues, std::vector< double > *eigenvectors, TrlanDiagnostics *diagnostics)
 
std::ostream & operator<< (std::ostream &os, const emsunfold::TrlanDiagnostics &d)
 

Detailed Description

Determination of eigenvalues/vectors of covariance matrices with TRLAN.

Author: I. Volobouev

July 2014