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

@nma.arvydas.silanskas Also try http://planet.racket-lang.org/package-source/wmfarr/simple-matrix.plt/1/1/planet-docs/simple-matrix/index.html

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.


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

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

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

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

Nice find!


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