Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.35 KB

Matswift

CI Status Version License Platform

Description

Matswift is a matrix computation library. As it is currently based on Accelerate framework it works only on iOS and macOS.

Features

  • Matrix convienient structure for 2D data
  • Addition operation with Matrix and Double
  • Subtraction operation with Matrix and Double
  • Multiplication operation with Matrix and Double
  • Division operation with Matrix
  • Matrix dot product
  • Matrix sum
  • Matrix log
  • Matrix invert sign
  • Matrix transpose

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.