#include <tvm/internal/meta.h>
#include <Eigen/Core>
Go to the source code of this file.
|
| template<typename MatrixOrMapType > |
| bool | tvm::diagnostic::isInMatrix (typename MatrixOrMapType::Scalar const *ptr, MatrixOrMapType &M) |
| |
| template<typename MatrixT , typename MatrixOrMapType > |
| bool | tvm::diagnostic::isInMatrix (const MatrixT &A, Eigen::Index i, Eigen::Index j, MatrixOrMapType &M) |
| |
| template<typename Derived > |
| bool | tvm::diagnostic::hasElemAbsInRange (const Eigen::MatrixBase< Derived > &A, typename Derived::Scalar emin, typename Derived::Scalar emax) |
| |