Re: [racket-users] BLAS and LAPACK bindings for operations over math/matrix

2020-03-28 Thread Jens Axel Søgaard
Den lør. 28. mar. 2020 kl. 12.37 skrev Pratyush Das : > So, this is what I found when I was looking for a Racket library with BLAS > and LAPACK bindings - > https://github.com/soegaard/flmatrix > https://github.com/farr/PLT-Racket-Linear-Algebra-Bindings > > But they implement their own matrices a

[racket-users] BLAS and LAPACK bindings for operations over math/matrix

2020-03-28 Thread Pratyush Das
So, this is what I found when I was looking for a Racket library with BLAS and LAPACK bindings - https://github.com/soegaard/flmatrix https://github.com/farr/PLT-Racket-Linear-Algebra-Bindings But they implement their own matrices and use the bindings for operations over them. Are there any imp