MCPcopy Create free account

hub / github.com/cvxpy/cvxpy / functions

Functions13,519 in github.com/cvxpy/cvxpy

↓ 3 callersMethodget_sparse_data
(self)
cvxpy/cvxcore/python/cvxcore.py:191
↓ 3 callersMethodget_variable_tensor
Returns tensor of a variable node, i.e., eye(n) across axes 0 and 1, where n is the size of the variable.
cvxpy/lin_ops/backends/base.py:984
↓ 3 callersMethodhasNaN
cvxpy/cvxcore/include/Eigen/src/Core/BooleanRedux.h:137
↓ 3 callersMethodhessian
Returns the lower triangular Hessian values in COO format.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:218
↓ 3 callersMethodhessianstructure
Returns the COO sparsity structure of the lower part of the Hessian. The returned rows are ascending, and within each row the columns are
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:226
↓ 3 callersMethodinfo
\returns Success if the iterations converged, and NoConvergence otherwise. */
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:326
↓ 3 callersMethodinit
cvxpy/cvxcore/include/Eigen/src/SparseCore/AmbiVector.h:138
↓ 3 callersFunctioninitParallel
Must be call first when calling Eigen from multiple threads */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:53
↓ 3 callersMethodinnerNonZeroPtr
\returns a const pointer to the array of the number of non zeros of the inner vectors. * This function is aimed at interoperability with other l
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h:100
↓ 3 callersMethodinsert
cvxpy/cvxcore/include/Eigen/src/StlSupport/StdList.h:96
↓ 3 callersFunctionisApprox
cvxpy/cvxcore/include/Eigen/src/Geometry/Hyperplane.h:272
↓ 3 callersMethodisCompressed
\returns whether \c *this is in compressed form. */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h:107
↓ 3 callersMethodis_atom_concave
Is the atom concave?
cvxpy/atoms/max.py:98
↓ 3 callersMethodis_atom_convex
Is the atom convex?
cvxpy/atoms/max.py:93
↓ 3 callersMethodis_constant
cvxpy/cvxcore/src/LinOp.hpp:69
↓ 3 callersMethodis_dcp
An exponential constraint is DCP if each argument is affine.
cvxpy/constraints/exponential.py:120
↓ 3 callersMethodis_dcp
An exponential constraint is DCP if each argument is affine.
cvxpy/constraints/exponential.py:259
↓ 3 callersMethodis_dcp
An operator relative conic constraint is DCP when (A, b, C) is affine
cvxpy/constraints/exponential.py:376
↓ 3 callersMethodis_dcp
The objective must be convex.
cvxpy/problems/objective.py:151
↓ 3 callersMethodis_dpp
(self, context='dcp')
cvxpy/problems/objective.py:173
↓ 3 callersFunctionis_dyad_weight
Test if a vector is a valid dyadic weight vector. w must be nonnegative, sum to 1, and have integer or dyadic fractional elements.
cvxpy/utilities/power_tools.py:205
↓ 3 callersMethodis_hermitian
Is the expression a Hermitian matrix?
cvxpy/expressions/constants/constant.py:198
↓ 3 callersMethodis_imag
Is the Leaf imaginary?
cvxpy/expressions/constants/constant.py:171
↓ 3 callersFunctionis_knitro_available
Check if KNITRO is installed and a license is available. Detection is intentionally based on environment variables rather than importing ``kn
cvxpy/tests/test_conic_solvers.py:3310
↓ 3 callersMethodis_linearizable_concave
Is the expression concave after linearizing all smooth subexpressions?
cvxpy/atoms/atom.py:284
↓ 3 callersMethodis_linearizable_convex
(self)
cvxpy/transforms/indicator.py:59
↓ 3 callersFunctionis_mosek_available
Check if MOSEK is installed and a license is available.
cvxpy/tests/test_conic_solvers.py:946
↓ 3 callersMethodis_quasiconcave
(self)
cvxpy/expressions/expression.py:459
↓ 3 callersMethodis_quasiconvex
(self)
cvxpy/expressions/expression.py:456
↓ 3 callersFunctionisinf_msvc_helper
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:1029
↓ 3 callersMethodjacobiSvd
cvxpy/cvxcore/include/Eigen/src/SVD/JacobiSVD.h:804
↓ 3 callersMethodjacobian
Returns the Jacobian values in COO format at the sparsity structure.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:205
↓ 3 callersMethodjacobianstructure
Returns the sparsity structure of the Jacobian.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:209
↓ 3 callersMethodkron_l
Returns view corresponding to Kronecker product of view x with data 'a', i.e., kron(x,a). Note: kron_l currently doesn't support par
cvxpy/lin_ops/backends/base.py:958
↓ 3 callersMethodkron_r
Returns view corresponding to Kronecker product of data 'a' with view x, i.e., kron(a,x). Note: kron_r currently doesn't support par
cvxpy/lin_ops/backends/base.py:949
↓ 3 callersFunctionlog10
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/Half.h:468
↓ 3 callersFunctionlog1p
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:725
↓ 3 callersMethodlower_bound
\internal return the index of the coeff at (row,col) or just before if it does not exist. * This is an analogue of std::lower_bound. */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h:135
↓ 3 callersFunctionm_cols
cvxpy/cvxcore/include/Eigen/src/Core/DenseStorage.h:399
↓ 3 callersFunctionmakeIndexedViewCompatible
cvxpy/cvxcore/include/Eigen/src/Core/ArithmeticSequence.h:365
↓ 3 callersFunctionmanage_caching_sizes_helper
\internal \returns b if a<=0, and returns a otherwise. */
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:29
↓ 3 callersFunctionmanage_multi_threading
\internal */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:22
↓ 3 callersMethodmatrixH
\brief Constructs the Hessenberg matrix H in the decomposition * * \returns expression object representing the matrix H * * \p
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h:262
↓ 3 callersMethodmatrixQ
\brief Returns the unitary matrix Q in the decomposition * * \returns object representing the matrix Q * * \pre Either the con
cvxpy/cvxcore/include/Eigen/src/Eigenvalues/Tridiagonalization.h:241
↓ 3 callersMethodname
The name of the variable.
cvxpy/expressions/variable.py:67
↓ 3 callersMethodname
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/clarabel_conif.py:106
↓ 3 callersMethodname
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/gurobi_conif.py:63
↓ 3 callersMethodname
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/qoco_conif.py:68
↓ 3 callersMethodname
(self)
cvxpy/reductions/solvers/qp_solvers/qpalm_qpif.py:33
↓ 3 callersMethodname
The name of solver.
cvxpy/reductions/solvers/qp_solvers/copt_qpif.py:42
↓ 3 callersMethodname
(self)
cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py:53
↓ 3 callersMethodname
(self)
cvxpy/reductions/solvers/qp_solvers/proxqp_qpif.py:48
↓ 3 callersMethodname
(self)
cvxpy/reductions/solvers/qp_solvers/highs_qpif.py:56
↓ 3 callersMethodname
(self)
cvxpy/reductions/solvers/qp_solvers/osqp_qpif.py:39
↓ 3 callersFunctionnbThreads
\returns the max number of threads reserved for Eigen * \sa setNbThreads */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:63
↓ 3 callersMethodneg
Given (A, b) in view, return (-A, -b).
cvxpy/lin_ops/backends/base.py:720
↓ 3 callersMethodnonZeros
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h:42
↓ 3 callersFunctionnormalize_axis
Normalize an axis argument to a canonical form. - Negative indices become positive. - Single-element tuples become an int. - If all axes
cvxpy/atoms/axis_atom.py:25
↓ 3 callersMethodnum_cones
The number of elementwise cones.
cvxpy/constraints/second_order.py:125
↓ 3 callersMethodnum_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:102
↓ 3 callersMethodnum_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:244
↓ 3 callersMethodnum_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:361
↓ 3 callersFunctionobj_to_array_no_conversion
Given a PyObject pointer, cast it to a PyArrayObject pointer if * legal. If not, set the python error string appropriately and * return NULL.
cvxpy/cvxcore/python/cvxcore_wrap.cxx:4027
↓ 3 callersFunctionouter
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h:488
↓ 3 callersFunctionp2ui_CONJ_XOR
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/Complex.h:30
↓ 3 callersFunctionparse_tag
Parse a tag like v1.8.0 into (major, minor, micro).
tools/release_notes.py:36
↓ 3 callersFunctionpbroadcast4
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h:652
↓ 3 callersFunctionpcmp_eq
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:434
↓ 3 callersFunctionpconj
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/Complex.h:130
↓ 3 callersMethodpcp_3
A modification of pcp_2. Reformulate max (x**0.2)*(y**0.8) + z**0.4 - x s.t. x + y + z/2 == 2 x, y
cvxpy/tests/test_cone2cone.py:398
↓ 3 callersMethodpcp_4
A power cone formulation of a Fisher market equilibrium pricing model. ceei = Competitive Equilibrium from Equal Incomes
cvxpy/tests/test_cone2cone.py:458
↓ 3 callersMethodpeek
(self,n=0)
doc/sphinxext/docscrape.py:94
↓ 3 callersFunctionpfrexp
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/MathFunctions.h:188
↓ 3 callersFunctionpldexp
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/MathFunctions.h:196
↓ 3 callersFunctionplog2_double
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:381
↓ 3 callersFunctionplog2_float
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:260
↓ 3 callersFunctionpnegate
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:322
↓ 3 callersMethodpositive
Generate strictly positive inputs (for log, sqrt, etc.).
cvxpy/tests/test_grad.py:375
↓ 3 callersFunctionpowcone_constrs
(t, x_list, p)
cvxpy/utilities/power_tools.py:40
↓ 3 callersMethodpredux
cvxpy/cvxcore/include/Eigen/src/Core/functors/BinaryFunctors.h:47
↓ 3 callersFunctionpround
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h:825
↓ 3 callersFunctionpxor
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/PacketMath.h:3503
↓ 3 callersFunctionqueryCacheSizes
\internal * Queries and returns the cache sizes in Bytes of the L1, L2, and L3 data caches respectively */
cvxpy/cvxcore/include/Eigen/src/Core/util/Memory.h:1106
↓ 3 callersFunctionrecover_value_for_leaf
(variable, lowered_value, project: bool = True)
cvxpy/reductions/cvx_attr2constr.py:77
↓ 3 callersMethodreference
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseView.h:68
↓ 3 callersFunctionrequire_contiguous
Test whether a python object is contiguous. If array is * contiguous, return 1. Otherwise, set the python error string and * return 0. */
cvxpy/cvxcore/python/cvxcore_wrap.cxx:4203
↓ 3 callersFunctionrequire_native
Require that a numpy array is not byte-swapped. If the array is * not byte-swapped, return 1. Otherwise, set the python error string * and ret
cvxpy/cvxcore/python/cvxcore_wrap.cxx:4235
↓ 3 callersMethodresize
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSelfAdjointView.h:155
↓ 3 callersMethodresize
dummy resize function
cvxpy/cvxcore/include/Eigen/src/Core/TriangularMatrix.h:68
↓ 3 callersMethodreverseInPlace
cvxpy/cvxcore/include/Eigen/src/Core/Reverse.h:141
↓ 3 callersFunctionrint
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:1382
↓ 3 callersMethodrmul
Multiply view with constant data from the right. When the rhs is parametrized, multiply each slice of the tensor with the sin
cvxpy/lin_ops/backends/base.py:917
↓ 3 callersMethodrows
\returns the number of rows. \sa cols() */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrixBase.h:176
↓ 3 callersMethodrows
\returns the number of columns */
cvxpy/cvxcore/include/Eigen/src/Core/BandMatrix.h:214
↓ 3 callersFunctionrun_atom
(atom, problem, obj_val, solver, verbose: bool = False)
cvxpy/tests/test_constant_atoms.py:326
↓ 3 callersMethodsave_dual_value
Save the value of the dual variable for the constraint's parent. Args: value: The value of the dual variable.
cvxpy/constraints/zero.py:90
↓ 3 callersMethodscalar_matrix
(self, value, shape: tuple[int, ...])
cvxpy/interface/base_matrix_interface.py:81
↓ 3 callersMethodscatterPacket
cvxpy/cvxcore/include/Eigen/src/Core/util/BlasUtil.h:301
↓ 3 callersMethodsetZero
Removes all non zeros but keep allocated memory * * This function does not free the currently allocated memory. To release as much as memo
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrix.h:253
↓ 3 callersMethodset_dense_data
(self, matrix)
cvxpy/cvxcore/python/cvxcore.py:197
← previousnext →1,101–1,200 of 13,519, ranked by callers