Classes | Namespaces | Macros
product.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  internal::deduce_fcl_type< Derived, OtherDerived, coefwise >
 
struct  internal::deduce_fcl_type< Derived, OtherDerived, false >
 
struct  internal::deduce_fcl_type< Derived, OtherDerived, true >
 
struct  FclProduct< Derived, OtherDerived >
 

Namespaces

 internal
 

Macros

#define FCL_EIGEN_MAKE_PRODUCT_OPERATOR()
 
#define FCL_EIGEN_MAKE_PRODUCT_OPERATOR()
 

Macro Definition Documentation

◆ FCL_EIGEN_MAKE_PRODUCT_OPERATOR [1/2]

#define FCL_EIGEN_MAKE_PRODUCT_OPERATOR ( )
Value:
template <typename OtherDerived> \
operator*(const MatrixBase<OtherDerived>& other) const \
{ \
}
static EIGEN_STRONG_INLINE ProductType run(const Derived &l, const OtherDerived &r)
Definition: product.h:30
Definition: product.h:17

◆ FCL_EIGEN_MAKE_PRODUCT_OPERATOR [2/2]

#define FCL_EIGEN_MAKE_PRODUCT_OPERATOR ( )
Value:
template <typename OtherDerived> \
operator*(const MatrixBase<OtherDerived>& other) const \
{ \
}
static EIGEN_STRONG_INLINE ProductType run(const Derived &l, const OtherDerived &r)
Definition: product.h:30
Definition: product.h:17

Referenced by Eigen::FclMatrix< T, Cols, _Options >::FclMatrix(), and Eigen::FclOp< EigenOp >::FclOp().