Function stirling_second_table

Source
pub fn stirling_second_table<Modulo: FF>(
    n: usize,
    modulo: Modulo,
) -> Vec<Vec<Modulo::Element>>
where Modulo::Element: Copy,
Expand description

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

Time complexity $O(n^2)$