Results 44 issues of Luke Olson

``` The process failed and reported the following error: Traceback (most recent call last): File "/home/andreas/my-relate-env3/lib/python3.7/site-packages/celery/app/trace.py", line 382, in trace_task R = retval = fun(*args, **kwargs) File "/home/andreas/my-relate-env3/lib/python3.7/site-packages/celery/app/trace.py", line 641,...

This start adding OpenMP support - `sparse.csr()` is added to call an OpenMP SpMV in `sparse.h` when `openmp=True` is added to the `.solve()` phase - The approach should work with...

adds filter matrix by rows, diagonal

- adds new Lloyd aggregation methods - adds tests - revisions to standard Lloyd include pulling the full loop into C++ - adds balanced lloyd to the aggregation call -...

As a start: https://github.com/lukeolson/sparse-ops Steps: 1. add SpMV kernels for CSR, BSR, and blocked vectors 2. add SpMM kernels 3. modify setup to check for `-fopenmp` 4. profile `amg_core` for...

enhancement

https://github.com/pyamg/pyamg/blob/master/pyamg/gallery/diffusion.py#L27 The comments do not match the code.

Finish support for multiple RHS in the solve.

enhancement

- [ ] add function `_set_dirichlet()` to set empty rows (after `remove_diagonal`) to F-points. - [ ] add test This is called in PMIS before the call to MIS, setting...