Open znmeb opened 2 years ago
Thank you Ed. With Numpy way ahead of us, additional linear algebra methods are certainly required. I will certainly look into it.
Speaking of NumPy, there's a CUDA version of it in the conda-forge
repositories - CuPy
. https://github.com/rapidsai/cusignal.git uses it.
I see you've added Gauss-Jordan. If you're looking for more computational linear algebra tools to add, I highly recommend Golub and Van Loan Matrix Computations https://www.amazon.com/Computations-Hopkins-Studies-Mathematical-Sciences-ebook/dp/B00BD2DVIC/. This was the reference when I worked in high-performance computing back in the 1980s.