============= When we need templated root objects More...
#include <AlgebraicROOTObjects.h>
Public Types | |
typedef ROOT::Math::SMatrix < double, D1, D2, ROOT::Math::MatRepStd< double, D1, D2 > > | Matrix |
typedef ROOT::Math::SMatrix < double, D1, D1, ROOT::Math::MatRepSym< double, D1 > > | SymMatrix |
typedef ROOT::Math::SVector < double, D1 > | Vector |
============= When we need templated root objects
Definition at line 64 of file AlgebraicROOTObjects.h.
typedef ROOT::Math::SMatrix<double,D1,D2,ROOT::Math::MatRepStd<double,D1,D2> > AlgebraicROOTObject< D1, D2 >::Matrix |
Definition at line 67 of file AlgebraicROOTObjects.h.
typedef ROOT::Math::SMatrix<double,D1,D1,ROOT::Math::MatRepSym<double,D1> > AlgebraicROOTObject< D1, D2 >::SymMatrix |
Definition at line 66 of file AlgebraicROOTObjects.h.
typedef ROOT::Math::SVector<double,D1> AlgebraicROOTObject< D1, D2 >::Vector |
Definition at line 65 of file AlgebraicROOTObjects.h.