高精度内積計算アルゴリズムを用いた連立一次方程式の精度保証付き数値計算法(<論文特集>ロバスト計算と精度保証)
スポンサーリンク
概要
- 論文の詳細を見る
IEEE standard 754 is widely used as a standard of floating-point arithmetic. Most of CPUs in today's computers support IEEE standard 754. Using double precision arithmetic following IEEE standard 754, the authors have proposed fast methods of verifying the accuracy of a numerical solution of a linear system. In this paper, an accurate and fast verification method for a linear system is developed using residual iteration method. The residual iteration requires the availability of high precision computation. Up to now, extended precision, i.e. multiple precision and quadruple precision are used for the accurate computation of the residual. However, such higher precision arithmetic systems are not necessarily available on all computers. Therefore, the residual iteration using such systems does not have the portability. In this paper, an accurate, fast and portable method for a linear system using the fact that an algorithm of accurate dot product can portably be implemented and applied to the residual iteration. Finally, numerical results are presented showing the effectiveness of the proposed verification method.
- 2006-09-19
著者
-
太田 貴久
早稲田大学 理工学術院
-
大石 進一
早稲田大学 理工学術院 基幹理工学部 応用数理学科
-
荻田 武史
早稲田大学大学院理工学研究科
-
大石 進一
早稲田大 理工学術院
-
荻田 武史
東京女子大学 現代教養学部 数理科学科
-
荻田 武史
科学技術振興機構(JST), 戦略的創造研究推進事業(CREST), 早稲田大学理工学術院
-
大石 進一
早稲田大学
-
荻田 武史
科学技術振興機構
関連論文
- 能動素子を含むある種の抵抗回路の解の精度保証について(信号処理,LSI及び一般)
- 行列式が1の3次整数行列の一生成法
- 行列式の精度保証付き数値計算法
- 数値シミュレーションの精度保証と信頼性(シミュレーションと信頼性)
- 線形計画問題の最適解の精度保証(カオスの通信への応用,局在振動,一般)
- 実対称定値一般化固有値問題のすべての固有値の精度保証付き数値計算法(数値計算,数理計画法)
- 精度保証付き数値計算法の最近の到達点とMATLAB上のツールボックス
- A fast verified automatic integration algorithm using double exponential formula (数値解析における理論・手法・応用--RIMS研究集会報告集)
- C++による精度保証付き数値計算ライブラリ
- C++と浮動小数点数による精度保証付き数値計算ライブラリ