Skip to content

jknthn/Matswift

Repository files navigation

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, jeremi.kaczmarczyk@gmail.com

License

Matswift is available under the MIT license. See the LICENSE file for more info.