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

Function divide_assign_using_evaluator

test/evaluators.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 template<typename DstXprType, typename SrcXprType>
74 void divide_assign_using_evaluator(const DstXprType& dst, const SrcXprType& src)
75 {
76 typedef typename DstXprType::Scalar Scalar;
77 call_assignment(dst.const_cast_derived(), src.derived(), internal::div_assign_op<Scalar,typename SrcXprType::Scalar>());
78 }
79
80 template<typename DstXprType, typename SrcXprType>
81 void swap_using_evaluator(const DstXprType& dst, const SrcXprType& src)

Callers 1

test_evaluatorsFunction · 0.85

Calls 1

call_assignmentFunction · 0.70

Tested by 1

test_evaluatorsFunction · 0.68