![]() |
|
Functions | |
template<typename T > | |
T | abs (T x) |
template<> | |
Eigen::half | abs (Eigen::half x) |
template<> | |
float | abs (float x) |
template<> | |
double | abs (double x) |
template<typename T > | |
T | square (T x) |
template<typename T > | |
T | cube (T x) |
template<typename T > | |
T | inverse (T x) |
template<typename T > | |
T | cwiseMax (T x, T y) |
template<> | |
Eigen::half | cwiseMax (Eigen::half x, Eigen::half y) |
template<typename T > | |
T | cwiseMin (T x, T y) |
template<> | |
Eigen::half | cwiseMin (Eigen::half x, Eigen::half y) |
template<typename T > | |
T | sqrt (T x) |
template<> | |
Eigen::half | sqrt (Eigen::half x) |
template<typename T > | |
T | rsqrt (T x) |
template<> | |
Eigen::half | rsqrt (Eigen::half x) |
template<typename T > | |
T | tanh (T x) |
template<> | |
Eigen::half | tanh (Eigen::half x) |
template<typename T > | |
T | exp (T x) |
template<> | |
Eigen::half | exp (Eigen::half x) |
template<typename T > | |
T | expm1 (T x) |
template<> | |
Eigen::half | expm1 (Eigen::half x) |
template<typename T > | |
T | log (T x) |
template<> | |
Eigen::half | log (Eigen::half x) |
template<typename T > | |
T | ceil (T x) |
template<> | |
Eigen::half | ceil (Eigen::half x) |
template<typename T > | |
T | floor (T x) |
template<> | |
Eigen::half | floor (Eigen::half x) |
template<typename T > | |
T | round (T x) |
template<> | |
Eigen::half | round (Eigen::half x) |
template<typename T > | |
T | log1p (T x) |
template<> | |
Eigen::half | log1p (Eigen::half x) |
template<typename T > | |
T | sign (T x) |
template<> | |
Eigen::half | sign (Eigen::half x) |
template<typename T > | |
T | isnan (T x) |
template<> | |
Eigen::half | isnan (Eigen::half x) |
template<typename T > | |
T | isfinite (T x) |
template<> | |
Eigen::half | isfinite (Eigen::half x) |
template<typename T > | |
T | isinf (T x) |
template<> | |
Eigen::half | isinf (Eigen::half x) |
References boost::multiprecision::fabs(), and plotDoE::x.
Eigen::half SYCL::abs | ( | Eigen::half | x | ) |
References boost::multiprecision::fabs(), and plotDoE::x.
float SYCL::abs | ( | float | x | ) |
References boost::multiprecision::fabs(), and plotDoE::x.
References abs(), and plotDoE::x.
Eigen::half SYCL::ceil | ( | Eigen::half | x | ) |
References ceil(), and plotDoE::x.
References plotDoE::x.
Referenced by array_complex(), array_real(), and test_unary_builtins_for_assignement().
Eigen::half SYCL::cwiseMax | ( | Eigen::half | x, |
Eigen::half | y | ||
) |
References max, plotDoE::x, and y.
References max, plotDoE::x, and y.
Referenced by cwise_min_max().
Eigen::half SYCL::cwiseMin | ( | Eigen::half | x, |
Eigen::half | y | ||
) |
References min, plotDoE::x, and y.
References min, plotDoE::x, and y.
Referenced by cwise_min_max().
Eigen::half SYCL::exp | ( | Eigen::half | x | ) |
References exp(), and plotDoE::x.
Eigen::half SYCL::expm1 | ( | Eigen::half | x | ) |
References expm1(), and plotDoE::x.
Eigen::half SYCL::floor | ( | Eigen::half | x | ) |
References floor(), and plotDoE::x.
References plotDoE::x.
Eigen::half SYCL::isfinite | ( | Eigen::half | x | ) |
References isfinite, and plotDoE::x.
References isfinite, and plotDoE::x.
Eigen::half SYCL::isinf | ( | Eigen::half | x | ) |
References isinf, and plotDoE::x.
References isinf, and plotDoE::x.
Eigen::half SYCL::isnan | ( | Eigen::half | x | ) |
References isnan, and plotDoE::x.
References isnan, and plotDoE::x.
Eigen::half SYCL::log | ( | Eigen::half | x | ) |
References log(), and plotDoE::x.
Eigen::half SYCL::log1p | ( | Eigen::half | x | ) |
References log1p(), and plotDoE::x.
Eigen::half SYCL::round | ( | Eigen::half | x | ) |
References round(), and plotDoE::x.
Eigen::half SYCL::rsqrt | ( | Eigen::half | x | ) |
References rsqrt(), and plotDoE::x.
Eigen::half SYCL::sign | ( | Eigen::half | x | ) |
References sign(), and plotDoE::x.
Referenced by array_complex(), array_real(), BinaryToFloat(), cholesky(), cholesky_cplx(), cod(), oomph::YoungLaplaceContactAngleElement< ELEMENT >::contact_line_vectors(), oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::HerschelBulkleyTanMilRegConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::HerschelBulkleyMenDutRegConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::SiskoTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::TanhProfileConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::DenseLU::factorise(), Eigen::half_impl::float_to_half_rtne(), oomph::FSIWallElement::fluid_load_vector(), PolarNSProblem< ELEMENT >::get_Jacobian_sign(), TwoDDGProblem< ELEMENT >::limit(), oomph::FSIHermiteBeamElement::load_vector(), oomph::FSIDiagHermiteShellElement::load_vector(), oomph::DenseComplexMatrix::ludecompose(), oomph::CRComplexMatrix::ludecompose(), oomph::CCComplexMatrix::ludecompose(), main(), oomph::MinModLimiter::minmod(), oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_body(), oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_fin(), Eigen::internal::scalar_sign_op< Scalar >::operator()(), packetmath(), packetmath_complex(), packetmath_real(), qr_invertible(), Eigen::internal::psign_impl< Packet, std::enable_if_t< NumTraits< typename unpacket_traits< Packet >::type >::IsComplex &&unpacket_traits< Packet >::vectorizable > >::run(), Eigen::internal::psign_impl< Packet, EnableIf >::run(), oomph::BrickMeshBase::setup_boundary_element_info(), oomph::QuadMeshBase::setup_boundary_element_info(), oomph::HermiteQuadMesh< ELEMENT >::setup_boundary_element_info(), test_cwise_real(), Eigen::internal::ldlt_inplace< Lower >::unblocked(), Eigen::internal::ldlt_inplace< Upper >::unblocked(), PeriodicBoundaryHandler::updateParticles(), oomph::PowerLawBerEngRegConstitutiveEquation< DIM >::viscosity(), oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::viscosity(), oomph::HerschelBulkleyTanMilRegConstitutiveEquation< DIM >::viscosity(), oomph::HerschelBulkleyMenDutRegConstitutiveEquation< DIM >::viscosity(), oomph::SiskoTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity(), and oomph::TanhProfileConstitutiveEquation< DIM >::viscosity().
Eigen::half SYCL::sqrt | ( | Eigen::half | x | ) |
References sqrt(), and plotDoE::x.
References sqrt(), and plotDoE::x.
References plotDoE::x.
Referenced by test_unary_builtins_for_assignement().
Eigen::half SYCL::tanh | ( | Eigen::half | x | ) |
References tanh(), and plotDoE::x.