MCPcopy Create free account
hub / github.com/PX4/eigen / conservativeResizeLike

Method conservativeResizeLike

Eigen/src/Core/PlainObjectBase.h:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 */
446 template<typename OtherDerived>
447 EIGEN_DEVICE_FUNC
448 EIGEN_STRONG_INLINE void conservativeResizeLike(const DenseBase<OtherDerived>& other)
449 {
450 internal::conservative_resize_like_impl<Derived,OtherDerived>::run(*this, other);
451 }
452
453 /** This is a special case of the templated operator=. Its purpose is to
454 * prevent a default operator= from hiding the templated operator=.

Callers 2

run_matrix_testsFunction · 0.80
run_vector_testsFunction · 0.80

Calls 1

runFunction · 0.70

Tested by

no test coverage detected