CbmRoot
Loading...
Searching...
No Matches
KfMatrixSym.cxx
Go to the documentation of this file.
1/* Copyright (C) 2007-2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergey Gorbunov [committer] */
4
5
10
11
12#include "KfMatrixSym.h"
13
14namespace cbm::algo::kf
15{
16 template class MatrixSym<float, 7>;
17 template class MatrixSym<double, 7>;
18 template class MatrixSym<fvec, 7>;
19
20 template class MatrixSym<double, 4>;
21 template class MatrixSym<float, 4>;
22
23} // namespace cbm::algo::kf
header file for the kf::MatrixSym class
The class describes a symmetric N x N matrix stored in a low-triangular way.
Definition KfMatrixSym.h:36