Searched defs:polygamma (Results 1 – 5 of 5) sorted by relevance
70 polygamma(const Eigen::ArrayBase<DerivedN>& n, const Eigen::ArrayBase<DerivedX>& x) in polygamma() function
24 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half polygamma(const Eigen::half& n, const … in polygamma() function
209 polygamma = _broadcasting_binary_op(math_ops.polygamma) variable
160 polygamma(const OtherDerived& other) const { in polygamma() function
2701 auto polygamma = ops::Polygamma( in TEST_F() local