Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvxpy/cvxpy
/ functions
Functions
13,519 in github.com/cvxpy/cvxpy
⨍
Functions
13,519
◇
Types & classes
3,223
↳
Endpoints
49
↓ 3 callers
Method
get_sparse_data
(self)
cvxpy/cvxcore/python/cvxcore.py:191
↓ 3 callers
Method
get_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 callers
Method
hasNaN
cvxpy/cvxcore/include/Eigen/src/Core/BooleanRedux.h:137
↓ 3 callers
Method
hessian
Returns the lower triangular Hessian values in COO format.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:218
↓ 3 callers
Method
hessianstructure
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 callers
Method
info
\returns Success if the iterations converged, and NoConvergence otherwise. */
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:326
↓ 3 callers
Method
init
cvxpy/cvxcore/include/Eigen/src/SparseCore/AmbiVector.h:138
↓ 3 callers
Function
initParallel
Must be call first when calling Eigen from multiple threads */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:53
↓ 3 callers
Method
innerNonZeroPtr
\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 callers
Method
insert
cvxpy/cvxcore/include/Eigen/src/StlSupport/StdList.h:96
↓ 3 callers
Function
isApprox
cvxpy/cvxcore/include/Eigen/src/Geometry/Hyperplane.h:272
↓ 3 callers
Method
isCompressed
\returns whether \c *this is in compressed form. */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h:107
↓ 3 callers
Method
is_atom_concave
Is the atom concave?
cvxpy/atoms/max.py:98
↓ 3 callers
Method
is_atom_convex
Is the atom convex?
cvxpy/atoms/max.py:93
↓ 3 callers
Method
is_constant
cvxpy/cvxcore/src/LinOp.hpp:69
↓ 3 callers
Method
is_dcp
An exponential constraint is DCP if each argument is affine.
cvxpy/constraints/exponential.py:120
↓ 3 callers
Method
is_dcp
An exponential constraint is DCP if each argument is affine.
cvxpy/constraints/exponential.py:259
↓ 3 callers
Method
is_dcp
An operator relative conic constraint is DCP when (A, b, C) is affine
cvxpy/constraints/exponential.py:376
↓ 3 callers
Method
is_dcp
The objective must be convex.
cvxpy/problems/objective.py:151
↓ 3 callers
Method
is_dpp
(self, context='dcp')
cvxpy/problems/objective.py:173
↓ 3 callers
Function
is_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 callers
Method
is_hermitian
Is the expression a Hermitian matrix?
cvxpy/expressions/constants/constant.py:198
↓ 3 callers
Method
is_imag
Is the Leaf imaginary?
cvxpy/expressions/constants/constant.py:171
↓ 3 callers
Function
is_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 callers
Method
is_linearizable_concave
Is the expression concave after linearizing all smooth subexpressions?
cvxpy/atoms/atom.py:284
↓ 3 callers
Method
is_linearizable_convex
(self)
cvxpy/transforms/indicator.py:59
↓ 3 callers
Function
is_mosek_available
Check if MOSEK is installed and a license is available.
cvxpy/tests/test_conic_solvers.py:946
↓ 3 callers
Method
is_quasiconcave
(self)
cvxpy/expressions/expression.py:459
↓ 3 callers
Method
is_quasiconvex
(self)
cvxpy/expressions/expression.py:456
↓ 3 callers
Function
isinf_msvc_helper
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:1029
↓ 3 callers
Method
jacobiSvd
cvxpy/cvxcore/include/Eigen/src/SVD/JacobiSVD.h:804
↓ 3 callers
Method
jacobian
Returns the Jacobian values in COO format at the sparsity structure.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:205
↓ 3 callers
Method
jacobianstructure
Returns the sparsity structure of the Jacobian.
cvxpy/reductions/solvers/nlp_solvers/nlp_solver.py:209
↓ 3 callers
Method
kron_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 callers
Method
kron_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 callers
Function
log10
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/Half.h:468
↓ 3 callers
Function
log1p
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:725
↓ 3 callers
Method
lower_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 callers
Function
m_cols
cvxpy/cvxcore/include/Eigen/src/Core/DenseStorage.h:399
↓ 3 callers
Function
makeIndexedViewCompatible
cvxpy/cvxcore/include/Eigen/src/Core/ArithmeticSequence.h:365
↓ 3 callers
Function
manage_caching_sizes_helper
\internal \returns b if a<=0, and returns a otherwise. */
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:29
↓ 3 callers
Function
manage_multi_threading
\internal */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:22
↓ 3 callers
Method
matrixH
\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 callers
Method
matrixQ
\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 callers
Method
name
The name of the variable.
cvxpy/expressions/variable.py:67
↓ 3 callers
Method
name
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/clarabel_conif.py:106
↓ 3 callers
Method
name
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/gurobi_conif.py:63
↓ 3 callers
Method
name
The name of the solver.
cvxpy/reductions/solvers/conic_solvers/qoco_conif.py:68
↓ 3 callers
Method
name
(self)
cvxpy/reductions/solvers/qp_solvers/qpalm_qpif.py:33
↓ 3 callers
Method
name
The name of solver.
cvxpy/reductions/solvers/qp_solvers/copt_qpif.py:42
↓ 3 callers
Method
name
(self)
cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py:53
↓ 3 callers
Method
name
(self)
cvxpy/reductions/solvers/qp_solvers/proxqp_qpif.py:48
↓ 3 callers
Method
name
(self)
cvxpy/reductions/solvers/qp_solvers/highs_qpif.py:56
↓ 3 callers
Method
name
(self)
cvxpy/reductions/solvers/qp_solvers/osqp_qpif.py:39
↓ 3 callers
Function
nbThreads
\returns the max number of threads reserved for Eigen * \sa setNbThreads */
cvxpy/cvxcore/include/Eigen/src/Core/products/Parallelizer.h:63
↓ 3 callers
Method
neg
Given (A, b) in view, return (-A, -b).
cvxpy/lin_ops/backends/base.py:720
↓ 3 callers
Method
nonZeros
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h:42
↓ 3 callers
Function
normalize_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 callers
Method
num_cones
The number of elementwise cones.
cvxpy/constraints/second_order.py:125
↓ 3 callers
Method
num_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:102
↓ 3 callers
Method
num_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:244
↓ 3 callers
Method
num_cones
The number of elementwise cones.
cvxpy/constraints/exponential.py:361
↓ 3 callers
Function
obj_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 callers
Function
outer
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h:488
↓ 3 callers
Function
p2ui_CONJ_XOR
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/Complex.h:30
↓ 3 callers
Function
parse_tag
Parse a tag like v1.8.0 into (major, minor, micro).
tools/release_notes.py:36
↓ 3 callers
Function
pbroadcast4
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h:652
↓ 3 callers
Function
pcmp_eq
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:434
↓ 3 callers
Function
pconj
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/Complex.h:130
↓ 3 callers
Method
pcp_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 callers
Method
pcp_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 callers
Method
peek
(self,n=0)
doc/sphinxext/docscrape.py:94
↓ 3 callers
Function
pfrexp
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/MathFunctions.h:188
↓ 3 callers
Function
pldexp
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/MathFunctions.h:196
↓ 3 callers
Function
plog2_double
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:381
↓ 3 callers
Function
plog2_float
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:260
↓ 3 callers
Function
pnegate
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:322
↓ 3 callers
Method
positive
Generate strictly positive inputs (for log, sqrt, etc.).
cvxpy/tests/test_grad.py:375
↓ 3 callers
Function
powcone_constrs
(t, x_list, p)
cvxpy/utilities/power_tools.py:40
↓ 3 callers
Method
predux
cvxpy/cvxcore/include/Eigen/src/Core/functors/BinaryFunctors.h:47
↓ 3 callers
Function
pround
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h:825
↓ 3 callers
Function
pxor
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/PacketMath.h:3503
↓ 3 callers
Function
queryCacheSizes
\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 callers
Function
recover_value_for_leaf
(variable, lowered_value, project: bool = True)
cvxpy/reductions/cvx_attr2constr.py:77
↓ 3 callers
Method
reference
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseView.h:68
↓ 3 callers
Function
require_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 callers
Function
require_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 callers
Method
resize
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseSelfAdjointView.h:155
↓ 3 callers
Method
resize
dummy resize function
cvxpy/cvxcore/include/Eigen/src/Core/TriangularMatrix.h:68
↓ 3 callers
Method
reverseInPlace
cvxpy/cvxcore/include/Eigen/src/Core/Reverse.h:141
↓ 3 callers
Function
rint
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:1382
↓ 3 callers
Method
rmul
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 callers
Method
rows
\returns the number of rows. \sa cols() */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrixBase.h:176
↓ 3 callers
Method
rows
\returns the number of columns */
cvxpy/cvxcore/include/Eigen/src/Core/BandMatrix.h:214
↓ 3 callers
Function
run_atom
(atom, problem, obj_val, solver, verbose: bool = False)
cvxpy/tests/test_constant_atoms.py:326
↓ 3 callers
Method
save_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 callers
Method
scalar_matrix
(self, value, shape: tuple[int, ...])
cvxpy/interface/base_matrix_interface.py:81
↓ 3 callers
Method
scatterPacket
cvxpy/cvxcore/include/Eigen/src/Core/util/BlasUtil.h:301
↓ 3 callers
Method
setZero
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 callers
Method
set_dense_data
(self, matrix)
cvxpy/cvxcore/python/cvxcore.py:197
← previous
next →
1,101–1,200 of 13,519, ranked by callers