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

Function conj

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

Source from the content-addressed store, hash-verified

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;
77int ScalarWithExceptions::countdown = 0;

Callers 15

product_extraFunction · 0.70
randMatrixSpecialUnitaryFunction · 0.70
product_selfadjointFunction · 0.70
determinantFunction · 0.70
jacobiFunction · 0.70
runMethod · 0.70
runMethod · 0.70
adjointFunction · 0.70
array_complexFunction · 0.70
trmmFunction · 0.70
runMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_conjugateFunction · 0.40