ROOT 6.08/07 Reference Guide |
#include "Math/MConfig.h"
#include <iosfwd>
#include "Math/Expression.h"
#include "Math/MatrixRepresentationsStatic.h"
#include "Math/SMatrix.icc"
#include "Math/MatrixFunctions.h"
Classes | |
class | ROOT::Math::SMatrix< T, D1, D2, R > |
SMatrix: a generic fixed size D1 x D2 Matrix class. More... | |
struct | ROOT::Math::SMatrixIdentity |
struct | ROOT::Math::SMatrixNoInit |
class | ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow |
class | ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const |
class | ROOT::Math::SVector< T, D > |
SVector: a generic fixed size Vector class. More... | |
Namespaces | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
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) |