Skip to content

keithito/EigenSPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors