#include <Eigen/Core>
#include <Eigen/SparseCore>
Go to the source code of this file.
|
template<typename MatrixType1 , typename MatrixType2 > |
EIGEN_DONT_INLINE bool | eigenpy::is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2) |
|
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::RealScalar &prec) |
|
template<typename MatrixType1 , typename MatrixType2 > |
EIGEN_DONT_INLINE bool | eigenpy::is_approx (const Eigen::SparseMatrixBase< MatrixType1 > &mat1, const Eigen::SparseMatrixBase< MatrixType2 > &mat2) |
|
template<typename MatrixType1 , typename MatrixType2 > |
EIGEN_DONT_INLINE bool | eigenpy::is_approx (const Eigen::SparseMatrixBase< MatrixType1 > &mat1, const Eigen::SparseMatrixBase< MatrixType2 > &mat2, const typename MatrixType1::RealScalar &prec) |
|