|
CbmRoot
|
header file for the kf::MatrixSym class More...
#include "KfDefs.h"#include "KfMath.h"#include "KfUtils.h"#include <boost/serialization/access.hpp>#include <iomanip>#include <sstream>#include <string>#include <Rtypes.h>Go to the source code of this file.
Classes | |
| class | cbm::algo::kf::MatrixSym< T, N > |
| The class describes a symmetric N x N matrix stored in a low-triangular way. More... | |
Namespaces | |
| namespace | cbm |
| namespace | cbm::algo |
| namespace | cbm::algo::kf |
Typedefs | |
| template<int N> | |
| using | cbm::algo::kf::MatrixSymS = MatrixSym<fscal, N> |
| template<int N> | |
| using | cbm::algo::kf::MatrixSymF = MatrixSym<float, N> |
| template<int N> | |
| using | cbm::algo::kf::MatrixSymD = MatrixSym<double, N> |