MCPcopy Create free account

hub / github.com/casadi/casadi / functions

Functions11,210 in github.com/casadi/casadi

↓ 8 callersMethodto_dict
casadi/core/generic_type.cpp:520
↓ 8 callersMethodtomatrix
(self,s)
test/python/sparsity.py:140
↓ 8 callersMethodtransTimes
external_packages/qpOASES/src/Matrices.cpp:304
↓ 8 callersMethodunite
casadi/core/mx.cpp:1328
↓ 8 callersMethodwhich_function
casadi/core/mx.cpp:778
↓ 8 callersMethodx
casadi/core/optistack.cpp:334
↓ 7 callersFunctionBandGBTRF
external_packages/casadi-sundials/sundials/sundials_band.c:40
↓ 7 callersFunctionBandGBTRS
external_packages/casadi-sundials/sundials/sundials_band.c:45
↓ 7 callersFunctionDSDPBlockCountNonzeroMatrices
! \fn int DSDPBlockCountNonzeroMatrices(DSDPBlockData *ADATA,int*nzmats); \brief Count how many data matrices are in a block of data. \param ADATA bl
external_packages/DSDP/src/sdp/dsdpblock.c:272
↓ 7 callersFunctionDSDPComputeDY
external_packages/DSDP/src/solver/dualimpl.c:45
↓ 7 callersFunctionDSDPComputeObjective
external_packages/DSDP/src/solver/dualimpl.c:21
↓ 7 callersFunctionDSDPConeOpsInitialize
external_packages/DSDP/src/solver/dsdpcone.c:443
↓ 7 callersFunctionDSDPDSMatOpsInitialize
! \fn int DSDPDSMatOpsInitialize(struct DSDPDSMat_Ops*aops); \brief Set pointers to null. \param aops pointer to table. */
external_packages/DSDP/src/sdp/dsdpdsmat.c:214
↓ 7 callersFunctionDSDPDualMatOpsInitialize
! \fn int DSDPDualMatOpsInitialize(struct DSDPDualMat_Ops* sops){ \brief Set pointers to null. \param sops function pointers */
external_packages/DSDP/src/sdp/dsdpdualmat.c:423
↓ 7 callersFunctionDSDPGetNumberOfVariables
external_packages/DSDP/src/solver/dsdpsetdata.c:707
↓ 7 callersFunctionDSDPSchurMatOpsInitialize
! \fn int DSDPSchurMatOpsInitialize(struct DSDPSchurMat_Ops* dops); \brief Initialize function pointers to 0. \param dops address of a structure of fu
external_packages/DSDP/src/solver/dsdpschurmat.c:44
↓ 7 callersFunctionDSDPVMatGetSize
! \fn int DSDPVMatGetSize(DSDPVMat X, int *n); \brief Get number of rows and columns. \param X dense symmetric matrix \param n number of rows and colu
external_packages/DSDP/src/sdp/dsdpxmat.c:65
↓ 7 callersFunctionDSDPVMatNormF2
! \fn int DSDPVMatNormF2(DSDPVMat X, double* normf2); \brief Compute square of Frobenius norm of matrix. \param X dense symmetric matrix \param normf2
external_packages/DSDP/src/sdp/dsdpxmat.c:186
↓ 7 callersFunctionDSDPVMatScaleDiagonal
! \fn int DSDPVMatScaleDiagonal(DSDPVMat X, double dscale); \brief Scaling diagonal is useful for inner products and norms \param X dense symmetric ma
external_packages/DSDP/src/sdp/dsdpxmat.c:147
↓ 7 callersFunctionDSDPVecNormInfinity
external_packages/DSDP/src/vecmat/sdpvec.c:257
↓ 7 callersFunctionDSDPVecPointwiseDivide
external_packages/DSDP/src/vecmat/sdpvec.c:501
↓ 7 callersFunctionDSDPVecScale
external_packages/DSDP/src/vecmat/sdpvec.c:215
↓ 7 callersFunctionDSDPZeroFixedVariables
external_packages/DSDP/src/solver/dsdpschurmat.c:517
↓ 7 callersFunctionDTPUMatCreateWData
external_packages/DSDP/src/vecmat/dlpack.c:64
↓ 7 callersFunctionDiagMatCreate
external_packages/DSDP/src/vecmat/diag.c:28
↓ 7 callersFunctionIDASensWrmsNorm
external_packages/casadi-sundials/idas/idas.c:6290
↓ 7 callersFunctionIDASensWrmsNormUpdate
external_packages/casadi-sundials/idas/idas.c:6352
↓ 7 callersMethodOptions
external_packages/qpOASES/src/Options.cpp:39
↓ 7 callersFunctionPrintUsage
Prints a brief usage string and exits, optionally with an error message. Args: message: The optional error message.
misc/cpplint.py:4639
↓ 7 callersMethod__str__
(self)
swig/python/tools/structure3.py:713
↓ 7 callersMethod__str__
(self)
swig/python/tools/structure.py:714
↓ 7 callersFunctionbspline
casadi/core/mx.hpp:823
↓ 7 callersMethodcallback
casadi/core/nlpsol.cpp:1198
↓ 7 callersFunctioncasadi_densify
casadi/core/runtime/casadi_densify.hpp:22
↓ 7 callersFunctioncasadi_hpipm_dense_transfer
casadi/interfaces/hpipm/hpipm_runtime.hpp:42
↓ 7 callersFunctioncasadi_hpipm_mproject
casadi/interfaces/hpipm/hpipm_runtime.hpp:30
↓ 7 callersFunctioncs_pvec
x = b(p), for dense vectors x and b; p=NULL denotes identity */
external_packages/CSparse/Source/cs_pvec.c:3
↓ 7 callersFunctioncs_transpose
C = A' */
external_packages/CSparse/Source/cs_transpose.c:3
↓ 7 callersFunctioncumsum
casadi/core/casadi_misc.hpp:937
↓ 7 callersMethodcumsum
casadi/core/mx.cpp:678
↓ 7 callersFunctiondyn_out
casadi/core/integrator.cpp:236
↓ 7 callersFunctioneval_gen
@{ \brief Evaluate a function, overloaded \identifier{kf} */
casadi/core/function_internal.hpp:431
↓ 7 callersMethodgenerate
Parses the file set in the initialization. The resulting data is stored in `self.pieces`.
docs/api/extra/doxy2swig.py:98
↓ 7 callersMethodgetRow
external_packages/qpOASES/src/Matrices.cpp:163
↓ 7 callersMethodgetSparseSubmatrix
external_packages/qpOASES/src/Matrices.cpp:38
↓ 7 callersMethodget_attribute
casadi/core/dae_builder_internal.cpp:297
↓ 7 callersFunctionget_default_in
\brief Get default input value \identifier{h6} */
casadi/core/map.hpp:84
↓ 7 callersMethodget_function
casadi/interfaces/clang/clang_compiler.cpp:238
↓ 7 callersMethodhas_function
casadi/core/map.cpp:83
↓ 7 callersFunctioniSet
external_packages/DSDP/src/vecmat/sdpdvct.c:20
↓ 7 callersFunctionintegrator_in
casadi/core/integrator.cpp:184
↓ 7 callersFunctionintegrator_out
casadi/core/integrator.cpp:190
↓ 7 callersMethodis_dict
casadi/core/generic_type.cpp:233
↓ 7 callersMethodis_triu
casadi/core/sparsity.cpp:325
↓ 7 callersMethodis_vector
\brief Check if the matrix is a row or column vector \identifier{1b3} */
casadi/core/generic_matrix.hpp:168
↓ 7 callersMethodmoveInactiveToActive
* m o v e I n a c t i v e T o A c t i v e */
external_packages/qpOASES/src/Constraints.cpp:206
↓ 7 callersFunctionn_nodes
\brief Number of nodes in the algorithm \identifier{uv} */
casadi/core/sx_function.hpp:226
↓ 7 callersFunctionn_out
\brief Get the number of scheme outputs \identifier{26o} */
casadi/core/fmu_impl.hpp:132
↓ 7 callersMethodnan
casadi/core/mx.cpp:568
↓ 7 callersFunctionng
Number of (scalarised) constraints
casadi/core/optistack_internal.hpp:237
↓ 7 callersFunctionnlpsol_n_out
casadi/core/nlpsol.cpp:340
↓ 7 callersMethodnumel_out
casadi/core/function.cpp:863
↓ 7 callersFunctionpop_prefix
casadi/core/fmu_function.cpp:1369
↓ 7 callersMethodproduct
(self,otherstruct,arg=0)
swig/python/tools/structure.py:528
↓ 7 callersMethodset_nz
casadi/core/mx.cpp:448
↓ 7 callersMethodset_start
casadi/core/dae_builder.cpp:1426
↓ 7 callersFunctionstop_diff
\brief Stop derivatives of an expression wrt to all its symbolic variables \identifier{25l} */
casadi/core/mx.hpp:880
↓ 7 callersMethodsx_in
casadi/core/function.cpp:1560
↓ 7 callersMethodto_int_vector_vector
casadi/core/generic_type.cpp:469
↓ 7 callersFunctiontocache_if_missing
\brief Thread-safe unique caching * While an incache/tocache pair in multi-threaded context is safe * it may lead to fresh cache entries being
casadi/core/generic_shared.hpp:267
↓ 7 callersFunctiontrim_empty
casadi/core/mx.cpp:1045
↓ 7 callersFunctionupdate_dict
casadi/core/generic_type.cpp:804
↓ 6 callersFunctionBandCopy
external_packages/casadi-sundials/sundials/sundials_band.c:50
↓ 6 callersFunctionCVSpilsSetPreconditioner
external_packages/casadi-sundials/cvodes/cvodes_spils.c:301
↓ 6 callersFunctionChlSolve
external_packages/DSDP/src/vecmat/sdpmatx.c:294
↓ 6 callersFunctionDSDPDataMatGetRank
! \fn int DSDPDataMatGetRank(DSDPDataMat A, int *rank, int n); \brief Get the number of nonzero eigenvalues/eigenvectors for the matrix \param A symm
external_packages/DSDP/src/sdp/dsdpdatamat.c:129
↓ 6 callersFunctionDSDPDualMatSetData
! \fn int DSDPDualMatSetData(DSDPDualMat *S, struct DSDPDualMat_Ops* ops, void*data); \brief Set the opaque pointer and function pointers to the mat
external_packages/DSDP/src/sdp/dsdpdualmat.c:49
↓ 6 callersFunctionDSDPSchurMatReducePVec
! \fn int DSDPSchurMatReducePVec(DSDPSchurMat M, DSDPVec x); \brief Collect elements of the vector \param M matrix \param x vector. Important in pa
external_packages/DSDP/src/solver/dsdpschurmat.c:307
↓ 6 callersFunctionDSDPSetY
external_packages/DSDP/src/solver/dualimpl.c:309
↓ 6 callersFunctionDSDPVMatDestroy
! \fn int DSDPVMatDestroy(DSDPVMat *X); \brief Deallocate matrix. \param X dense symmetric matrix */
external_packages/DSDP/src/sdp/dsdpxmat.c:86
↓ 6 callersMethodDaeBuilder
casadi/core/dae_builder.cpp:51
↓ 6 callersFunctionMatSetColumn4
external_packages/DSDP/src/vecmat/sdpmatx.c:749
↓ 6 callersFunctionN_VSetArrayPointer
external_packages/casadi-sundials/sundials/sundials_nvector.c:66
↓ 6 callersMethodParseText
external_packages/tinyxml2-9.0.0/tinyxml2.cpp:206
↓ 6 callersFunctionSDPConeAddDataMatrix
! \fn int SDPConeAddDataMatrix(SDPCone sdpcone,int blockj, int vari, int n, char format,struct DSDPDataMat_Ops* dsdpdataops, void* data); \brief Add a
external_packages/DSDP/src/sdp/dsdpadddata.c:154
↓ 6 callersFunctionSDPConeComputeSS
! \fn int SDPConeComputeSS(SDPCone sdpcone, int blockj, DSDPVec Y, DSDPVMat SS); \brief Sum the data matrices. \param sdpcone semidefinite cone object
external_packages/DSDP/src/sdp/sdpcone.c:18
↓ 6 callersFunctionSDPConeGetBlockSize
! \fn int SDPConeGetBlockSize(SDPCone sdpcone,int blockj, int *n); \ingroup SDPRoutines \brief Get the dimension of one block in the semidefinite con
external_packages/DSDP/src/sdp/dsdpadddata.c:560
↓ 6 callersFunctionSDPConeRemoveDataMatrix
! \fn int SDPConeRemoveDataMatrix(SDPCone sdpcone,int blockj, int vari); \brief Remove the data matrix \f$A_{i,j}\f$ from the cone \ingroup SDPData \p
external_packages/DSDP/src/sdp/dsdpadddata.c:127
↓ 6 callersFunctionSDPConeVecDestroy
external_packages/DSDP/src/sdp/sdpconevec.c:28
↓ 6 callersMethodSize
external_packages/tinyxml2-9.0.0/tinyxml2.h:272
↓ 6 callersMethod__getitem__
(self,k)
swig/python/tools/structure3.py:128
↓ 6 callersMethod__init__
(self)
test/python/function.py:1266
↓ 6 callersMethodadd
casadi/core/code_generator.cpp:331
↓ 6 callersMethodadd_external
casadi/core/code_generator.cpp:1182
↓ 6 callersMethodadd_x
casadi/core/dae_builder.cpp:690
↓ 6 callersFunctionalarm
(amount)
test/internal/testsuite.py:51
↓ 6 callersMethodalive
casadi/core/generic_shared_impl.hpp:151
↓ 6 callersMethodassert_size_in
casadi/core/function.cpp:1793
↓ 6 callersMethodassignNoDelete
casadi/core/sx_elem.cpp:118
↓ 6 callersFunctioncanonical
(ind,s)
swig/python/tools/structure.py:89
← previousnext →601–700 of 11,210, ranked by callers