2011/03/29

SNC2011に投稿しました。

昔の投稿を見ると、投稿した時点でレビューを書いているので、今回も。

- - - - - - - - - (from a submitted paper) - - - - - - - -
Title :
Challenge to Fast Approximate Polynomial GCD Computation Stably, Based on Displacement Structures
Challenge to Fast and Stable Computation of Approximate Univariate GCD, Based on Displacement Structures
Abstract :
For polynomial with floating-point number coefficients, we can compute the approximate polynomial GCD stably, except to ill-conditioned cases such as small and big leading coefficient GCD problems. The cost of O(m^2) needs to compute the approximate GCD stably, where m is a maximum degree of given polynomials. On the other hand, for polynomial with integer coefficients, we can compute the polynomial GCD faster by applying the half-GCD method, the cost is less than O(m^2). In this paper, we challenge to make the fast approximate GCD computation, which are less than O(m^2). Our ideas are based on the displacement technique and the half-GCD method.
 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 件のコメント: