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

Function imag

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

Source from the content-addressed store, hash-verified

71
72ScalarWithExceptions real(const ScalarWithExceptions &x) { return x; }
73ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; }
74ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; }
75
76int ScalarWithExceptions::instances = 0;

Callers 5

basicStuffComplexFunction · 0.70
packetmath_complexFunction · 0.70
array_realFunction · 0.70
array_complexFunction · 0.70
householderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected