Swift wrapper for Eigen C++ linear algebra library.
This repository provides Objective-C and Swift API for a small subset of Eigen's functionality. It is intended as a showcase study project.
See medium.com/p/fb5cd606220f for more info.
$ git clone https://github.com/ksemianov/SwiftyEigen
$ cd SwiftyEigen
$ git submodule update --init
$ open Example/Example.xcodeproj
ksemianov, [email protected]
SwiftyEigen is available under the MIT license. See the LICENSE file for more info.