setup.py
cvxpy/__init__.py
cvxpy/error.py
cvxpy/settings.py
cvxpy.egg-info/PKG-INFO
cvxpy.egg-info/SOURCES.txt
cvxpy.egg-info/dependency_links.txt
cvxpy.egg-info/not-zip-safe
cvxpy.egg-info/requires.txt
cvxpy.egg-info/top_level.txt
cvxpy/atoms/__init__.py
cvxpy/atoms/atom.py
cvxpy/atoms/kl_div.py
cvxpy/atoms/lambda_max.py
cvxpy/atoms/lambda_min.py
cvxpy/atoms/lambda_sum_largest.py
cvxpy/atoms/lambda_sum_smallest.py
cvxpy/atoms/log_det.py
cvxpy/atoms/log_sum_exp.py
cvxpy/atoms/matrix_frac.py
cvxpy/atoms/max_entries.py
cvxpy/atoms/min_entries.py
cvxpy/atoms/mixed_norm.py
cvxpy/atoms/norm.py
cvxpy/atoms/norm1.py
cvxpy/atoms/norm2.py
cvxpy/atoms/norm_inf.py
cvxpy/atoms/norm_nuc.py
cvxpy/atoms/quad_form.py
cvxpy/atoms/quad_over_lin.py
cvxpy/atoms/sigma_max.py
cvxpy/atoms/sum_largest.py
cvxpy/atoms/sum_smallest.py
cvxpy/atoms/sum_squares.py
cvxpy/atoms/total_variation.py
cvxpy/atoms/affine/__init__.py
cvxpy/atoms/affine/add_expr.py
cvxpy/atoms/affine/affine_atom.py
cvxpy/atoms/affine/binary_operators.py
cvxpy/atoms/affine/conv.py
cvxpy/atoms/affine/diag.py
cvxpy/atoms/affine/hstack.py
cvxpy/atoms/affine/index.py
cvxpy/atoms/affine/mul_elemwise.py
cvxpy/atoms/affine/reshape.py
cvxpy/atoms/affine/sum_entries.py
cvxpy/atoms/affine/trace.py
cvxpy/atoms/affine/transpose.py
cvxpy/atoms/affine/unary_operators.py
cvxpy/atoms/affine/upper_tri.py
cvxpy/atoms/affine/vec.py
cvxpy/atoms/affine/vstack.py
cvxpy/atoms/elementwise/__init__.py
cvxpy/atoms/elementwise/abs.py
cvxpy/atoms/elementwise/elementwise.py
cvxpy/atoms/elementwise/entr.py
cvxpy/atoms/elementwise/exp.py
cvxpy/atoms/elementwise/geo_mean.py
cvxpy/atoms/elementwise/huber.py
cvxpy/atoms/elementwise/inv_pos.py
cvxpy/atoms/elementwise/log.py
cvxpy/atoms/elementwise/log1p.py
cvxpy/atoms/elementwise/max_elemwise.py
cvxpy/atoms/elementwise/min_elemwise.py
cvxpy/atoms/elementwise/neg.py
cvxpy/atoms/elementwise/norm2_elemwise.py
cvxpy/atoms/elementwise/pos.py
cvxpy/atoms/elementwise/qol_elemwise.py
cvxpy/atoms/elementwise/scalene.py
cvxpy/atoms/elementwise/sqrt.py
cvxpy/atoms/elementwise/square.py
cvxpy/constraints/__init__.py
cvxpy/constraints/bool_constr.py
cvxpy/constraints/constraint.py
cvxpy/constraints/eq_constraint.py
cvxpy/constraints/exponential.py
cvxpy/constraints/int_constr.py
cvxpy/constraints/leq_constraint.py
cvxpy/constraints/nonlinear.py
cvxpy/constraints/second_order.py
cvxpy/constraints/semi_definite.py
cvxpy/constraints/soc_elemwise.py
cvxpy/constraints/utilities.py
cvxpy/expressions/__init__.py
cvxpy/expressions/expression.py
cvxpy/expressions/leaf.py
cvxpy/expressions/types.py
cvxpy/expressions/constants/__init__.py
cvxpy/expressions/constants/callback_param.py
cvxpy/expressions/constants/constant.py
cvxpy/expressions/constants/parameter.py
cvxpy/expressions/variables/__init__.py
cvxpy/expressions/variables/bool_var.py
cvxpy/expressions/variables/int_var.py
cvxpy/expressions/variables/semidef_var.py
cvxpy/expressions/variables/variable.py
cvxpy/interface/__init__.py
cvxpy/interface/base_matrix_interface.py
cvxpy/interface/matrix_utilities.py
cvxpy/interface/cvxopt_interface/__init__.py
cvxpy/interface/cvxopt_interface/dense_matrix_interface.py
cvxpy/interface/cvxopt_interface/sparse_matrix_interface.py
cvxpy/interface/numpy_interface/__init__.py
cvxpy/interface/numpy_interface/matrix_interface.py
cvxpy/interface/numpy_interface/ndarray_interface.py
cvxpy/interface/numpy_interface/sparse_matrix_interface.py
cvxpy/lin_ops/__init__.py
cvxpy/lin_ops/lin_constraints.py
cvxpy/lin_ops/lin_op.py
cvxpy/lin_ops/lin_to_matrix.py
cvxpy/lin_ops/lin_utils.py
cvxpy/lin_ops/tree_mat.py
cvxpy/problems/__init__.py
cvxpy/problems/iterative.py
cvxpy/problems/kktsolver.py
cvxpy/problems/objective.py
cvxpy/problems/problem.py
cvxpy/problems/problem_data/__init__.py
cvxpy/problems/problem_data/matrix_data.py
cvxpy/problems/problem_data/problem_data.py
cvxpy/problems/problem_data/sym_data.py
cvxpy/problems/solvers/__init__.py
cvxpy/problems/solvers/cvxopt_intf.py
cvxpy/problems/solvers/ecos_bb_intf.py
cvxpy/problems/solvers/ecos_intf.py
cvxpy/problems/solvers/glpk_intf.py
cvxpy/problems/solvers/glpk_mi_intf.py
cvxpy/problems/solvers/gurobi_lin_intf.py
cvxpy/problems/solvers/scs_intf.py
cvxpy/problems/solvers/solver.py
cvxpy/problems/solvers/utilities.py
cvxpy/tests/__init__.py
cvxpy/tests/base_test.py
cvxpy/tests/test_atoms.py
cvxpy/tests/test_constant_atoms.py
cvxpy/tests/test_constraints.py
cvxpy/tests/test_convolution.py
cvxpy/tests/test_curvature.py
cvxpy/tests/test_examples.py
cvxpy/tests/test_expressions.py
cvxpy/tests/test_interfaces.py
cvxpy/tests/test_lin_ops.py
cvxpy/tests/test_matrices.py
cvxpy/tests/test_mip_vars.py
cvxpy/tests/test_monotonicity.py
cvxpy/tests/test_non_optimal.py
cvxpy/tests/test_nonlinear_atoms.py
cvxpy/tests/test_objectives.py
cvxpy/tests/test_problem.py
cvxpy/tests/test_quad_form.py
cvxpy/tests/test_scs.py
cvxpy/tests/test_semidefinite_vars.py
cvxpy/tests/test_shape.py
cvxpy/tests/test_sign.py
cvxpy/tests/test_solvers.py
cvxpy/tests/test_tree_mat.py
cvxpy/utilities/__init__.py
cvxpy/utilities/canonical.py
cvxpy/utilities/curvature.py
cvxpy/utilities/dcp_attr.py
cvxpy/utilities/key_utils.py
cvxpy/utilities/monotonicity.py
cvxpy/utilities/ordered_set.py
cvxpy/utilities/performance_utils.py
cvxpy/utilities/shape.py
cvxpy/utilities/sign.py