Math, asked by Shrikantbhise2781, 8 months ago

What is the use of incomplete cholesky factorization?

Answers

Answered by rohit3983
1

Answer:

An incomplete Cholesky factorization is often used as a preconditioner for algorithms like the conjugate gradient method. The Cholesky factorization of a positive definite matrix A is A = LL* where L is a lower triangular matrix. ... This gives an incomplete Cholesky factorization which is as sparse as the matrix A.

Similar questions