class SRIFilter implements the square root information matrix form of the Kalman filter and smoother.
Reference: "Factorization Methods for Discrete Sequential Estimation," G.J. Bierman, Academic Press, 1977.
Definition in file SRIFilter.hpp.
#include <ostream>
#include "Vector.hpp"
#include "Matrix.hpp"
#include "SRI.hpp"
Include dependency graph for SRIFilter.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | SRIFilter |
| class SRIFilter inherits SRI and implements a square root information filter, which is the square root formulation of the Kalman filter algorithm. More... | |
1.3.9.1