MCPcopy Create free account
hub / github.com/dblalock/bolt / evalTo

Method evalTo

cpp/src/external/eigen/src/Core/ArrayWrapper.h:135–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected