Rcpp Version 1.0.9
SubMatrix.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::SubMatrix< RTYPE >
 

Namespaces

 Rcpp
 Rcpp API.
 

Macros

#define RCPP_WRAP_SUBMATRIX(RTYPE)
 

Macro Definition Documentation

◆ RCPP_WRAP_SUBMATRIX

#define RCPP_WRAP_SUBMATRIX (   RTYPE)
Value:
template<> inline SEXP wrap< SubMatrix<RTYPE> >( \
const SubMatrix<RTYPE>& object \
) { \
return Matrix<RTYPE>( object ) ; \
}

Definition at line 90 of file SubMatrix.h.