crystalla
crystalla copied to clipboard
Crystal library for Numerical Methods. It binds to LAPACK and is unashamedly inspired by Numpy.
The [.npy file format](https://github.com/numpy/numpy/blob/master/numpy/lib/format.py#L605) has become standard to serialize arrays, so I think crystalla could really use it. It will open up possibility of interoperability with other systems such as...
Hi, I have started to play with Crystal. For now, I'm trying to migrate some scripts I had in ruby with some algorithms implementations (about all ML algorithms). I could...
So this is were I am. A Ndarray class, supporting most of the methods you defined for matrices when the array is 2D (there are a few that still need...