| 61 | |
| 62 | EIGEN_DEVICE_FUNC |
| 63 | explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {} |
| 64 | |
| 65 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 66 | inline Index rows() const EIGEN_NOEXCEPT { return m_expression.rows(); } |
nothing calls this directly
no outgoing calls
no test coverage detected