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
101 polygamma = _core.polygamma variable
160 polygamma(const OtherDerived& other) const { in polygamma() function
1200 polygamma = define_binary_op('polygamma', math_ops.polygamma) variable