Skip to main content

C++ implementations of the algorithm of Goldfarb and Idnani for the solution of a (convex) QP

Project description

eiquadprog

Pipeline status Coverage report pre-commit.ci status

This repo contains different C++ implementations of the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem by means of a dual method.

The problem is in the form: min 0.5 * x G x + g0 x s.t. CE^T x + ce0 = 0 CI^T x + ci0 >= 0

There are 3 implementations:

  • eiquadprog.hpp: the original C++ implementation
  • eiquadprog-fast.hpp: an improved version employing a wrapper, avoiding dynamic memory allocation
  • eiquadprog-rt.hpp: similar to the above, it employs fixed-size Eigen vectors. This requires the problem dimensions to be known at compile time and is recommended only for small problems.

Please refer to the unit tests for examples of usage.

Authors

Eiquadprog was created at LAAS-CNRS by Gabriele Buondonno, based on parts from TSID by Andrea Del Prete.

This work was based on previous libraries:

  • QuadProg++, Copyright (C) 2007-2016 Luca Di Gaspero, MIT License.
  • uQuadProg, Copyright (C) 2006 - 2017 Angelo Furfaro, LGPL v3.
  • eiquadprog.hpp, Copyright (2011) Benjamin Stephens, GPL v2.
  • quadprog++ Copyright (C) 2014-2015 Gael Guennebaud, LGPL v3.

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

eiquadprog-1.2.5-2-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-2-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-2-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 12.0+ x86-64

eiquadprog-1.2.5-2-cp311-cp311-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-cp311-cp311-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

eiquadprog-1.2.5-2-cp310-cp310-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-cp310-cp310-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

eiquadprog-1.2.5-2-cp39-cp39-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-cp39-cp39-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

eiquadprog-1.2.5-2-cp38-cp38-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-cp38-cp38-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

eiquadprog-1.2.5-2-cp37-cp37m-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_17_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

eiquadprog-1.2.5-2-cp37-cp37m-macosx_10_16_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.7m macOS 10.16+ x86-64

eiquadprog-1.2.5-1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (87.1 kB view details)

Uploaded PyPy macOS 12.0+ x86-64

eiquadprog-1.2.5-1-cp311-cp311-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-1-cp311-cp311-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

eiquadprog-1.2.5-1-cp310-cp310-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-1-cp310-cp310-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

eiquadprog-1.2.5-1-cp39-cp39-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-1-cp39-cp39-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

eiquadprog-1.2.5-1-cp38-cp38-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-1-cp38-cp38-macosx_10_9_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

eiquadprog-1.2.5-1-cp37-cp37m-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_aarch64.whl (89.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-1-cp37-cp37m-macosx_10_16_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.7m macOS 10.16+ x86-64

eiquadprog-1.2.5-0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5-0-cp311-cp311-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-0-cp311-cp311-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_universal2.whl (85.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

eiquadprog-1.2.5-0-cp310-cp310-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-0-cp310-cp310-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_universal2.whl (85.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

eiquadprog-1.2.5-0-cp39-cp39-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-0-cp39-cp39-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_universal2.whl (85.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

eiquadprog-1.2.5-0-cp38-cp38-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_x86_64.whl (95.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

eiquadprog-1.2.5-0-cp38-cp38-macosx_11_0_arm64.whl (87.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_universal2.whl (85.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file eiquadprog-1.2.5-2-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6390648fde4b59797a59f886ff3986841a4945f5469dbf894c6482e3c2255db0
MD5 ae258f5eee3ffd3e8a83544e03c663d9
BLAKE2b-256 047257562303020bc6198528e47046d66eb1226f1d5a4dcbac05029c9c319ad2

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d70a8237578fe7d1276649c791107efde7291141393645f36e5a7836f6ebbfc6
MD5 ee8d86923b4922a0b3b450eda02e876d
BLAKE2b-256 2b89018631aacb9dad93d7a566bdee71b1fab291d35c8f9bc834101c41b74090

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 938c12c86b1f74c165e3df6b2d56001b322bc81b0e9352d6762bdd22f593aef1
MD5 392e59d783d768749aa78810ce3ce91c
BLAKE2b-256 1452034820fb3439fb0ef64f86ea307a5e5adfdd0849cd0fe2ac98ff37a52cdb

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91abf806ea31c3ed873e1cb97e2123c5eb350d793069101a6dd75499766af1a6
MD5 2c576b61db27a743604524ecb58d1a54
BLAKE2b-256 8611ea8796956b2f6042baa9c8f9b63776eacdd2bc8d8033dbe8ae5ce27687b9

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8f004754e89f18f86de2e143a017360cf02fedf32e85b859c2dc6f8deb01d18d
MD5 45267888057117de4e4d2474640fb7d6
BLAKE2b-256 5f2c72f60b714afa963eebf9efe2e09b7a98933e2fd1e5a882f6e437ebf3d2ef

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 753e412835659d3c9de78adc85d1f5d01a6f841957d2fadc644ea0fa27c123ce
MD5 e3d7030d635490a31e91ee79df890490
BLAKE2b-256 729643075f4a0cb8b8e36e9c5cb9d923e2e9c943757925ac765953dbe40a9ed4

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3070a12a391fedd9dc43ddcf0efe95dcb6dcdee309ab6afdfd680df8ded6ff3a
MD5 d253f9e20521c51ca5f4c56a63fa2fc1
BLAKE2b-256 9cb8634d4c31d6a3830eb1e65179cbca933f982da70ab96bf5dca73b5acbfbfb

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99b7365ecf4a360aa3aebde849f1f19be0b4898290d4bf6233ab01835eca5a9a
MD5 18fd7c09a7b5c55e9adaa4c00c5a1970
BLAKE2b-256 9d335625fb4e979bd158c9e409ef07c2be45828d4c475e4b8b53a802c34554b0

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f3f0f516ea701e3adbaab66d0898c7d91899e1d43609cf8db43a0251be96ce21
MD5 f53b94c7621b9053e92401ddeffed2b7
BLAKE2b-256 72e4a119e5e1ffc2450614153e4733fa436830b3d33749466b4d9cf16858c08d

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f3628acc2f1c014151d8b42ffeeb191a056d75f4812a0fb28fb2a539352e84b
MD5 d458a14ddc722db6ea88d1286b31d3da
BLAKE2b-256 cc1c63565eb7e034ac25d4431862f32e1e121d9adef04e08dfd3f07d7dfe5b6a

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15df6c22e525b35d921e0119f189d7ab09a8cca400c096f83f39fbfcc29ab1f1
MD5 6e04d446de4a83e4bae64f14ec9f5231
BLAKE2b-256 e849302cb63a8081981df6117d07df12a01512963ede6a67ae1ce4fef5d59bad

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d211cc6592eb90b0ae89d6740367fdee4fcaa63d065657fcb81c28826ed3a3f
MD5 8171beb5524994d689051ece68e96b1c
BLAKE2b-256 6b8893fca5c5ce4ec65b585a0097b6ba37d3c601ec222b44100e505ce51ef5d7

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0c45da98fcb3d733983e94fd0f5a49e937045833f4fb76bfb397c2289dfa5ee0
MD5 b63cdfde6a694a962a493966defcbd0e
BLAKE2b-256 d0f2b401d28a2272f71f906ee66ee943dc2263b555fc44b9f0fba7f7da75851e

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4605265b66d539609b91fea6890e36475b25d8df985e0a403b062f86f3bb4b6a
MD5 9e1dbda22501beac293b72fcc7d3865e
BLAKE2b-256 8b3688d297896b5c81a96992d4e8db45c4d3b564530965426c8b0c3c74692201

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a321d46322a08978308ba9b012fd9768274da0b229dd92cf5d46943efd493b3
MD5 82d3948b86929898005a86753863b734
BLAKE2b-256 4144dc5130e046246268768f09fc0e19942ef017084edfbb7fc11309d0c099b9

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 adb1abf5d94ab89ab146ad0358dc3b29f724779d29d4a29eef41acfdc228b534
MD5 dfe7875824360697110feb3b7ce35b78
BLAKE2b-256 0968d8b154b4b8d9fd3b755ee6a6c5eb007c4ed35742d871cb6dac4cc7615000

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b12b067d4bcfd9e9cc8267ef095ccf9158a047b9fc98f41a53d753f47df252e2
MD5 d9c58c29ca0e5c8907d8c6b0f9cd0812
BLAKE2b-256 8190f51565a03f54aabe325de95895f25cf0e5848e78dbb8cfc004e024139502

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13871154710c280aa1787c00afec9bed577027b5b77117f5dcaaa32d20ec472d
MD5 7c42462d34f1517644db3b7a1da833c8
BLAKE2b-256 fdf803e109e88a08d9df3fa220075f5cf83c01f836b60f539015ae0fcd19072c

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 457b69dac5a65d1a6d9aca2a5e93ed3fe5d05b1334441bc17329f76bf31f3d90
MD5 bae7921b0d5a28b6c1994b231cb51019
BLAKE2b-256 254f1ae5982de90c87428fea6ca3d106967b7fb736f4ed88029ed81119d0dff7

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47762e992bd909de3d8e0c5c5429748293eff17a620631dac2e3570ab685bd7a
MD5 1e6e5020ea6eb55ee110e2cef22b6e74
BLAKE2b-256 d8824629a24ea9bc7596e9500605ee05885b69d241cf59a9250d96a86910a13e

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ae5b61acf6d7164e45cee435d0a62cc369ddc59119ce9beb171dfe24ff6d9da9
MD5 06ddb261c9c268a0b4d3668048aeb9f6
BLAKE2b-256 cd209e27be90b52903eb6bdfa0bc32583e489e05b7e53c2d97dab53ada3afa44

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75f4aaaccca01fe5bdfdfdd5bd66c3f988541f4aa23224194f10bf733841fe2c
MD5 6ab591f5c709d4b8b7ccee89268022dd
BLAKE2b-256 7286186d3a80a098a73a3c72a9a16ca63f50bf6f971c8cf3a9c6dc1ba3ffe77f

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a90eacf68f69bcc4be5f0f4cf5762020da304acabb87793055e9e781c25c2f68
MD5 c5d645eec9ea426378386c95bacb903d
BLAKE2b-256 8edb8008f2eee2a6c655f1b53f8d8980580afcbd3124767529aabaa0d7125388

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36ab4d1b61cbd2dcbbdcca814d7db94116d1009f0ae5426b675071d9e65f82b2
MD5 091c4fd26ed622740b944430b9df2303
BLAKE2b-256 fb699738f12e670cc3dea4967cfd0bff64801df36c5449e7eb27b1b8ab15bd1f

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cf9a85147725054dfc75c43bd29e171605af60610936206641b17b010f474aab
MD5 f3671628dda12c5a4f0df0379dafdd5e
BLAKE2b-256 fc067834f1459933629617747fe6e585c8b4b6c8391d688924ad6f2ff0702943

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-2-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-2-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 ae7267c23fdc4572f29755289ca4506b7c98f8adc350e844df6ee5652dfe2c82
MD5 4fa5dd70beb7a6f75d39bef721fe6ff6
BLAKE2b-256 e453e670725c9c2d7b02212920896149a4fbc3773526e1d8a24bf22dc493bcf4

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b7a3f63638b0643378d18762dacf4be75420b74046a53aebf553241f449f48a
MD5 d1e9f000352692a9fff1eeb3fc317218
BLAKE2b-256 ef694523e4531b2423b8e2e7527cf1a3c044dc4a0254219bfb333cbfe6dd2317

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d523e24a3ec14f3d4b159d7ca6f9965170b07cbdbe5f76997df5cc4fae43e9aa
MD5 d82e2fec157d31600ff835fe720df03f
BLAKE2b-256 c049568466fd34f9ebc8cb3f3d0f28a3b4bbfacd08748f48c66730355ba4359e

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f47fbdea7dedd33c5cc839a8cea0e368a3193f4cc60c2caa2c6e954893ae6546
MD5 eb875426ef91793e0ffeaa439a39e1bb
BLAKE2b-256 21316650288e013e798eb0313c3ff655158a607db433f49bb8ff8be5c25af085

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbc6f3a846bf757363fcba69237025baaf22aa9a266d24ee754865b27a9cc449
MD5 7f1efb84546ce1532ff5ef0525cbc2c1
BLAKE2b-256 71107756ecf8a8fc1eafa58258e013f0f2bef4c68ff00986a7c489e1d372ebc1

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 156165fc0c36d43928e0abe024416a40b0fbe15b8c2485180a70bd94b10cf697
MD5 74d4b6bbb86e96cc0abc4a3edf78badd
BLAKE2b-256 ca21a3c09d817187bd3c9513ed3fa640a6792229a9519ac396b5d97e3b6f87ac

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 dc984731d90f022ed273cebe51ecad3b7c0139350b86b952d684e81418b15335
MD5 ac3a3b005ad5a62b27b809b240def136
BLAKE2b-256 67cc2aa7cde0b166476cbdc773341ca1c0cf7c96f6c87641ad3d0afa2ba2d224

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afe05e8c9b33933f99f734daa77b2262c60bf6c3ce15bb40db94e85b67c56548
MD5 1b7bed82a48e4b4dc83315cbb304d9ce
BLAKE2b-256 f3dff98c65a6405d58717a53d38afa19bdd8fff9c9020e794e2c223ed8d5798b

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f6cab59557ba17211d9753b704ffcace7a1ee483de773ca9360450fa523774e
MD5 229f6b59d89b519fb72d13499b065f59
BLAKE2b-256 09dd99f982ff7e2a73fbbfce87347294ee170c65651765a14c6b5a662974238a

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3411573ac381f9ef34f1e55216f63544b9762aa8030cae504a14058b2315513b
MD5 ec3bccc56301107007b6b0074840e12f
BLAKE2b-256 9d15526dd979267ea6fe67a11100b5d15286c85b75842408e63e71131fd2deb5

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9cd688a0c5f76257e44a4f809f792ece7d728e070d714a37972212ad93c00cba
MD5 a2df58f2ce77cf4860f2fb44fddc96cb
BLAKE2b-256 74a8eba189d9a3aad69ee1ece623337ccf964c2cdfe6fda856ee0ab66d51b84e

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e93fac6a991f4542950a47fc90b55c0389aff68aa404aecfdc263464be5cc67a
MD5 55c96c6533345347d62ea9801d4edcd6
BLAKE2b-256 3c22a08296aaf60ec23775ba2bcbad75bb05f525e503ffeca530d6ad588569dc

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab2ec216c5d0ee747c08e4daae34f98a40a23e44eaf387ae8c82679196674730
MD5 2730532d837a30ece78f072c85c91f73
BLAKE2b-256 1161e74c7de61a7faaf798b34b51ae6dd19b20a0921f0a0a9ca9551da0c77ba4

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8614dcb865c5b9c60645eb4c2ec983f44555f52f445a141333d9e14eca43d77
MD5 92e6f50ec219fe37ed74644adbeaf865
BLAKE2b-256 7ceb1a28384a78b6583eeae9e7800b7e0774978640e6b8efb57812f32e972527

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8ff4af3fc1f0af84c66af06b36de4e9f17bcef4e195afe0562c02da4aa5ca64
MD5 ff9fc437f1916ea69dd802e3a7802085
BLAKE2b-256 de75f7ec8c605bd41c4f6869577ec7af2b0279addeb722d8d48794ef9c027a09

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48b39b7534fe40493a7b59c1fad17ce797ab64ed5a4906edd07053cfb71fa993
MD5 b82b7d3c5433589da535575e5560c723
BLAKE2b-256 419476bd3de9c4433f3e12fb3c855efe8af947a6c9b9814a80faf0ea5bf87885

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2de5d39441bfd86f77c07a176d5f49e2716a0e38e18dd03c9e6257a37a3b979
MD5 66eea5c9d2d45b2b399c76070b5b5bee
BLAKE2b-256 1f7f0b4ca0f5a626fc291ff601e75c260b23a7fda43a6c60dc043cf2e25bc444

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2115519363361ecc872b72b5b5b2e52c2a8d22774d000e6e8a08ea95da5af98a
MD5 99c14af48b1b557b51352c456ba33ad9
BLAKE2b-256 eb58546530f9da5435e47ceddc15b0512ced8d1ea91c764fb8a4913ba2a1867c

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29a0a3bcc2f8718dd86f49be1828d200a67df44a90f8e8be0809de1529662199
MD5 d5a28a0f15a2b7c591506fa6e461ca4c
BLAKE2b-256 49a7c68d16aa73427a7c15ff9393c778bbfd8a0712b8c7cd227a5d183c9db3e7

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2db5f17e52a64f8ea264dc55492077f3daf30e8a8e6309209d16121d49796220
MD5 cbf0dbbee84a55150e49f959745494e9
BLAKE2b-256 fe40700af33cd4832e19c5a1c9e0497d22ac18b2346d02e106a207fb82bbdb76

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31f4f61a34daca2dd0d5abcb36a71b286a5bb558d1eed61cf7975193037b44ba
MD5 4093aa0e66aa156f9a461facedaf90c4
BLAKE2b-256 1d8d5ef0b6aed7f3746f24fa0946cbbaa010fbd727ec0a778d2d747289b51a34

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2fc178c04ddc65cf430ebcbe7b268ac323c58cd2eb46692b532164106aef17d
MD5 9b2b6cdfc4bb6b7f02c373c634073326
BLAKE2b-256 b0fe3d06f008411fcc5807a3fe061a2a13c1b2391f3cbf7b744d1f48508ab7c9

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2ddc3f25a9453ab67d532349af31a272984400591b448772cd34198b4c2d877
MD5 92f7fb3ad30a19a776fc13be0cc24cf5
BLAKE2b-256 792b282fab100c5f02172a8641d5df0765ac2660ff917d0e73d902f53eb02f2f

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79331efd853dbef19c64ec3a6abcd2e12556c60792a12e56ed41d15ce74b6633
MD5 888ff1cf90e32ed8c44e29d9a97fb20f
BLAKE2b-256 5426ae213b549aebff97e42cfd72458e149f921dd1f443957453eaa41ccbcc08

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5c05a829d6910c7c6f56f585d0e9b3395bc9b1be939f66c100e05f59d9abea3
MD5 a1b08b03d86be3d02741d8df1fa0df0e
BLAKE2b-256 1b72ecda64e5ec772d4b7145942a1e37e1826868e3893fb85e08d7f1a541f124

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9914c6393d8c84fde9b72d5e16e24c035955633eac74b9ea18685b0f06f435f0
MD5 fca088526d113be52dfb5c63817783bb
BLAKE2b-256 f2c8aeb35c166951bf660b51f158bc43938b36f8b7eb862970042802a8feba84

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-1-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-1-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 ff188e4355e1b1e73ed3ebeaf5706a76434502344810dedd5fddf2a2ddb884c1
MD5 debdabb4ada63ceef3349d7717073b4c
BLAKE2b-256 0f573f7d2dc4dd2341a4f23f1028c87844337f9823a61131f5b119e60c6337d1

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ecc417575a31fee4073b15eb6bb6cea0f985d2ce76478bb6906b1589dfaa5579
MD5 6be3cf6b11e977d62567fe25d54f7240
BLAKE2b-256 14df830ad691e7a1ea930f7272f0c959e675323479160565048cdcb4ad182ad2

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cef7712447075858173a90563f2d62e1fc03b24ba107f91c605588d5663c98c9
MD5 532eb780df8ec1ca439f202699943ac1
BLAKE2b-256 b84064d005f7bf74de9c7117d017adee08f6ff2fe748f51c65df10aa2267e183

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91e32260e0b4145b19c8d1b985d0fcd089cb69fd1d2ab2c76f79616880964c92
MD5 9c35c9bef330e9447de8f0a1ce180eb4
BLAKE2b-256 c111094771b68afd2deaa434105add75d48af2c1d6a8a716f2f324be8be068d6

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3020ca5790db5530239da08e4341b684f8bd4fa444d372ded21bca1a0225a30
MD5 09b5f5164ec4e146f3c1f433ffebb71b
BLAKE2b-256 d94a8f88eb740dffa2681c015f21a4c2f98142251127400fb3742374b6df3b45

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 52cc85c6db8de79aa07c58d22f00dbcb07c51705346ef4fb89cc901c1505f472
MD5 93bdad9b5dcfa9e69a91d9f5fa9f2395
BLAKE2b-256 32c09bf06f5bd30a4a044af5f9ade5c4e2f12271e779924fde7500eb97591884

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35d882867bde91d53860f3b15ef47d79407be39b48a4b2a0c3fc68353c8de881
MD5 b1f3efffd3fdd2a1030ab9da2adb71ac
BLAKE2b-256 3ac3e5578957923d94f7e4c08d38f4851721740bc033c9228598860d223c204d

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f8d8a21552b5258a3e4851a4fd783fc04a5866138f2b890bc0136f40966f3aa
MD5 ad5804d5baf78af3cee167c9861eda60
BLAKE2b-256 f00da3a0b104c831ba1164f6587489134f527171cf91ee3a6b590e36434bf2f3

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d002d2b1de570bb71680502c203d53635d577c253f9e8eb8095705a54a18f6b
MD5 c485d9e607ab3cd182b829007aacc979
BLAKE2b-256 8a81bd25de046b245167945803894d03c2f219133543c8d38bfebf6907509cee

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1383b22307bad6860993e96c50d87bb24440610259b1214392e347b79597d734
MD5 ba541444ca9e8270772acd2c0d12d136
BLAKE2b-256 5e25ebee49767fc4e0303af2de2bf00ac07361791a3fdb6ac1c358be40cbc8a0

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1475cf7213beb6bce81f6cfcef84f4914a7ba21e33462f0860acb4c26f23f7fb
MD5 ab88f7ae3802aa06f127671095cde4d1
BLAKE2b-256 ffc564449832534a2e50eac6676539dcba44aeec930221fb63d295bb52c43dbd

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f27a9fceae7e8c371456baaec30e44887c61d1c217d3e1c465963bf00fe5b17c
MD5 a26aff10b3be2b7e1f564933dc3292be
BLAKE2b-256 9aa440ce70d5d05e054b400dacd5488920e66a070dd90fca96db3e2041e75f89

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1764c3243e728cc676d47c27c980cfbecd267250ce855daf10f80b3cf30c9047
MD5 ac1d8fa2df291a22d6e7482343ae5f98
BLAKE2b-256 b4c72be90bb89915e7cdc445d01ceadd0a7361d007d955cc7fdecfbe0e7925e8

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de2ff8ab313e2fa9900daea2bca3967dae7671e379aea8671110eac7fa228e34
MD5 c655bfee796febcf266f9d5a14d89116
BLAKE2b-256 a10b4d212dc5c09c48fd95096facc8d90cd932fa94e0d8422974a497c623b058

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5ff20289087e42442807217443793f9bc4ec33e267d16266c1953a7eef1c6d4
MD5 2944d48c0d4c3cf9792d74e9419b4fdb
BLAKE2b-256 8dd8ca77e498a54747dc51fd0863c6fc8e7d1705750102c08c2e0784bc881217

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecfdaf1da066347a75ce627e38cc700b90f559d258a9a9e5807a32d682b32efc
MD5 9bdc8e8815cf17113154bdd4db1ae2e2
BLAKE2b-256 35a9cd2d0c3d9a7a2321387f0a0c3a668f1ddb9e21e736719cdcf79c7e846fc1

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dcd7e37cdb67789076d339cf7c899d50ec04c6b2fe27fe980d92ed622619b9a6
MD5 ac41b8e85c54de374d93cf3840852645
BLAKE2b-256 4ee9dfa7dd29ce79294a01af01e09bd8d491c34ca5ef4ee39956a074b00d7efe

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3b88b64a5563cdcbf1f373bb01f7ad62a480c57058f9f1e3f1f19cc15ccda1f4
MD5 c33238d58237035ab6d28c73db52bf37
BLAKE2b-256 e4f28399aa52a1e1836004d52337556652f7f2e5cf8c8450c12ac1a84d0073e8

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc5cb135dfee9bc5fdbadcaa4b2cc5df553cffe26e67a48fb49cb3b82d5f7a6b
MD5 710e25a7e035c626a1713af6e9a7387e
BLAKE2b-256 c672597250f7d86500d0750d9c3d5fad45184d1046386261a22320e850090fe3

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0bd03566a17a8bd70702e302861d5d39036c1ab15ed22faf94486cbc5f86419
MD5 274750549dd4c94dd75301d7a3b23bba
BLAKE2b-256 02c5703c320f8753b87941016c13a962c9fc8fe3c234f9c4b7e2b9522d4dad19

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1188a6ac362b259f4029ac80b16183d7e772a711fd9e119bb9c911b72a3ae2c
MD5 529ce8ce41663869c2f44431f5a4d250
BLAKE2b-256 b8124f0c61c746e57d9d136588b4444b22b312689d2732ce43b697f997058d0d

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf474d7704381ec790f0258aa920e9f281db121a0a8a89806c326ed8e5314d9e
MD5 2a7339890a7995a832013746e2705f5a
BLAKE2b-256 c8bc0f209df36155446353f500499f7bbe9878c28d7164330ecf240fb2c7a2b6

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b03ef925525ec1371c2f7abba796cf723df438ac1d7f6949b73c0f230eb348f9
MD5 7500077360d47aa33fba4c7c521290e4
BLAKE2b-256 1e8b61b88999dc22bbab925b316c7d53a42706e74af4a668c7bc797e4d03dcfa

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49f0024c2d4018d759bffd23622fd650f33b98ec7f5386b1ebd95779250eb8fd
MD5 eb2b005c8fdf74feab3f4cb11b383823
BLAKE2b-256 b49d8bcd4ca1a1e0a6ad1f9e0399e2158132803ee289741fba7e1cc9cad7cbfc

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8165aa97837b069b5a3f41c285b9d3727aac03a3f119ff9bc13b9f9e6d6e186e
MD5 16a328f002aaac1912ad676a295cbd27
BLAKE2b-256 d3dbdf06d05ba53c6950f7dc9fd96ab503b29e76a2854011e773853a0c7334f1

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac96876836e183cbd83bb7abd199ef86593d4267cd4c100718d402ea6ad8e897
MD5 5dfc15275ca4b89c5a65ae825dc0f82f
BLAKE2b-256 021735818f02b577663c4080231126bf1f8dc01dce649a76d4ea985c813241c1

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bac35832e7fe1dfadd7206e6d13066a3c1d4fa2822cf06d30a12621c63cb563c
MD5 2241b24dc9f4424606b1cbadd25644ed
BLAKE2b-256 03720667c25937e5cac190aee32ae6b214c3fae571bca9200b4ed1c08881e34c

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f1bb7d7ab26d456ad58290131e546e4abdb8e8edba82d7c491de04f96ad3ca89
MD5 888b1984749911afa634b9d20f487eb8
BLAKE2b-256 519301cca263ddb5956c114b151333d00a99f1343c6df9db2211acf6de7b37c3

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5-0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3dd196776405f33f06b104830a079f2da923f930c91cf0e0a2b72b3258c776a8
MD5 80a508c867ad0fbdc287fd225d8dcc62
BLAKE2b-256 96ecd76e8a37015e826392a1e938b10d3d3309130dcc55ca7fa4867a13bec380

See more details on using hashes here.

Supported by

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