cvxopt 1.1.4-1 source package in Ubuntu

Changelog

cvxopt (1.1.4-1) unstable; urgency=low


  * New upstream release.

 -- Soeren Sonnenburg <email address hidden>  Thu, 19 Jan 2012 08:18:18 +0100

Upload details

Uploaded by:
Soeren Sonnenburg
Uploaded to:
Sid
Original maintainer:
Soeren Sonnenburg
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cvxopt_1.1.4-1.dsc 2.1 KiB 3afd88551b1ecfbc362045fd6b3cf08a34442b4230af727ab5820e54a36a83fa
cvxopt_1.1.4.orig.tar.gz 1.2 MiB bcebfc19fce5c23203015707e2df88df2a17f3a637d6e0b1a1b6058c4c62eaa2
cvxopt_1.1.4-1.debian.tar.gz 5.5 KiB a936ee70ed64f8f91a929c4377939d83ac2531ab646f199010fbca0f92f56f3b

No changes file available.

Binary packages built by this source

python-cvxopt: Python package for convex optimization

 CVXOPT is a Python package for convex optimization. It includes
  * Python classes for storing and manipulating dense and sparse matrices
  * an interface to most of the double-precision real and complex BLAS
  * an interface to the dense linear equation solvers and eigenvalue
    routines from LAPACK
  * interfaces to the sparse LU and Cholesky solvers from UMFPACK and
    CHOLMOD.
  * routines for solving convex optimization problems, an interface to
    the linear programming solver in GLPK, and interfaces to the
    linear and quadratic programming solvers in MOSEK
  * a modeling tool for specifying convex piecewise-linear
    optimization problems.