Belle II Software development
|
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.
|
static |
Create a covariance matrix from a TMatrix representation.
Definition at line 50 of file TMatrixConversion.h.
|
static |
Translate the covariance matrix to the TMatrix representation.
Definition at line 67 of file TMatrixConversion.h.