Home | History | Annotate | Download | only in Core

Lines Matching defs:imag

92 * Implementation of imag                                                 *
111 using std::imag;
112 return imag(x);
236 return real(x)*real(x) + imag(x)*imag(x);
257 return abs(real(x)) + abs(imag(x));
527 random(imag(x), imag(y)));
575 inline EIGEN_MATHFUNC_RETVAL(imag, Scalar) imag
577 return EIGEN_MATHFUNC_IMPL(imag, Scalar)::run(x);