Preconditioned conjugate gradient method (2)

Preconditioned conjugate gradient method (2)

Pre-selecting on matrix M

1. Recalls algorithm

Here Insert Picture DescriptionHere Insert Picture Description
Here Insert Picture Description
The basic properties of the conjugate gradient of poison: conjugate gradient method vector generation remaining orthogonal to each other about the direction of decline mutually conjugate A

Thus, we can conclude:
Here Insert Picture Description

2. The array of M pre-selected prerequisite

Here Insert Picture Description

3. One view

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description

4. Generalized Conjugate Gradient Method

Here Insert Picture Description
Here Insert Picture Description

The incomplete Cholesky decomposition

Recalling triangular decomposition of the matrix square root method

Theorem (the Cholesky decomposition) : If A is symmetric positive definite matrix of order n, then there is a real non-singular so that lower triangular matrix L A = L L T A = LL^T , is defined as positive when the diagonal elements, this decomposition is unique to L

In order to avoid the open square, we can also use shredded A = L D L T A = LDL^T

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
The core idea is to ensure that the sparse matrix after decomposition, making it easier to solve
Here Insert Picture Description
Here Insert Picture Description

6. incomplete Cholesky decomposition block

Here Insert Picture Description
Of the block tridiagonal matrix A Here Insert Picture Description
we set
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
for the second pathwayHere Insert Picture Description

Published 31 original articles · won praise 6 · views 2799

Guess you like

Origin blog.csdn.net/weixin_29732003/article/details/103442214