| 159 | |
| 160 | EIGEN_DEVICE_FUNC |
| 161 | explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {} |
| 162 | |
| 163 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 164 | inline Index rows() const EIGEN_NOEXCEPT { return m_expression.rows(); } |
nothing calls this directly
no outgoing calls
no test coverage detected