Rcpp Version 0.9.10
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  SubMatrix< RTYPE >

Defines

#define RCPP_WRAP_SUBMATRIX(RTYPE)

Define Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines