Go to the source code of this file.
      
        
          | #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> > \
  { \
    { \
    } \
  };
TFSIMD_FORCE_INLINE const tfScalar & x() const 
Base class for all 1D and 2D array, and related expressions. 
Generic expression where a coefficient-wise unary operator is applied to an expression. 
void run(ClassLoader *loader)
Definition at line 21 of file GlobalFunctions.h.
 
 
      
        
          | #define EIGEN_ARRAY_DECLARE_GLOBAL_UNARY | ( |  | NAME, | 
        
          |  |  |  | FUNCTOR | 
        
          |  | ) |  |  | 
      
 
Value:template<typename Derived> \
    return x.derived(); \
  }
Base class for all 1D and 2D array, and related expressions. 
Generic expression where a coefficient-wise unary operator is applied to an expression. 
Definition at line 14 of file GlobalFunctions.h.