| 211 | } |
| 212 | |
| 213 | inline internal::DimNameProxy colnames(SEXP x) { |
| 214 | return internal::DimNameProxy(x, 1); |
| 215 | } |
| 216 | |
| 217 | template<template <class> class StoragePolicy > |
| 218 | inline std::ostream &operator<<(std::ostream & s, const Matrix<REALSXP, StoragePolicy> & rhs) { |
no test coverage detected