![]() |
0.5.0
|
Ambiguity decorrelation algorithms. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::Ambiguity |
namespace | NAV::Ambiguity::internal |
Functions | |
template<typename DerivedA, typename DerivedQ> | |
std::optional< std::tuple< typename DerivedQ::PlainObject, typename DerivedQ::PlainObject, typename DerivedQ::PlainObject, typename DerivedA::PlainObject, typename DerivedA::PlainObject > > | NAV::Ambiguity::decorrelate_ztrafo (const Eigen::MatrixBase< DerivedA > &a, const Eigen::MatrixBase< DerivedQ > &Q) |
Decorrelates the ambiguities. | |
template<typename DerivedL, typename DerivedZ, typename DerivedA> | |
void | NAV::Ambiguity::internal::gauss (Eigen::MatrixBase< DerivedL > &L, Eigen::Index i, Eigen::Index j, Eigen::MatrixBase< DerivedA > &a, Eigen::MatrixBase< DerivedZ > &Z, Eigen::Index n) |
[11] Chang 2005, Integer Gauss Transformations algorithm | |
template<typename DerivedL, typename DerivedD, typename DerivedA, typename DerivedZ> | |
void | NAV::Ambiguity::internal::permute (Eigen::MatrixBase< DerivedL > &L, Eigen::MatrixBase< DerivedD > &D, Eigen::Index k, double delta, Eigen::MatrixBase< DerivedA > &a, Eigen::MatrixBase< DerivedZ > &Z, Eigen::Index n) |
[11] Chang 2005, Permutations algorithm |