Searched refs:imag_ref (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dbasicstuff.cpp145 VERIFY(numext::imag(s1)==numext::imag_ref(s1));
147 numext::imag_ref(s1) = numext::imag(s2);
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h149 * Implementation of imag_ref *
581 inline typename internal::add_const_on_value_type< EIGEN_MATHFUNC_RETVAL(imag_ref, Scalar) >::type imag_ref(const Scalar& x) function in namespace:Eigen::numext
587 inline EIGEN_MATHFUNC_RETVAL(imag_ref, Scalar) imag_ref(Scalar& x) function in namespace:Eigen::numext
589 return EIGEN_MATHFUNC_IMPL(imag_ref, Scalar)::run(x);
H A DFunctors.h411 EIGEN_STRONG_INLINE result_type& operator() (const Scalar& a) const { return numext::imag_ref(*const_cast<Scalar*>(&a)); }

Completed in 1066 milliseconds