Skip to content

Releases: dastrobu/NdArray

Singular Value Decomposition (SVD)

20 Dec 08:50
Compare
Choose a tag to compare

Add Singular Value Decomposition (SVD) to Matrix as A.svd()

Remove NdArraySlice and support varargs

08 Dec 15:47
Compare
Choose a tag to compare

remove old slicing API

08 Dec 11:47
Compare
Choose a tag to compare
Pre-release
0.5.0-beta.0

bump actions

Switch to new Slice API

02 Apr 16:05
Compare
Choose a tag to compare

see #41 and #45 .

In addition expose data as raw mutable buffer, see #48.

For further details on API changes read API Changes

expose data as raw buffer

02 Apr 15:37
Compare
Choose a tag to compare
Pre-release
0.4.0-beta.2

expose data as UnsafeMutableBufferPointer

Switch to new Slice API

21 Feb 05:45
Compare
Choose a tag to compare
Pre-release

Switch to new Slice API

20 Feb 14:26
Compare
Choose a tag to compare
Pre-release

See #41.

0.3.0

23 Dec 19:20
Compare
Choose a tag to compare

added trigonometric functions.

fixed matrix vector multiplication for floats

20 Jan 15:47
Compare
Choose a tag to compare

subscript type relaxed

28 Sep 09:53
Compare
Choose a tag to compare

fixed "compilation error due to definition of integer types in LAPACK on armv7 iOS" #10
implemented "Subscript of NdArray should be of type NdArray" #13