|  | 
| template<typename Derived > | 
| bool | pinocchio::hasNaN (const Eigen::DenseBase< Derived > &m) | 
|  | 
| template<typename MatrixIn , typename MatrixOut > | 
| void | pinocchio::inverse (const Eigen::MatrixBase< MatrixIn > &m_in, const Eigen::MatrixBase< MatrixOut > &dest) | 
|  | 
| template<typename VectorLike > | 
| bool | pinocchio::isNormalized (const Eigen::MatrixBase< VectorLike > &vec, const typename VectorLike::RealScalar &prec=Eigen::NumTraits< typename VectorLike::Scalar >::dummy_precision()) | 
|  | Check whether the input vector is Normalized within the given precision.  More... 
 | 
|  | 
| template<typename MatrixLike > | 
| bool | pinocchio::isUnitary (const Eigen::MatrixBase< MatrixLike > &mat, const typename MatrixLike::RealScalar &prec=Eigen::NumTraits< typename MatrixLike::Scalar >::dummy_precision()) | 
|  | Check whether the input matrix is Unitary within the given precision.  More... 
 | 
|  | 
| template<typename MatrixLike > | 
| bool | pinocchio::isZero (const Eigen::MatrixBase< MatrixLike > &m, const typename MatrixLike::RealScalar &prec=Eigen::NumTraits< typename MatrixLike::Scalar >::dummy_precision()) | 
|  | 
| template<typename VectorLike > | 
| void | pinocchio::normalize (const Eigen::MatrixBase< VectorLike > &vec) | 
|  | Normalize the input vector.  More... 
 | 
|  |