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

Function lazyprod

test/evaluators.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13 template<typename Lhs,typename Rhs>
14 const Product<Lhs,Rhs,LazyProduct>
15 lazyprod(const Lhs& lhs, const Rhs& rhs)
16 {
17 return Product<Lhs,Rhs,LazyProduct>(lhs,rhs);
18 }
19
20 template<typename DstXprType, typename SrcXprType>
21 EIGEN_STRONG_INLINE

Callers 1

test_evaluatorsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_evaluatorsFunction · 0.68