MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / conjugate

Method conjugate

src/OpenFOAM/primitives/complex/complexI.H:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70inline complex complex::conjugate() const
71{
72 return complex(re, -im);
73}
74
75
76// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //

Callers 1

operator&Function · 0.45

Calls 1

complexClass · 0.85

Tested by

no test coverage detected