Commit Graph

63 Commits

Author SHA1 Message Date
Alejandro Isaza e706bb9b32 Fix initialization bug, add test (fix #57) 2017-09-18 22:29:11 -07:00
Alejandro Isaza f5f2289398 Remove file names from header comments
Also add the license to a couple files that were missing it and include
the readme, license and Package.swift in the Xcode project for
convenience.
2017-09-18 21:52:32 -07:00
Alejandro Isaza ddb1ca65fb Move tests to conform to SPM file layout 2017-09-18 21:22:05 -07:00
Alejandro Isaza 093f7ba487 Fix errors and warnings in Xcode 9 2017-09-18 21:16:58 -07:00
Leo Thomas 30203b8a88 Migrated Sources & Tests to Swift 3 2016-09-17 22:50:02 +02:00
Wenbin Zhang fe8c02bcf9 Add some helper methods for matrix.
* Add `subscript` supports return specific rows or columns
* Add support for scaling matrix by row or by column.
* Make `pow` supports applying to every elements in vector.

Make Matrix confirms to Equatable and add some tests

Implement set columns in Matrix, add test for it

Add Test for element wise multiplication
2016-02-26 11:17:10 -08:00
Remy Prechelt 24fea0d7c5 Added convolution, cross-correlation and autocorrelation + tests 2016-02-05 17:37:58 -06:00
Robert F. Dickerson 617ae580a2 Converted project to Swift 2.0 2015-12-04 15:57:07 -06:00
Mattt Thompson eaf6d47301 Re-adding test files to test target 2015-01-18 08:54:09 -08:00
Mattt Thompson 1e21102d6a Updating copyright year 2015-01-18 08:51:01 -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
Mattt Thompson b972f44a1e Adjusting performance benchmarks 2014-09-23 09:43:01 -07:00
Mattt Thompson 46e9e804bf Initial Commit 2014-08-23 23:02:33 -07:00