MCPcopy Create free account

hub / github.com/cvxpy/cvxpy / functions

Functions13,519 in github.com/cvxpy/cvxpy

↓ 2 callersMethodsetIsInitialized
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU.h:42
↓ 2 callersMethodsetSparseLU
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU.h:43
↓ 2 callersMethodsetValue
cvxpy/cvxcore/include/Eigen/src/Core/util/XprHelper.h:139
↓ 2 callersFunctionset_column_names_from_variables
Set column names on HiGHS LP model from CVXPY variables. Args: lp: HiGHS LP model (model.lp_) variables: List of CVXPY variables
cvxpy/reductions/solvers/conic_solvers/highs_conif.py:85
↓ 2 callersFunctionset_defaults
cvxpy/cvxcore/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:306
↓ 2 callersMethodset_linOp_data
(self, tree)
cvxpy/cvxcore/python/cvxcore.py:179
↓ 2 callersFunctionset_parameters
Sets CPLEX parameters.
cvxpy/reductions/solvers/conic_solvers/cplex_conif.py:42
↓ 2 callersMethodset_sparse_data
(self, data, row_idxs, col_idxs, rows, cols)
cvxpy/cvxcore/python/cvxcore.py:200
↓ 2 callersFunctionshape
(constant)
cvxpy/interface/matrix_utilities.py:122
↓ 2 callersMethodshape
The dimensions of the expression.
cvxpy/expressions/leaf.py:243
↓ 2 callersMethodshape_from_args
Returns the shape of the expression.
cvxpy/atoms/atom.py:101
↓ 2 callersFunctionshift_even_left
Shifts [A, B, C, D] to [B, 0, D, 0]. Used to implement left shifts for Packet2l.
cvxpy/cvxcore/include/Eigen/src/Core/arch/AltiVec/PacketMath.h:2546
↓ 2 callersFunctionshift_odd_right
Shifts [A, B, C, D] to [0, A, 0, C]. Used to implement right shifts for Packet2l.
cvxpy/cvxcore/include/Eigen/src/Core/arch/AltiVec/PacketMath.h:2559
↓ 2 callersMethodsign_for_intf
Test sign for a given interface.
cvxpy/tests/test_interfaces.py:30
↓ 2 callersMethodsign_from_args
Returns sign (is positive, is negative) of the expression.
cvxpy/atoms/atom.py:111
↓ 2 callersFunctionsignedDistance
\returns the signed distance between the plane \c *this and a point \a p. * \sa absDistance() */
cvxpy/cvxcore/include/Eigen/src/Geometry/Hyperplane.h:143
↓ 2 callersMethodsize
cvxpy/cvxcore/include/Eigen/src/SparseCore/CompressedStorage.h:109
↓ 2 callersFunctionsize_from_shape
Compute the size of a given shape by multiplying the sizes of each axis. This is a replacement for np.prod(shape, dtype=int) which is much s
cvxpy/utilities/shape.py:137
↓ 2 callersFunctionslice_to_str
Converts a slice into a string.
cvxpy/utilities/key_utils.py:141
↓ 2 callersFunctionsmart_move
cvxpy/cvxcore/include/Eigen/src/Core/util/Memory.h:570
↓ 2 callersMethodsmooth_ridge
(self, solver)
cvxpy/tests/test_qp_solvers.py:402
↓ 2 callersFunctionsocp_1
min 3 * x[0] + 2 * x[1] + x[2] s.t. norm(x,2) <= y x[0] + x[1] + 3*x[2] >= 1.0 y <= 5
cvxpy/tests/solver_test_helpers.py:425
↓ 2 callersFunctionsocp_2
An (unnecessarily) SOCP-based reformulation of LP_1.
cvxpy/tests/solver_test_helpers.py:455
↓ 2 callersFunctionsocp_3
(axis)
cvxpy/tests/solver_test_helpers.py:476
↓ 2 callersFunctionsolve
(x, y, z)
cvxpy/reductions/solvers/kktsolver.py:101
↓ 2 callersMethodsolve
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSolverBase.h:87
↓ 2 callersMethodsolveInPlace
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU.h:807
↓ 2 callersMethodsolveInPlace
cvxpy/cvxcore/include/Eigen/src/Cholesky/LDLT.h:629
↓ 2 callersMethodsolve_example_qp
(solver)
cvxpy/tests/test_custom_solver.py:81
↓ 2 callersMethodsolve_example_socp
(solver)
cvxpy/tests/test_custom_solver.py:96
↓ 2 callersMethodsolve_via_data
(self, *args, **kwargs)
cvxpy/tests/test_custom_solver.py:20
↓ 2 callersFunctionsparse_ones
* Returns a sparse ROWS x COLS matrix of all ones. * * TODO: This function returns a sparse representation of a dense matrix, * which might not be
cvxpy/cvxcore/src/LinOpOperations.cpp:208
↓ 2 callersMethodsparse_system
(self, solver)
cvxpy/tests/test_qp_solvers.py:390
↓ 2 callersFunctionsparse_time_dense_product
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDenseProduct.h:169
↓ 2 callersMethodsquare_affine
(self, solver)
cvxpy/tests/test_qp_solvers.py:211
↓ 2 callersFunctionstable_norm_impl_inner_step
cvxpy/cvxcore/include/Eigen/src/Core/StableNorm.h:54
↓ 2 callersFunctionstable_norm_kernel
cvxpy/cvxcore/include/Eigen/src/Core/StableNorm.h:18
↓ 2 callersFunctionsum_dicts
Sums the dictionaries entrywise. Parameters ---------- dicts : list A list of dictionaries with numeric entries. Returns
cvxpy/lin_ops/tree_mat.py:107
↓ 2 callersFunctionswap
cvxpy/cvxcore/include/Eigen/src/Core/util/Meta.h:764
↓ 2 callersMethodsymvar_kronl
(self, param)
cvxpy/tests/test_kron_canon.py:116
↓ 2 callersMethodtest_exp_cone
Exponential cone atoms.
cvxpy/tests/test_problem_form.py:119
↓ 2 callersMethodtest_mi_pcp_0
(solver, places: int = 3, **kwargs)
cvxpy/tests/solver_test_helpers.py:1533
↓ 2 callersMethodtest_power_cone_3d
(cls, solver: str)
cvxpy/tests/solver_test_helpers.py:1647
↓ 2 callersMethodtest_power_cone_nd
(cls, solver: str)
cvxpy/tests/solver_test_helpers.py:1659
↓ 2 callersMethodtest_psd_cone
(cls, solver: str)
cvxpy/tests/solver_test_helpers.py:1695
↓ 2 callersMethodtest_soc
Test with SOC.
cvxpy/tests/test_complex.py:311
↓ 2 callersMethodtest_soc_exp_mixed
(cls, solver: str)
cvxpy/tests/solver_test_helpers.py:1710
↓ 2 callersMethodtest_socp_bounds_attr
(solver, places: int = 4, **kwargs)
cvxpy/tests/solver_test_helpers.py:1397
↓ 2 callersMethodthreshold
Returns the threshold that will be used by certain methods such as rank(). * * See the documentation of setThreshold(const RealScalar&).
cvxpy/cvxcore/include/Eigen/src/LU/FullPivLU.h:315
↓ 2 callersMethodtoRotationMatrix
cvxpy/cvxcore/include/Eigen/src/Geometry/AngleAxis.h:217
↓ 2 callersMethodtolerance_params
()
cvxpy/reductions/solvers/conic_solvers/mosek_conif.py:713
↓ 2 callersFunctiontreePostorder
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseColEtree.h:178
↓ 2 callersMethodtwistedBy
\returns an expression of P H P^-1 */ TODO implement twists in a more evaluator friendly fashion
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSelfAdjointView.h:127
↓ 2 callersFunctiontwosum
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:959
↓ 2 callersFunctionumfpack_get_lunz
Get Lunz
cvxpy/cvxcore/include/Eigen/src/UmfPackSupport/UmfPackSupport.h:194
↓ 2 callersFunctionumfpack_get_numeric
Get Numeric
cvxpy/cvxcore/include/Eigen/src/UmfPackSupport/UmfPackSupport.h:217
↓ 2 callersFunctionunbounded
Return unbounded interval (-inf, inf) for given shape. Parameters ---------- shape : tuple of ints The shape of the bounds arrays
cvxpy/utilities/bounds.py:110
↓ 2 callersFunctionunpack_highs_options_inplace
(solver_opts)
cvxpy/reductions/solvers/conic_solvers/highs_conif.py:98
↓ 2 callersFunctionupperbidiagonalization_inplace_unblocked
cvxpy/cvxcore/include/Eigen/src/SVD/UpperBidiagonalization.h:93
↓ 2 callersFunctionvalidate_real_square
(arg)
cvxpy/atoms/affine/wraps.py:171
↓ 2 callersMethodvar_backward
Split complex gradients into real/imag gradients for backward diff. Transforms from outer (original complex) var IDs to inner (real/i
cvxpy/reductions/complex2real/complex2real.py:124
↓ 2 callersMethodvar_forward
Combine real/imag deltas into complex deltas for forward diff. Transforms from inner (real/imag) var IDs to outer (original complex)
cvxpy/reductions/complex2real/complex2real.py:148
↓ 2 callersFunctionvec4f_unpackhi
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:88
↓ 2 callersFunctionvec4f_unpacklo
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:84
↓ 2 callersFunctionvectorized_lower_tri_to_triples
Attributes ---------- A : scipy.sparse.coo_matrix | list[float] | np.ndarray Contains the lower triangular entries of a symmetric
cvxpy/reductions/solvers/conic_solvers/mosek_conif.py:48
↓ 2 callersFunctionveltkamp_splitting
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:919
↓ 2 callersFunctionvon_neumann_entr_canon
(expr, args, solver_context: SolverInfo | None = None)
cvxpy/reductions/dcp2cone/canonicalizers/von_neumann_entr_canon.py:28
↓ 2 callersMethodzeros
Return a matrix with all 0's.
cvxpy/interface/numpy_interface/sparse_matrix_interface.py:68
↓ 1 callersMethodData
cvxpy/cvxcore/include/Eigen/src/Core/CoreEvaluators.h:612
↓ 1 callersMethodDop_commute
(a: np.ndarray, b: np.ndarray, U: np.ndarray)
cvxpy/tests/test_cone2cone.py:626
↓ 1 callersFunctionLUnumTempV
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_Memory.h:39
↓ 1 callersFunctionRelEntrConeQuad_canon
Use linear and SOC constraints to approximately enforce con.x * log(con.x / con.y) <= con.z. We rely on an SOC characterization of 2
cvxpy/reductions/cone2cone/approx.py:90
↓ 1 callersFunctionSWIG_AsVal_long_SS_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:3814
↓ 1 callersFunctionSWIG_AsVal_unsigned_SS_long_SS_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:3668
↓ 1 callersFunctionSWIG_From_long_SS_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:3733
↓ 1 callersFunctionSWIG_From_unsigned_SS_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:5410
↓ 1 callersFunctionSWIG_From_unsigned_SS_long_SS_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:5419
↓ 1 callersFunctionSWIG_InitializeModule
cvxpy/cvxcore/python/cvxcore_wrap.cxx:21749
↓ 1 callersFunctionSWIG_PackVoidPtr
Pack 'void *' into a string buffer. */
cvxpy/cvxcore/python/cvxcore_wrap.cxx:733
↓ 1 callersFunctionSWIG_Python_AddErrMesg
cvxpy/cvxcore/python/cvxcore_wrap.cxx:2986
↓ 1 callersFunctionSWIG_Python_FixMethods
cvxpy/cvxcore/python/cvxcore_wrap.cxx:21965
↓ 1 callersFunctionSWIG_Python_NewShadowInstance
cvxpy/cvxcore/python/cvxcore_wrap.cxx:2695
↓ 1 callersFunctionSWIG_Python_SetSwigThis
cvxpy/cvxcore/python/cvxcore_wrap.cxx:2761
↓ 1 callersFunctionSWIG_Python_TypeErrorOccurred
cvxpy/cvxcore/python/cvxcore_wrap.cxx:978
↓ 1 callersFunctionSWIG_TypeCmp
Check type equivalence in a name list like <name1>|<name2>|... Return 0 if equal, -1 if nb < tb, 1 if nb > tb */
cvxpy/cvxcore/python/cvxcore_wrap.cxx:452
↓ 1 callersFunctionSWIG_TypeEquiv
Check type equivalence in a name list like <name1>|<name2>|... Return 0 if not equal, 1 if equal */
cvxpy/cvxcore/python/cvxcore_wrap.cxx:471
↓ 1 callersFunctionSWIG_TypeNameComp
Compare two type names skipping the space characters, therefore "char*" == "char *" and "Class<int>" == "Class<int >", etc. Return 0 when the two
cvxpy/cvxcore/python/cvxcore_wrap.cxx:437
↓ 1 callersFunctionSWIG_UnpackVoidPtr
cvxpy/cvxcore/python/cvxcore_wrap.cxx:744
↓ 1 callersMethodSolve
cvxpy/cvxcore/include/Eigen/src/Core/Solve.h:68
↓ 1 callersFunctionSwigPyClientData_Del
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1691
↓ 1 callersFunctionSwigPyObject_GetDesc
cvxpy/cvxcore/python/cvxcore_wrap.cxx:3028
↓ 1 callersFunctionSwigPyObject_acquire
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1974
↓ 1 callersFunctionSwigPyObject_append
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1940
↓ 1 callersFunctionSwigPyObject_compare
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1806
↓ 1 callersFunctionSwigPyObject_disown
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1966
↓ 1 callersFunctionSwigPyObject_long
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1731
↓ 1 callersFunctionSwigPyObject_repr
cvxpy/cvxcore/python/cvxcore_wrap.cxx:1774
↓ 1 callersFunctionSwigPyPacked_New
cvxpy/cvxcore/python/cvxcore_wrap.cxx:2387
↓ 1 callersMethod__bool__
(self)
cvxpy/cvxcore/python/cvxcore.py:266
↓ 1 callersMethod__div__
Expression : One expression divided by another.
cvxpy/expressions/expression.py:859
← previousnext →1,601–1,700 of 13,519, ranked by callers