Namespaces | Macros | Variables
GlobalFunctions.h File Reference

Go to the source code of this file.

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 

Macros

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

Variables

EIGEN_DEVICE_FUNC const Eigen::ArrayBase< Derived > & Eigen::exponents
 

Macro Definition Documentation

◆ EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY

#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 typename NAME##_retval<ArrayBase<Derived> >::type(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:55
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Definition: pytypes.h:1370

Definition at line 38 of file GlobalFunctions.h.

◆ EIGEN_ARRAY_DECLARE_GLOBAL_UNARY

#define EIGEN_ARRAY_DECLARE_GLOBAL_UNARY (   NAME,
  FUNCTOR,
  DOC_OP,
  DOC_DETAILS 
)
Value:
template<typename Derived> \
(NAME)(const Eigen::ArrayBase<Derived>& x) { \
}
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:55
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x

Definition at line 29 of file GlobalFunctions.h.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:49