Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/casadi/casadi
/ functions
Functions
11,210 in github.com/casadi/casadi
⨍
Functions
11,210
◇
Types & classes
1,120
↳
Endpoints
7
↓ 1 callers
Function
CVDiag
external_packages/casadi-sundials/cvodes/cvodes_diag.c:103
↓ 1 callers
Function
CVSpbcg
external_packages/casadi-sundials/cvodes/cvodes_spbcgs.c:122
↓ 1 callers
Function
CVSpgmr
external_packages/casadi-sundials/cvodes/cvodes_spgmr.c:124
↓ 1 callers
Function
CVSpilsSetEpsLin
external_packages/casadi-sundials/cvodes/cvodes_spils.c:266
↓ 1 callers
Function
CVSpilsSetGSType
external_packages/casadi-sundials/cvodes/cvodes_spils.c:187
↓ 1 callers
Function
CVSpilsSetMaxl
external_packages/casadi-sundials/cvodes/cvodes_spils.c:227
↓ 1 callers
Function
CVSpilsSetPrecType
external_packages/casadi-sundials/cvodes/cvodes_spils.c:151
↓ 1 callers
Function
CVSptfqmr
external_packages/casadi-sundials/cvodes/cvodes_sptfqmr.c:122
↓ 1 callers
Function
CVodeAdjFree
external_packages/casadi-sundials/cvodes/cvodea.c:317
↓ 1 callers
Function
CVodeGetNumSteps
external_packages/casadi-sundials/cvodes/cvodes_io.c:746
↓ 1 callers
Function
CVodeGetQuad
external_packages/casadi-sundials/cvodes/cvodes.c:3237
↓ 1 callers
Function
CVodeGetQuadDky
external_packages/casadi-sundials/cvodes/cvodes.c:3269
↓ 1 callers
Function
CVodeGetQuadSensDky
external_packages/casadi-sundials/cvodes/cvodes.c:3542
↓ 1 callers
Function
CVodeGetReturnFlagName
external_packages/casadi-sundials/cvodes/cvodes_io.c:1746
↓ 1 callers
Function
CVodeGetSensDky
external_packages/casadi-sundials/cvodes/cvodes.c:3389
↓ 1 callers
Function
CVodeQuadFree
external_packages/casadi-sundials/cvodes/cvodes.c:3687
↓ 1 callers
Function
CVodeQuadSStolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1286
↓ 1 callers
Function
CVodeQuadSVtolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1325
↓ 1 callers
Function
CVodeQuadSensFree
external_packages/casadi-sundials/cvodes/cvodes.c:3737
↓ 1 callers
Function
CVodeQuadSensReInit
external_packages/casadi-sundials/cvodes/cvodes.c:2006
↓ 1 callers
Function
CVodeSStolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1047
↓ 1 callers
Function
CVodeSVtolerances
external_packages/casadi-sundials/cvodes/cvodes.c:1089
↓ 1 callers
Function
CVodeSensFree
external_packages/casadi-sundials/cvodes/cvodes.c:3709
↓ 1 callers
Function
CVodeSensReInit
external_packages/casadi-sundials/cvodes/cvodes.c:1682
↓ 1 callers
Function
CVodeSetErrFile
external_packages/casadi-sundials/cvodes/cvodes_io.c:69
↓ 1 callers
Function
CVodeSetErrHandlerFn
external_packages/casadi-sundials/cvodes/cvodes_io.c:46
↓ 1 callers
Function
CVodeSetIterType
external_packages/casadi-sundials/cvodes/cvodes_io.c:91
↓ 1 callers
Function
CVodeSetMaxHnilWarns
external_packages/casadi-sundials/cvodes/cvodes_io.c:205
↓ 1 callers
Function
CVodeSetMaxNumSteps
external_packages/casadi-sundials/cvodes/cvodes_io.c:179
↓ 1 callers
Function
CVodeSetMaxOrd
external_packages/casadi-sundials/cvodes/cvodes_io.c:140
↓ 1 callers
Function
CVodeSetMaxStep
external_packages/casadi-sundials/cvodes/cvodes_io.c:314
↓ 1 callers
Function
CVodeSetMinStep
external_packages/casadi-sundials/cvodes/cvodes_io.c:276
↓ 1 callers
Function
CVodeSetQuadErrCon
external_packages/casadi-sundials/cvodes/cvodes_io.c:535
↓ 1 callers
Function
CVodeSetStabLimDet
external_packages/casadi-sundials/cvodes/cvodes_io.c:227
↓ 1 callers
Function
CVodeSetUserData
external_packages/casadi-sundials/cvodes/cvodes_io.c:118
↓ 1 callers
Method
CanonicalizeAlphabeticalOrder
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 callers
Method
Check
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 callers
Function
CheckAccess
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 callers
Function
CheckAltTokens
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 callers
Method
CheckBegin
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 callers
Function
CheckBraces
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 callers
Function
CheckCheck
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 callers
Function
CheckComment
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 callers
Method
CheckCompletedBlocks
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 callers
Function
CheckEmptyBlockBody
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 callers
Method
CheckEnd
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 callers
Function
CheckForBadCharacters
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 callers
Function
CheckForCopyright
Logs an error if no Copyright message appears at the top of the file.
misc/cpplint.py:1365
↓ 1 callers
Function
CheckForFunctionLengths
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 callers
Function
CheckForHeaderGuard
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 callers
Function
CheckForIncludeWhatYouUse
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 callers
Function
CheckForMultilineCommentsAndStrings
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 callers
Function
CheckForNewlineAtEOF
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 callers
Function
CheckForNonConstReference
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 callers
Function
CheckForNonStandardConstructs
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 callers
Function
CheckIncludeLine
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 callers
Function
CheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
misc/cpplint.py:1626
↓ 1 callers
Function
CheckLanguage
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 callers
Function
CheckMakePairUsesDeduction
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 callers
Method
CheckNextIncludeOrder
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 callers
Function
CheckPosixThreading
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 callers
Function
CheckSectionSpacing
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 callers
Function
CheckSpacing
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 callers
Function
CheckSpacingForFunctionCall
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 callers
Function
CheckStyle
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 callers
Function
CheckVlogArguments
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 callers
Function
ChkXlist
external_packages/DSDP/src/vecmat/sdpxlist.c:3
↓ 1 callers
Function
ChlSolveBackward
external_packages/DSDP/src/vecmat/sdpmatx.c:280
↓ 1 callers
Function
ChlSolveForward
These routines together will solve an equation correctly */
external_packages/DSDP/src/vecmat/sdpmatx.c:266
↓ 1 callers
Function
CleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
misc/cpplint.py:1055
↓ 1 callers
Method
Clear
external_packages/tinyxml2-9.0.0/tinyxml2.h:222
↓ 1 callers
Function
ConstMatOpsInitialize
external_packages/DSDP/src/vecmat/onemat.c:174
↓ 1 callers
Function
ConstraintProduct
Copy constructor. */
external_packages/qpOASES/include/qpOASES/ConstraintProduct.hpp:64
↓ 1 callers
Method
Count
Count line in current function body.
misc/cpplint.py:824
↓ 1 callers
Function
CreateDvechmatWdata
external_packages/DSDP/src/vecmat/dlpack.c:678
↓ 1 callers
Function
CreateDvecumatWdata
external_packages/DSDP/src/vecmat/dufull.c:1040
↓ 1 callers
Function
CreateEigenLocker
external_packages/DSDP/src/vecmat/vechu.c:198
↓ 1 callers
Function
CreateEigenLocker
external_packages/DSDP/src/vecmat/dufull.c:1188
↓ 1 callers
Function
CreateEigenLocker
external_packages/DSDP/src/vecmat/vech.c:209
↓ 1 callers
Function
CreateEigenLocker
external_packages/DSDP/src/vecmat/dlpack.c:827
↓ 1 callers
Function
CreateVechMatWdata
external_packages/DSDP/src/vecmat/vechu.c:38
↓ 1 callers
Function
CreateVechMatWdata
external_packages/DSDP/src/vecmat/vech.c:52
↓ 1 callers
Function
DDiagDSMatOpsInitP
external_packages/DSDP/src/vecmat/diag.c:301
↓ 1 callers
Function
DDiagDSMatOpsInitU
external_packages/DSDP/src/vecmat/diag.c:316
↓ 1 callers
Function
DPrintUpperFullMatrix
external_packages/DSDP/src/sdp/printsdpa.c:46
↓ 1 callers
Function
DPrintUpperRightMatrix
external_packages/DSDP/src/sdp/printsdpa.c:31
↓ 1 callers
Function
DSDPAddBCone
external_packages/DSDP/src/solver/dsdpobjcone.c:288
↓ 1 callers
Function
DSDPAddFixedVariable
external_packages/DSDP/src/solver/dsdpschurmat.c:607
↓ 1 callers
Function
DSDPAddLUBounds
! \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 callers
Function
DSDPAddObjectiveConstant
external_packages/DSDP/src/solver/dsdpsetdata.c:185
↓ 1 callers
Function
DSDPAddRCone
external_packages/DSDP/src/solver/dsdprescone.c:302
↓ 1 callers
Function
DSDPAddSDP
! \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 callers
Function
DSDPApplySMW
external_packages/DSDP/src/solver/dsdpschurmat.c:477
↓ 1 callers
Function
DSDPBlockANorm2
external_packages/DSDP/src/sdp/dsdpblock.c:429
↓ 1 callers
Function
DSDPBlockDataDestroy
! \fn int DSDPBlockDataDestroy(DSDPBlockData *ADATA); \brief Free the data matrices \param ADATA block of data. */
external_packages/DSDP/src/sdp/dsdpblock.c:195
↓ 1 callers
Function
DSDPBlockDataRank
external_packages/DSDP/src/sdp/dsdpblock.c:280
↓ 1 callers
Function
DSDPBlockEventInitialize
external_packages/DSDP/src/sdp/dsdpblock.c:149
↓ 1 callers
Function
DSDPBlockFactorData
! \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 callers
Function
DSDPBlockInitialize
! \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 callers
Function
DSDPBlockNorm2
external_packages/DSDP/src/sdp/dsdpblock.c:416
← previous
next →
1,901–2,000 of 11,210, ranked by callers