chochain / tensorForth

Forth does tensors, in CUDA.
MIT License
22 stars 2 forks source link

Feature request: more linear algebra #2

Open znmeb opened 1 year ago

znmeb commented 1 year ago

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.

chochain commented 1 year ago

Thank you Ed. With Numpy way ahead of us, additional linear algebra methods are certainly required. I will certainly look into it.

znmeb commented 1 year ago

Speaking of NumPy, there's a CUDA version of it in the conda-forge repositories - CuPy. https://github.com/rapidsai/cusignal.git uses it.