All Projects → jknthn → Matswift

jknthn / Matswift

Licence: MIT License
Matrix computation library in Swift

Programming Languages

swift
15916 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Matswift

MatrixLib
Lightweight header-only matrix library (C++) for numerical optimization and machine learning. Contact me if there is an exciting opportunity.
Stars: ✭ 35 (+105.88%)
Mutual labels:  matrix, matrix-library
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+64.71%)
Mutual labels:  matrix, matrix-calculations
MachineLearning
An easy neural network for Java!
Stars: ✭ 125 (+635.29%)
Mutual labels:  matrix, matrix-calculations
Swiftish
A fully generic Swift vector & matrix library
Stars: ✭ 17 (+0%)
Mutual labels:  matrix, matrix-library
monolish
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Stars: ✭ 166 (+876.47%)
Mutual labels:  matrix
matrix-tag-manager
A web interface for supporting power users and their Matrix room tags.
Stars: ✭ 22 (+29.41%)
Mutual labels:  matrix
hlml
vectorized high-level math library
Stars: ✭ 42 (+147.06%)
Mutual labels:  matrix
TP Arduino DigitalRain Anim
A library that represents Digital Rain Animation on color displays that support TFT_eSPI
Stars: ✭ 80 (+370.59%)
Mutual labels:  matrix
python-twelve-tone
🎶 12-tone matrix to generate dodecaphonic melodies 🎶
Stars: ✭ 68 (+300%)
Mutual labels:  matrix
matrix-puppet-facebook
a puppetted facebook bridge
Stars: ✭ 90 (+429.41%)
Mutual labels:  matrix
Scylla
An Elm-based front-end for Matrix.
Stars: ✭ 24 (+41.18%)
Mutual labels:  matrix
addon-matrix
Matrix - Home Assistant Community Add-ons
Stars: ✭ 39 (+129.41%)
Mutual labels:  matrix
Alchemy
CV DL
Stars: ✭ 59 (+247.06%)
Mutual labels:  matrix
zombi-addons
No description or website provided.
Stars: ✭ 15 (-11.76%)
Mutual labels:  matrix
chop
Round matrix elements to lower precision in MATLAB
Stars: ✭ 21 (+23.53%)
Mutual labels:  matrix
botdarr
Slack/Discord/Telegram/Matrix bot for accessing radarr, sonarr, and lidarr
Stars: ✭ 76 (+347.06%)
Mutual labels:  matrix
EventBus
💢 Nepxion EventBus is a generic event dispatching component based on Google Guava with Spring framework AOP, support synchronous and asynchronous mode 基于Google Guava通用事件派发机制的事件总线组件,注解式发布订阅
Stars: ✭ 65 (+282.35%)
Mutual labels:  matrix
canvas-cast
Cast any <canvas> element to an LED Matrix over WebSockets with an Arduino/ESP8266.
Stars: ✭ 39 (+129.41%)
Mutual labels:  matrix
DashGL-Library
Basic Matrix Manipulation Library For OpenGL Written in C
Stars: ✭ 20 (+17.65%)
Mutual labels:  matrix
mtxclient
Client API library for Matrix, built on top of Boost.Asio
Stars: ✭ 21 (+23.53%)
Mutual labels:  matrix

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].