![]() |
0.5.0
|
Fixed ambiguity and their squared norm. More...
Public Member Functions | |
template<typename Derived> | |
FixedAmbiguity (double sqnorm, const Eigen::MatrixBase< Derived > &a) | |
Constructor. |
Data Fields | |
Eigen::Vector< Scalar, nAmb > | a |
Fixed ambiguity vector [cycles]. | |
double | sqnorm |
Squared norm. |
Fixed ambiguity and their squared norm.
Definition at line 171 of file AmbiguityResolution.hpp.
|
inline |
Constructor.
sqnorm | Squared norm |
a | Fixed ambiguity vector [cycles] |
Definition at line 177 of file AmbiguityResolution.hpp.
Eigen::Vector<Scalar, nAmb> NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::FixedAmbiguity::a |
Fixed ambiguity vector [cycles].
Definition at line 182 of file AmbiguityResolution.hpp.
double NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::FixedAmbiguity::sqnorm |
Squared norm.
Definition at line 181 of file AmbiguityResolution.hpp.