class SRI implements the square root information methods, used for least squares estimation and the SRI form of the Kalman filter.
Reference: "Factorization Methods for Discrete Sequential Estimation," by G.J. Bierman, Academic Press, 1977.
Definition in file SRI.hpp.
#include <string>
#include "Matrix.hpp"
#include "StringUtils.hpp"
#include "Namelist.hpp"
#include "SRIMatrix.hpp"
Include dependency graph for SRI.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 | SRI |
| class SRI encapsulates all the information associated with the solution of a set of simultaneous linear equations. More... | |
1.3.9.1