| 60 | |
| 61 | inline Index innerSize() const { return m_matrix.innerSize(); } |
| 62 | inline Index outerSize() const { return m_matrix.outerSize(); } |
| 63 | |
| 64 | /** \returns the nested expression */ |
| 65 | const typename internal::remove_all<MatrixTypeNested>::type& |
no outgoing calls
no test coverage detected