Go to the documentation of this file.
   10 #ifndef EIGEN_GPU_SPECIALFUNCTIONS_H 
   11 #define EIGEN_GPU_SPECIALFUNCTIONS_H 
   20 #if defined(EIGEN_GPUCC) && defined(EIGEN_USE_GPU) 
   23 float4 plgamma<float4>(
const float4& 
a)
 
   25   return make_float4(lgammaf(
a.x), lgammaf(
a.y), lgammaf(
a.z), lgammaf(
a.w));
 
   36 float4 pdigamma<float4>(
const float4& 
a)
 
   50 float4 pzeta<float4>(
const float4& 
x, 
const float4& 
q)
 
   64 float4 ppolygamma<float4>(
const float4& 
n, 
const float4& 
x)
 
   78 float4 perf<float4>(
const float4& 
a)
 
   80   return make_float4(erff(
a.x), erff(
a.y), erff(
a.z), erff(
a.w));
 
   87   return make_double2(
erf(
a.x), 
erf(
a.y));
 
   91 float4 perfc<float4>(
const float4& 
a)
 
  105 float4 pndtri<float4>(
const float4& 
a)
 
  119 float4 pigamma<float4>(
const float4& 
a, 
const float4& 
x)
 
  138     const float4& 
a, 
const float4& 
x) {
 
  153     const float4& 
alpha, 
const float4& sample) {
 
  172 float4 pigammac<float4>(
const float4& 
a, 
const float4& 
x)
 
  190 float4 pbetainc<float4>(
const float4& 
a, 
const float4& 
b, 
const float4& 
x)
 
  215 pbessel_i0e<double2>(
const double2& 
x) {
 
  228 pbessel_i0<double2>(
const double2& 
x) {
 
  241 pbessel_i1e<double2>(
const double2& 
x) {
 
  254 pbessel_i1<double2>(
const double2& 
x) {
 
  267 pbessel_k0e<double2>(
const double2& 
x) {
 
  280 pbessel_k0<double2>(
const double2& 
x) {
 
  293 pbessel_k1e<double2>(
const double2& 
x) {
 
  306 pbessel_k1<double2>(
const double2& 
x) {
 
  319 pbessel_j0<double2>(
const double2& 
x) {
 
  332 pbessel_j1<double2>(
const double2& 
x) {
 
  345 pbessel_y0<double2>(
const double2& 
x) {
 
  358 pbessel_y1<double2>(
const double2& 
x) {
 
  369 #endif // EIGEN_GPU_SPECIALFUNCTIONS_H 
  
#define EIGEN_DEVICE_FUNC
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_k1_op< typename Derived::Scalar >, const Derived > bessel_k1(const Eigen::ArrayBase< Derived > &x)
Namespace containing all symbols from the Eigen library.
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_igamma_der_a_op< typename Derived::Scalar >, const Derived, const ExponentDerived > igamma_der_a(const Eigen::ArrayBase< Derived > &a, const Eigen::ArrayBase< ExponentDerived > &x)
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorCwiseTernaryOp< internal::scalar_betainc_op< typename XDerived::Scalar >, const ADerived, const BDerived, const XDerived > betainc(const ADerived &a, const BDerived &b, const XDerived &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_i1e_op< typename Derived::Scalar >, const Derived > bessel_i1e(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_i0e_op< typename Derived::Scalar >, const Derived > bessel_i0e(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_i1_op< typename Derived::Scalar >, const Derived > bessel_i1(const Eigen::ArrayBase< Derived > &x)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_gamma_sample_der_alpha_op< typename AlphaDerived::Scalar >, const AlphaDerived, const SampleDerived > gamma_sample_der_alpha(const Eigen::ArrayBase< AlphaDerived > &alpha, const Eigen::ArrayBase< SampleDerived > &sample)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_k0_op< typename Derived::Scalar >, const Derived > bessel_k0(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_j0_op< typename Derived::Scalar >, const Derived > bessel_j0(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_k0e_op< typename Derived::Scalar >, const Derived > bessel_k0e(const Eigen::ArrayBase< Derived > &x)
const EIGEN_DEVICE_FUNC DigammaReturnType digamma() const
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_polygamma_op< typename DerivedX::Scalar >, const DerivedN, const DerivedX > polygamma(const Eigen::ArrayBase< DerivedN > &n, const Eigen::ArrayBase< DerivedX > &x)
const EIGEN_DEVICE_FUNC LgammaReturnType lgamma() const
EIGEN_DEVICE_FUNC const Scalar & q
#define EIGEN_STRONG_INLINE
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_y1_op< typename Derived::Scalar >, const Derived > bessel_y1(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_j1_op< typename Derived::Scalar >, const Derived > bessel_j1(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_igamma_op< typename Derived::Scalar >, const Derived, const ExponentDerived > igamma(const Eigen::ArrayBase< Derived > &a, const Eigen::ArrayBase< ExponentDerived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_i0_op< typename Derived::Scalar >, const Derived > bessel_i0(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_y0_op< typename Derived::Scalar >, const Derived > bessel_y0(const Eigen::ArrayBase< Derived > &x)
double zeta(double x, double q)
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_zeta_op< typename DerivedX::Scalar >, const DerivedX, const DerivedQ > zeta(const Eigen::ArrayBase< DerivedX > &x, const Eigen::ArrayBase< DerivedQ > &q)
const EIGEN_STRONG_INLINE Eigen::CwiseUnaryOp< Eigen::internal::scalar_bessel_k1e_op< typename Derived::Scalar >, const Derived > bessel_k1e(const Eigen::ArrayBase< Derived > &x)
const EIGEN_STRONG_INLINE Eigen::CwiseBinaryOp< Eigen::internal::scalar_igammac_op< typename Derived::Scalar >, const Derived, const ExponentDerived > igammac(const Eigen::ArrayBase< Derived > &a, const Eigen::ArrayBase< ExponentDerived > &x)
gtsam
Author(s): 
autogenerated on Wed May 28 2025 03:03:56