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

Method operator-

test/exceptions.cpp:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 ScalarWithExceptions operator-(const ScalarWithExceptions& other) const
50 { return ScalarWithExceptions(*v-*other.v); }
51
52 ScalarWithExceptions operator*(const ScalarWithExceptions& other) const
53 { return ScalarWithExceptions((*v)*(*other.v)); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected