Belle II Software
release-08-01-10
|
Convert between TMatrix and CovarianceMatrix representations. More...
#include <TMatrixConversion.h>
Static Public Member Functions | |
template<int N> | |
static CovarianceMatrix< N > | fromTMatrix (const TMatrixDSym &tCov) |
Create a covariance matrix from a TMatrix representation. | |
template<int N> | |
static TMatrixDSym | toTMatrix (const CovarianceMatrix< N > &cov) |
Translate the covariance matrix to the TMatrix representation. | |
Convert between TMatrix and CovarianceMatrix representations.
Definition at line 24 of file TMatrixConversion.h.