Function stirling_second

Source
pub fn stirling_second<const P: u32, const PR: u32>(
    n: usize,
    ntt: &NTT<P, PR>,
) -> Vec<ConstModInt<P>>
Expand description

第二種スターリング数$S(n, 0), \dots, S(n, n)$を列挙する。