SNC2009に投稿しました。
2011.4.24
http://sanuki-room.blogspot.com/2009/04/snc2009.html
- - - - - - - - - (from a submitted paper) - - - - - - - -
Title :
Challenge to Fast and Stable Computation of Approximate Univariate GCD, Based on Displacement Structures
Abstract :
Given polynomials with floating-point number coefficients, one can now compute the approximate GCD stably, except in ill-conditioned cases where the GCD has small or large leading coefficient/constant term. The cost is O(m^2), where m is the maximum of degrees of given polynomials. On the other hand, for polynomial with integer coefficients, one can compute the polynomial GCD faster by using the half-GCD method with the cost less than O(m2). In this paper, we challenge to compute the approximate GCD faster, with the cost less than O(m^2). Our idea is to use the displacement technique and the half-GCD method.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
地震の前のタイトルと違うのですが、このご時世なので少し夢のある風に変えてみました。
あと、論文で「Challenge」て昔からつけてみたかったので。
(
当たって砕けろ、
みたいに感じでいいかなと。
※ 上はレビューじゃないので、きちんと。
今回の投稿論文は、Half-GCD法というマニアックな高速算法を浮動小数多項式に導入するまでの物語です。 数値計算50%、数式処理50%の内容。
演算回数をどこまで減らせるかに焦点を当てております(丸め誤差の影響が少なくなるので、次数が高くても当然誤差は積もりづらい)。
- 数式処理部は、混乱しそうな場合には例を入れたので、難しくない。
- 数値計算部は、混乱しそうなdisplacement techniqueについて、数式処理の言葉で書き換えを行っているので、多分読める。
急いで書いたので、穴がないことを祈ります(できる限りつぶしましたが。。。)
それにしても疲れた(昨日は20時にダウン。。。)
0 件のコメント:
コメントを投稿