Brandon George
Brandon George
Ok... So I took a dive through the NumCpp, for example: https://github.com/dpilger26/NumCpp/blob/master/include/NumCpp/Linalg/cholesky.hpp And instead of using the same fortran LAPACK library, NumCpp actually is rewriting the logic achieved with LAPACK...
I understand the direction, and decision on the direction. It is best to stick with such design goals in my mind. With that stated I have mapped out the LAPACK...
Perfect! And I will get on discord later as well. I also have some examples I would like to build out, once I use Bomberman as a way to port...
I took a look at this a bit, and this is not a good fit for me to dive into right now. Maybe some other issue in the future.