SwiftyEigen
SwiftyEigen copied to clipboard
SwiftyEigen
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.
Build
$ git clone https://github.com/ksemianov/SwiftyEigen
$ cd SwiftyEigen
$ git submodule update --init
$ open Example/Example.xcodeproj
Author
ksemianov, [email protected]
License
SwiftyEigen is available under the MIT license. See the LICENSE file for more info.