|
ROOT 6.10/00 Reference Guide |
Classes | |
| class | ROOT::Math::MatRepStd< T, D, D2 > |
| Expression wrapper class for Matrix objects. More... | |
| class | ROOT::Math::MatRepSym< T, D > |
| MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a template on the contained type and on the symmetric matrix size, N. More... | |
| class | ROOT::Math::SMatrix< T, D1, D2, R > |
| SMatrix: a generic fixed size D1 x D2 Matrix class. More... | |
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
Typedefs | |
| typedef SMatrix< float, 2, 2, MatRepStd< float, 2, 2 > > | ROOT::Math::SMatrix2F |
| typedef SMatrix< float, 3, 3, MatRepStd< float, 3, 3 > > | ROOT::Math::SMatrix3F |
| typedef SMatrix< float, 4, 4, MatRepStd< float, 4, 4 > > | ROOT::Math::SMatrix4F |
| typedef SMatrix< float, 5, 5, MatRepStd< float, 5, 5 > > | ROOT::Math::SMatrix5F |
| typedef SMatrix< float, 6, 6, MatRepStd< float, 6, 6 > > | ROOT::Math::SMatrix6F |
| typedef SMatrix< float, 7, 7, MatRepStd< float, 7, 7 > > | ROOT::Math::SMatrix7F |
| typedef SMatrix< float, 2, 2, MatRepSym< float, 2 > > | ROOT::Math::SMatrixSym2F |
| typedef SMatrix< float, 3, 3, MatRepSym< float, 3 > > | ROOT::Math::SMatrixSym3F |
| typedef SMatrix< float, 4, 4, MatRepSym< float, 4 > > | ROOT::Math::SMatrixSym4F |
| typedef SMatrix< float, 5, 5, MatRepSym< float, 5 > > | ROOT::Math::SMatrixSym5F |
| typedef SMatrix< float, 6, 6, MatRepSym< float, 6 > > | ROOT::Math::SMatrixSym6F |
| typedef SMatrix< float, 7, 7, MatRepSym< float, 7 > > | ROOT::Math::SMatrixSym7F |