Function stirling_first

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

符号付き第一種スターリング数$s(n, 0), \dots, s(n, n)$を列挙する。

Time complexity $O(n \log n)$