EigenSPM

main

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

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.

Description

  • Swift Tools 5.4.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 24 2026 09:19:19 GMT-0900 (Hawaii-Aleutian Daylight Time)