Home
last modified time | relevance | path

Searched refs:gamma_a_x (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dspecial_functions.cpp74 ArrayType gamma_a_x = Eigen::igamma(a, x) * a.lgamma().exp(); in array_special_functions() local
81 VERIFY_IS_APPROX(Gamma_a_x + gamma_a_x, a.lgamma().exp()); in array_special_functions()
87 VERIFY_IS_APPROX(gamma_a_x, (a - 1) * gamma_a_m1_x - x.pow(a-1) * (-x).exp()); in array_special_functions()