Commit Graph

218 Commits

Author SHA1 Message Date
Robert F. Dickerson e7bd9b4952 Update README.md 2016-02-16 19:31:31 -06:00
Robert F. Dickerson e5e66c8126 Added a Travis build script 2016-02-14 20:55:44 -06:00
Robert F. Dickerson 10fa247725 Update README.md
Added the Travis-CI badge
2016-02-14 20:52:08 -06:00
Robert F. Dickerson 81b711273b Update README.md
Added the MIT badge to the README
2016-02-14 20:42:52 -06:00
Robert F. Dickerson 86255afad6 Added a Cartfile for Carthage support 2016-02-14 20:38:27 -06:00
Robert F. Dickerson 082d5aa63c Merge pull request #40 from rprechelt/convolution
Convolution + Cross-Correlation + Autocorrelation
2016-02-13 18:44:29 -06:00
Robert F. Dickerson a75c96fb57 Merge pull request #38 from rprechelt/master
Implementation of subtraction and fixed dist() build error
2016-02-13 18:43:50 -06:00
Remy Prechelt dd8379090a Changed asserts to preconditions 2016-02-05 23:34:11 -06:00
Remy Prechelt 24fea0d7c5 Added convolution, cross-correlation and autocorrelation + tests 2016-02-05 17:37:58 -06:00
Remy Prechelt 78331b59a2 Made arithmetic operators public 2016-02-04 23:10:55 -06:00
Remy Prechelt 5f1e87f3eb 1) Added sub() public function to implement subtraction on float and double
2) Added support for '-' operator using sub()
3) Resolved compile error in dist()
2016-02-04 20:33:14 -06:00
Robert F. Dickerson 6f5db25659 Merge pull request #35 from jasonhotsauce/master
Fix division and add dist method
2016-01-29 18:58:39 -06:00
Wenbin Zhang f40b3c6a99 Add dist method to calculate two vector's distance 2016-01-22 17:01:12 -08:00
Wenbin Zhang 2c89872b54 Fix division 2016-01-20 11:52:15 -08:00
Robert F. Dickerson cc4e3e9718 Merge pull request #30 from jasonhotsauce/master
Add division to Matrix
2016-01-08 17:55:25 -06:00
Robert F. Dickerson f007e60f9b Merge pull request #29 from jamessa/UpdateForXcodeXcode72
Fix for Xcode 7.2 and Swift 2.1.1
2016-01-08 17:54:02 -06:00
Robert F. Dickerson 397007dfce Merge pull request #31 from gkaimakas/master
Updated podspec to version 1.0.0
2016-01-08 17:53:48 -06:00
George Kaimakas c2cd260eb2 Updated podspec to version 1.0.0 2016-01-08 15:15:50 +02:00
Wenbin Zhang 57243e44fb Add division to Matrix 2015-12-25 15:25:09 -08:00
james 31b14087d1 Fix for Xcode 7.2 and Swift 2.1.1 2015-12-17 15:29:49 +08:00
Robert F. Dickerson bf1355c63e Merge pull request #27 from rfdickerson/master
Converted project to Swift 2.0
2015-12-11 13:22:42 -06:00
Robert F. Dickerson 617ae580a2 Converted project to Swift 2.0 2015-12-04 15:57:07 -06:00
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