Parallelize
متاحة
Evaluates an expression and returns the same result as the sequential evaluation (single Qurak kernel)
Parallelize[expr]
Parallelize[Map[f1, Range[50, 60]]]
→ {f1[50], f1[51], f1[52], f1[53], f1[54], f1[55], f1[56], f1[57], f1[58], f1[59], f1[60]}Parallelize[Map[Composition[Framed, FactorInteger], {1, 11, 111, 1111, 11111, 111111}]]
→ {Framed[{{1, 1}}], Framed[{{11, 1}}], Framed[{{3, 1}, {37, 1}}], Framed[{{11, 1}, {101, 1}}], Framed[{{41, 1}, {271, 1}}], Framed[{{3, 1}, {7, 1}, {11, 1}, {13, 1}, {37, 1}}]}Parallelize[a * b * c * d]
→ a*b*c*d- Method — default Automatic
- DistributedContexts — default $DistributedContexts
- ProgressReporting — default $ProgressReporting
كل الدوال الـ6300 ·
استخدم هذا من عميل MCP