Eigen Library for Python Linking
Project description
eigenpip: Recent Version of Eigen Library for Python
Mohan Wu, Martin Lysy
Description
eigenpip is a recent distribution of the C++ Eigen library for Python linking. Some applications of the library can be found in our Kalman package. There are two main functions to eigenpip. The first is installing the Eigen library to give access to other Python packages. The second is give the user access to the path of the Eigen library.
Installation
To instal from pypi:
pip install eigenpip
For a normal installation:
git clone https://github.com/mohanwu/eigenpip
cd eigenpip
pip install .
If you would like to your own version of the Eigen library then set the environment variable EIGEN_PATH
to the path of your library.
On Linux:
EIGEN_PATH="/ABSOLUTE/PATH/TO/EIGEN/LIBRARY" pip install .
On Windows Powershell:
$env:EIGEN_PATH = "/ABSOLUTE/PATH/TO/EIGEN/LIBRARY"; pip install .
Usage
To get the path of the Eigen library:
import eigenpip
EIGEN_PATH = eigenpip.get_include()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eigenpip-0.1.0.tar.gz
.
File metadata
- Download URL: eigenpip-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad605cc7a283e67db4c63a0b6f6de31b4adcddb3edeaab04159baabcba153ab2 |
|
MD5 | 03129f00b57114efdcb7597cba7d27bc |
|
BLAKE2b-256 | 617fc97d4b80f267e1a300c3cfa3af27b24d16708c14e7c59a71a1a400ef5a21 |
File details
Details for the file eigenpip-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: eigenpip-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc487ec14ac43dbb0a22836482ba53494f8fc53c51c50f600824c3a0f20a2e18 |
|
MD5 | 709d0e164a05f36f5268048fafb04435 |
|
BLAKE2b-256 | d30b9379e3dee564979293d1617dea2bb633888882d71d65808d9bda276e4dd4 |