Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EigenSPM

This repo is a minimal Swift Package built around the Eigen library so it can be added as a dependency using Swift Package Manager.

Usage

You can add this directly from Xcode by going to "Add Package Dependency..." and entering https://github.com/keithito/EigenSPM.git in the search box.

Or, you can add it to your Package.swift:

    dependencies: [
        .package(url: "https://github.com/keithito/EigenSPM.git", from: "5.0.1"),
    ],

See the Example directory for example usage.

License

Eigen is licensed under MPL 2.0.

About

Makes Eigen linear algebra library available via Swift Package Manager (SPM)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages