| 133 | |
| 134 | template<typename Dest> |
| 135 | EIGEN_DEVICE_FUNC |
| 136 | inline void evalTo(Dest& dst) const { dst = m_expression; } |
| 137 | |
| 138 | const typename internal::remove_all<NestedExpressionType>::type& |
| 139 | EIGEN_DEVICE_FUNC |
nothing calls this directly
no outgoing calls
no test coverage detected