Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ imag
Function
imag
ngstd/mycomplex.hpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
template <class T>
103
INLINE const T imag(const MyComplex<T> &A)
104
{
105
return A.b;
106
}
107
108
109
template <class T>
Callers
2
operator==
Function · 0.85
LaEigNSSolve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected