Function stirling_second_table

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

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

Time complexity $O(n^2)$