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.1-3-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.1-3-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-3-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.1-3-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-3-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.1-3-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-3-cp311-cp311-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-3-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-3-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.1-3-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-3-cp310-cp310-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-3-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-3-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.1-3-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-3-cp39-cp39-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-3-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-3-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.1-3-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-3-cp38-cp38-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-3-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-3-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.1-3-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-3-cp37-cp37m-musllinux_1_1_x86_64.whl (85.1 kB view details)

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

eiquadprog-1.2.5.1-3-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-3-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.1-3-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-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.1-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.1-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.1-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.1-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.1-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.1-2-cp311-cp311-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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.1-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.1-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.1-2-cp310-cp310-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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.1-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.1-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.1-2-cp39-cp39-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-2-cp37-cp37m-musllinux_1_1_x86_64.whl (85.1 kB view details)

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

eiquadprog-1.2.5.1-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.1-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.1-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-1-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.1-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (87.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5.1-1-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.1-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (87.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5.1-1-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.1-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-1-cp311-cp311-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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-1-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.1-1-cp311-cp311-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

eiquadprog-1.2.5.1-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-1-cp310-cp310-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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-1-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.1-1-cp310-cp310-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

eiquadprog-1.2.5.1-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-1-cp39-cp39-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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-1-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.1-1-cp39-cp39-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

eiquadprog-1.2.5.1-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-1-cp38-cp38-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-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-1-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.1-1-cp38-cp38-macosx_11_0_arm64.whl (87.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

eiquadprog-1.2.5.1-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-1-cp37-cp37m-musllinux_1_1_x86_64.whl (85.1 kB view details)

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

eiquadprog-1.2.5.1-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-1-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.1-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.1-0-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.1-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (87.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5.1-0-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.1-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (87.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

eiquadprog-1.2.5.1-0-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.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (87.2 kB view details)

Uploaded PyPy macOS 12.0+ x86-64

eiquadprog-1.2.5.1-0-cp311-cp311-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-0-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-0-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.1-0-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-0-cp310-cp310-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-0-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-0-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.1-0-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-0-cp39-cp39-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-0-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-0-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.1-0-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-0-cp38-cp38-musllinux_1_1_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

eiquadprog-1.2.5.1-0-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-0-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.1-0-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-0-cp37-cp37m-musllinux_1_1_x86_64.whl (85.1 kB view details)

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

eiquadprog-1.2.5.1-0-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-0-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.1-0-cp37-cp37m-macosx_10_16_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.7m macOS 10.16+ x86-64

File details

Details for the file eiquadprog-1.2.5.1-3-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3f567c42aba0e8744ba7f4f59c8715e0a7fa242e3403a932373bca1775ed986b
MD5 948cbbda1674b278799a1f4db615779a
BLAKE2b-256 8228e4fd28bad7b6756e7026915f51e2d21eb2e1f81abf7d7c8249d0d144d5e5

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db5386c07f7b643626243dcaccddc054041bb331bb0ee961437b6aba068c3546
MD5 c29bb6436cc0ea59e45e0fdbff33cc9b
BLAKE2b-256 b18b64a7ce1b5480b293f3442d7074f5c543be40013914d2d5b654ed92dacd9a

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8c617b68bad9a63943624920d5329130093edb6f050c4c13e92881df2db8d5fc
MD5 c0026f1860126324e00fab46947ac258
BLAKE2b-256 50941f7ca2376d8be74624284593db8c85c4dee574c45f4129345caa5baeabbf

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 286bec4dcd60261eb308c696506cc9014939d25fcc089928064c917670b8d361
MD5 c81712f235b6d551eb4b4d8247eed99f
BLAKE2b-256 ea1796c4c98ca3f259f64c460a88f6adf58adc8b8795bd4c3565149af32bd04a

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 25e6b0e10a888d27d146d6150577978b6d0deffc418361c06a08fcc95de677fc
MD5 8c5d45b2539baed80e7c543934a158a6
BLAKE2b-256 47351e96e8b1341f6b707cbae459be098735e3d19401d882163cb3ed0885cdbf

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 8a4a7197c89f5044966ea71cb14a8bf0393e00385a2e9008f415c13935fc090d
MD5 e8c14ee0127e25d55f935bd24cc35689
BLAKE2b-256 26f3822b773fbd1252fbb5d43df31e1fa90f6826c925cfa876d3af7af9f8e2a5

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4f72a10512f3ddfa1a02f456e3560878110c7ede36cb8cf08c579f0cee973e12
MD5 1f4354bf4228cebeb73b08caab498305
BLAKE2b-256 8ae9a3d7659006b114971e1693e11ef0d3f600051a96b62e7b71fdc139c6cfb7

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ebc81999e4ab4a687d5cc2b8a56f40b931217172a96633a9f3fb77995b17e6d
MD5 f3c5c5cedb33fc7960c9f69bebfd9a94
BLAKE2b-256 b1d6d4889dd3c01e20ce96bcbf337d397a5182e44437f224626d5b1055bfb8dd

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 038149846453e501105847d603fdc2f778e9a596f351a5691e75e3f9ddd1748a
MD5 0eebee680575bdffc53c86a68480abc9
BLAKE2b-256 bbc34d858b3c120b37c6b61ed75487261e7c2e4951553f38657f0d9d862e81ca

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8316a3a892c80cce4e36781bbf0e2583845ab0e3545bea2ef3e105ff785dc5b5
MD5 b88955a1c3994c61cee41e3c74fb781d
BLAKE2b-256 cf321838cdc7a958fd2d6e46dd4cd561a524ad9300e335d05e12489a0fc9fcb5

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 47e9d13e13d5d5bb526129822be729ca225ff7848cdd90f1b41baa650d49dd1a
MD5 3452fb765de600f1b745d882ced8db81
BLAKE2b-256 5edc048ce72ed8421b0b640bb151f67994b44644306a711b60a7ab9ebb78292d

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b9629fe661aea858cd3c23b34bb6ce12d86b80e7ff4d8eec1b974e8c8c055be
MD5 e02ff7883343a6cefe4a4a11075c17aa
BLAKE2b-256 e54a3b17e070fa3e4c6fe136edc17f20a337a8ab947c645845a52cfb03271917

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bc8db63cbe739029f0f321362fa955d1354ea4772151508bdbd270914a17ce2b
MD5 590ab570a066feb9ef63bfe06047bc26
BLAKE2b-256 c512764ed468438b75bb99c50c8fc41c40cdc91b377931e0f06ebb28f02ea92e

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7047f9bf5db6e983b6ff2e2c90360f5edd152078225255224417200d72f54804
MD5 8d4d3d47f702f3638104d90ada6cf4cc
BLAKE2b-256 1564f6e5b107d0e5634ac12deb6070cce5502f02d54d63708e47875a2709e43f

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3dc787a2ba9c3c9ea6f3aa143d5492d854626f576a19afd148610917c461765
MD5 665a84c3ffe6b024622da4b73f317613
BLAKE2b-256 d993e59ddb1d8bffb355db966988d255b99f25fcb20864627b818064c7bdfd28

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae34261946206be19d50d4ce045fdc78f070c6363598605aa71da688654aab24
MD5 dfb1a4d5c444ce8bd4795428ffb3a1e1
BLAKE2b-256 c7bfaa22605d7cf5e251579416b762606a3dae8e422df298678a9892a339b7b9

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3d8ee90f0dece3f2de7fd7717d4c94d851c713ee97f3da1334f65e62fc911cf7
MD5 71d449bf447afa02b370f7f79954a63b
BLAKE2b-256 2118a37cad588abb8c04aecdc2ce81f1eaccf772b426e6d25891cbdd1acf99f2

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6aaa05dbdf0078882c0aab11ac09c2747a860adf015c22177a93beec3a2015dd
MD5 809099f0b09d5d1929273241d002d1d3
BLAKE2b-256 640b195b78d04c578591c3456fb63ee259600653ccfa37b423f7dbd2e1269a84

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 89c30c8efc36f770892187c8f5bb250e202dd442b14548986552200646e093e6
MD5 f32168f1b517b9408915533f2a8c7722
BLAKE2b-256 2826e8438e5dff282d3bd4290ad4ba0400e7744c6058e2430b9bd0858f528144

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81c4190c3ddad93275d9292d4592a3f1a87d7ace7c9aafeda40b2c0ea8d6a4df
MD5 9133773554b7addb4cbc752c0edbf8bd
BLAKE2b-256 62d63e388aac470e47e66f6cbd07b58793291f98c276d1364ac19febe5d7c274

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b96142cdb30c7bf19b4f1d931673643b1d1afc957b67586c01f15d1862edf8b0
MD5 0e7383dc7817931425921051d4c5a017
BLAKE2b-256 2af6da950162b780ad3466472a06f25a8d4229d502786521a8313837e0e339d8

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a167828b5b5430b8f2b0f363a530c68583d1f6c589d3aded2e842d1fe78193f8
MD5 ae32efc7763caef26e8d0972783181ba
BLAKE2b-256 53a7a6d748b0df251f5f6ffb383e089aa6e81545595612829ea7791f8328f1e7

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bbcd99a4576129486e01de00330e1af3d1c50a18170cd8c4693617917d2b4a27
MD5 8b40e10ed72f21efce006db5777b8bd6
BLAKE2b-256 43433ccd5605053310179f7774efaeddac5a6159cf2947925442ef66444b1798

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9701c0f7751426e4c234f8c419beb6fee6354bb84af996da6d0317ef68b3197
MD5 140e731623de3ada07102d1f68f3c58c
BLAKE2b-256 c8942bdbc4cb61fdccdbf7758d895d167947cd214243941f5b8577a065d3f4c0

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fc69e71491e115a72eba3aac9a4224f8ac830bed04132a758ae7a278e6fcf861
MD5 51e243a45df2eb2dae54dc121095884a
BLAKE2b-256 4a638aff3d28aed2d90e0a504fcbc3cd19004d0471db386f02b37265f0a6b959

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-3-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-3-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 2b51ad9c0be418b1de000d0bf70e4afc1e9e7c04d3af5dae1877445b34382ecd
MD5 3f38aa44075a2642aa3c0c6770163d80
BLAKE2b-256 18c75f2ad6ea2f345d89e37d68c49a52d0408abc479c5f7a5fde0bdb664368fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 539cec6b426b61c77e78aba9a819fe64ad04b6188e2a02ce18551f4b3b3c2347
MD5 e17b5b1006e43339672f121f77629ad7
BLAKE2b-256 6ef90dcad3f6533ff6d7740ce988aeee43282d155d00a4394e24acd72d7358fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c4676c1a377ad5489e67c8a9d9b1625a534696f863b8a1bca79d96409c0c27b
MD5 53ec394904c6bdd14c93a1e5c04aebe1
BLAKE2b-256 dcf0e99d850e2e35dbfba2c147338b61e5b221446520b448b51e0cd88cfa98a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c26875e123b6a4a5f9e3cff67d78a0b786b40bdcbb36df62b7ea0d19680bba7d
MD5 5a400e831bc41fd815492080a6d0337a
BLAKE2b-256 d031bad4db2ebae1db7e7199f659df9169c889cf48d9b4a33793f2e851ec340e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7787eb190409cbd85f9d251344e6aa4743cea0f80d9e1b449add55cc77b56046
MD5 f4b22da94e05a060ec69a55cde2b81d4
BLAKE2b-256 235dea9b7e482f5bfb6ef4ea71f4a7654a1c429c20380601d717e186b8780c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b2b6f8a7b2542cda540d8396ea70835243b337190f0729811dad3b9682e4a45f
MD5 62a591f8ee4b32dfb582c5c9c3e3cae4
BLAKE2b-256 3b6cbe8f03defc4656cb340e4d311a6d2e0571340d30635cf53ab7a7567ead9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b25b58f247d67ae7b9636ad5a2dcb88a155a6e7cdeeea750ca010306b3cea050
MD5 ea3dbf2f74723f2f8b31ab8d01eadcd2
BLAKE2b-256 2deb3cfeef05d26ccd3c2de17a16a6a71016dd899b7200599be1a78a1b50e3e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a51d573a509cc81ef9ec21445e2c22f69c50a2b26311a4aa9b688eb17539747e
MD5 087db39414f67920d2c555f401ad80fe
BLAKE2b-256 2809cc8842a8ab4225a2b1f25ac2f73863eac845743cc18545bad9cc7180dc4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af485399add18d409ad986d7e3df055f0bad9ea53cdc48f1febcd1b1ec418ccb
MD5 31bf1c9e5091559109f572c3e0bcf531
BLAKE2b-256 1605c1b9ad1811b6f8b15b80dfa711404dd9490249aa4dc9722aaf64e219748d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 eafaec7e529c2ed786141990e1bdad23940b45ceba4abe8867633dc8a0acc477
MD5 28774d7c14f459a7d1e9c614b7655fc5
BLAKE2b-256 0978d0a2dfe449ea3019cdd22c3b1792aed696f4d0dacb2bcedcc3ef496580d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c593e03b92fb430c2ba9e486c94428f79ec3fb062d08498f4a6d73a74afe1d1
MD5 e47d63ca2c98270a689135a667653627
BLAKE2b-256 9b91ee14e341ced7825dc09d4f4518b6b6f788c68aff5455c74c8e81d6a4c5a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eab569696493f02156c7edb0c76c32d4103b1ddf00851aae28a236e0b47453ac
MD5 5a9f747cb83fa9a5a02e7080cae2064a
BLAKE2b-256 238a61e7ddfd125e38a1d251af2446b9f52834f906d2b2f50d41ba6602574aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab9e3a2db841827d2795d9fbdc3307415d48c26e7c9cd65048807a6f7eb302ba
MD5 128bcf731b7856e796f2a131483ba42a
BLAKE2b-256 bff544e2e072ce84dc31aa730f965d2c57072105045eec74f73141ba08cc1c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 54324e1c83ff49b8e6cc205e9916de85cce4d2e720dca9f7f359f3124f467b06
MD5 0ef0d334cbbb36dde1d848fe29b399bb
BLAKE2b-256 cabe7e0b7405632b79fe50871df1a748d8727001f33a08ab358b7d581b27521c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5facb15e4873af035c3639f67b9fe88fc5518331926a94a20fd9087ea420edeb
MD5 bcbc2f7ee2bdea677ec07ee196d90190
BLAKE2b-256 bb465002d38ad55f85f1e309bc8222e23e575766a425877ec1b668bbf0e9a0e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d761e1badfc6cae44455fd44bf4a04e3eae79f4de65210f94c5456b51bc1a36
MD5 a8f464f23c94d0dbbbe7ece852398048
BLAKE2b-256 a51d93365a8bb7c204e53a1f557c791ac043971484ff8f26d6a57447f7a8679c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 004514383f457717be7d3026a4d90472d40e9e725ca34f5f2e0bb4aa8a028524
MD5 d30d26ea5dcea5bd71ab6e7c8b50b707
BLAKE2b-256 5420dff6042b5e3c2742b4ebb49fc2c6aaa1018082dd98599ed4e657ea2ff1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fd5ada4c540eab71a90ec8ad3672bf768438ed61589c7e5a9c734f07f579b09c
MD5 baa3a79cc9510c52cee92e8979ef07ac
BLAKE2b-256 7b37c0a345994ff4cf9d8df93ce08aa985d7e136984dc942a8844c8a26bbd0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e1be5bcd2201c4dea3d2078ec9f1db928856c008985d13157c0359586c62215
MD5 257be23ee9a1984c6cdc35db8b3d82ad
BLAKE2b-256 eb9bef1fd16b09f9ac004871393c12590877e4fe0f60cfd3c662302ac4988e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6a028c7419465a61090f365b064cb8284dcf3ef7f890949e40b99fdf43495a23
MD5 555131128a9f011926e1c9ef9c38b57b
BLAKE2b-256 e17e98358763883e3e74876b6084c294f853b94999ccb38c357ae6c61c0c5023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 758ded68cd90887f1c36b7970148b854d37466035ac6c1ee6663d69b621975b7
MD5 80c2aa3b7a1a8b428dbc90add16f06c1
BLAKE2b-256 7a22fb434a794f815f1bb8e09a82b4e875cd693112065d35d09374c78ae718d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b2a30926122a437f72a4f48b2639052a685235b866f02fa6b0f0d61d18627f79
MD5 0f210e3e70a7cf432c2bf30a9273664a
BLAKE2b-256 467da1315f340931079ab9fa4748a0178185953a5e816ac788efc53f74625255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd9f2a4d41e1e3fcf8785a9222bd0964c13e4c4686b81d546253e9a4eb65463f
MD5 2e78221976ce5aaafe52abeba66cb874
BLAKE2b-256 2aaf5b43ae7d9c7ad85132fe033f73a500db3f9424c4d2cc040e40e6dd300c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2b020b730a6f78e6b9722ad6566ebbf652659d539b2f9767b9e446db5b29d3c5
MD5 4c1271ccf6f867ae48f1212f3a08c3d1
BLAKE2b-256 8dfdfe13bd5e0b87c647cc896a533dbecc53ce25c576fbffa012e0947d98921d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f15c473a3927ac8130d682e13dffa30a6d528c7f88eeedb18b8f1b3154681a42
MD5 6fdfc503238677c8d72a76b9b79f77b0
BLAKE2b-256 ec7000fc70d205cf9000daf0928b4b22749ab292ad978e2a877468cdfb8cb55c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f3d128e3203f43bb77fb43be8ae0b0c03914e6f1f469a122879bcffba84b2689
MD5 b6c4596e7eb45761ed307026bb303a6b
BLAKE2b-256 f6a95a73fb0afef22693e7a91fad0f6822b2cb54f9d1b39ec3b0c029c464ee1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-2-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 5b64c01b9aa16db6903957fd98b84b2d21db700c5b3871b78afefe9ac3b287f6
MD5 2336378022416a9831114263b69bd3b4
BLAKE2b-256 d313b773631d5853d34158fa1c9b8d066d30e0248dd6563849fae8f931441e39

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1d6dcfe1d46e9c9d072ad613c33910fef49ea8f74a5d64b804db08859981ec8c
MD5 85251cd90b7c17fd7335ade047184b6c
BLAKE2b-256 70057455b68dbcaab50f68ff6e906bd3ca53da0039d3da006ef1e5c6a4a5a4d8

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f32d94d2a38516a7cf141cd555cc250f7d0f804ed2ef034393cfa0b257192421
MD5 187449b6a1c85012adda1a8c45e34a37
BLAKE2b-256 e8bc01589dc4860ea9da7e4e3bfd7e68939861663cf2bd8b27090421a3dcb9cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0dbe1d739c14206f57196f0cae0c49d7f98ebb1dd6dcb297c5f01670790288a4
MD5 de40a30e3a7190f6592bf474220e8eff
BLAKE2b-256 a5196dcb0713e34b7dc7b208292616e54982325b9dc2764c106e34109bfdd7d9

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f7f79b8d30eea3bc31dbc63678ef894bf32c26cc37783b29ec32cb24fa4ab645
MD5 ad9e7c5f00e79b37720908e76ce13987
BLAKE2b-256 e8bf1cc9675a7a320def9c408a9d81ca797fa6739970ca3c7b76c9f6f3560ed3

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8452257db77138a570cc8082c2a818599c9312f75c61283931c35fe253d9cf3
MD5 7a872e66b2f4c5cdb5999b2aebf7cc11
BLAKE2b-256 657a5d3a68af8d9b853c375cda4efb141f249052b58fd50037e3899e23fc7de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f800e574fa9422f7649ea6e5c44bcf02508d6291472f2cc4a0d2bfd3606bc109
MD5 a858e724d78bf25bb8eff86b0dfd977b
BLAKE2b-256 3fe486b2d228acc20ad501f938b766fe085ac5402dfab8fc930cf1f8cc139fef

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bef4c7147df57163f4f6734540c8656510b229ef86df807032840098b14e3871
MD5 c865a30858c80407ed9d1bfc0b112efa
BLAKE2b-256 331cb6cdad1e1700c9be065e3c39279b2b58fabbe7379065cc9fcc5c08fd417a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 415e4cb8ea6cc9b0ab7250eaed357c13a292fedbf1d971eaa2c733f2758e1d45
MD5 988e889c45cb0c438c6a5d6e76cd97d3
BLAKE2b-256 bf4bf3cb5c6175977ee4bdbb88798d6c674b59cfdd8ca25f3d11a35314edecb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb71fd55a22d2b14fed8f9dbb0c79fec63a3737870512ef619c27efd087dcf12
MD5 a61b21a5280057456ea7afaa1211ad88
BLAKE2b-256 dd4c8ddea81091be082e7a0c0b3d6a8b6b681c3f26add684061c7cc94b441265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b6e9a894068c5943b05977630d65be6308de841c182c7da2315a54eabd2a8a2
MD5 7337c2ae124ed31588d6b3b3614c5ed7
BLAKE2b-256 1fa7745d3c1b117469c3fccc0486aff16ddba6b851920b01d3f56d75d7ecf574

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 50be89d8bcc737a1b395604908dcd3065c1ae9cc05f19122d788f3d40d5659bb
MD5 589edf4b6e86f0921627bfdef41dfd14
BLAKE2b-256 0d88b8e003998841d79985a875966014b5614698d083b73008f5ffd1c44ab2c3

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97a911821335432623779e4e5ad75d2d4166d3dd898e59c809ebffabf3fb0b9d
MD5 8072c1772c81c0c0ceeea9d397be6c4f
BLAKE2b-256 219ccaa5d43df0e98fa5ae2ffb4304cab6effcdfdb137eedfc896e12a0668f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e3706b62ce4d0d80fa2d24d5297669f752cad70a8893f4ed6c9c5c069f2f29a
MD5 b609b1dd50ba011bcafed49a4062367c
BLAKE2b-256 9611437d31e2910eeef51c9eddf1bc4d13c0090d005e936122a8092269f719ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd7ed0541dad88715536ef54808271ede7470a1452695a7273c6ffb21d6a27fa
MD5 99f99118050dad01c40c2833379e45fb
BLAKE2b-256 1f4189624bc0460d596c0efb7240f7fd48bc4a42196541efbc528481538adc05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 399d1083bef5d14f4152893a7dec46fe10b33ac5cd18b52cb3684cef97fa228e
MD5 dc06b2b9e609679a790f1f80a57e9e8e
BLAKE2b-256 43c8d7effd8d6b02a438cfd75f4aee48362d029f1d41c9d99c6c5e94bcb6b892

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7bcac3357573990cb5c8dd8f886c6ae23e67f0f9444f6d608dc5a5665c15b7dd
MD5 06d33078fbae37ef3cff96f63913abae
BLAKE2b-256 16f285e560c23be5183d14b6e2b7a154fa17c877249624958e1755f32edfb131

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a85bd960a18d85c4bd1a24eb2dfcbe9ab9e80804f8e8c50892cd18443cffaae7
MD5 2cb0df4094ed99867d839d69c4b782f5
BLAKE2b-256 802499bfcf58387e6efa8040c7cebbb0c98e80cd4e5536d3282cc8005703cdc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77e60dc8b96d38b69088cac553d2ff547d20d1d62ced40a6bfb558763d868cce
MD5 8b66b498570022b66b18ce071a5cf32c
BLAKE2b-256 14709b00b8f363c8eb957e6a5085b568f0aa001834ce2406e7207d4cd5695a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9a97c1ea977bba9e2683c207ff486fddab3eac63c58ddc42d955178df4ce286b
MD5 c1ce8d04b11b812863a6abc711b9a00b
BLAKE2b-256 f960fe3b04166e3b7e4fad993833ad6cb0e9b76b75e1e85b8f47f6c1e1006cb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eafb0dacf09e72c2e46139e19e2da0027897d6d303b81c19b96a2518f3dab297
MD5 65dde251e5a37999c0cdcf3a4f0c5260
BLAKE2b-256 c57a0a676c34a3eeaf2d9d3acef60f6f09bc8097ced1a3c0a5b1c43af60b2a7b

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 74fbf8350ca785d53a58a9eb0fca2a90a36e56228747088efa37c6a2b67ec3d7
MD5 33594175adec9ccd43c9d76fb4d0a86c
BLAKE2b-256 6b8bf549ee4953dfbfd64748b640171405eff946188bef29249da04d08dc8257

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04ea3fa2841814370378f997d0bb24986a9b170ff6b5d8a0e2a2e65c4b53728e
MD5 145221046b605b8c291ca94ef3945bfb
BLAKE2b-256 9ce8aa2e7bc89693e40980f008d8cf091adcb83566cf7248f2ee418763127d22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8275c5da9afba5597a0a5d105b1348c1120040c62ed7a208c2a3b0608074e4d8
MD5 377c92e5a443a70b8c80e4525cd4d42c
BLAKE2b-256 49f74679c6cb78e8936a67cdd022101d3295f16a80fe96bbff8ea24a339450fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b3c3e592c5b355e5d29aeb8ac13d0447ad3843a8aa35decf8cefbbe9d6628d1
MD5 fe5e41dc64793b4cbdbe3bce6c7f974a
BLAKE2b-256 026479d1f3f56d7ccd8aa14e188789aa56870855ca1441c55e522839bdd103a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a198e0edf7e709f0ca819d0a61f9b83fc559c962d430c1d282f00f256b25fd38
MD5 05c702d85e73bb5e7a10ab9a22754cef
BLAKE2b-256 a180ffaa952e31fb6f161f6e02358f14c549c2a48340e2fb345fa009d4c0a6ca

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a9b03effc9ed3b1d89e38a37c9b5894109aecbc20fc6a549a9f21d499ed61711
MD5 6172d708f926f0cc1ccdaf2b7a0fcab7
BLAKE2b-256 96730dd881aee57b5d18f6aa9ad8612b5dae09fc0d7a5c5dfc6c65064312dd31

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 325128c42d6aab9c0f7afb81880213af29ed5f414a4af8a404ee0fbd931e9e37
MD5 13f5851e2772b7ce50b234b3280b5ef3
BLAKE2b-256 f4e6ddc1f252bf8353239983acd6f0e59b0b26518a0e638e30f542cb1b5a56eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6979d0c3c68165bc1a7bc6de88f8854ffcb74e77a7286fe96069d0347ac32abc
MD5 7407dbc41cd60b12a0dcac6f3f14f8fe
BLAKE2b-256 ede0fe8c23feb94ecd9857f1a74bc97bcd40ab5611e06f0e607abeb88c9d4f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d3ef87f46b1c93f547f7a65312536fd40947d9b7d34f14e9f2154939d84fc86
MD5 c8dddddb466b0faf2bf635970c651823
BLAKE2b-256 65885a41501d46352f8205cfbdccf289b1172a64a50a8824263ac2dc93d78345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6449112cd77d30b82de8f52e7b6141bd0054279be6b97e3c20b1762b4956023
MD5 9c16f8480385981f832281f7668774ea
BLAKE2b-256 d142199e7a55dab184747ae3bd7b325f3481df241cdaa4f1578d69a8c29387d4

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-1-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a46faaa181fcf4e4fb721894973d3c2ace79863aec2a10397744935f0476f88d
MD5 08f9226c3b4c9fda8b8e4c27a5faa2d3
BLAKE2b-256 f0e794378cd3a4c9a862f466703bea0680191a7eb656868b82424abc1934bcb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-1-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 e6f2e3fcf6c7d34cbd2c69e4008219a01bba8f9b602ec38cbdf7ee04c8f3d39e
MD5 5fbf37fd92bcef4fe6ea893be0517cc9
BLAKE2b-256 0f7937635dfe81d34f8dbc1301cacee07eb1540c9e4ae6333219914e7d0db1c6

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d482256ba8df0bc00d7f6a34d48d9dc3bd681671ad5f93cdc968beaa51651f90
MD5 e49e073ec342d9542ac8f98dd0a10c85
BLAKE2b-256 07162bf11bb4c242c96841d3b2b15616ed86086b3695a8dde004ec93193e0bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2e2833923f610ccea5f9f218598e2d4fc3feb9b27312d386b7660ca28213597
MD5 681635e0c5e4df285888d1ff032b8661
BLAKE2b-256 b2a2a0c31087786862af4a58534de6a3261662c85b1627cb6e28079b9e614608

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7ac61a659d1f0988b61e51b7970e47c8c422e65a6b2b4168ad904d31ca530147
MD5 a047724210aab18f8d62fa544722ed2a
BLAKE2b-256 4ee9a6c610905c5ced71b59fd4c31b0869093a77645467e51a2bbbb7a821f95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e3b5234815eed490bb9bb566597661c0e7b8b7b6ce47c4a252d53e066d5d7f6
MD5 5be5d45d3d8429675d7f610f69b7dcb7
BLAKE2b-256 fb0ffb8d271976ec3c21c140420f2bf2ffa1394388389c0b56cfb9cf440d8286

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 331cad0df303cb3adccd0ed47e30f02a407c4caa1af33a0dc0fa55f57096cdaa
MD5 9919130129d8b34a3e92e9076eedf15b
BLAKE2b-256 d6f7b255bf600aafd1b11ac47994c28762693e9c84412d53d8f1cd31d2e93385

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4c195e1a2595fe8c6c244c34c3fa27d28c9c931dec30554f4db54fdca03c8936
MD5 12affcc76285a6b75c438b54d624cb47
BLAKE2b-256 ba12ced58c3d54a1282f29fcdc0178d6e47ac3dc058827b6c83771d5a8608e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1fac9f86e8f00793415d50f1f16ba7f7ba46066b5563fe3e98b110fb94a1135
MD5 69d511ece1c4cb1f2ad625d5b0a0b55d
BLAKE2b-256 47f6051094723453db345b17eb0945be86ab7bd490489d9bccae85a884ce64f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4436be919ff01e69d1ea92c61037aec2d0633756dfc36bf06304446f1bbf318
MD5 1ea30099c6dba29178748f0267a3e914
BLAKE2b-256 bda648542661f61826355728068c373fb893b5ea2d0db497e021b892f0dcee45

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7b073d9bd5806f1512d4ac3b9356034b10b3945e4e06541de42e0b75a65023b3
MD5 a2fb0667fedb65a2f41b74fb9d0b4500
BLAKE2b-256 6f08d1c8c546c2698e9f5296fc8993a359c041b3f032fb1cf6abf0d7483febfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91a30bf1255beabdd636bcb1b9a15224b461170595fe67a1a58ccdc14bb011c5
MD5 48fbe63977e0156c4093ee00ccb12f58
BLAKE2b-256 916a4b1ed622dc1deeb7b2242f087bdea1230da5318880343fa5e60a66ac21c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6a9a685539ac7814a2df033ebf4f9af404ac1bcbe7b26c2c8668b1c21ae93cb9
MD5 785f8b22da0793baf7f985759b3cb728
BLAKE2b-256 572b3aadc4c0ca1b8d0ccf77dcf2d4290054cc9f83bf196940f69a1c8f6cfa34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 adb6a5070add5d22a8f37bffeb5d611c8a953d12f43a552ea0f4109f8db6b5aa
MD5 475668f0a77573beefba4e6c6e71e5f4
BLAKE2b-256 220127ebed9da5503fd4437c9e02073bd1ec26289acccd5255416d38610fd460

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b1b658cc8386964406821c0fcc41f4caa063cb85bf26b263df2dfcd14da8de65
MD5 cf7117fdb32884a82f4dce724fd9ede6
BLAKE2b-256 778d9a61b2ef286f8af889917afa580dd9f4651c044d9e3906a93fa705b99d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f47a2dc0d2cb34c52e6107200b860030219c7150e7aa92e6cd1658d3fb5aa2bf
MD5 93daa4587a74ae9d1c3831433ffaf6c3
BLAKE2b-256 a4b30143e1ae490a4d0738b7005d691d5887252dfe009c564e99efac640d88a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 875abba0dc4f840d4e6b6e0ed3c7213c68fec42875a8adb94ac893f2babd0c46
MD5 7b48567f90f1f6ae3c283b64d91b6ddc
BLAKE2b-256 c3e1ee4c32a36189b356d4ad1472b459be4e5301e6a7dc63a0edfc9ab1d87b06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd505f2e935a2c27948e489d8476e9e8759cfddfd8324093bd4501cdb246495e
MD5 0f64c876104b8f8abd37789183a6d256
BLAKE2b-256 3a7bc8f6a7c2fb803ab664b09b96e8b74c7949508aac0a4ed3103294a76044aa

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9147789547d58745e3901c00a6b6f2bffccfa0d8e3d751a91349b2ec1d2145be
MD5 05f88253bc92ce80b0d72071fa3965c0
BLAKE2b-256 d68d367def1153f42ee701054799547a9fd75d119186e7b3f65786b771c355ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d9250e5500586bdc298d05028f10a6d850ca27529d99ccb3765ba95ac276bc3
MD5 80223f58b18b3b6683ebe854df85a8e2
BLAKE2b-256 95b65046529126620de9c748c1ca1db9684ab288ec4640c33b9f2d4316913591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 505a14509f69a7b8893758707b6dba2665f13b4f969c218672e290bfd943c7d7
MD5 f7f6830e3c4f3daec30f5a5b8e93bba8
BLAKE2b-256 1e8d27ef63faa8cacfd1c58b63ec7eb512aa94bacec01097c8b688ea3fb91e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3be39d1df3cfc0a03bd350423923ef7eda6caefbfc55e6b79ec0ad7f2e91d2a3
MD5 3fafbafb0f0bb30ea8b5d4ca2d3ecf23
BLAKE2b-256 a3fddb32da1118cfcc3132b0ad6b03634af59730195d96caa14283ee9f333af8

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9df99d76821f883b1e106b89ccbe6fbdce5d396e7b420b5652dc347a19a51222
MD5 123804a7a5dd6fb0eb2a85a89f4dded6
BLAKE2b-256 86a7a9f372fa0cdca51f2ef7f90a05bc41baf18f50479c6f12bd07d78b1408f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f939c3feeaf81041a0310de948ac648221e48377e82d9bb1f46b50fe9495f24
MD5 543ed1081cce6d845f76526e4daa4c69
BLAKE2b-256 c27f7755859785adc98862e8c227de8620f37738149e5eea4f2b7a1d1d4604e5

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 64dfd5f1286bb7becd29333d3d0b1f11ea3f181022f5be493790a98722a21260
MD5 eb836b85ee33a87fb6c3dc26925697ff
BLAKE2b-256 c81e6e5e86951067d80e65baff0fb0686473cb3a715ee5a81bd4b6f4611961d4

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4752553c1d9a6e98b07c6e628ee7de8e1990c70f97a6d6e0cc159955feabd6f
MD5 283aca6ada327a98ae896247531c5534
BLAKE2b-256 55e3e557edc937a6297a8f68122e66983b27d1a4945c86ab603a891398108529

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f800b91d8d33de90b02ce6989721857051eba5bc70333a90acac588a6553f4e7
MD5 1bab9faccb396da0f8ca33d6b0d0cfe0
BLAKE2b-256 cf762a34f75f7806693d3391462d0bb45fd4c3f765a80b0ec330a6b6202f2a77

See more details on using hashes here.

File details

Details for the file eiquadprog-1.2.5.1-0-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for eiquadprog-1.2.5.1-0-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 0e1104b45acaf0671e6dba1411c8bcdafce849d447ba82c0487b6fc14321f879
MD5 0d8d908d4a5768cb73b691f83b6d2f56
BLAKE2b-256 bcb78070b5230c6948eec749c5912ba1b42433337b9889ea750b4b6f3a112e39

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