Skip to content

python + numpy naive implementation of Hierarchical H-matrix algorithms

Notifications You must be signed in to change notification settings

pimanov/H_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H_matrix

Python + NumPy naive implementation of the Hierarchical matrics (H-matrics). To solve matrix equations in H-matrics format, LU-factorisation and matrix inversion are implemented.

H_mat.py contains H_matrix class to work with H-matrices. H_mat.ipynb contains examples of use, proof of correctness, and descriptions for them. It could be viewed through nbviewer by the link https://nbviewer.jupyter.org/github/pimanov/H_matrix/blob/master/H_mat.ipynb

About

python + numpy naive implementation of Hierarchical H-matrix algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published