CbmRoot
Loading...
Searching...
No Matches
KfMatrixSym.h File Reference

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>
Include dependency graph for KfMatrixSym.h:
This graph shows which files directly or indirectly include this file:

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>
 

Detailed Description

header file for the kf::MatrixSym class

Since
12.01.2026
Author
Sergey Gorbunov

Definition in file KfMatrixSym.h.