#include <iostream>
#include <vector>
#include <math.h>
#include "VMatrix.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TMatrixDSym.h"
#include "Math/SMatrix.h"
#include "Math/SVector.h"
Go to the source code of this file.
|
| gbl |
| Namespace for the general broken lines package.
|
|
|
typedef ROOT::Math::SMatrix< double, 2, 5 > | SMatrix25 |
|
typedef ROOT::Math::SMatrix< double, 2, 7 > | SMatrix27 |
|
typedef ROOT::Math::SMatrix< double, 5, 5 > | SMatrix55 |
|
typedef ROOT::Math::SMatrix<double, 2, 5> SMatrix25 |
typedef ROOT::Math::SMatrix<double, 2, 7> SMatrix27 |
typedef ROOT::Math::SMatrix<double, 5, 5> SMatrix55 |