21#ifndef _gcem_log_binomial_coef_HPP
22#define _gcem_log_binomial_coef_HPP
36template<
typename T1,
typename T2,
typename TC = common_return_t<T1,T2>>
56template<
typename T1,
typename T2>
EIGEN_DEVICE_FUNC const LgammaReturnType lgamma() const
\cpp11
Definition: ArrayCwiseUnaryOps.h:620
constexpr common_return_t< T1, T2 > log_binomial_coef(const T1 n, const T2 k) noexcept
Compile-time log binomial coefficient.
Definition: log_binomial_coef.hpp:59
Definition: Eigen_Colamd.h:50
constexpr TC log_binomial_coef_type_check(const T1 n, const T2 k) noexcept
Definition: log_binomial_coef.hpp:39
constexpr T log_binomial_coef_compute(const T n, const T k) noexcept
Definition: log_binomial_coef.hpp:30