| 56 | |
| 57 | EIGEN_DEVICE_FUNC |
| 58 | explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {} |
| 59 | |
| 60 | EIGEN_DEVICE_FUNC |
| 61 | inline Index rows() const { return m_expression.rows(); } |
nothing calls this directly
no outgoing calls
no test coverage detected