pub fn fast_mobius_superset<T>(f: &mut [T])where T: Copy + Sub<Output = T>,
$\mathtt{f_j} = \sum_{\mathtt{i \supseteq j}} \mathtt{F_i}$を満たすFを求める。
F
fの長さは$2^n$であるとする。
f
Time complexity $O(2^n n)$