OSVR-Core
|
Header. More...
Go to the source code of this file.
Functions | |
bool | contentsInvalid (double n) |
Are the contents of a value invalid? (Invalid is defined to be any "weird" floating point value - nan, inf, denormalized, etc. More... | |
template<typename Derived > | |
bool | contentsInvalid (Eigen::MatrixBase< Derived > const &v) |
Applies contentsInvalid() to a matrix or vector. | |
template<typename Derived > | |
bool | covarianceContentsInvalid (Eigen::MatrixBase< Derived > const &v) |
Applies contentsInvalid() to a covariance matrix, and also checks other invariant(s) of a covariance matrix. More... | |
bool | stateContentsInvalid (osvr::kalman::pose_externalized_rotation::State const &state) |
Applies contentsInvalid() to state aspects of a pose_externalized_rotation::State. | |
bool | covarianceContentsInvalid (osvr::kalman::pose_externalized_rotation::State const &state) |
Applies contentsInvalid() and covarianceContentsInvalid() to the covariance of a pose_externalized_rotation::State. | |
bool | contentsInvalid (osvr::kalman::pose_externalized_rotation::State const &state) |
Header.
|
inline |
Are the contents of a value invalid? (Invalid is defined to be any "weird" floating point value - nan, inf, denormalized, etc.
|
inline |
Applies contentsInvalid() to a covariance matrix, and also checks other invariant(s) of a covariance matrix.