Function bell_number_table

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

ベル数$B(0, 0), \dots, B(n, n)$を求める。