CbmRoot
Loading...
Searching...
No Matches
KfFramework.cxx
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#include "KfFramework.h"
11
13
15
16
17namespace cbm::algo::kf
18{
19 template class Framework<float>;
20 template class Framework<double>;
21 template class Framework<fvec>;
22} // namespace cbm::algo::kf
The Kalman-filter framework main class (header)
Main class of the KfCore library.
Definition KfFramework.h:21