python-cvxopt 1.3.2
Python library for convex optimization
CVXOPT is a package for convex optimization based on the Python programming language. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python’s extensive standard library and on the strengths of Python as a high-level programming language.
- Outputs:
out
- Website: https://www.cvxopt.org
- Licenses: GPL 3+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-cvxopt 1.3.2
as follows:
guix install python-cvxopt@1.3.2
Or install the latest version:
guix install python-cvxopt
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.