![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/MConfig.h"#include <iosfwd>#include "Math/Expression.h"#include "Math/MatrixRepresentationsStatic.h"#include "Math/SMatrix.icc"#include "Math/MatrixFunctions.h"
Include dependency graph for SMatrix.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ROOT::Math::SVector< T, D > |
| SVector: a generic fixed size Vector class. More... | |
| struct | ROOT::Math::SMatrixIdentity |
| struct | ROOT::Math::SMatrixNoInit |
| class | ROOT::Math::SMatrix< T, D1, D2, R > |
| SMatrix: a generic fixed size D1 x D2 Matrix class. More... | |
| class | ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow |
| class | ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const |
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
Functions | |
| template<class T , unsigned int D1, unsigned int D2, class R > | |
| std::ostream & | ROOT::Math::operator<< (std::ostream &os, const ROOT::Math::SMatrix< T, D1, D2, R > &rhs) |