Matswift is a matrix computation library. As it is currently based on Accelerate
framework it works only on iOS and macOS.
Matrix
convienient structure for 2D data- Addition operation with
Matrix
andDouble
- Subtraction operation with
Matrix
andDouble
- Multiplication operation with
Matrix
andDouble
- Division operation with
Matrix
Matrix
dot productMatrix
sumMatrix
logMatrix
invert signMatrix
transpose
- iOS 10.3+ / macOS 10.12+
- Swift 4.0+
Matswift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Matswift'
- More operations
- Metal support
- Linux support
jknthn, [email protected]
Matswift is available under the MIT license. See the LICENSE file for more info.