ラムダ項の正規形を計算しています。私も解決策を持っているので、「終わり」までのステップが正しいことを知っています。 与えられた用語は (\a.\b.(\x.a b x)(\y. b y x) a) (\f. f f)g
であり、それのnormalformは g g (\y. g y x)(\f. f f)
私もこれを得たが、その後、私は継続し、これが最終的な用語であるなぜ私は理解していない
//In other words, this equilavent to cv::Mat1f mat(5,n)
//i.e. a matrix 5xn
std::vector<cv::Mat1f> mat(5,cv::Mat1f::zeros(1,n));
std::vector<float> indexes(m);
// fill indexes
// m >> nThreads (f