Incomplete Cholesky Decomposition

Implementation of the Incomplete Cholesky Decomposition with Thresholding
46 descargas
Actualizado 27 feb 2022

Visitors

Sparse Incomplete Cholesky Decomposition

View Incomplete Cholesky Decomposition on File Exchange

Implementation of the Incomplete Cholesky Decomposition with few methods.
The project includes a C implementation with a MATLAB MEX wrapper.

The aim is to have 3 variants of the incomplete decomposition:

  1. Threshold (IC(\tau))
    Using a threshold, $ \tau $ to define which elements will be kept from the decomposition.
    It can be using global threshold or by a column.
    Implemented
  2. Pattern (IC(l))
    Filling elements which are up to l steps in the graph of the matrix A. For l = 0 called Zero Fill where filling zeros in elements not defined by the pattern.
    Also could be filled by a given pattern of sparsity (So given A as the pattern it matches l = 0).
    Not Implemented
  3. Number of Non Zero Elements (IC(p))
    Keeps the largest p elements per column.
    Not Implemented

Generating MATLAB MEX

  1. Download the repository.
  2. Run MakeMex in MATLAB with pre defined MATLAB MEX Compiler.
  3. Go through the Unit Tests and the Run Time Analysis.

The MEX Wrapper supports only Sparse Real Matrices of Type Double.

Performance

Comparing the performance with MATLAB's functions.

Decomposition

The MEX file and MATLAB's ICT were the most memory efficient.

Pre Conditioning (Solving the Linear System)

To Do

  • Move the array sorting related code to a dedicated repository with complete run time analysis.

References

Citar como

Royi Avital (2024). Incomplete Cholesky Decomposition (https://github.com/RoyiAvital/IncompleteCholeskyDecomposition), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.