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",
24 "swift_versions": "5.0",
25 "frameworks": "Accelerate",
26 "source_files": "Sources/**/*",
27 "swift_version": "5.0"