$DistributedDefinitions
给出其定义已分配到并行内核的所有符号的列表.
更多信息
- $DistributedDefinitions 包括其定义已自动或通过使用 DistributeDefinitions 分配到并行内核的所有符号.
- $DistributedDefinitions 返回包含在 HoldForm 中的符号列表.
范例
打开所有单元 关闭所有单元基本范例 (2)
kid := $KernelIDParallelEvaluate[kid]$DistributedDefinitionsf[x_] := 2 * $KernelIDDistributeDefinitions[f]$DistributedDefinitionsParallelEvaluate[f[2]]可能存在的问题 (3)
mat = RandomInteger[{0, 9}, {2, 2}]ParallelEvaluate[Inverse[mat]]$DistributedDefinitionsClearDistributedDefinitions[mat]$DistributedDefinitionsParallelEvaluate[Inverse[mat]]$DistributedDefinitions$DistributedContexts = None;a = 42;ParallelEvaluate[Head[a]]$DistributedDefinitionsDistributeDefinitions[a]ParallelEvaluate[Head[a]]$DistributedDefinitions文本
Wolfram Research (2024),$DistributedDefinitions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$DistributedDefinitions.html.
CMS
Wolfram 语言. 2024. "$DistributedDefinitions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/$DistributedDefinitions.html.
APA
Wolfram 语言. (2024). $DistributedDefinitions. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/$DistributedDefinitions.html 年
BibTeX
@misc{reference.wolfram_2026_$distributeddefinitions, author="Wolfram Research", title="{$DistributedDefinitions}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/$DistributedDefinitions.html}", note=[Accessed: 13-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_$distributeddefinitions, organization={Wolfram Research}, title={$DistributedDefinitions}, year={2024}, url={https://reference.wolfram.com/language/ref/$DistributedDefinitions.html}, note=[Accessed: 13-August-2026]}