Skip to content

Commit 2166ddf

Browse files
authored
Update README.md
Adding two more libraries per our discussion.
1 parent b3285d9 commit 2166ddf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Curated list of [Hierarchical Matrices](http://en.wikipedia.org/wiki/Hierarchica
5050
- Open source
5151
- Hierarchical format: ![](https://latex.codecogs.com/gif.latex?%5Cmathcal%7BH%7D%5E2)
5252

53+
### [RLCM](https://github.com/jiechenjiechen/RLCM) Jie Chen (IBM)
54+
- linear complexity assembly
55+
- sub-linear complexity solves: O(n) many solves in O(n log n) complexity
56+
5357
## CUDA
5458
### [hmglib](https://github.com/zaspel/hmglib) Peter Zaspel (University of Basel)
5559
- Open source
@@ -89,6 +93,11 @@ Curated list of [Hierarchical Matrices](http://en.wikipedia.org/wiki/Hierarchica
8993
- Open source
9094
- Hierarchical format: ![](https://latex.codecogs.com/gif.latex?%5Cmathcal%7BH%7D%5E2)
9195

96+
## Julia
97+
### [KernelMatrices.jl](https://bitbucket.org/cgeoga/kernelmatrices.jl.git) Chris Geoga (Argonne National Laboratory)
98+
- HODLR matrices with ACA or Nystrom approximation for off-diagonal blocks
99+
- First and second derivatives of kernel matrices that are continuous with respect to kernel parameters
100+
92101

93102
***
94103
## Feeling generous?

0 commit comments

Comments
 (0)