MCPcopy Create free account
hub / github.com/coin-or/CppAD / imag

Function imag

include/cppad/example/cppad_eigen.hpp:185–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184 // functions that return values (note abs is defined by cppad.hpp)
185 template <class Base> AD<Base> imag(const AD<Base>& x)
186 { return CppAD::AD<Base>(0.); }
187 template <class Base> AD<Base> abs2(const AD<Base>& x)
188 { return x * x; }
189}

Callers 1

cppad_eigenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected