markuswntr / matrix

🧮 Defines a vector based multidimensional collection, that is a matrix, raw SIMD and protocols for Matrix(2|3|4)x(2|3|4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix

Swift Version Build Status Codacy Badge Platform

Defines a vector based multidimensional collection, that is a matrix, raw SIMD and protocols for Matrix(2|3|4)x(2|3|4).

The module does depend on markuswntr/vector and builds on macOS and Linux.

Note: Right now, protocol extensions in markuswntr/vector still require <simd.h> (as of now Apple only) to be available on the target hardware.

About

🧮 Defines a vector based multidimensional collection, that is a matrix, raw SIMD and protocols for Matrix(2|3|4)x(2|3|4)

License:MIT License


Languages

Language:Swift 100.0%