Module conv_and_or

Source
Expand description

添字AND・OR畳み込み

Functions§

convolution_and
$h_{i \land j} = \sum f_i g_j$を満たす$h$を求める。
convolution_or
$h_{i \lor j} = \sum f_i g_j$を満たす$h$を求める。