Commit Graph

196 Commits

Author SHA1 Message Date
Mattt Thompson 40161ece05 Bumping version to 0.3.0 2015-04-23 06:27:57 -07:00
Mattt Thompson cc28d10728 Renaming Slice to ArraySlice for Swift 1.2 compatibility 2015-04-23 06:27:25 -07:00
Mattt Thompson 5e879ed456 Bumping version to 0.2.1 2015-03-29 09:46:50 -07:00
Mattt Thompson d894df41a3 Update README 2015-03-29 09:46:32 -07:00
Mattt Thompson 5ec4a3a384 Adding mean, mean magnitude, and mean square value functions 2015-03-29 09:46:13 -07:00
Mattt Thompson 8c59678c0e Rename sum to asum, since cblas_*asum returns absolute value of sum
Add new implementation of sum that uses vDSP_sve
2015-03-29 09:30:48 -07:00
Mattt Thompson 3e8c754587 [Issue #12] Fixing memory leak in FFT function 2015-03-12 13:07:32 -07:00
Mattt Thompson 19a198e58a Bumping version to 0.2.0 2015-02-27 12:37:17 -08:00
Mattt Thompson 57486d33b1 left / right -> lhs/rhs 2015-02-27 12:34:56 -08:00
Mattt Thompson e6dcc672ef Adding dot product operator • 2015-02-27 12:33:41 -08:00
Cameron Little 98cefa0271 [Issue #10] Adding dot product function
Signed-off-by: Mattt Thompson <m@mattt.me>
2015-02-27 12:33:29 -08:00
Mattt Thompson 3363779d66 Overloading functions to support Float arrays 2015-02-27 11:27:24 -08:00
Mattt Thompson c1bad0a024 Creating generic implementation of Matrix to handle calculations for Float and Double 2015-02-27 10:59:14 -08:00
Mattt Thompson eaf6d47301 Re-adding test files to test target 2015-01-18 08:54:09 -08:00
Mattt Thompson 54017003b7 Adding missing import statements 2015-01-18 08:53:49 -08:00
Mattt Thompson 8062beb2bf [Issue #8] Adding podspec 2015-01-18 08:51:01 -08:00
Mattt Thompson 1e21102d6a Updating copyright year 2015-01-18 08:51:01 -08:00
Mattt Thompson 2379b10de6 Merge pull request #9 from jzzocc/matrix-sequencetype
Add SequenceType extension to Matrix
2015-01-11 15:31:42 -08:00
Justin Mazzocchi b945579d6b Return slice instead of array 2015-01-11 03:23:59 -05:00
Justin Mazzocchi 7fa68d2dd7 Add SequenceType extension to Matrix 2015-01-11 01:05:37 -05:00
Mattt Thompson 79d83b8304 Merge pull request #6 from zhxnlai/master
Adding more functions
2014-12-30 08:22:03 -10:00
Zhixuan Lai 3beedee1cf Adding more functions
max, min, clip, neg and threshold
2014-12-28 13:23:07 -08:00
Mattt Thompson fcb8203816 Updating performance benchmarks 2014-12-17 11:51:32 -08:00
Mattt Thompson cfd49e27ab Adding Matrix to README 2014-11-29 18:01:29 -08:00
Mattt Thompson 16ee722dc9 Moving playground to top-level
Updating playground
2014-11-29 17:57:51 -08:00
Mattt Thompson 9a3444aa26 Implementing Printable for Matrix 2014-11-29 17:57:16 -08:00
Mattt Thompson 8e0f5b1c02 Adding matrix operators 2014-11-29 17:14:54 -08:00
Mattt Thompson ebf465987a Refactoring and reformatting 2014-11-29 17:11:01 -08:00
Mattt Thompson 54eef8ff9b Merge branch 'matrix' of github.com:arpesenti/Surge into arpesenti-matrix
Conflicts:
	Surge.xcodeproj/project.pbxproj
2014-11-29 16:31:49 -08:00
Mattt Thompson a094eed926 [Issue #4] Building out test suite
Fixing exp, exp2, and copysign functions (@UsrNameu1)

Squashed commit of the following:

commit bf2839ed03e0eebf455ffe126f327f3a32523d0b
Author: Mattt Thompson <m@mattt.me>
Date:   Sat Nov 29 16:27:35 2014 -0800

    Building out test suite

commit d937a3b723
Author: UsrNameu1 <tea_room_1028@yahoo.co.jp>
Date:   Fri Oct 24 02:16:01 2014 +0900

    Modify copysign (swap sign & magnitude in function)

commit 7ffef5eab5
Author: UsrNameu1 <tea_room_1028@yahoo.co.jp>
Date:   Fri Oct 24 02:14:23 2014 +0900

    Add Auxiliary test (that fails)

commit c5a767a1ac
Author: UsrNameu1 <tea_room_1028@yahoo.co.jp>
Date:   Fri Oct 24 02:02:48 2014 +0900

    Modify exp, exp2 arguments

commit 0dfdcc0f41
Author: UsrNameu1 <tea_room_1028@yahoo.co.jp>
Date:   Fri Oct 24 01:56:34 2014 +0900

    Add Exponential Tests
2014-11-29 16:28:57 -08:00
Armando Pesenti Gritti 2b58d0d7cf Basic matrix algebra using Accelerate framework 2014-10-28 10:45:47 +01:00
Mattt Thompson b972f44a1e Adjusting performance benchmarks 2014-09-23 09:43:01 -07:00
Mattt Thompson 571ac98f7d Adding FFT 2014-09-23 09:43:01 -07:00
Mattt Thompson db1710bd43 [Issue #2] Using floating point literals in examples 2014-08-26 12:04:01 -07:00
Mattt Thompson 842114d41e Update README.md 2014-08-24 17:20:46 -07:00
Mattt Thompson 6731421334 Merge pull request #1 from robrix/patch-1
Edits to the README
2014-08-24 17:19:16 -07:00
Rob Rix 757b9d0654 Correct a name collision. 2014-08-24 12:30:10 -04:00
Rob Rix 170f8967ef Correct the sample code
Also considered renaming the variable to `total` but I felt like leaving it as `sum` and using the module as a prefix for the function would be clearer.
2014-08-24 12:29:03 -04:00
Rob Rix 9eb41b3af4 Diacriticals. 2014-08-24 12:27:26 -04:00
Mattt Thompson 23e042cfad Update README.md 2014-08-23 23:26:46 -07:00
Mattt Thompson 2111b78e40 Update README.md 2014-08-23 23:25:16 -07:00
Mattt Thompson 2ae7c4a627 Update README.md 2014-08-23 23:24:48 -07:00
Mattt Thompson 9e81c18c74 Update README.md 2014-08-23 23:21:22 -07:00
Mattt Thompson 04c4be6edf Update README.md 2014-08-23 23:14:53 -07:00
Mattt Thompson 77acb85ae6 Update README.md 2014-08-23 23:14:30 -07:00
Mattt Thompson 46e9e804bf Initial Commit 2014-08-23 23:02:33 -07:00