Qurak

ParallelSelect

ใช้งานได้

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}

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP