MCPcopy Create free account
hub / github.com/PX4/eigen / operator*

Method operator*

test/exceptions.cpp:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 { return ScalarWithExceptions(*v-*other.v); }
51
52 ScalarWithExceptions operator*(const ScalarWithExceptions& other) const
53 { return ScalarWithExceptions((*v)*(*other.v)); }
54
55 ScalarWithExceptions& operator+=(const ScalarWithExceptions& other)
56 { *v+=*other.v; return *this; }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected