Go to the source code of this file.
 | 
| class   | Rcpp::sugar::SugarMath_1< NA, RESULT_TYPE, U1, T1, FunPtr > | 
|   | 
| class   | Rcpp::sugar::SugarMath_1< NA, RESULT_TYPE, int, T1, FunPtr > | 
|   | 
| class   | Rcpp::sugar::SugarMath_1< false, RESULT_TYPE, int, T1, FunPtr > | 
|   | 
◆ SUGAR_MATH_1
      
        
          | #define SUGAR_MATH_1 | 
          ( | 
            | 
          __NAME__,  | 
        
        
           | 
           | 
            | 
          __SYMBOL__  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
        template <bool NA, typename T>                                           \
        ){                                                                       \
                return sugar::SugarMath_1<NA,double,double,T, double (*)(double)>(   \
                ) ;                                                                  \
        }                                                                        \
        template <bool NA, typename T>                                           \
        ){                                                                       \
                return sugar::SugarMath_1<NA,double,int,T, double (*)(double)>(      \
                ) ;                                                                  \
        }                                                                        \
        }
Vector< REALSXP > NumericVector
 
 
Definition at line 100 of file SugarMath.h.