Rcpp Version 1.0.9
times.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< RTYPE, false, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >
 
class  Rcpp::sugar::Times_Vector_Primitive< REALSXP, NA, T >
 
class  Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >
 
class  Rcpp::sugar::Times_Vector_Primitive< REALSXP, false, T >
 
class  Rcpp::sugar::Times_Vector_Primitive_nona< RTYPE, NA, T >
 
class  Rcpp::sugar::Times_Vector_Primitive_nona< REALSXP, NA, T >
 
class  Rcpp::sugar::Times_Vector_Primitive_nona< RTYPE, false, T >
 
class  Rcpp::sugar::Times_Vector_Primitive_nona< REALSXP, false, T >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 

Functions

template<int RTYPE, bool NA, typename T , typename U >
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Times_Vector_Primitive< RTYPE, NA, T > >::type Rcpp::operator* (const VectorBase< RTYPE, NA, T > &lhs, const U &rhs)
 
template<int RTYPE, bool NA, typename T , typename U >
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Times_Vector_Primitive< RTYPE, NA, T > >::type Rcpp::operator* (const U &rhs, const VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T , typename U >
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Times_Vector_Primitive_nona< RTYPE, NA, T > >::type Rcpp::operator* (const VectorBase< RTYPE, NA, T > &lhs, const typename sugar::NonaPrimitive< U > &rhs)
 
template<int RTYPE, bool NA, typename T , typename U >
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Times_Vector_Primitive_nona< RTYPE, NA, T > >::type Rcpp::operator* (const typename sugar::NonaPrimitive< U > &rhs, const VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > Rcpp::operator* (const VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)