Skip to content

This repository contains Python code for computing parametric hiearchical matrix approximations to kernel matrices

License

Notifications You must be signed in to change notification settings

awkhan3/ParametricHierarchicalMatrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parametric Hierarchical Matrix Approximations to Kernel Matrices

This repository contains Python code for computing parametric hiearchical matrix approximations to kernel matrices. It accompanies the paper

Khan, A., Chen, C., Rao, V., & Saibaba, A. K. (2025). Parametric hierarchical matrix approximations to kernel matrices. arXiv preprint.

The results in the folder were generated on a computer with an Intel Xenon w9-3575X processor and 258GB of RAM.

Requirements

The Python code requires the following packages to generate the tables.

  1. Numpy
  2. Scipy
  3. Numba
  4. Teneva

License

To use these codes in your research, please see the License. If you find our code useful, then please consider citing our paper.

Usage

To run all of the numerical experiments, perform the following steps.

  1. Clone the directory.
  2. Delete the files in the Logs directory.
  3. Run the command "python3 run_test.py".

About

This repository contains Python code for computing parametric hiearchical matrix approximations to kernel matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages