|
TVM
0.9.4
|
Namespaces | |
| internal | |
Classes | |
| class | GraphProbe |
Functions | |
| template<typename MatrixOrMapType > | |
| bool | isInMatrix (typename MatrixOrMapType::Scalar const *ptr, MatrixOrMapType &M) |
| template<typename MatrixT , typename MatrixOrMapType > | |
| bool | isInMatrix (const MatrixT &A, Eigen::Index i, Eigen::Index j, MatrixOrMapType &M) |
| template<typename Derived > | |
| bool | hasElemAbsInRange (const Eigen::MatrixBase< Derived > &A, typename Derived::Scalar emin, typename Derived::Scalar emax) |
Copyright 2017-2021 CNRS-AIST JRL and CNRS-UM LIRMM
|
inline |
Check if any element e of A is such that emin<=abs(e)<=emax.
|
inline |
Check if a A(i,j) is an element of M
| MatrixOrMapType | An Eigen type with a data method |
|
inline |
Check if a given address belongs to the data of a matrix
| ptr | The address to test. |
| M | the matrix. |
| MatrixOrMapType | An Eigen type with a data method |