Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Functions
SMatrix.h File Reference
#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:

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
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  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)