chochain / tensorForth

Forth does tensors, in CUDA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: more linear algebra

znmeb opened this issue · comments

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.

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.