Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
inline complex complex::conjugate() const
71
{
72
return complex(re, -im);
73
}
74
75
76
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
Callers
1
operator&
Function · 0.45
Calls
1
complex
Class · 0.85
Tested by
no test coverage detected