CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
math::ErrorD< N > Struct Template Reference

fixed size error matrix with double components More...

#include <Error.h>

Public Types

typedef ROOT::Math::SMatrix
< double, N, N,
ROOT::Math::MatRepSym< double,
N > > 
type
 

Detailed Description

template<unsigned int N>
struct math::ErrorD< N >

fixed size error matrix with double components

Definition at line 17 of file Error.h.

Member Typedef Documentation

template<unsigned int N>
typedef ROOT::Math::SMatrix<double, N, N, ROOT::Math::MatRepSym<double, N> > math::ErrorD< N >::type

Definition at line 18 of file Error.h.