LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
cvxpy/__init__.py
cvxpy/error.py
cvxpy/py.typed
cvxpy/settings.py
cvxpy/version.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/axis_atom.py
cvxpy/atoms/cummax.py
cvxpy/atoms/dist_ratio.py
cvxpy/atoms/eye_minus_inv.py
cvxpy/atoms/gen_lambda_max.py
cvxpy/atoms/geo_mean.py
cvxpy/atoms/gmatmul.py
cvxpy/atoms/harmonic_mean.py
cvxpy/atoms/inv_prod.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/length.py
cvxpy/atoms/log_det.py
cvxpy/atoms/log_sum_exp.py
cvxpy/atoms/matrix_frac.py
cvxpy/atoms/max.py
cvxpy/atoms/min.py
cvxpy/atoms/mixed_norm.py
cvxpy/atoms/norm.py
cvxpy/atoms/norm1.py
cvxpy/atoms/norm_inf.py
cvxpy/atoms/norm_nuc.py
cvxpy/atoms/one_minus_pos.py
cvxpy/atoms/pf_eigenvalue.py
cvxpy/atoms/pnorm.py
cvxpy/atoms/prod.py
cvxpy/atoms/quad_form.py
cvxpy/atoms/quad_over_lin.py
cvxpy/atoms/sigma_max.py
cvxpy/atoms/sign.py
cvxpy/atoms/sum_largest.py
cvxpy/atoms/sum_smallest.py
cvxpy/atoms/sum_squares.py
cvxpy/atoms/suppfunc.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/bmat.py
cvxpy/atoms/affine/conj.py
cvxpy/atoms/affine/conv.py
cvxpy/atoms/affine/cumsum.py
cvxpy/atoms/affine/diag.py
cvxpy/atoms/affine/diff.py
cvxpy/atoms/affine/hstack.py
cvxpy/atoms/affine/imag.py
cvxpy/atoms/affine/index.py
cvxpy/atoms/affine/kron.py
cvxpy/atoms/affine/partial_trace.py
cvxpy/atoms/affine/partial_transpose.py
cvxpy/atoms/affine/promote.py
cvxpy/atoms/affine/real.py
cvxpy/atoms/affine/reshape.py
cvxpy/atoms/affine/sum.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/affine/wraps.py
cvxpy/atoms/elementwise/__init__.py
cvxpy/atoms/elementwise/abs.py
cvxpy/atoms/elementwise/ceil.py
cvxpy/atoms/elementwise/elementwise.py
cvxpy/atoms/elementwise/entr.py
cvxpy/atoms/elementwise/exp.py
cvxpy/atoms/elementwise/huber.py
cvxpy/atoms/elementwise/inv_pos.py
cvxpy/atoms/elementwise/kl_div.py
cvxpy/atoms/elementwise/log.py
cvxpy/atoms/elementwise/log1p.py
cvxpy/atoms/elementwise/log_normcdf.py
cvxpy/atoms/elementwise/loggamma.py
cvxpy/atoms/elementwise/logistic.py
cvxpy/atoms/elementwise/maximum.py
cvxpy/atoms/elementwise/minimum.py
cvxpy/atoms/elementwise/neg.py
cvxpy/atoms/elementwise/pos.py
cvxpy/atoms/elementwise/power.py
cvxpy/atoms/elementwise/rel_entr.py
cvxpy/atoms/elementwise/scalene.py
cvxpy/atoms/elementwise/sqrt.py
cvxpy/atoms/elementwise/square.py
cvxpy/atoms/elementwise/xexp.py
cvxpy/constraints/__init__.py
cvxpy/constraints/constraint.py
cvxpy/constraints/exponential.py
cvxpy/constraints/nonpos.py
cvxpy/constraints/power.py
cvxpy/constraints/psd.py
cvxpy/constraints/second_order.py
cvxpy/constraints/utilities.py
cvxpy/constraints/zero.py
cvxpy/cvxcore/__init__.py
cvxpy/cvxcore/include/Eigen/CMakeLists.txt
cvxpy/cvxcore/include/Eigen/Cholesky
cvxpy/cvxcore/include/Eigen/CholmodSupport
cvxpy/cvxcore/include/Eigen/Core
cvxpy/cvxcore/include/Eigen/Dense
cvxpy/cvxcore/include/Eigen/Eigen
cvxpy/cvxcore/include/Eigen/Eigenvalues
cvxpy/cvxcore/include/Eigen/Geometry
cvxpy/cvxcore/include/Eigen/Householder
cvxpy/cvxcore/include/Eigen/IterativeLinearSolvers
cvxpy/cvxcore/include/Eigen/Jacobi
cvxpy/cvxcore/include/Eigen/LU
cvxpy/cvxcore/include/Eigen/MetisSupport
cvxpy/cvxcore/include/Eigen/OrderingMethods
cvxpy/cvxcore/include/Eigen/PaStiXSupport
cvxpy/cvxcore/include/Eigen/PardisoSupport
cvxpy/cvxcore/include/Eigen/QR
cvxpy/cvxcore/include/Eigen/QtAlignedMalloc
cvxpy/cvxcore/include/Eigen/SPQRSupport
cvxpy/cvxcore/include/Eigen/SVD
cvxpy/cvxcore/include/Eigen/Sparse
cvxpy/cvxcore/include/Eigen/SparseCholesky
cvxpy/cvxcore/include/Eigen/SparseCore
cvxpy/cvxcore/include/Eigen/SparseLU
cvxpy/cvxcore/include/Eigen/SparseQR
cvxpy/cvxcore/include/Eigen/StdDeque
cvxpy/cvxcore/include/Eigen/StdList
cvxpy/cvxcore/include/Eigen/StdVector
cvxpy/cvxcore/include/Eigen/SuperLUSupport
cvxpy/cvxcore/include/Eigen/UmfPackSupport
cvxpy/cvxcore/include/Eigen/src/Cholesky/LDLT.h
cvxpy/cvxcore/include/Eigen/src/Cholesky/LLT.h
cvxpy/cvxcore/include/Eigen/src/Cholesky/LLT_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/CholmodSupport/CholmodSupport.h
cvxpy/cvxcore/include/Eigen/src/Core/Array.h
cvxpy/cvxcore/include/Eigen/src/Core/ArrayBase.h
cvxpy/cvxcore/include/Eigen/src/Core/ArrayWrapper.h
cvxpy/cvxcore/include/Eigen/src/Core/Assign.h
cvxpy/cvxcore/include/Eigen/src/Core/AssignEvaluator.h
cvxpy/cvxcore/include/Eigen/src/Core/Assign_MKL.h
cvxpy/cvxcore/include/Eigen/src/Core/BandMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/Block.h
cvxpy/cvxcore/include/Eigen/src/Core/BooleanRedux.h
cvxpy/cvxcore/include/Eigen/src/Core/CommaInitializer.h
cvxpy/cvxcore/include/Eigen/src/Core/ConditionEstimator.h
cvxpy/cvxcore/include/Eigen/src/Core/CoreEvaluators.h
cvxpy/cvxcore/include/Eigen/src/Core/CoreIterators.h
cvxpy/cvxcore/include/Eigen/src/Core/CwiseBinaryOp.h
cvxpy/cvxcore/include/Eigen/src/Core/CwiseNullaryOp.h
cvxpy/cvxcore/include/Eigen/src/Core/CwiseTernaryOp.h
cvxpy/cvxcore/include/Eigen/src/Core/CwiseUnaryOp.h
cvxpy/cvxcore/include/Eigen/src/Core/CwiseUnaryView.h
cvxpy/cvxcore/include/Eigen/src/Core/DenseBase.h
cvxpy/cvxcore/include/Eigen/src/Core/DenseCoeffsBase.h
cvxpy/cvxcore/include/Eigen/src/Core/DenseStorage.h
cvxpy/cvxcore/include/Eigen/src/Core/Diagonal.h
cvxpy/cvxcore/include/Eigen/src/Core/DiagonalMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/DiagonalProduct.h
cvxpy/cvxcore/include/Eigen/src/Core/Dot.h
cvxpy/cvxcore/include/Eigen/src/Core/EigenBase.h
cvxpy/cvxcore/include/Eigen/src/Core/ForceAlignedAccess.h
cvxpy/cvxcore/include/Eigen/src/Core/Fuzzy.h
cvxpy/cvxcore/include/Eigen/src/Core/GeneralProduct.h
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/GlobalFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/IO.h
cvxpy/cvxcore/include/Eigen/src/Core/Inverse.h
cvxpy/cvxcore/include/Eigen/src/Core/Map.h
cvxpy/cvxcore/include/Eigen/src/Core/MapBase.h
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctionsImpl.h
cvxpy/cvxcore/include/Eigen/src/Core/Matrix.h
cvxpy/cvxcore/include/Eigen/src/Core/MatrixBase.h
cvxpy/cvxcore/include/Eigen/src/Core/NestByValue.h
cvxpy/cvxcore/include/Eigen/src/Core/NoAlias.h
cvxpy/cvxcore/include/Eigen/src/Core/NumTraits.h
cvxpy/cvxcore/include/Eigen/src/Core/PermutationMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/PlainObjectBase.h
cvxpy/cvxcore/include/Eigen/src/Core/Product.h
cvxpy/cvxcore/include/Eigen/src/Core/ProductEvaluators.h
cvxpy/cvxcore/include/Eigen/src/Core/Random.h
cvxpy/cvxcore/include/Eigen/src/Core/Redux.h
cvxpy/cvxcore/include/Eigen/src/Core/Ref.h
cvxpy/cvxcore/include/Eigen/src/Core/Replicate.h
cvxpy/cvxcore/include/Eigen/src/Core/ReturnByValue.h
cvxpy/cvxcore/include/Eigen/src/Core/Reverse.h
cvxpy/cvxcore/include/Eigen/src/Core/Select.h
cvxpy/cvxcore/include/Eigen/src/Core/SelfAdjointView.h
cvxpy/cvxcore/include/Eigen/src/Core/SelfCwiseBinaryOp.h
cvxpy/cvxcore/include/Eigen/src/Core/Solve.h
cvxpy/cvxcore/include/Eigen/src/Core/SolveTriangular.h
cvxpy/cvxcore/include/Eigen/src/Core/SolverBase.h
cvxpy/cvxcore/include/Eigen/src/Core/StableNorm.h
cvxpy/cvxcore/include/Eigen/src/Core/Stride.h
cvxpy/cvxcore/include/Eigen/src/Core/Swap.h
cvxpy/cvxcore/include/Eigen/src/Core/Transpose.h
cvxpy/cvxcore/include/Eigen/src/Core/Transpositions.h
cvxpy/cvxcore/include/Eigen/src/Core/TriangularMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/VectorBlock.h
cvxpy/cvxcore/include/Eigen/src/Core/VectorwiseOp.h
cvxpy/cvxcore/include/Eigen/src/Core/Visitor.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/TypeCasting.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX512/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX512/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AltiVec/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AltiVec/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/AltiVec/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/Half.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/TypeCasting.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/ConjHelper.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/Settings.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/TypeCasting.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/ZVector/Complex.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/ZVector/MathFunctions.h
cvxpy/cvxcore/include/Eigen/src/Core/arch/ZVector/PacketMath.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/AssignmentFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/BinaryFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/NullaryFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/StlFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/TernaryFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/functors/UnaryFunctors.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixVector.h
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointMatrixVector.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointProduct.h
cvxpy/cvxcore/include/Eigen/src/Core/products/SelfadjointRank2Update.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularMatrixMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularMatrixVector.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularSolverMatrix.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
cvxpy/cvxcore/include/Eigen/src/Core/products/TriangularSolverVector.h
cvxpy/cvxcore/include/Eigen/src/Core/util/BlasUtil.h
cvxpy/cvxcore/include/Eigen/src/Core/util/Constants.h
cvxpy/cvxcore/include/Eigen/src/Core/util/DisableStupidWarnings.h
cvxpy/cvxcore/include/Eigen/src/Core/util/ForwardDeclarations.h
cvxpy/cvxcore/include/Eigen/src/Core/util/MKL_support.h
cvxpy/cvxcore/include/Eigen/src/Core/util/Macros.h
cvxpy/cvxcore/include/Eigen/src/Core/util/Memory.h
cvxpy/cvxcore/include/Eigen/src/Core/util/Meta.h
cvxpy/cvxcore/include/Eigen/src/Core/util/NonMPL2.h
cvxpy/cvxcore/include/Eigen/src/Core/util/ReenableStupidWarnings.h
cvxpy/cvxcore/include/Eigen/src/Core/util/StaticAssert.h
cvxpy/cvxcore/include/Eigen/src/Core/util/XprHelper.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/ComplexEigenSolver.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/ComplexSchur.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/EigenSolver.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/RealQZ.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/RealSchur.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/Tridiagonalization.h
cvxpy/cvxcore/include/Eigen/src/Geometry/AlignedBox.h
cvxpy/cvxcore/include/Eigen/src/Geometry/AngleAxis.h
cvxpy/cvxcore/include/Eigen/src/Geometry/EulerAngles.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Homogeneous.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Hyperplane.h
cvxpy/cvxcore/include/Eigen/src/Geometry/OrthoMethods.h
cvxpy/cvxcore/include/Eigen/src/Geometry/ParametrizedLine.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Quaternion.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Rotation2D.h
cvxpy/cvxcore/include/Eigen/src/Geometry/RotationBase.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Scaling.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Transform.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Translation.h
cvxpy/cvxcore/include/Eigen/src/Geometry/Umeyama.h
cvxpy/cvxcore/include/Eigen/src/Geometry/arch/Geometry_SSE.h
cvxpy/cvxcore/include/Eigen/src/Householder/BlockHouseholder.h
cvxpy/cvxcore/include/Eigen/src/Householder/Householder.h
cvxpy/cvxcore/include/Eigen/src/Householder/HouseholderSequence.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
cvxpy/cvxcore/include/Eigen/src/Jacobi/Jacobi.h
cvxpy/cvxcore/include/Eigen/src/LU/Determinant.h
cvxpy/cvxcore/include/Eigen/src/LU/FullPivLU.h
cvxpy/cvxcore/include/Eigen/src/LU/InverseImpl.h
cvxpy/cvxcore/include/Eigen/src/LU/PartialPivLU.h
cvxpy/cvxcore/include/Eigen/src/LU/PartialPivLU_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/LU/arch/Inverse_SSE.h
cvxpy/cvxcore/include/Eigen/src/MetisSupport/MetisSupport.h
cvxpy/cvxcore/include/Eigen/src/OrderingMethods/Amd.h
cvxpy/cvxcore/include/Eigen/src/OrderingMethods/Eigen_Colamd.h
cvxpy/cvxcore/include/Eigen/src/OrderingMethods/Ordering.h
cvxpy/cvxcore/include/Eigen/src/PaStiXSupport/PaStiXSupport.h
cvxpy/cvxcore/include/Eigen/src/PardisoSupport/PardisoSupport.h
cvxpy/cvxcore/include/Eigen/src/QR/ColPivHouseholderQR.h
cvxpy/cvxcore/include/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h
cvxpy/cvxcore/include/Eigen/src/QR/FullPivHouseholderQR.h
cvxpy/cvxcore/include/Eigen/src/QR/HouseholderQR.h
cvxpy/cvxcore/include/Eigen/src/QR/HouseholderQR_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
cvxpy/cvxcore/include/Eigen/src/SVD/BDCSVD.h
cvxpy/cvxcore/include/Eigen/src/SVD/JacobiSVD.h
cvxpy/cvxcore/include/Eigen/src/SVD/JacobiSVD_LAPACKE.h
cvxpy/cvxcore/include/Eigen/src/SVD/SVDBase.h
cvxpy/cvxcore/include/Eigen/src/SVD/UpperBidiagonalization.h
cvxpy/cvxcore/include/Eigen/src/SparseCholesky/SimplicialCholesky.h
cvxpy/cvxcore/include/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/AmbiVector.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/CompressedStorage.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/MappedSparseMatrix.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseAssign.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseColEtree.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDenseProduct.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDiagonalProduct.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDot.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseFuzzy.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMap.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrix.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrixBase.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparsePermutation.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseProduct.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseRedux.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseRef.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSelfAdjointView.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSolverBase.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseTranspose.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseTriangularView.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseUtil.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseVector.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseView.h
cvxpy/cvxcore/include/Eigen/src/SparseCore/TriangularSolver.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLUImpl.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_Memory.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_Structs.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_Utils.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_column_bmod.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_column_dfs.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_panel_bmod.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_panel_dfs.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_pivotL.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_pruneL.h
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_relax_snode.h
cvxpy/cvxcore/include/Eigen/src/SparseQR/SparseQR.h
cvxpy/cvxcore/include/Eigen/src/StlSupport/StdDeque.h
cvxpy/cvxcore/include/Eigen/src/StlSupport/StdList.h
cvxpy/cvxcore/include/Eigen/src/StlSupport/StdVector.h
cvxpy/cvxcore/include/Eigen/src/StlSupport/details.h
cvxpy/cvxcore/include/Eigen/src/SuperLUSupport/SuperLUSupport.h
cvxpy/cvxcore/include/Eigen/src/UmfPackSupport/UmfPackSupport.h
cvxpy/cvxcore/include/Eigen/src/misc/Image.h
cvxpy/cvxcore/include/Eigen/src/misc/Kernel.h
cvxpy/cvxcore/include/Eigen/src/misc/RealSvd2x2.h
cvxpy/cvxcore/include/Eigen/src/misc/blas.h
cvxpy/cvxcore/include/Eigen/src/misc/lapack.h
cvxpy/cvxcore/include/Eigen/src/misc/lapacke.h
cvxpy/cvxcore/include/Eigen/src/misc/lapacke_mangling.h
cvxpy/cvxcore/include/Eigen/src/plugins/ArrayCwiseBinaryOps.h
cvxpy/cvxcore/include/Eigen/src/plugins/ArrayCwiseUnaryOps.h
cvxpy/cvxcore/include/Eigen/src/plugins/BlockMethods.h
cvxpy/cvxcore/include/Eigen/src/plugins/CommonCwiseBinaryOps.h
cvxpy/cvxcore/include/Eigen/src/plugins/CommonCwiseUnaryOps.h
cvxpy/cvxcore/include/Eigen/src/plugins/MatrixCwiseBinaryOps.h
cvxpy/cvxcore/include/Eigen/src/plugins/MatrixCwiseUnaryOps.h
cvxpy/cvxcore/python/__init__.py
cvxpy/cvxcore/python/canonInterface.py
cvxpy/cvxcore/python/cvxcore.i
cvxpy/cvxcore/python/cvxcore.py
cvxpy/cvxcore/python/cvxcore_wrap.cxx
cvxpy/cvxcore/python/numpy.i
cvxpy/cvxcore/src/.keep
cvxpy/cvxcore/src/LinOp.hpp
cvxpy/cvxcore/src/LinOpOperations.cpp
cvxpy/cvxcore/src/LinOpOperations.hpp
cvxpy/cvxcore/src/ProblemData.hpp
cvxpy/cvxcore/src/Utils.cpp
cvxpy/cvxcore/src/Utils.hpp
cvxpy/cvxcore/src/cvxcore.cpp
cvxpy/cvxcore/src/cvxcore.hpp
cvxpy/expressions/__init__.py
cvxpy/expressions/cvxtypes.py
cvxpy/expressions/expression.py
cvxpy/expressions/leaf.py
cvxpy/expressions/variable.py
cvxpy/expressions/constants/__init__.py
cvxpy/expressions/constants/callback_param.py
cvxpy/expressions/constants/constant.py
cvxpy/expressions/constants/parameter.py
cvxpy/interface/__init__.py
cvxpy/interface/base_matrix_interface.py
cvxpy/interface/matrix_utilities.py
cvxpy/interface/scipy_wrapper.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_utils.py
cvxpy/lin_ops/tree_mat.py
cvxpy/problems/__init__.py
cvxpy/problems/iterative.py
cvxpy/problems/objective.py
cvxpy/problems/param_prob.py
cvxpy/problems/problem.py
cvxpy/problems/xpress_problem.py
cvxpy/reductions/__init__.py
cvxpy/reductions/canonicalization.py
cvxpy/reductions/chain.py
cvxpy/reductions/cvx_attr2constr.py
cvxpy/reductions/eval_params.py
cvxpy/reductions/flip_objective.py
cvxpy/reductions/inverse_data.py
cvxpy/reductions/matrix_stuffing.py
cvxpy/reductions/reduction.py
cvxpy/reductions/solution.py
cvxpy/reductions/utilities.py
cvxpy/reductions/complex2real/__init__.py
cvxpy/reductions/complex2real/complex2real.py
cvxpy/reductions/complex2real/atom_canonicalizers/__init__.py
cvxpy/reductions/complex2real/atom_canonicalizers/abs_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/aff_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/constant_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/equality_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/inequality_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/matrix_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/param_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/pnorm_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/psd_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/soc_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/variable_canon.py
cvxpy/reductions/cone2cone/__init__.py
cvxpy/reductions/cone2cone/affine2direct.py
cvxpy/reductions/cone2cone/exotic2common.py
cvxpy/reductions/dcp2cone/__init__.py
cvxpy/reductions/dcp2cone/cone_matrix_stuffing.py
cvxpy/reductions/dcp2cone/dcp2cone.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/__init__.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/entr_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/exp_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/geo_mean_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/huber_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/indicator_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/kl_div_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/lambda_max_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/lambda_sum_largest_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log1p_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_det_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_sum_exp_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/logistic_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/matrix_frac_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/mul_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/normNuc_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/pnorm_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/power_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/quad_form_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/quad_over_lin_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/rel_entr_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/sigma_max_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/suppfunc_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/xexp_canon.py
cvxpy/reductions/dgp2dcp/__init__.py
cvxpy/reductions/dgp2dcp/dgp2dcp.py
cvxpy/reductions/dgp2dcp/util.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/__init__.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/add_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/constant_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/div_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/exp_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/eye_minus_inv_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/geo_mean_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/gmatmul_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/log_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/mul_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/mulexpression_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/nonpos_constr_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/norm1_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/norm_inf_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/one_minus_pos_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/parameter_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/pf_eigenvalue_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/pnorm_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/power_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/prod_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/quad_form_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/quad_over_lin_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/sum_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/trace_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/xexp_canon.py
cvxpy/reductions/dgp2dcp/atom_canonicalizers/zero_constr_canon.py
cvxpy/reductions/dqcp2dcp/__init__.py
cvxpy/reductions/dqcp2dcp/dqcp2dcp.py
cvxpy/reductions/dqcp2dcp/inverse.py
cvxpy/reductions/dqcp2dcp/sets.py
cvxpy/reductions/dqcp2dcp/tighten.py
cvxpy/reductions/eliminate_pwl/__init__.py
cvxpy/reductions/eliminate_pwl/eliminate_pwl.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/__init__.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/abs_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/cummax_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/cumsum_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/max_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/maximum_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/min_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/minimum_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/norm1_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/norm_inf_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/sum_largest_canon.py
cvxpy/reductions/qp2quad_form/__init__.py
cvxpy/reductions/qp2quad_form/qp2symbolic_qp.py
cvxpy/reductions/qp2quad_form/qp_matrix_stuffing.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/__init__.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/huber_canon.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/power_canon.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/quad_form_canon.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/quad_over_lin_canon.py
cvxpy/reductions/solvers/__init__.py
cvxpy/reductions/solvers/bisection.py
cvxpy/reductions/solvers/compr_matrix.py
cvxpy/reductions/solvers/constant_solver.py
cvxpy/reductions/solvers/defines.py
cvxpy/reductions/solvers/intermediate_chain.py
cvxpy/reductions/solvers/kktsolver.py
cvxpy/reductions/solvers/solver.py
cvxpy/reductions/solvers/solving_chain.py
cvxpy/reductions/solvers/utilities.py
cvxpy/reductions/solvers/conic_solvers/__init__.py
cvxpy/reductions/solvers/conic_solvers/cbc_conif.py
cvxpy/reductions/solvers/conic_solvers/conic_solver.py
cvxpy/reductions/solvers/conic_solvers/cplex_conif.py
cvxpy/reductions/solvers/conic_solvers/cvxopt_conif.py
cvxpy/reductions/solvers/conic_solvers/diffcp_conif.py
cvxpy/reductions/solvers/conic_solvers/ecos_bb_conif.py
cvxpy/reductions/solvers/conic_solvers/ecos_conif.py
cvxpy/reductions/solvers/conic_solvers/glop_conif.py
cvxpy/reductions/solvers/conic_solvers/glpk_conif.py
cvxpy/reductions/solvers/conic_solvers/glpk_mi_conif.py
cvxpy/reductions/solvers/conic_solvers/gurobi_conif.py
cvxpy/reductions/solvers/conic_solvers/mosek_conif.py
cvxpy/reductions/solvers/conic_solvers/nag_conif.py
cvxpy/reductions/solvers/conic_solvers/pdlp_conif.py
cvxpy/reductions/solvers/conic_solvers/scip_conif.py
cvxpy/reductions/solvers/conic_solvers/scipy_conif.py
cvxpy/reductions/solvers/conic_solvers/scs_conif.py
cvxpy/reductions/solvers/conic_solvers/xpress_conif.py
cvxpy/reductions/solvers/lp_solvers/__init__.py
cvxpy/reductions/solvers/qp_solvers/__init__.py
cvxpy/reductions/solvers/qp_solvers/cplex_qpif.py
cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py
cvxpy/reductions/solvers/qp_solvers/osqp_qpif.py
cvxpy/reductions/solvers/qp_solvers/qp_solver.py
cvxpy/reductions/solvers/qp_solvers/xpress_qpif.py
cvxpy/tests/__init__.py
cvxpy/tests/base_test.py
cvxpy/tests/ram_limited.py
cvxpy/tests/solver_test_helpers.py
cvxpy/tests/test_atoms.py
cvxpy/tests/test_benchmarks.py
cvxpy/tests/test_complex.py
cvxpy/tests/test_cone2cone.py
cvxpy/tests/test_conic_solvers.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_custom_solver.py
cvxpy/tests/test_derivative.py
cvxpy/tests/test_dgp.py
cvxpy/tests/test_dgp2dcp.py
cvxpy/tests/test_domain.py
cvxpy/tests/test_dpp.py
cvxpy/tests/test_dqcp.py
cvxpy/tests/test_examples.py
cvxpy/tests/test_expressions.py
cvxpy/tests/test_grad.py
cvxpy/tests/test_interfaces.py
cvxpy/tests/test_kron_canon.py
cvxpy/tests/test_lin_ops.py
cvxpy/tests/test_linear_cone.py
cvxpy/tests/test_matrices.py
cvxpy/tests/test_mip_vars.py
cvxpy/tests/test_monotonicity.py
cvxpy/tests/test_nonlinear_atoms.py
cvxpy/tests/test_numpy.py
cvxpy/tests/test_objectives.py
cvxpy/tests/test_param_cone_prog.py
cvxpy/tests/test_param_quad_prog.py
cvxpy/tests/test_power_tools.py
cvxpy/tests/test_problem.py
cvxpy/tests/test_qp_solvers.py
cvxpy/tests/test_quad_form.py
cvxpy/tests/test_quadratic.py
cvxpy/tests/test_semidefinite_vars.py
cvxpy/tests/test_shape.py
cvxpy/tests/test_sign.py
cvxpy/tests/test_suppfunc.py
cvxpy/tests/test_versioning.py
cvxpy/transforms/__init__.py
cvxpy/transforms/indicator.py
cvxpy/transforms/linearize.py
cvxpy/transforms/partial_optimize.py
cvxpy/transforms/scalarize.py
cvxpy/transforms/suppfunc.py
cvxpy/utilities/__init__.py
cvxpy/utilities/canonical.py
cvxpy/utilities/coeff_extractor.py
cvxpy/utilities/cvxpy_upgrade.py
cvxpy/utilities/debug_tools.py
cvxpy/utilities/deterministic.py
cvxpy/utilities/eigvals.py
cvxpy/utilities/grad.py
cvxpy/utilities/key_utils.py
cvxpy/utilities/performance_utils.py
cvxpy/utilities/power_tools.py
cvxpy/utilities/replace_quad_forms.py
cvxpy/utilities/scopes.py
cvxpy/utilities/shape.py
cvxpy/utilities/sign.py
cvxpy/utilities/versioning.py
examples/advanced/__init__.py
examples/advanced/acent.py
examples/advanced/cheshire_tomography.py
examples/advanced/circuits.py
examples/advanced/image_processing.py
examples/advanced/numpy_test.py
examples/advanced/optimal_control.py
examples/advanced/stock_tradeoff.py
examples/advanced/test.py
examples/advanced/xpress_example.py
examples/flows/__init__.py
examples/flows/commodity_flow.py
examples/flows/create_graph.py
examples/flows/incidence_matrix.py
examples/flows/leaky_edges.py
examples/flows/max_flow.py