Metadata-Version: 2.0
Name: scsprox
Version: 0.1.0a2
Summary: Fast proximal operators from CVXPY problems with CySCS
Home-page: https://github.com/ajfriend/scsprox
Author: AJ Friend
Author-email: ajfriend@gmail.com
License: MIT
Keywords: scs cvxpy convex optimization proximal operators ADMM
Platform: UNKNOWN
Requires-Dist: cvxpy
Requires-Dist: cyscs
Requires-Dist: numpy
Requires-Dist: psutil
Requires-Dist: pytest
Requires-Dist: scipy

Converts a CVXPY problem and a dict of CVXPY variables to a fast proximal operator object, which uses CySCS to provide fast evaluation, via one-time matrix stuffing, CySCS factorization caching, and automatic warm-starting of variables.


