ndarray [was: Matrix or array operations library]

2018-12-24 Thread Matt Wette
On 12/24/18 4:21 PM, Matt Wette wrote: IMO, Guile probably needs something like ndarray, the base for numpy, if matrix operations are going to go anywhere. https://docs.scipy.org/doc/numpy-1.13.0/reference/internals.html

Re: Matrix or array operations library

2018-12-24 Thread Matt Wette
On 12/24/18 2:01 PM, Zelphir Kaltstahl wrote: Hello Guile Users, Is there some library, that enables high performance matrix operations or even n-dimensional array operations? I am thinking of something like NumPy in the Python ecosystem. I think NumPy in turn also uses some lower level thing t

Re: Matrix or array operations library

2018-12-24 Thread Tk
‐‐‐ Original Message ‐‐‐ On Monday, 24 December 2018 23:01, Zelphir Kaltstahl wrote: > Hello Guile Users, > > Is there some library, that enables high performance matrix operations > or even n-dimensional array operations? I am thinking of something like > NumPy in the Python ecosystem.

Matrix or array operations library

2018-12-24 Thread Zelphir Kaltstahl
Hello Guile Users, Is there some library, that enables high performance matrix operations or even n-dimensional array operations? I am thinking of something like NumPy in the Python ecosystem. I think NumPy in turn also uses some lower level thing to do what it does. I think OpenBLAS or MKL, depen