| 199 | |
| 200 | EIGEN_DEVICE_FUNC |
| 201 | explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {} |
| 202 | |
| 203 | EIGEN_DEVICE_FUNC |
| 204 | inline Index rows() const { return m_expression.rows(); } |
nothing calls this directly
no outgoing calls
no test coverage detected