add cvxpy

This commit is contained in:
Zhe Wang
2021-12-12 10:04:58 +00:00
parent 3a48bbf1be
commit 6219829f79
+1
View File
@@ -72,6 +72,7 @@ Please raise a PR if you found some good fit projects for this repo or remove so
## Basic libraries
- [Cvxpy](https://github.com/cvxpy/cvxpy) | `Python`, `C++` | - A Python-embedded modeling language for convex optimization problems.
- [Numpy](https://github.com/numpy/numpy) | `Python`, `C` | - The fundamental package for scientific computing with Python
- [Scipy](https://github.com/scipy/scipy) | `Python`, `C` | - Fundamental algorithms for scientific computing in Python
- [Pandas](https://github.com/pandas-dev/pandas) | `Python`, `Cython` | - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more