4 "summary": "Linear algebra library for Swift language",
5 "description": "This library provides most of linear algebra operations on vectors and matrices\nrequired to implement machine learning algorithms. Library syntax is inspired by\nMatlab matrix manipulation and Haskell linear algebra library 'hmatrix'",
6 "homepage": "https://github.com/alexandertar/LASwift",
8 "type": "BSD-3-Clause",
12 "Alexander Taraymovich": "taraymovich@me.com"
15 "git": "https://github.com/alexandertar/LASwift.git",
23 "frameworks": "Accelerate",
24 "source_files": "Sources/**/*",
25 "pushed_with_swift_version": "3.0"