Releases: dastrobu/NdArray
Releases · dastrobu/NdArray
Release list
0.7.0
Singular Value Decomposition (SVD)
Add Singular Value Decomposition (SVD) to Matrix as A.svd()
Remove NdArraySlice and support varargs
see README for details
remove old slicing API
0.5.0-beta.0 bump actions
Switch to new Slice API
In addition expose data as raw mutable buffer, see #48.
For further details on API changes read API Changes
expose data as raw buffer
0.4.0-beta.2 expose data as UnsafeMutableBufferPointer
Switch to new Slice API
Switch to new Slice API
0.3.0
fixed matrix vector multiplication for floats
- fixed #17