pub fn bell_number<const P: u32, const PR: u32>(
n: usize,
ft: &FactorialTable<ConstModIntBuilder<P>>,
ntt: &NTT<P, PR>,
) -> Vec<ConstModInt<P>>
Expand description
ベル数$B_0, \dots, B_n$を列挙する。
pub fn bell_number<const P: u32, const PR: u32>(
n: usize,
ft: &FactorialTable<ConstModIntBuilder<P>>,
ntt: &NTT<P, PR>,
) -> Vec<ConstModInt<P>>
ベル数$B_0, \dots, B_n$を列挙する。