Skip to content

ksemianov/SwiftyEigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, semyanovk@gmail.com

License

SwiftyEigen is available under the MIT license. See the LICENSE file for more info.