Main Page
Namespaces
Classes
Package Documentation
DataFormats
Math
interface
Matrix.h
Go to the documentation of this file.
1
#ifndef DataFormats_Math_Matrix
2
#define DataFormats_Math_Matrix
3
#include "Math/SMatrix.h"
4
#include "Math/SVector.h"
5
6
namespace
math
{
7
template
<
unsigned
int
N,
unsigned
int
M>
8
struct
Matrix
{
9
typedef
ROOT::Math::SMatrix<double, N, M>
type
;
10
};
11
}
// namespace math
12
#endif
math
Definition:
Error.h:15
math::Matrix::type
ROOT::Math::SMatrix< double, N, M > type
Definition:
Matrix.h:9
math::Matrix
Definition:
Matrix.h:8
Generated for CMSSW Reference Manual by
1.8.11