Namespaces | Macros | Functions
GlobalFunctions.h File Reference

Go to the source code of this file.

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(NAME, FUNCTOR)
 
#define EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(NAME, FUNCTOR)
 

Functions

template<typename Derived >
const Eigen::CwiseUnaryOp< Eigen::internal::scalar_inverse_mult_op< typename Derived::Scalar >, const Derived > Eigen::operator/ (const typename Derived::Scalar &s, const Eigen::ArrayBase< Derived > &a)
 Component-wise division of a scalar by array elements. More...
 
template<typename Derived >
const Eigen::CwiseUnaryOp< Eigen::internal::scalar_pow_op< typename Derived::Scalar >, const Derived > Eigen::pow (const Eigen::ArrayBase< Derived > &x, const typename Derived::Scalar &exponent)
 
template<typename Derived >
const Eigen::CwiseBinaryOp< Eigen::internal::scalar_binary_pow_op< typename Derived::Scalar, typename Derived::Scalar >, const Derived, const Derived > Eigen::pow (const Eigen::ArrayBase< Derived > &x, const Eigen::ArrayBase< Derived > &exponents)
 

Macro Definition Documentation

#define EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY (   NAME,
  FUNCTOR 
)
Value:
\
template<typename Derived> \
struct NAME##_retval<ArrayBase<Derived> > \
{ \
}; \
template<typename Derived> \
struct NAME##_impl<ArrayBase<Derived> > \
{ \
static inline typename NAME##_retval<ArrayBase<Derived> >::type run(const Eigen::ArrayBase<Derived>& x) \
{ \
return x.derived(); \
} \
};
TFSIMD_FORCE_INLINE const tfScalar & x() const
Base class for all 1D and 2D array, and related expressions.
Definition: ArrayBase.h:39
string NAME
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition: CwiseUnaryOp.h:59
void run(ClassLoader *loader)

Definition at line 21 of file GlobalFunctions.h.

#define EIGEN_ARRAY_DECLARE_GLOBAL_UNARY (   NAME,
  FUNCTOR 
)
Value:
template<typename Derived> \
NAME(const Eigen::ArrayBase<Derived>& x) { \
return x.derived(); \
}
Base class for all 1D and 2D array, and related expressions.
Definition: ArrayBase.h:39
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition: CwiseUnaryOp.h:59

Definition at line 14 of file GlobalFunctions.h.



tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:03