Commit Graph

8 Commits

Author SHA1 Message Date
Alejandro Isaza 5f2e08b924 Add matrix subtraction
Fix #59
2017-11-25 12:27:50 -08:00
Alejandro Isaza e5445f0db8 Enable opt-in SwiftLint rules
Lint all schemes
2017-11-25 12:17:56 -08:00
Alejandro Isaza 7c1b6ea3fc Add linter, fix linter warnigns, uncomment tests 2017-09-24 23:07:45 -07:00
Alejandro Isaza 19606424a3 Remove extra function labels
Second parameter funcion labels seem to have been introduced when
switching to newer Swift versions. Removing them made the code cleaner.
2017-09-23 13:06:25 -07:00
Alejandro Isaza 5e9418d179 Fix Matrix init bug, for real now
Fix #57
2017-09-19 08:06:41 -07:00
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