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