RuntimeOptions
是 Compile 的一个选项,用来指定它所创建的编译函数运行时的设置.
更多信息
- RuntimeOptions 适用于编译函数的执行.
- RuntimeOptions 接受以下设置:
-
"Quality" 对最终结果的质量进行优化 "Speed" 对获得结果的速度进行优化 - RuntimeOptions 还接受以下嵌套设置:
-
"CatchMachineOverflow" False 是否应捕获真正的溢出 "CatchMachineIntegerOverflow" True 是否应捕获整数溢出 "CompareWithTolerance" True 比较是否应该类似于 SameQ "EvaluateSymbolically" True 是否计算符号参数 "RuntimeErrorHandler" Evaluate 如果运行函数有一个致命运行错误时,应用一个函数 "WarningMessages" True 是否应该产生警告信息 - RuntimeOptions->"Speed" 等价于以下嵌套设置:
-
"CatchMachineOverflow" False "CatchMachineIntegerOverflow" False "CompareWithTolerance" False "EvaluateSymbolically" True "RuntimeErrorHandler" Evaluate "WarningMessages" True - RuntimeOptions->"Quality" 等价于以下嵌套设置:
-
"CatchMachineOverflow" True "CatchMachineIntegerOverflow" True "CompareWithTolerance" True "EvaluateSymbolically" True "RuntimeErrorHandler" Evaluate "WarningMessages" True
范例
打开所有单元关闭所有单元选项 (5)
EvaluateSymbolically (3)
Wolfram Research (2010),RuntimeOptions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RuntimeOptions.html.
文本
Wolfram Research (2010),RuntimeOptions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RuntimeOptions.html.
CMS
Wolfram 语言. 2010. "RuntimeOptions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RuntimeOptions.html.
APA
Wolfram 语言. (2010). RuntimeOptions. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RuntimeOptions.html 年