|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Classes | |
| class | SubMatrix< RTYPE > |
Defines | |
| #define | RCPP_WRAP_SUBMATRIX(RTYPE) |
| #define RCPP_WRAP_SUBMATRIX | ( | RTYPE | ) |
template<> inline SEXP wrap< SubMatrix<RTYPE> >( \ const SubMatrix<RTYPE>& object \ ) { \ return Matrix<RTYPE>( object ) ; \ }
Definition at line 89 of file SubMatrix.h.