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
例題
すべて開くすべて閉じる例 (1)
オプション (5)
CatchMachineIntegerOverflow (1)
RuntimeErrorHandler (1)
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 Language. 2010. "RuntimeOptions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RuntimeOptions.html.
APA
Wolfram Language. (2010). RuntimeOptions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RuntimeOptions.html