Searched refs:a_m1 (Results 1 – 1 of 1) sorted by relevance
71 ArrayType a_m1 = a - one; in array_special_functions() local73 ArrayType Gamma_a_m1_x = Eigen::igammac(a_m1, x) * a_m1.lgamma().exp(); in array_special_functions()75 ArrayType gamma_a_m1_x = Eigen::igamma(a_m1, x) * a_m1.lgamma().exp(); in array_special_functions()