Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 592 Bytes

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.