notjack
2019-8-4 08:37:11

an actual function name I wrote today, while working on a stack-based implementation of an infix operator parser: should-pop-top-op?



renyiyuan
2019-8-4 13:04:43

I wonder whether there is a vector-matrix library using BLAS and LAPACK. All widely used numeric libraries and languages such as numpy, R, Matlab make calls to these routines.


soegaard2
2019-8-4 13:12:22

renyiyuan
2019-8-4 14:04:55

Thanks a lot @soegaard2. Will this library be merged into the Math library?


soegaard2
2019-8-4 14:10:43

No plans of that. But if there is popular demand…


soegaard2
2019-8-4 14:11:42

I have tested it on macOS, so I need volunteers to test it on Linux and Windows.


renyiyuan
2019-8-4 14:37:24

I find another library using LAPACK. It may be helpful though it is out of date. @soegaard2 https://github.com/farr/PLT-Racket-Linear-Algebra-Bindings


soegaard2
2019-8-4 14:38:23

Nice find!



renyiyuan
2019-8-4 14:39:07

Sorry, I am a Racket beginner. I can not help you test the library.