コレスキー分解

正定値エルミート行列 A を下三角行列 Lと L の共役転置との積に分解すること

: Cholesky decomposition, Cholesky factorization A L L L* 


A LUL L 

A 


 AA 

アルゴリズムの例

編集



 A LLU

A(i) = LiA(i+1)     A(i+1) = Li1 A(i) 

 A LL* 

A(i) = LiA(i+1) L*    A(i+1) = Li1 A(i) Li1* 

 A(i+1) 

A


 A(1) 

 

i  A(i)  i i A(i+1) A(i)  i 1 

 

Ii1  i 1 ai, i ibi  iB(i) A(i) i+1Li 

 

A(i)

 

A(i+1) = Li1 A(i) Li*1A(i+1) 

 

 . bibi*  )

i A(i)  A(i+1) n  A n A(i+1) = In

 



 

 L

 


コレスキー・バナキエヴィッツ法

編集

コレスキー・バナキエヴィッツ法 は直接下三角行列 L の各エントリを計算するための式を与える。行列 L の左上隅から始めごとに計算を進める。

 
 

コレスキー・クラウト法

編集

コレスキー・クラウト法 はコレスキー・バナキエヴィッツ法とは少し異なる方法で、下三角行列 L の各エントリを計算する。すなわち、行列 L の左上隅から始めごとに計算を進める。使用する計算式はコレスキー・バナキエヴィッツ法と同一である。

修正コレスキー分解

編集

LA

 

D  L1

012.. 2

Aasen12Bunch-Kaufman.

   

不完全コレスキー分解

編集

 1 A

 

退  L

 

 N

11

参考文献

編集

英文

編集
  • Dereniowski, Dariusz; Kubale, Marek (2004). "Cholesky Factorization of Matrices in Parallel and Ranking of Graphs". 5th International Conference on Parallel Processing and Applied Mathematics. Lecture Notes on Computer Science. 3019. Springer-Verlag. pp. 985–992. doi:10.1007/978-3-540-24669-5_127. ISBN 978-3-540-21946-0.
  • Golub, Gene H.; Van Loan, Charles F. (1996). Matrix Computations (3rd ed.). Baltimore: Johns Hopkins. ISBN 978-0-8018-5414-9.
  • Horn, Roger A.; Johnson, Charles R. (1985). Matrix Analysis. en:Cambridge University Press. ISBN 0-521-38632-2.
  • Trefethen, Lloyd N.; Bau, David (1997). Numerical linear algebra. Philadelphia: Society for Industrial and Applied Mathematics. ISBN 978-0-89871-361-9.

和文

編集

関連項目

編集

外部リンク

編集