#include <Eigen/Core>

Go to the source code of this file.
Namespaces | |
| eigenpy | |
Functions | |
| template<typename MatrixType1 , typename MatrixType2 > | |
| EIGEN_DONT_INLINE bool | eigenpy::is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2, const typename MatrixType1::Scalar &prec) |
| template<typename MatrixType1 , typename MatrixType2 > | |
| EIGEN_DONT_INLINE bool | eigenpy::is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2) |