MCPcopy Create free account
hub / github.com/PX4/eigen / imag_ref

Function imag_ref

Eigen/src/Core/MathFunctions.h:909–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907
908template<typename Scalar>
909EIGEN_DEVICE_FUNC
910inline typename internal::add_const_on_value_type< EIGEN_MATHFUNC_RETVAL(imag_ref, Scalar) >::type imag_ref(const Scalar& x)
911{
912 return internal::imag_ref_impl<Scalar>::run(x);
913}
914
915template<typename Scalar>
916EIGEN_DEVICE_FUNC

Callers 2

scalar_imag_ref_opClass · 0.85
basicStuffComplexFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected