Home | History | Annotate | Download | only in Core

Lines Matching defs:imag

95 * Implementation of imag                                                 *
113 using std::imag;
114 return imag(x);
125 inline EIGEN_MATHFUNC_RETVAL(imag, Scalar) imag(const Scalar& x)
127 return EIGEN_MATHFUNC_IMPL(imag, Scalar)::run(x);
299 return real(x)*real(x) + imag(x)*imag(x);
325 return abs(real(x)) + abs(imag(x));
684 random(imag(x), imag(y)));