TVM  0.9.4
matrix.h File Reference
#include <tvm/internal/meta.h>
#include <Eigen/Core>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tvm
 
 tvm::diagnostic
 

Functions

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)