MCPcopy Create free account

hub / github.com/cvxpy/cvxpy / functions

Functions13,519 in github.com/cvxpy/cvxpy

↓ 8 callersMethodsum_entries
Given (A, b) in view, return (sum(A,axis=0), sum(b, axis=0))
cvxpy/lin_ops/backends/base.py:744
↓ 8 callersFunctionswap
cvxpy/cvxcore/include/Eigen/src/Core/DenseStorage.h:324
↓ 8 callersMethodtest_mi_socp_1
(self)
cvxpy/tests/test_cone2cone.py:378
↓ 8 callersMethodtest_sdp_1min
(self, places=4)
cvxpy/tests/test_KKT.py:106
↓ 8 callersMethodvaluePtr
\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(),
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseCompressedBase.h:71
↓ 8 callersMethodverify_post_solve_guarantees
(prob: cp.Problem)
cvxpy/tests/solver_test_helpers.py:1553
↓ 7 callersFunction_check_solution_matches
Check that inverted solution matches direct solve for all vars and duals.
cvxpy/tests/test_soc_dim3.py:88
↓ 7 callersFunction_get
(solver_map, name)
cvxpy/problems/problem_form.py:352
↓ 7 callersFunction_mm_castps_pd
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/PacketMath.h:1499
↓ 7 callersMethod_solve_both_backends
Solve with both SciPy and COO backends, return both optimal values.
cvxpy/tests/test_python_backends.py:3421
↓ 7 callersMethod_str_indent
(self, doc, indent=4)
doc/sphinxext/docscrape_sphinx.py:38
↓ 7 callersFunctionabs
cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/Half.h:446
↓ 7 callersMethodadd_dicts
Addition for dict-based tensors.
cvxpy/lin_ops/backends/base.py:458
↓ 7 callersMethodapplyThisOnTheLeft
cvxpy/cvxcore/include/Eigen/src/Core/EigenBase.h:110
↓ 7 callersFunctionattributes_present
Returns a list of the relevant attributes present among the variables.
cvxpy/reductions/cvx_attr2constr.py:69
↓ 7 callersMethodbegin
cvxpy/cvxcore/include/Eigen/src/Core/StlIterators.h:408
↓ 7 callersFunctionbitwise_and
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:126
↓ 7 callersFunctionbitwise_or
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:136
↓ 7 callersFunctionbitwise_xor
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:146
↓ 7 callersFunctioncols
cvxpy/cvxcore/include/Eigen/src/Core/CwiseNullaryOp.h:79
↓ 7 callersMethodcols
* Get the number of columns of the input matrix. */
cvxpy/cvxcore/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:169
↓ 7 callersMethodcomputeU
\returns true if \a U (full or thin) is asked for in this SVD decomposition */
cvxpy/cvxcore/include/Eigen/src/SVD/SVDBase.h:208
↓ 7 callersMethodconjugate
cvxpy/cvxcore/include/Eigen/src/Geometry/Quaternion.h:750
↓ 7 callersMethodcross
cvxpy/cvxcore/include/Eigen/src/Geometry/OrthoMethods.h:31
↓ 7 callersMethoddeterminant
cvxpy/cvxcore/include/Eigen/src/LU/FullPivLU.h:581
↓ 7 callersMethodempty
Create an empty CooTensor with given dimensions.
cvxpy/lin_ops/backends/coo_backend.py:145
↓ 7 callersMethoderror
\returns the tolerance error reached during the last solve. * It is a close approximation of the true relative residual error |Ax-b|/|b|. */
cvxpy/cvxcore/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:305
↓ 7 callersMethodeval_impl
cvxpy/cvxcore/include/Eigen/src/Core/util/SymbolicIndex.h:257
↓ 7 callersMethodget
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDenseProduct.h:269
↓ 7 callersMethodget_allocator
(self)
cvxpy/cvxcore/python/cvxcore.py:320
↓ 7 callersMethodis_dnlp
Does the problem satisfy disciplined nonlinear programming (DNLP) rules?
cvxpy/problems/problem.py:295
↓ 7 callersMethodis_mixed_integer
Whether the problem has integer or boolean variables.
cvxpy/problems/problem_form.py:316
↓ 7 callersMethodis_zero
Is the expression all zero?
cvxpy/expressions/expression.py:548
↓ 7 callersFunctionmanage_caching_sizes
\internal */
cvxpy/cvxcore/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:86
↓ 7 callersMethodmul
Multiply view with constant data from the left. When the lhs is parametrized, multiply each slice of the tensor with the sing
cvxpy/lin_ops/backends/base.py:694
↓ 7 callersMethodnorm
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseDot.h:83
↓ 7 callersMethodoperator()
cvxpy/cvxcore/include/Eigen/src/Core/util/BlasUtil.h:57
↓ 7 callersFunctionpcmp_eq
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/PacketMath.h:3809
↓ 7 callersFunctionpcos_float
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:753
↓ 7 callersFunctionplog
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:933
↓ 7 callersFunctionplog_float
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:252
↓ 7 callersFunctionpnegate
cvxpy/cvxcore/include/Eigen/src/Core/arch/SSE/Complex.h:70
↓ 7 callersFunctionpnorm
Factory function for a mathematical p-norm. Parameters ---------- p : numeric type or string The type of norm to construct; set th
cvxpy/atoms/pnorm.py:27
↓ 7 callersFunctionpselect
cvxpy/cvxcore/include/Eigen/src/Core/GenericPacketMath.h:451
↓ 7 callersFunctionpsin_float
cvxpy/cvxcore/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h:745
↓ 7 callersFunctionptrue
cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/PacketMath.h:978
↓ 7 callersMethodredux
cvxpy/cvxcore/include/Eigen/src/Core/Redux.h:408
↓ 7 callersMethodreserve
cvxpy/cvxcore/python/cvxcore_wrap.cxx:5111
↓ 7 callersMethodreverse
cvxpy/cvxcore/include/Eigen/src/Core/Reverse.h:119
↓ 7 callersFunctionrows
cvxpy/cvxcore/include/Eigen/src/Core/CwiseNullaryOp.h:60
↓ 7 callersMethodrows
cvxpy/cvxcore/include/Eigen/src/QR/ColPivHouseholderQR.h:327
↓ 7 callersMethodrowwise
cvxpy/cvxcore/include/Eigen/src/Core/VectorwiseOp.h:776
↓ 7 callersMethodselect_rows
Select 'rows' from tensor.
cvxpy/lin_ops/backends/base.py:379
↓ 7 callersMethodsetStorageType
cvxpy/cvxcore/include/Eigen/src/SuperLUSupport/SuperLUSupport.h:145
↓ 7 callersMethodsolveInPlace
cvxpy/cvxcore/include/Eigen/src/SparseCore/TriangularSolver.h:178
↓ 7 callersMethodstartCol
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseBlock.h:272
↓ 7 callersMethodstartVec
\internal * \sa insertBack, insertBackByOuterInner */
cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseMatrix.h:415
↓ 7 callersMethodtest_mi_socp_2
(self)
cvxpy/tests/test_cone2cone.py:387
↓ 7 callersMethodtoRotationMatrix
cvxpy/cvxcore/include/Eigen/src/Geometry/RotationBase.h:45
↓ 7 callersFunctiontrace
TLDR: Use alternate formulation for trace(A@B) for more efficient computation. trace(A@B) normally is O(n^3) because of the A@B operation.
cvxpy/atoms/affine/trace.py:28
↓ 7 callersMethodvaluePtr
* Return the array of nonzero values packed by column * * The size is nnz */
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:90
↓ 7 callersFunctionvec_to_upper_tri
Reshapes a vector into an upper triangular matrix in row-major order. The strict argument specifies whether an upper or a strict upper triangular
cvxpy/atoms/affine/upper_tri.py:113
↓ 6 callersFunctionSWIG_CanCastAsInteger
cvxpy/cvxcore/python/cvxcore_wrap.cxx:3568
↓ 6 callersMethod_apply_parametric_matmul
Left-multiply each variable tensor in the view by per-parameter matrices.
cvxpy/lin_ops/backends/coo_backend.py:1885
↓ 6 callersFunction_decompose_soc_single
Decompose a single ||x|| <= t constraint into tree of exactly 3D cones. Parameters ---------- t_expr : Expression The scalar boun
cvxpy/reductions/cone2cone/soc_dim3.py:145
↓ 6 callersFunction_get_flat_dual
Convert a dual value to flat array format. Dual values can come in two formats: - Flat array: [lambda, mu1, mu2, ...] (from solver) - Spl
cvxpy/reductions/cone2cone/soc_dim3.py:116
↓ 6 callersMethod_non_const_idx
(self)
cvxpy/atoms/atom.py:345
↓ 6 callersFunction_set_nlp_initial_point
Construct an initial point for variables without a user-specified value. Uses get_bounds() which incorporates sign attributes (nonneg, nonpos, et
cvxpy/reductions/solvers/nlp_solving_chain.py:69
↓ 6 callersMethod_to_coo_tensor
Convert sparse matrix or dense array to CooTensor.
cvxpy/lin_ops/backends/coo_backend.py:2177
↓ 6 callersFunctionabs_canon
(expr, real_args, imag_args, real2imag)
cvxpy/reductions/complex2real/canonicalizers/abs_canon.py:20
↓ 6 callersFunctionaligned_free
\internal Frees memory allocated with aligned_malloc. */
cvxpy/cvxcore/include/Eigen/src/Core/util/Memory.h:198
↓ 6 callersMethodassign
cvxpy/cvxcore/python/cvxcore_wrap.cxx:5265
↓ 6 callersMethodassignCoeff
cvxpy/cvxcore/include/Eigen/src/Core/TriangularMatrix.h:776
↓ 6 callersFunctionasval
cvxpy/cvxcore/python/cvxcore_wrap.cxx:4577
↓ 6 callersMethodatoms
Accessor method for atoms. Returns ------- list of :class:`~cvxpy.atoms.Atom` A list of the atom types in the pro
cvxpy/problems/problem.py:501
↓ 6 callersFunctionbitwise_andnot
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:156
↓ 6 callersMethodbuild_matrix
Main function called from canonInterface. Given a list of LinOp trees, each representing a constraint (or the objective), get the
cvxpy/lin_ops/backends/base.py:279
↓ 6 callersMethodcapacity
(self)
cvxpy/cvxcore/python/cvxcore.py:353
↓ 6 callersFunctionceil
cvxpy/cvxcore/include/Eigen/src/Core/MathFunctions.h:1431
↓ 6 callersMethodcenter
cvxpy/cvxcore/include/Eigen/src/Geometry/AlignedBox.h:152
↓ 6 callersFunctioncgetpos
cvxpy/cvxcore/python/cvxcore_wrap.cxx:5096
↓ 6 callersFunctioncolIndexByOuterInner
cvxpy/cvxcore/include/Eigen/src/Core/AssignEvaluator.h:701
↓ 6 callersMethodcols
cvxpy/cvxcore/include/Eigen/src/Core/Reshaped.h:178
↓ 6 callersMethodcols
cvxpy/cvxcore/include/Eigen/src/PardisoSupport/PardisoSupport.h:139
↓ 6 callersMethodcolsPermutation
Get the permutation that was applied to columns of A
cvxpy/cvxcore/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:216
↓ 6 callersMethodcolwise
cvxpy/cvxcore/include/Eigen/src/Core/VectorwiseOp.h:762
↓ 6 callersMethodcombine
Concatenates the row, col, parameter_offset, and data fields of a list of TensorRepresentations.
cvxpy/lin_ops/backends/base.py:176
↓ 6 callersMethodcompute
* Compute the symbolic and numeric factorization of the input sparse matrix. * The input matrix should be in column-major storage. */
cvxpy/cvxcore/include/Eigen/src/SparseLU/SparseLU.h:182
↓ 6 callersMethodconst_to_matrix
Convert an arbitrary value into a matrix of type self.target_matrix. Args: value: The constant to be converted. conve
cvxpy/interface/base_matrix_interface.py:30
↓ 6 callersMethodconstraint_forward
Evaluate constraints only. Returns constraint_values array.
cvxpy/reductions/solvers/nlp_solvers/diff_engine/c_problem.py:84
↓ 6 callersFunctioncoo_matmul
Matrix multiplication of two CooTensors. lhs has shape (param_size_lhs, m, k) per slice rhs has shape (param_size_rhs, k, n) per slice
cvxpy/lin_ops/backends/coo_backend.py:1085
↓ 6 callersMethoddiag_vec
Diagonal vector to matrix. Given (A, b) with n rows in view, add rows of zeros such that the original rows now correspond to the diag
cvxpy/lin_ops/backends/base.py:782
↓ 6 callersMethoddivide
cvxpy/cvxcore/include/Eigen/src/SVD/BDCSVD.h:411
↓ 6 callersFunctioneigen_neon_shuffle_mask
cvxpy/cvxcore/include/Eigen/src/Core/arch/NEON/PacketMath.h:111
↓ 6 callersMethodend
cvxpy/cvxcore/include/Eigen/src/Core/StlIterators.h:437
↓ 6 callersMethodeof
(self)
doc/sphinxext/docscrape.py:70
↓ 6 callersFunctioneq_mask
cvxpy/cvxcore/include/Eigen/src/Core/arch/GPU/PacketMath.h:165
↓ 6 callersMethodevalTo
cvxpy/cvxcore/include/Eigen/src/SparseQR/SparseQR.h:625
↓ 6 callersFunctioneval_expr_given_size
Replace symbolic last/end "keywords" by their true runtime value
cvxpy/cvxcore/include/Eigen/src/Core/util/IndexedViewHelper.h:63
↓ 6 callersFunctionexpand_complex
We expand the matrix A to B = [[Re(A), -Im(A)], [Im(A), Re(A)]]. The resulting matrix has special structure if A is Hermitian. Specifica
cvxpy/reductions/complex2real/canonicalizers/matrix_canon.py:36
← previousnext →601–700 of 13,519, ranked by callers