MCPcopy 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
102template <class T>
103INLINE const T imag(const MyComplex<T> &A)
104{
105 return A.b;
106}
107
108
109template <class T>

Callers 2

operator==Function · 0.85
LaEigNSSolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected