Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
UseHardwareFloats 環境変数
使い方
UseHardwareFloats := flag
パラメータ
flag - true, false, deduced のいずれか
説明
UseHardwareFloats 環境変数は,Maple が浮動小数点計算を実行するときに、ハードウェアとソフトウェアのどちらの浮動小数点計算を利用するかを制御するものです。
この環境変数は浮動小数点の rtable (Array, Matrix, Vector) に対して行われる計算にだけ影響を及ぼします。Maple の将来のバージョンでは,すべての浮動小数点計算をハードウェア浮動小数点環境の中で行うことを強いるときに、UseHardwareFloats を使うことになります。
UseHardwareFloats のデフォルト値は deduced です。この deduced という値を設定しておくと、Maple は Digits 環境変数に現在設定されている値をもとにして、どの環境(ハードウェアかソフトウェアか)で計算をするかを決定します。もし Digits <= evalhf(Digits) ならば、ハードウェア浮動小数点計算が実行され、そうでなければ、ソフトウェア浮動小数点計算が実行されます。UseHardwareFloats の値は割り当て演算子を使って変更できます。
参照
assignment, environment, rtable
Download Help Document