Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
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

namespace  Rcpp
 Rcpp API.
namespace  Rcpp::sugar

Functions

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

Function Documentation

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Times_Vector_Primitive<RTYPE,NA,T> operator* ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 430 of file times.h.

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Times_Vector_Primitive< RTYPE , NA , T > operator* ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 440 of file times.h.

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Times_Vector_Primitive_nona<RTYPE,NA,T> operator* ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::sugar::NonaPrimitive< typename Rcpp::traits::storage_type< RTYPE >::type >  rhs 
)
inline

Definition at line 451 of file times.h.

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Times_Vector_Primitive_nona< RTYPE , NA , T > operator* ( typename Rcpp::sugar::NonaPrimitive< typename Rcpp::traits::storage_type< RTYPE >::type >  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 460 of file times.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Times_Vector_Vector< RTYPE , LHS_NA, LHS_T, RHS_NA, RHS_T > operator* ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 474 of file times.h.