Skip to main content

Bindings between Numpy and Eigen using Boost.Python

Project description

EigenPy — Efficient Python bindings between Numpy/Eigen

License Build Status Conda Downloads Conda Version PyPI version Code style: black

EigenPy is an open source framework which allows to bind the famous Eigen C++ library in Python.

EigenPy provides:

  • full memory sharing between Numpy and Eigen avoiding memory allocation
  • full support Eigen::Ref avoiding memory allocation
  • exposition of the Geometry module of Eigen for easy code prototyping
  • standard matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.
  • full support of SWIG objects

Setup

The installation of EigenPy on your computer is made easy for Linux/BSD, Mac OS X and Windows environments.

The Conda approach

You simply need this simple line:

conda install eigenpy -c conda-forge

Ubuntu

You can easily install EigenPy from binairies.

Add robotpkg apt repository

  1. Add robotpkg as source repository to apt:
sudo sh -c "echo 'deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg' >> /etc/apt/sources.list.d/robotpkg.list"
  1. Register the authentication certificate of robotpkg:
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
  1. You need to run at least once apt update to fetch the package descriptions:
sudo apt-get update

Install EigenPy

  1. The installation of EigenPy and its dependencies is made through the line:

For Python 2.7

sudo apt install robotpkg-py27-eigenpy

or for Python 3.{5,6,7}

sudo apt install robotpkg-py35-eigenpy

where 35 should be replaced by the python 3 you want to work this (e.g. robotpkg-py36-eigenpy to work with Python 3.6).

Mac OS X

The installation of EigenPy on Mac OS X is made via HomeBrew. You just need to register the tap of the sofware repository.

brew tap gepetto/homebrew-gepetto

and then install EigenPy for Python 3.x with:

brew install eigenpy

Credits

The following people have been involved in the development of EigenPy:

If you have taken part to the development of EigenPy, feel free to add your name and contribution here.

Acknowledgments

The development of EigenPy is supported by the Gepetto team @LAAS-CNRS and the Willow team @INRIA.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

eigenpy-2.9.1-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

eigenpy-2.9.1-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

eigenpy-2.9.1-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (2.3 MB view details)

Uploaded PyPymacOS 12.0+ x86-64

eigenpy-2.9.1-0-cp311-cp311-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

eigenpy-2.9.1-0-cp311-cp311-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

eigenpy-2.9.1-0-cp311-cp311-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

eigenpy-2.9.1-0-cp311-cp311-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

eigenpy-2.9.1-0-cp310-cp310-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

eigenpy-2.9.1-0-cp310-cp310-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

eigenpy-2.9.1-0-cp310-cp310-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

eigenpy-2.9.1-0-cp310-cp310-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

eigenpy-2.9.1-0-cp39-cp39-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

eigenpy-2.9.1-0-cp39-cp39-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

eigenpy-2.9.1-0-cp39-cp39-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-cp39-cp39-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

eigenpy-2.9.1-0-cp39-cp39-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

eigenpy-2.9.1-0-cp38-cp38-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

eigenpy-2.9.1-0-cp38-cp38-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

eigenpy-2.9.1-0-cp38-cp38-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-cp38-cp38-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

eigenpy-2.9.1-0-cp38-cp38-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

eigenpy-2.9.1-0-cp37-cp37m-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_17_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

eigenpy-2.9.1-0-cp37-cp37m-macosx_10_16_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7mmacOS 10.16+ x86-64

File details

Details for the file eigenpy-2.9.1-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 39d3f5c88cbdb63cb8924628480876ba336461830287aca8b7f49ab65bdd5388
MD5 3604f9a294ba90fac2d91956460b7dcc
BLAKE2b-256 f86e4f587b61f15196239d6029fb7078a85ee5585a636bd578829969afc682ac

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 233d58ff67229692d3083da8df946f5cee7a0c895e228f010a80948f97b85c1c
MD5 426734a35c323328d60c8a35661e04a4
BLAKE2b-256 c6d0ce5688c67746e1821f00ecdf954244393a4c88f9505486680dd1c86e800a

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 831eb54db02217eccbbfe962c3ee15d3bc2b851f25609d5abbb994b24388bfea
MD5 3bee29619bf8e5aa6c3fb76c0dee4471
BLAKE2b-256 cdfa100a0a6ee71bc3913803d156dac912736027ac6d893ad9e5b2abedc5e9f4

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 baed15138776e25262ab14f2a4a059bf3197103591a68f81ba52f819b8e23103
MD5 b6b30a6af038e2a0866f67f4b86d452c
BLAKE2b-256 246ff43915677edab7343dc74998c9d3b2c82cf5239e20955bcbc403619b3fa9

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb192623e15af3191b9f919f40b3b50dd53a16ce9dbdf4b1c8a68622496e0a94
MD5 8161f84574a16f39337720d9f45ef5bd
BLAKE2b-256 8638d72c77fe2284478cda14ce4b18251d7fe85aec987b000acc583d4d8df1eb

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92fa68bd61e1b89d033c2af523d79a2ae1f510f6039ad276b0b7f78728239da8
MD5 66133919c23672da09169d4a596611a8
BLAKE2b-256 4200dccac2fe650a8c8e880b2aa86f9db1f3f3241d3f9d048e6e304ff769de1d

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 51bc3f9347e1ed415a5fe850f4d134e8a507bde3609537e592289578d34b4706
MD5 5c37ec7ea7efeab3925e957f9677105f
BLAKE2b-256 a79e1ef6b34f47e61d050cc7a06ae6e0dcbc018de6bd50c0d03fb8741d7c5a5a

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9b0f947c6e1658a0ab997428b9df6407c4e8275286eb5cc4bc157037de24b87d
MD5 5c2e3c20b3a5dc1b1e1a0861d82f279b
BLAKE2b-256 7885b42ec2e03a7e3d83e7156c4454480484f2eb86424a35a1ff600c5182b648

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29a09500a9999a7764a8db348963cb6a9d22763a9b1a6dd094fec20e0b28ec9f
MD5 fe6a3c8e8d3c318aba85fccbbfdc2b81
BLAKE2b-256 dcf0dd4662d955a55c5d003487f0da601485edbf1744a4800d4c990bc1be391e

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a04e145daba40fdffe67e0f57e50cc28c2e27f37b16bd049239fa126534ca503
MD5 0f88fbc6f79ba8ab4ebddbd272323aab
BLAKE2b-256 dfd2f830ec6160e74b31f618d010a8bbb3961743d6a40ce1f091fa003cf37d99

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 665467c94c3d1a7a86b44ce7e8ef5afd54f19a6918af15464a6f82e187395816
MD5 1159b54bcb6c844644c6c2fb5484f6a2
BLAKE2b-256 d0668263ebace1e666ba308e44a506f9f37ba37fd69a8f666cddbc30ca3ec2e9

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4a5e2292dfd474b8883c0554e67a6d66cf3d0c090f46f6e0baf6cb9dce6f46e
MD5 c34f2b923368fc0a2939ab2d756faad6
BLAKE2b-256 ebc0ab65346403a2be31d12fbea3abe41a4d5cf4d522a35fc79df2ab39ed532c

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a34d11d28f3f51e2ce6b24fbad1199fe0817f5757fbaa032a8ebf862b600065b
MD5 514ac46475dd9ac684f5bd42d33bbb3d
BLAKE2b-256 890dd1b34e1a3f75f48ff884159c7c2afb44dee68301c7afa184d1cbebb453cd

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c717fb9d8eed7d9881a7d1ae44da4117de1ee976391a5beb1643cb6ff0e901d
MD5 0b1e040a1fdff9b589fa6e4b04a7eaa4
BLAKE2b-256 3d274dfb85da40497bf4253450a705e0e2e2d6fb179cdc22aebf69f2477b1365

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e69ff60f08b6ec34b88a80801ca51abbaec97c6f284b9f62004416a5e6d8174
MD5 766460ad5964807fad407d13e969ef35
BLAKE2b-256 4daf96dd49770e2319b5392aca281eea7896a58fc02f40634419d2cf2cf804d8

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 118014a5ab16e287e530b2aae591fc7fba73910894498c017666460cbd05966f
MD5 93124689a81905be8f5ea619d133002c
BLAKE2b-256 c4c1002d0f9b8a6da6a34bf2d17e71a5038179ec6ab07d52d8659a1f53da2c8d

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66aed67154c5d0508f09e65643b965efda1b009fadd475e89a7484231a357eba
MD5 d6f61afbbad5beed74808612ed2b71dd
BLAKE2b-256 8eb6f0b83ba570035cf88888bf04766de56db36ac2ba61975aa8baac762086d7

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e7e41646045e833364e759b4929cd96c975bec2c5fbdb29943ebebfec3df2a0
MD5 6a46c09f4a595b8d1f4e066e6b2b3bf8
BLAKE2b-256 e9ed5228fed874af89a42345737ada1acb62e7e6caac319255eab46d2a1ca19d

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2700fcdd1be758dc04a35918f911f6879679a7418f3ac8ceeff1ecd568281cf0
MD5 012105b3c8f2e0eae3ca355772ffb995
BLAKE2b-256 22ce39bda7d2f2870f050ce6685d42719941c0193e22fffe549199cfdbf5d277

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2cec30c48d147ea1a350a36b1b157c061db089cbfb25b89282bbd186466e8fad
MD5 c4d179a04a0ac2a9c04a6befd742adb2
BLAKE2b-256 38089963fb588f4c8fe419c9d4e3b3d28f1495ea831c5db26facb8aaf3b300e6

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 734cf0847ed223738e2722d95aa0021f1431d2985be85167363a6b70cf52f108
MD5 ccd0d6b222f404de8802d8e23dfa9b79
BLAKE2b-256 9bfeeb04405e24a6602f8abd3c0d212d89bb1b1b1ebc0216656a7b95b8cbc4e5

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1e6145536a6d981f9d45df61253e0e0dae9419c0fe5e83179b6b98421a2a351
MD5 96518043fed89229156beac68b98d09f
BLAKE2b-256 ab7520d16dbb74ce1372239212cd31000ec8ec8a6c614230dd9902a0b9b445f0

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 845f2812dacfc61fcad99237f85b1c15699c5548dd6b6fdc0331b2599bbac568
MD5 b5c4cb90c83b8815312ce530e7832873
BLAKE2b-256 bbe4829257cb8620a54d52be7569d5ddcdb8ae843781703db2174d1541d67516

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 761eb47784021f00753a9777dc66cfce694e24f43b86f01f965b739d2b9ebf3b
MD5 ca5246adfe1f9432277496e3436c26a3
BLAKE2b-256 6c633c8ea9dad005d48eec0b6f1166735216a3f8d559d0d67d28a16dacf642e6

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f63f007809952ac0956d820d8e4178015916d3570aeac3d8f23f1b89e4565822
MD5 42ee07179a60e3c36873f4f3a9603742
BLAKE2b-256 4805f6315eea1fb12ced27efeee59feda37da2404515ad1d635a94addfc8acc0

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0c1e6d63e4daef2cd6919142e799845fbf09173b05394803781cf384e81b6c11
MD5 d8986c5a756d469777cd593e3bbb18c7
BLAKE2b-256 9bd3f33cd6681d32526923c0dc4c80908a676d53f2a582835c091fc7a360ddac

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dee7123b0a724a0efe687847a7088580e399340efa05c62d564ff41fb9685b44
MD5 1d390451f6de156cd5fc84ee95a637aa
BLAKE2b-256 b42766c7e9b8d7a062be0dc580545bcb2088c3cf1381ca8e32440c7f035468d3

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2fb9abb281609323ee8a31ec2a7de78b359e6932b92223ef524d4a9e5e7a1818
MD5 440b702fdfcda9a834a8ae6df99e635a
BLAKE2b-256 2083908e4fc7c380febb3f9ce952d4c1618f94d07053ad9a31857f670d29581c

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e050baff2e3f87673c5eb9d6fe274fe8cd7389bbcbffe734aa07645f36d514aa
MD5 f40300cf3e0099b90f091a74ca174351
BLAKE2b-256 920f473715dd84d8286013430d4d750cc0e5ade9d69d69fb30cc0bf1d70a2cf9

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b7a700cf479c7b8bd715dd0dee41bac574abdcc72a63272b21bdf624b428029
MD5 e0a96908ade7461087826ad6b1287428
BLAKE2b-256 0c2957c507f2eac466a6fdcfe39158c29bc5962f29fa5d4ec77847831ac8b680

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 714afaad5c6fb9b990f132bebfbeb70756c4bfdea20ba062409c58693fd2a409
MD5 79222e7f5fc639e9088ac8587ff31136
BLAKE2b-256 0b9704fa258f90dd14e089339f47a3a74adf0fcf05ff6f1fafc330f9fd604c0e

See more details on using hashes here.

File details

Details for the file eigenpy-2.9.1-0-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-2.9.1-0-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 eb26108f6987a933bed80f77e5830deb10b1b59a33740ef867bf90392f77e855
MD5 9ec8b54d2140abbcc39f283be03679ac
BLAKE2b-256 252ea810114afa16a44b214db9f6d8a4ee94b788a72b72d9ea52f5f69057c404

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page