Skip to content

valentary/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, [email protected]

License

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

Packages

No packages published

Languages

  • Swift 82.7%
  • Objective-C++ 11.8%
  • Objective-C 5.5%