MCPcopy Create free account

hub / github.com/casadi/casadi / functions

Functions11,210 in github.com/casadi/casadi

↓ 1 callersFunctionCVDiag
external_packages/casadi-sundials/cvodes/cvodes_diag.c:103
↓ 1 callersFunctionCVSpbcg
external_packages/casadi-sundials/cvodes/cvodes_spbcgs.c:122
↓ 1 callersFunctionCVSpgmr
external_packages/casadi-sundials/cvodes/cvodes_spgmr.c:124
↓ 1 callersFunctionCVSpilsSetEpsLin
external_packages/casadi-sundials/cvodes/cvodes_spils.c:266
↓ 1 callersFunctionCVSpilsSetGSType
external_packages/casadi-sundials/cvodes/cvodes_spils.c:187
↓ 1 callersFunctionCVSpilsSetMaxl
external_packages/casadi-sundials/cvodes/cvodes_spils.c:227
↓ 1 callersFunctionCVSpilsSetPrecType
external_packages/casadi-sundials/cvodes/cvodes_spils.c:151
↓ 1 callersFunctionCVSptfqmr
external_packages/casadi-sundials/cvodes/cvodes_sptfqmr.c:122
↓ 1 callersFunctionCVodeAdjFree
external_packages/casadi-sundials/cvodes/cvodea.c:317
↓ 1 callersFunctionCVodeGetNumSteps
external_packages/casadi-sundials/cvodes/cvodes_io.c:746
↓ 1 callersFunctionCVodeGetQuad
external_packages/casadi-sundials/cvodes/cvodes.c:3237
↓ 1 callersFunctionCVodeGetQuadDky
external_packages/casadi-sundials/cvodes/cvodes.c:3269
↓ 1 callersFunctionCVodeGetQuadSensDky
external_packages/casadi-sundials/cvodes/cvodes.c:3542
↓ 1 callersFunctionCVodeGetReturnFlagName
external_packages/casadi-sundials/cvodes/cvodes_io.c:1746
↓ 1 callersFunctionCVodeGetSensDky
external_packages/casadi-sundials/cvodes/cvodes.c:3389
↓ 1 callersFunctionCVodeQuadFree
external_packages/casadi-sundials/cvodes/cvodes.c:3687
↓ 1 callersFunctionCVodeQuadSStolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1286
↓ 1 callersFunctionCVodeQuadSVtolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1325
↓ 1 callersFunctionCVodeQuadSensFree
external_packages/casadi-sundials/cvodes/cvodes.c:3737
↓ 1 callersFunctionCVodeQuadSensReInit
external_packages/casadi-sundials/cvodes/cvodes.c:2006
↓ 1 callersFunctionCVodeSStolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1047
↓ 1 callersFunctionCVodeSVtolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1089
↓ 1 callersFunctionCVodeSensFree
external_packages/casadi-sundials/cvodes/cvodes.c:3709
↓ 1 callersFunctionCVodeSensReInit
external_packages/casadi-sundials/cvodes/cvodes.c:1682
↓ 1 callersFunctionCVodeSetErrFile
external_packages/casadi-sundials/cvodes/cvodes_io.c:69
↓ 1 callersFunctionCVodeSetErrHandlerFn
external_packages/casadi-sundials/cvodes/cvodes_io.c:46
↓ 1 callersFunctionCVodeSetIterType
external_packages/casadi-sundials/cvodes/cvodes_io.c:91
↓ 1 callersFunctionCVodeSetMaxHnilWarns
external_packages/casadi-sundials/cvodes/cvodes_io.c:205
↓ 1 callersFunctionCVodeSetMaxNumSteps
external_packages/casadi-sundials/cvodes/cvodes_io.c:179
↓ 1 callersFunctionCVodeSetMaxOrd
external_packages/casadi-sundials/cvodes/cvodes_io.c:140
↓ 1 callersFunctionCVodeSetMaxStep
external_packages/casadi-sundials/cvodes/cvodes_io.c:314
↓ 1 callersFunctionCVodeSetMinStep
external_packages/casadi-sundials/cvodes/cvodes_io.c:276
↓ 1 callersFunctionCVodeSetQuadErrCon
external_packages/casadi-sundials/cvodes/cvodes_io.c:535
↓ 1 callersFunctionCVodeSetStabLimDet
external_packages/casadi-sundials/cvodes/cvodes_io.c:227
↓ 1 callersFunctionCVodeSetUserData
external_packages/casadi-sundials/cvodes/cvodes_io.c:118
↓ 1 callersMethodCanonicalizeAlphabeticalOrder
Returns a path canonicalized for alphabetical comparison. - replaces "-" with "_" so they both cmp the same. - removes '-inl' since we don't
misc/cpplint.py:589
↓ 1 callersMethodCheck
Report if too many lines in function body. Args: error: The function to call with any errors found. filename: The name of the current
misc/cpplint.py:829
↓ 1 callersFunctionCheckAccess
Checks for improper use of DISALLOW* macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing
misc/cpplint.py:2379
↓ 1 callersFunctionCheckAltTokens
Check alternative keywords being used in boolean expressions. Args: filename: The name of the current file. clean_lines: A CleansedLines in
misc/cpplint.py:3298
↓ 1 callersMethodCheckBegin
Run checks that applies to text up to the opening brace. This is mostly for checking the text after the class identifier and the "{", usually
misc/cpplint.py:1656
↓ 1 callersFunctionCheckBraces
Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance c
misc/cpplint.py:2962
↓ 1 callersFunctionCheckCheck
Checks the use of CHECK and EXPECT macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
misc/cpplint.py:3171
↓ 1 callersFunctionCheckComment
Checks for common mistakes in TODO comments. Args: comment: The text of the comment from the line in question. filename: The name of the cu
misc/cpplint.py:2350
↓ 1 callersMethodCheckCompletedBlocks
Checks that all classes and namespaces have been completely parsed. Call this when all lines in a file have been processed. Args: filen
misc/cpplint.py:2065
↓ 1 callersFunctionCheckEmptyBlockBody
Look for empty loop/conditional body with only a single semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLin
misc/cpplint.py:3136
↓ 1 callersMethodCheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
misc/cpplint.py:1671
↓ 1 callersFunctionCheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
misc/cpplint.py:1477
↓ 1 callersFunctionCheckForCopyright
Logs an error if no Copyright message appears at the top of the file.
misc/cpplint.py:1365
↓ 1 callersFunctionCheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sho
misc/cpplint.py:2277
↓ 1 callersFunctionCheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
misc/cpplint.py:1402
↓ 1 callersFunctionCheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
misc/cpplint.py:4367
↓ 1 callersFunctionCheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
misc/cpplint.py:1520
↓ 1 callersFunctionCheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
misc/cpplint.py:1502
↓ 1 callersFunctionCheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
misc/cpplint.py:4018
↓ 1 callersFunctionCheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
misc/cpplint.py:2087
↓ 1 callersFunctionCheckIncludeLine
Check rules that are applicable to #include lines. Strings on #include lines are NOT removed from elided line, to make certain tasks easier. Howe
misc/cpplint.py:3564
↓ 1 callersFunctionCheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
misc/cpplint.py:1626
↓ 1 callersFunctionCheckLanguage
Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 ina
misc/cpplint.py:3718
↓ 1 callersFunctionCheckMakePairUsesDeduction
Check that make_pair's template arguments are deduced. G++ 4.6 in C++0x mode fails badly if make_pair's template arguments are specified explicit
misc/cpplint.py:4463
↓ 1 callersMethodCheckNextIncludeOrder
Returns a non-empty error message if the next header is out of order. This function also updates the internal state to be ready to check the
misc/cpplint.py:625
↓ 1 callersFunctionCheckPosixThreading
Checks for calls to thread-unsafe functions. Much code has been originally written without consideration of multi-threading. Also, engineers are
misc/cpplint.py:1574
↓ 1 callersFunctionCheckSectionSpacing
Checks for additional blank line issues related to sections. Currently the only thing checked here is blank line before protected/private. Args:
misc/cpplint.py:2884
↓ 1 callersFunctionCheckSpacing
Checks for the correctness of various spacing issues in the code. Things we check for: spaces around operators, spaces after if/for/while/switch,
misc/cpplint.py:2536
↓ 1 callersFunctionCheckSpacingForFunctionCall
Checks for the correctness of various spacing around function calls. Args: filename: The name of the current file. line: The text of the li
misc/cpplint.py:2194
↓ 1 callersFunctionCheckStyle
Checks rules from the 'C++ style rules' section of cppguide.html. Most of these rules are hard to test (naming, comment style), but we do what we
misc/cpplint.py:3343
↓ 1 callersFunctionCheckVlogArguments
Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(F
misc/cpplint.py:1601
↓ 1 callersFunctionChkXlist
external_packages/DSDP/src/vecmat/sdpxlist.c:3
↓ 1 callersFunctionChlSolveBackward
external_packages/DSDP/src/vecmat/sdpmatx.c:280
↓ 1 callersFunctionChlSolveForward
These routines together will solve an equation correctly */
external_packages/DSDP/src/vecmat/sdpmatx.c:266
↓ 1 callersFunctionCleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
misc/cpplint.py:1055
↓ 1 callersMethodClear
external_packages/tinyxml2-9.0.0/tinyxml2.h:222
↓ 1 callersFunctionConstMatOpsInitialize
external_packages/DSDP/src/vecmat/onemat.c:174
↓ 1 callersFunctionConstraintProduct
Copy constructor. */
external_packages/qpOASES/include/qpOASES/ConstraintProduct.hpp:64
↓ 1 callersMethodCount
Count line in current function body.
misc/cpplint.py:824
↓ 1 callersFunctionCreateDvechmatWdata
external_packages/DSDP/src/vecmat/dlpack.c:678
↓ 1 callersFunctionCreateDvecumatWdata
external_packages/DSDP/src/vecmat/dufull.c:1040
↓ 1 callersFunctionCreateEigenLocker
external_packages/DSDP/src/vecmat/vechu.c:198
↓ 1 callersFunctionCreateEigenLocker
external_packages/DSDP/src/vecmat/dufull.c:1188
↓ 1 callersFunctionCreateEigenLocker
external_packages/DSDP/src/vecmat/vech.c:209
↓ 1 callersFunctionCreateEigenLocker
external_packages/DSDP/src/vecmat/dlpack.c:827
↓ 1 callersFunctionCreateVechMatWdata
external_packages/DSDP/src/vecmat/vechu.c:38
↓ 1 callersFunctionCreateVechMatWdata
external_packages/DSDP/src/vecmat/vech.c:52
↓ 1 callersFunctionDDiagDSMatOpsInitP
external_packages/DSDP/src/vecmat/diag.c:301
↓ 1 callersFunctionDDiagDSMatOpsInitU
external_packages/DSDP/src/vecmat/diag.c:316
↓ 1 callersFunctionDPrintUpperFullMatrix
external_packages/DSDP/src/sdp/printsdpa.c:46
↓ 1 callersFunctionDPrintUpperRightMatrix
external_packages/DSDP/src/sdp/printsdpa.c:31
↓ 1 callersFunctionDSDPAddBCone
external_packages/DSDP/src/solver/dsdpobjcone.c:288
↓ 1 callersFunctionDSDPAddFixedVariable
external_packages/DSDP/src/solver/dsdpschurmat.c:607
↓ 1 callersFunctionDSDPAddLUBounds
! \fn int DSDPAddLUBounds(DSDP dsdp,LUBounds lucone); \brief Set the constraints to the solver. \param lucone cone of bounds. \param dsdp the solver *
external_packages/DSDP/src/bounds/allbounds.c:549
↓ 1 callersFunctionDSDPAddObjectiveConstant
external_packages/DSDP/src/solver/dsdpsetdata.c:185
↓ 1 callersFunctionDSDPAddRCone
external_packages/DSDP/src/solver/dsdprescone.c:302
↓ 1 callersFunctionDSDPAddSDP
! \fn int DSDPAddSDP(DSDP dsdp, SDPCone sdpcone); \brief Pass a semidefinite cone to the solver. \param dsdp solver \param sdpcone semidefinite cone *
external_packages/DSDP/src/sdp/sdpkcone.c:331
↓ 1 callersFunctionDSDPApplySMW
external_packages/DSDP/src/solver/dsdpschurmat.c:477
↓ 1 callersFunctionDSDPBlockANorm2
external_packages/DSDP/src/sdp/dsdpblock.c:429
↓ 1 callersFunctionDSDPBlockDataDestroy
! \fn int DSDPBlockDataDestroy(DSDPBlockData *ADATA); \brief Free the data matrices \param ADATA block of data. */
external_packages/DSDP/src/sdp/dsdpblock.c:195
↓ 1 callersFunctionDSDPBlockDataRank
external_packages/DSDP/src/sdp/dsdpblock.c:280
↓ 1 callersFunctionDSDPBlockEventInitialize
external_packages/DSDP/src/sdp/dsdpblock.c:149
↓ 1 callersFunctionDSDPBlockFactorData
! \fn int DSDPBlockFactorData(DSDPBlockData *ADATA, DSDPVMat X, SDPConeVec W){ \brief Factor the data matrices \param ADATA block of data. \param X w
external_packages/DSDP/src/sdp/dsdpblock.c:113
↓ 1 callersFunctionDSDPBlockInitialize
! \fn int DSDPBlockInitialize(SDPblk *blk); \brief Initialize data structures in one block of the cone. \param blk block of semidefinite cone */
external_packages/DSDP/src/sdp/sdpconesetup.c:279
↓ 1 callersFunctionDSDPBlockNorm2
external_packages/DSDP/src/sdp/dsdpblock.c:416
← previousnext →1,901–2,000 of 11,210, ranked by callers