Re: [racket-users] calculations with arrays

2020-11-18 Thread Tim Meehan
Hello and thanks for the reply. I found your math/matrix library earlier this morning. That does look like it does most of what I need. I’m looking to convert some Python scripts that load in data, process it with NumPy and plot (SVG, PDF, etc) with Matplotlib. I wanted to do it in a natural-lo

Re: [racket-users] calculations with arrays

2020-11-18 Thread Jens Axel Søgaard
Den ons. 18. nov. 2020 kl. 14.15 skrev Tim Meehan : > Is there a way to use Racket vectors similarly to how one might use NumPy? > (Or are vectors even the right thing to use?) > If you are after numerical calculations for mxn matrices, then look at `flomat` which uses the same underlying C/Fortr

[racket-users] calculations with arrays

2020-11-18 Thread Tim Meehan
Is there a way to use Racket vectors similarly to how one might use NumPy? (Or are vectors even the right thing to use?) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an em