Conjugate Gradient Solver Introduction - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Linear solvers are super important as they are used in all major industries. Most engineering problems can be turned into one or more linear equation systems. Typically, the matrix formed in those systems is large in dimension and highly sparse in data pattern. Iteration methods such as the preconditioned conjugate gradient solver are a type of indirect solutions to these linear systems with very high efficiency.