Qurak

ParallelSelect

Khả dụng

Parallel version of Select (evaluated sequentially).

Keeping only the first `n` matches
ParallelSelect[{1, 2, 3, 4}, EvenQ] → {2, 4}ParallelSelect[Range[10], # > 3 &, 2] → {4, 5}

Chủ đề

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP