Matswift
Matswift copied to clipboard
Matrix computation library in Swift
trafficstars
Matswift
Description
Matswift is a matrix computation library. As it is currently based on Accelerate framework it works only on iOS and macOS.
Features
Matrixconvienient structure for 2D data- Addition operation with
MatrixandDouble - Subtraction operation with
MatrixandDouble - Multiplication operation with
MatrixandDouble - Division operation with
Matrix Matrixdot productMatrixsumMatrixlogMatrixinvert signMatrixtranspose
Requirements
- iOS 10.3+ / macOS 10.12+
- Swift 4.0+
Installation
Matswift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Matswift'
Roadmap
- More operations
- Metal support
- Linux support
Author
jknthn, [email protected]
License
Matswift is available under the MIT license. See the LICENSE file for more info.