gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

Transferoperator in COOrdinate format #72

Closed April-Hannah-Lena closed 9 months ago

April-Hannah-Lena commented 1 year ago

This draft PR contains the code for a TransferOperator using COO format. Alongside this will be a PR for TransferOperator with CSC format. As of when I am writing this, neither have been tested! I just wanted to have them up so one can see what the code will look like, gauge code complexity, etc.

I will add comments about the testing / benchmarking results once those are finished.

April-Hannah-Lena commented 1 year ago

A (mostly) working version of the COO transferoperator is now up as well. It seems to have trouble converging on eigenvalues sometimes, though. I'm still looking into it.