Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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

namespace  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 89 of file SubMatrix.h.