bool stateContentsInvalid(osvr::kalman::pose_externalized_rotation::State const &state)
Applies contentsInvalid() to state aspects of a pose_externalized_rotation::State.
Definition: ContentsInvalid.h:62
const CwiseUnaryOp< CustomUnaryOp, const Derived > unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const
Apply a unary operator coefficient-wise.
Definition: MatrixBase.h:140
bool covarianceContentsInvalid(Eigen::MatrixBase< Derived > const &v)
Applies contentsInvalid() to a covariance matrix, and also checks other invariant(s) of a covariance ...
Definition: ContentsInvalid.h:54
bool contentsInvalid(double n)
Are the contents of a value invalid? (Invalid is defined to be any "weird" floating point value - nan...
Definition: ContentsInvalid.h:41