casadi 3.6.2__cp311-none-manylinux2014_x86_64.whl → 3.6.4__cp311-none-manylinux2014_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- casadi/_casadi.so +0 -0
- casadi/casadi.py +217 -60
- casadi/cbc +0 -0
- casadi/clp +0 -0
- casadi/cmake/alpaqa/alpaqaConfig.cmake +24 -0
- casadi/cmake/alpaqa/alpaqaConfigVersion.cmake +70 -0
- casadi/cmake/alpaqa/alpaqaTargets-release.cmake +29 -0
- casadi/cmake/alpaqa/alpaqaTargets.cmake +131 -0
- casadi/cmake/casadi-config-version.cmake +1 -1
- casadi/cmake/casadi-config.cmake +4 -0
- casadi/cmake/highs/highs-config.cmake +18 -4
- casadi/cmake/highs/highs-targets-release.cmake +3 -3
- casadi/cmake/highs/highs-targets.cmake +1 -1
- casadi/cmake/proxsuite/find-external/Simde/FindSimde.cmake +39 -0
- casadi/cmake/proxsuite/proxsuiteConfig.cmake +177 -0
- casadi/cmake/proxsuite/proxsuiteConfigVersion.cmake +70 -0
- casadi/cmake/proxsuite/proxsuiteTargets.cmake +115 -0
- casadi/cmake/sleqp/sleqp-config-version.cmake +70 -0
- casadi/cmake/sleqp/sleqp-config.cmake +1 -0
- casadi/cmake/sleqp/sleqp-targets-release.cmake +20 -0
- casadi/cmake/sleqp/sleqp-targets.cmake +102 -0
- casadi/cmake/trlib/trlib-config-release.cmake +19 -0
- casadi/cmake/trlib/trlib-config-version.cmake +88 -0
- casadi/cmake/trlib/trlib-config.cmake +107 -0
- casadi/highs +0 -0
- casadi/include/casadi/casadi.i +20 -3
- casadi/include/casadi/config.h +8 -8
- casadi/include/casadi/core/calculus.hpp +1 -1
- casadi/include/casadi/core/code_generator.hpp +10 -0
- casadi/include/casadi/core/fmu.hpp +224 -0
- casadi/include/casadi/core/generic_matrix.hpp +4 -2
- casadi/include/casadi/core/nlpsol.hpp +0 -2
- casadi/include/casadi/core/runtime/casadi_finite_diff.hpp +204 -11
- casadi/include/casadi/core/serializing_stream.hpp +12 -0
- casadi/include/casadi/core/sparsity_interface.hpp +55 -1
- casadi/include/casadi/doc.i +916 -462
- casadi/include/casadi/doc_merged.i +492 -176
- casadi/include/casadi/mem.h +13 -2
- casadi/include/casadi/valgrind-casadi.supp +82 -0
- casadi/include/casadi/valgrind-python.supp +39 -0
- casadi/include/highs/HConfig.h +4 -7
- casadi/include/highs/Highs.h +240 -51
- casadi/include/highs/filereaderlp/builder.hpp +12 -13
- casadi/include/highs/filereaderlp/model.hpp +32 -35
- casadi/include/highs/fortran/highs_fortran_api.mod +0 -0
- casadi/include/highs/interfaces/highs_c_api.h +964 -577
- casadi/include/highs/io/Filereader.h +2 -4
- casadi/include/highs/io/FilereaderEms.h +2 -4
- casadi/include/highs/io/FilereaderLp.h +2 -4
- casadi/include/highs/io/FilereaderMps.h +2 -4
- casadi/include/highs/io/HMPSIO.h +2 -4
- casadi/include/highs/io/HMpsFF.h +2 -4
- casadi/include/highs/io/HighsIO.h +19 -13
- casadi/include/highs/io/LoadOptions.h +7 -6
- casadi/include/highs/ipm/IpxWrapper.h +4 -5
- casadi/include/highs/lp_data/HConst.h +60 -15
- casadi/include/highs/lp_data/HStruct.h +32 -8
- casadi/include/highs/lp_data/HighsAnalysis.h +2 -4
- casadi/include/highs/lp_data/HighsCallback.h +33 -0
- casadi/include/highs/lp_data/HighsCallbackStruct.h +36 -0
- casadi/include/highs/lp_data/HighsDebug.h +2 -4
- casadi/include/highs/lp_data/HighsInfo.h +22 -23
- casadi/include/highs/lp_data/HighsInfoDebug.h +2 -4
- casadi/include/highs/lp_data/HighsLp.h +14 -6
- casadi/include/highs/lp_data/HighsLpSolverObject.h +6 -5
- casadi/include/highs/lp_data/HighsLpUtils.h +23 -12
- casadi/include/highs/lp_data/HighsModelUtils.h +22 -8
- casadi/include/highs/lp_data/HighsOptions.h +175 -106
- casadi/include/highs/lp_data/HighsRanging.h +2 -4
- casadi/include/highs/lp_data/HighsRuntimeOptions.h +21 -6
- casadi/include/highs/lp_data/HighsSolution.h +4 -4
- casadi/include/highs/lp_data/HighsSolutionDebug.h +2 -4
- casadi/include/highs/lp_data/HighsSolve.h +2 -4
- casadi/include/highs/lp_data/HighsStatus.h +2 -4
- casadi/include/highs/mip/HighsCliqueTable.h +18 -20
- casadi/include/highs/mip/HighsConflictPool.h +2 -4
- casadi/include/highs/mip/HighsCutGeneration.h +2 -4
- casadi/include/highs/mip/HighsCutPool.h +2 -4
- casadi/include/highs/mip/HighsDebugSol.h +2 -4
- casadi/include/highs/mip/HighsDomain.h +5 -5
- casadi/include/highs/mip/HighsDomainChange.h +2 -4
- casadi/include/highs/mip/HighsDynamicRowMatrix.h +2 -4
- casadi/include/highs/mip/HighsGFkSolve.h +2 -4
- casadi/include/highs/mip/HighsImplications.h +2 -4
- casadi/include/highs/mip/HighsLpAggregator.h +2 -4
- casadi/include/highs/mip/HighsLpRelaxation.h +2 -4
- casadi/include/highs/mip/HighsMipSolver.h +18 -6
- casadi/include/highs/mip/HighsMipSolverData.h +8 -4
- casadi/include/highs/mip/HighsModkSeparator.h +2 -4
- casadi/include/highs/mip/HighsNodeQueue.h +3 -9
- casadi/include/highs/mip/HighsObjectiveFunction.h +2 -4
- casadi/include/highs/mip/HighsPathSeparator.h +2 -4
- casadi/include/highs/mip/HighsPrimalHeuristics.h +2 -4
- casadi/include/highs/mip/HighsPseudocost.h +2 -4
- casadi/include/highs/mip/HighsRedcostFixing.h +2 -4
- casadi/include/highs/mip/HighsSearch.h +2 -4
- casadi/include/highs/mip/HighsSeparation.h +2 -4
- casadi/include/highs/mip/HighsSeparator.h +2 -4
- casadi/include/highs/mip/HighsTableauSeparator.h +2 -4
- casadi/include/highs/mip/HighsTransformedLp.h +2 -4
- casadi/include/highs/model/HighsHessian.h +3 -1
- casadi/include/highs/model/HighsModel.h +2 -0
- casadi/include/highs/parallel/HighsSpinMutex.h +2 -1
- casadi/include/highs/parallel/HighsSplitDeque.h +1 -1
- casadi/include/highs/parallel/HighsTaskExecutor.h +10 -2
- casadi/include/highs/presolve/HPresolve.h +9 -6
- casadi/include/highs/presolve/HPresolveAnalysis.h +5 -4
- casadi/include/highs/presolve/HighsPostsolveStack.h +50 -13
- casadi/include/highs/presolve/HighsSymmetry.h +2 -4
- casadi/include/highs/presolve/ICrash.h +4 -3
- casadi/include/highs/presolve/ICrashUtil.h +2 -2
- casadi/include/highs/presolve/ICrashX.h +4 -6
- casadi/include/highs/presolve/PresolveComponent.h +4 -42
- casadi/include/highs/qpsolver/a_asm.hpp +56 -0
- casadi/include/highs/qpsolver/a_quass.hpp +12 -0
- casadi/include/highs/qpsolver/quass.hpp +1 -4
- casadi/include/highs/simplex/HApp.h +14 -16
- casadi/include/highs/simplex/HEkk.h +12 -11
- casadi/include/highs/simplex/HEkkDual.h +2 -4
- casadi/include/highs/simplex/HEkkDualRHS.h +5 -6
- casadi/include/highs/simplex/HEkkDualRow.h +2 -4
- casadi/include/highs/simplex/HEkkPrimal.h +2 -4
- casadi/include/highs/simplex/HSimplex.h +2 -4
- casadi/include/highs/simplex/HSimplexDebug.h +2 -4
- casadi/include/highs/simplex/HSimplexNla.h +2 -4
- casadi/include/highs/simplex/HSimplexReport.h +3 -5
- casadi/include/highs/simplex/HighsSimplexAnalysis.h +2 -4
- casadi/include/highs/simplex/SimplexConst.h +7 -5
- casadi/include/highs/simplex/SimplexStruct.h +11 -5
- casadi/include/highs/simplex/SimplexTimer.h +2 -4
- casadi/include/highs/test/DevKkt.h +2 -4
- casadi/include/highs/test/KktCh2.h +2 -4
- casadi/include/highs/util/FactorTimer.h +2 -4
- casadi/include/highs/util/HFactor.h +2 -4
- casadi/include/highs/util/HFactorConst.h +2 -4
- casadi/include/highs/util/HFactorDebug.h +2 -4
- casadi/include/highs/util/HSet.h +3 -5
- casadi/include/highs/util/HVector.h +2 -4
- casadi/include/highs/util/HVectorBase.h +2 -4
- casadi/include/highs/util/HighsCDouble.h +2 -4
- casadi/include/highs/util/HighsComponent.h +2 -4
- casadi/include/highs/util/HighsDataStack.h +3 -5
- casadi/include/highs/util/HighsDisjointSets.h +8 -10
- casadi/include/highs/util/HighsHash.h +22 -7
- casadi/include/highs/util/HighsHashTree.h +25 -7
- casadi/include/highs/util/HighsInt.h +2 -4
- casadi/include/highs/util/HighsIntegers.h +2 -4
- casadi/include/highs/util/HighsLinearSumBounds.h +2 -4
- casadi/include/highs/util/HighsMatrixPic.h +2 -4
- casadi/include/highs/util/HighsMatrixSlice.h +2 -4
- casadi/include/highs/util/HighsMatrixUtils.h +2 -4
- casadi/include/highs/util/HighsRandom.h +2 -4
- casadi/include/highs/util/HighsRbTree.h +2 -4
- casadi/include/highs/util/HighsSort.h +2 -4
- casadi/include/highs/util/HighsSparseMatrix.h +11 -7
- casadi/include/highs/util/HighsSparseVectorSum.h +2 -4
- casadi/include/highs/util/HighsSplay.h +2 -4
- casadi/include/highs/util/HighsTimer.h +3 -4
- casadi/include/highs/util/HighsUtils.h +14 -4
- casadi/include/highs/util/stringutil.h +2 -4
- casadi/include/include/alpaqa/accelerators/anderson.hpp +133 -0
- casadi/include/include/alpaqa/accelerators/internal/anderson-helpers.hpp +92 -0
- casadi/include/include/alpaqa/accelerators/internal/limited-memory-qr.hpp +295 -0
- casadi/include/include/alpaqa/accelerators/lbfgs.hpp +244 -0
- casadi/include/include/alpaqa/accelerators/steihaugcg.hpp +143 -0
- casadi/include/include/alpaqa/alpaqa.hpp +3 -0
- casadi/include/include/alpaqa/casadi/CasADiControlProblem.hpp +185 -0
- casadi/include/include/alpaqa/casadi/CasADiFunctionWrapper.hpp +104 -0
- casadi/include/include/alpaqa/casadi/CasADiProblem.hpp +102 -0
- casadi/include/include/alpaqa/casadi-loader-export.hpp +15 -0
- casadi/include/include/alpaqa/casadi-ocp-loader-export.hpp +15 -0
- casadi/include/include/alpaqa/config/config.hpp +165 -0
- casadi/include/include/alpaqa/dl/dl-problem.h +476 -0
- casadi/include/include/alpaqa/dl/dl-problem.hpp +301 -0
- casadi/include/include/alpaqa/export.h +42 -0
- casadi/include/include/alpaqa/export.hpp +30 -0
- casadi/include/include/alpaqa/implementation/accelerators/lbfgs.tpp +240 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiControlProblem.tpp +594 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp +50 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiProblem.tpp +425 -0
- casadi/include/include/alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp +164 -0
- casadi/include/include/alpaqa/implementation/inner/panoc-helpers.tpp +389 -0
- casadi/include/include/alpaqa/implementation/inner/panoc-ocp.tpp +798 -0
- casadi/include/include/alpaqa/implementation/inner/panoc.tpp +448 -0
- casadi/include/include/alpaqa/implementation/inner/pantr.tpp +474 -0
- casadi/include/include/alpaqa/implementation/inner/zerofpr.tpp +482 -0
- casadi/include/include/alpaqa/implementation/outer/alm.tpp +228 -0
- casadi/include/include/alpaqa/implementation/outer/internal/alm-helpers.tpp +80 -0
- casadi/include/include/alpaqa/implementation/params/params.tpp +158 -0
- casadi/include/include/alpaqa/implementation/problem/ocproblem.tpp +56 -0
- casadi/include/include/alpaqa/implementation/problem/type-erased-problem.tpp +211 -0
- casadi/include/include/alpaqa/implementation/util/io/csv.tpp +120 -0
- casadi/include/include/alpaqa/implementation/util/print.tpp +151 -0
- casadi/include/include/alpaqa/inner/directions/panoc/anderson.hpp +98 -0
- casadi/include/include/alpaqa/inner/directions/panoc/lbfgs.hpp +94 -0
- casadi/include/include/alpaqa/inner/directions/panoc/structured-lbfgs.hpp +146 -0
- casadi/include/include/alpaqa/inner/directions/panoc/structured-newton.hpp +264 -0
- casadi/include/include/alpaqa/inner/directions/panoc-direction-update.hpp +96 -0
- casadi/include/include/alpaqa/inner/directions/panoc-ocp/lqr.hpp +181 -0
- casadi/include/include/alpaqa/inner/directions/panoc-ocp/ocp-vars.hpp +492 -0
- casadi/include/include/alpaqa/inner/directions/pantr/newton-tr.hpp +192 -0
- casadi/include/include/alpaqa/inner/directions/pantr/pantr-direction.hpp +99 -0
- casadi/include/include/alpaqa/inner/inner-solve-options.hpp +30 -0
- casadi/include/include/alpaqa/inner/internal/lipschitz.hpp +27 -0
- casadi/include/include/alpaqa/inner/internal/panoc-helpers.hpp +10 -0
- casadi/include/include/alpaqa/inner/internal/panoc-stop-crit.hpp +124 -0
- casadi/include/include/alpaqa/inner/internal/solverstatus.hpp +42 -0
- casadi/include/include/alpaqa/inner/panoc-ocp.hpp +302 -0
- casadi/include/include/alpaqa/inner/panoc.hpp +274 -0
- casadi/include/include/alpaqa/inner/pantr.hpp +284 -0
- casadi/include/include/alpaqa/inner/zerofpr.hpp +274 -0
- casadi/include/include/alpaqa/ipopt/ipopt-adapter.hpp +81 -0
- casadi/include/include/alpaqa/ipopt/ipopt-enums.hpp +35 -0
- casadi/include/include/alpaqa/lbfgsb/lbfgsb-adapter.hpp +111 -0
- casadi/include/include/alpaqa/newton-tr-pantr-alm.hpp +27 -0
- casadi/include/include/alpaqa/outer/alm.hpp +190 -0
- casadi/include/include/alpaqa/outer/internal/alm-helpers.hpp +10 -0
- casadi/include/include/alpaqa/panoc-alm.hpp +27 -0
- casadi/include/include/alpaqa/panoc-anderson-alm.hpp +27 -0
- casadi/include/include/alpaqa/params/params.hpp +60 -0
- casadi/include/include/alpaqa/problem/box-constr-problem.hpp +220 -0
- casadi/include/include/alpaqa/problem/box.hpp +82 -0
- casadi/include/include/alpaqa/problem/functional-problem.hpp +73 -0
- casadi/include/include/alpaqa/problem/kkt-error.hpp +43 -0
- casadi/include/include/alpaqa/problem/ocproblem-counters.hpp +116 -0
- casadi/include/include/alpaqa/problem/ocproblem.hpp +662 -0
- casadi/include/include/alpaqa/problem/problem-counters.hpp +116 -0
- casadi/include/include/alpaqa/problem/problem-with-counters.hpp +141 -0
- casadi/include/include/alpaqa/problem/type-erased-problem.hpp +874 -0
- casadi/include/include/alpaqa/problem/unconstr-problem.hpp +37 -0
- casadi/include/include/alpaqa/structured-panoc-alm.hpp +27 -0
- casadi/include/include/alpaqa/structured-zerofpr-alm.hpp +27 -0
- casadi/include/include/alpaqa/util/alloc-check.hpp +23 -0
- casadi/include/include/alpaqa/util/atomic-stop-signal.hpp +24 -0
- casadi/include/include/alpaqa/util/check-dim.hpp +64 -0
- casadi/include/include/alpaqa/util/copyable_unique_ptr.hpp +32 -0
- casadi/include/include/alpaqa/util/demangled-typename.hpp +9 -0
- casadi/include/include/alpaqa/util/enumerate.hpp +70 -0
- casadi/include/include/alpaqa/util/float.hpp +25 -0
- casadi/include/include/alpaqa/util/index-set.hpp +97 -0
- casadi/include/include/alpaqa/util/io/csv.hpp +43 -0
- casadi/include/include/alpaqa/util/iter-adapter.hpp +68 -0
- casadi/include/include/alpaqa/util/max-history.hpp +47 -0
- casadi/include/include/alpaqa/util/noop-delete.hpp +15 -0
- casadi/include/include/alpaqa/util/not-implemented.hpp +12 -0
- casadi/include/include/alpaqa/util/print.hpp +78 -0
- casadi/include/include/alpaqa/util/quadmath/quadmath-print.hpp +20 -0
- casadi/include/include/alpaqa/util/quadmath/quadmath.hpp +137 -0
- casadi/include/include/alpaqa/util/required-method.hpp +29 -0
- casadi/include/include/alpaqa/util/ringbuffer.hpp +212 -0
- casadi/include/include/alpaqa/util/set-intersection.hpp +129 -0
- casadi/include/include/alpaqa/util/sparse-ops.hpp +164 -0
- casadi/include/include/alpaqa/util/timed.hpp +22 -0
- casadi/include/include/alpaqa/util/type-erasure.hpp +568 -0
- casadi/include/include/alpaqa/util/type-traits.hpp +58 -0
- casadi/include/include/alpaqa/zerofpr-alm.hpp +27 -0
- casadi/include/include/alpaqa/zerofpr-anderson-alm.hpp +27 -0
- casadi/include/include/alpaqa-version.h +8 -0
- casadi/include/include/coin/BonArraysHelpers.hpp +52 -0
- casadi/include/include/coin/BonAuxInfos.hpp +110 -0
- casadi/include/include/coin/BonBabInfos.hpp +57 -0
- casadi/include/include/coin/BonBabSetupBase.hpp +386 -0
- casadi/include/include/coin/BonBonminSetup.hpp +95 -0
- casadi/include/include/coin/BonBranchingTQP.hpp +197 -0
- casadi/include/include/coin/BonCbc.hpp +127 -0
- casadi/include/include/coin/BonCbcLpStrategy.hpp +45 -0
- casadi/include/include/coin/BonCbcNlpStrategy.hpp +98 -0
- casadi/include/include/coin/BonCbcNode.hpp +133 -0
- casadi/include/include/coin/BonChooseVariable.hpp +345 -0
- casadi/include/include/coin/BonCurvBranchingSolver.hpp +77 -0
- casadi/include/include/coin/BonCutStrengthener.hpp +244 -0
- casadi/include/include/coin/BonDiver.hpp +424 -0
- casadi/include/include/coin/BonDummyHeuristic.hpp +53 -0
- casadi/include/include/coin/BonDummyPump.hpp +43 -0
- casadi/include/include/coin/BonEcpCuts.hpp +97 -0
- casadi/include/include/coin/BonExitCodes.hpp +12 -0
- casadi/include/include/coin/BonFixAndSolveHeuristic.hpp +43 -0
- casadi/include/include/coin/BonGuessHeuristic.hpp +46 -0
- casadi/include/include/coin/BonHeuristicDive.hpp +88 -0
- casadi/include/include/coin/BonHeuristicDiveFractional.hpp +67 -0
- casadi/include/include/coin/BonHeuristicDiveMIP.hpp +83 -0
- casadi/include/include/coin/BonHeuristicDiveMIPFractional.hpp +67 -0
- casadi/include/include/coin/BonHeuristicDiveMIPVectorLength.hpp +74 -0
- casadi/include/include/coin/BonHeuristicDiveVectorLength.hpp +74 -0
- casadi/include/include/coin/BonHeuristicFPump.hpp +111 -0
- casadi/include/include/coin/BonHeuristicLocalBranching.hpp +59 -0
- casadi/include/include/coin/BonHeuristicRINS.hpp +55 -0
- casadi/include/include/coin/BonIpoptInteriorWarmStarter.hpp +103 -0
- casadi/include/include/coin/BonIpoptSolver.hpp +188 -0
- casadi/include/include/coin/BonIpoptWarmStart.hpp +148 -0
- casadi/include/include/coin/BonLinearCutsGenerator.hpp +75 -0
- casadi/include/include/coin/BonLocalSolverBasedHeuristic.hpp +102 -0
- casadi/include/include/coin/BonLpBranchingSolver.hpp +80 -0
- casadi/include/include/coin/BonMilpRounding.hpp +74 -0
- casadi/include/include/coin/BonOACutGenerator2.hpp +56 -0
- casadi/include/include/coin/BonOAMessages.hpp +44 -0
- casadi/include/include/coin/BonOaDecBase.hpp +297 -0
- casadi/include/include/coin/BonOaFeasChecker.hpp +73 -0
- casadi/include/include/coin/BonOaNlpOptim.hpp +116 -0
- casadi/include/include/coin/BonOsiTMINLPInterface.hpp +1342 -0
- casadi/include/include/coin/BonOuterApprox.hpp +123 -0
- casadi/include/include/coin/BonPseudoCosts.hpp +91 -0
- casadi/include/include/coin/BonPumpForMinlp.hpp +45 -0
- casadi/include/include/coin/BonQuadCut.hpp +217 -0
- casadi/include/include/coin/BonQuadRow.hpp +122 -0
- casadi/include/include/coin/BonRegisteredOptions.hpp +225 -0
- casadi/include/include/coin/BonStrongBranchingSolver.hpp +69 -0
- casadi/include/include/coin/BonSubMipSolver.hpp +143 -0
- casadi/include/include/coin/BonTMINLP.hpp +420 -0
- casadi/include/include/coin/BonTMINLP2OsiLP.hpp +164 -0
- casadi/include/include/coin/BonTMINLP2Quad.hpp +191 -0
- casadi/include/include/coin/BonTMINLP2TNLP.hpp +509 -0
- casadi/include/include/coin/BonTMINLPLinObj.hpp +216 -0
- casadi/include/include/coin/BonTMatrix.hpp +167 -0
- casadi/include/include/coin/BonTNLP2FPNLP.hpp +264 -0
- casadi/include/include/coin/BonTNLPSolver.hpp +241 -0
- casadi/include/include/coin/BonTypes.hpp +95 -0
- casadi/include/include/coin/BonminConfig.h +19 -0
- casadi/include/include/coin/CbcBranchActual.hpp +26 -0
- casadi/include/include/coin/CbcBranchAllDifferent.hpp +61 -0
- casadi/include/include/coin/CbcBranchBase.hpp +79 -0
- casadi/include/include/coin/CbcBranchCut.hpp +182 -0
- casadi/include/include/coin/CbcBranchDecision.hpp +135 -0
- casadi/include/include/coin/CbcBranchDefaultDecision.hpp +101 -0
- casadi/include/include/coin/CbcBranchDynamic.hpp +210 -0
- casadi/include/include/coin/CbcBranchLotsize.hpp +249 -0
- casadi/include/include/coin/CbcBranchToFixLots.hpp +94 -0
- casadi/include/include/coin/CbcBranchingObject.hpp +245 -0
- casadi/include/include/coin/CbcClique.hpp +309 -0
- casadi/include/include/coin/CbcCompare.hpp +46 -0
- casadi/include/include/coin/CbcCompareActual.hpp +16 -0
- casadi/include/include/coin/CbcCompareBase.hpp +155 -0
- casadi/include/include/coin/CbcCompareDefault.hpp +129 -0
- casadi/include/include/coin/CbcCompareDepth.hpp +48 -0
- casadi/include/include/coin/CbcCompareEstimate.hpp +48 -0
- casadi/include/include/coin/CbcCompareObjective.hpp +50 -0
- casadi/include/include/coin/CbcConfig.h +18 -0
- casadi/include/include/coin/CbcConsequence.hpp +50 -0
- casadi/include/include/coin/CbcCountRowCut.hpp +176 -0
- casadi/include/include/coin/CbcCutGenerator.hpp +550 -0
- casadi/include/include/coin/CbcCutModifier.hpp +59 -0
- casadi/include/include/coin/CbcCutSubsetModifier.hpp +69 -0
- casadi/include/include/coin/CbcDummyBranchingObject.hpp +83 -0
- casadi/include/include/coin/CbcEventHandler.hpp +250 -0
- casadi/include/include/coin/CbcFathom.hpp +136 -0
- casadi/include/include/coin/CbcFathomDynamicProgramming.hpp +177 -0
- casadi/include/include/coin/CbcFeasibilityBase.hpp +60 -0
- casadi/include/include/coin/CbcFixVariable.hpp +68 -0
- casadi/include/include/coin/CbcFollowOn.hpp +207 -0
- casadi/include/include/coin/CbcFullNodeInfo.hpp +171 -0
- casadi/include/include/coin/CbcGeneral.hpp +60 -0
- casadi/include/include/coin/CbcGeneralDepth.hpp +289 -0
- casadi/include/include/coin/CbcHeuristic.hpp +735 -0
- casadi/include/include/coin/CbcHeuristicDINS.hpp +98 -0
- casadi/include/include/coin/CbcHeuristicDW.hpp +374 -0
- casadi/include/include/coin/CbcHeuristicDive.hpp +198 -0
- casadi/include/include/coin/CbcHeuristicDiveCoefficient.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDiveFractional.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDiveGuided.hpp +55 -0
- casadi/include/include/coin/CbcHeuristicDiveLineSearch.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDivePseudoCost.hpp +60 -0
- casadi/include/include/coin/CbcHeuristicDiveVectorLength.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicFPump.hpp +375 -0
- casadi/include/include/coin/CbcHeuristicGreedy.hpp +289 -0
- casadi/include/include/coin/CbcHeuristicLocal.hpp +276 -0
- casadi/include/include/coin/CbcHeuristicPivotAndFix.hpp +58 -0
- casadi/include/include/coin/CbcHeuristicRENS.hpp +79 -0
- casadi/include/include/coin/CbcHeuristicRINS.hpp +106 -0
- casadi/include/include/coin/CbcHeuristicRandRound.hpp +58 -0
- casadi/include/include/coin/CbcHeuristicVND.hpp +95 -0
- casadi/include/include/coin/CbcLinked.hpp +1443 -0
- casadi/include/include/coin/CbcMessage.hpp +94 -0
- casadi/include/include/coin/CbcMipStartIO.hpp +29 -0
- casadi/include/include/coin/CbcModel.hpp +3296 -0
- casadi/include/include/coin/CbcNWay.hpp +171 -0
- casadi/include/include/coin/CbcNode.hpp +380 -0
- casadi/include/include/coin/CbcNodeInfo.hpp +377 -0
- casadi/include/include/coin/CbcObject.hpp +288 -0
- casadi/include/include/coin/CbcObjectUpdateData.hpp +63 -0
- casadi/include/include/coin/CbcOrClpParam.cpp +4321 -0
- casadi/include/include/coin/CbcOrClpParam.hpp +585 -0
- casadi/include/include/coin/CbcParam.hpp +338 -0
- casadi/include/include/coin/CbcPartialNodeInfo.hpp +116 -0
- casadi/include/include/coin/CbcSOS.hpp +290 -0
- casadi/include/include/coin/CbcSimpleInteger.hpp +299 -0
- casadi/include/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +619 -0
- casadi/include/include/coin/CbcSimpleIntegerPseudoCost.hpp +122 -0
- casadi/include/include/coin/CbcSolver.hpp +460 -0
- casadi/include/include/coin/CbcStrategy.hpp +269 -0
- casadi/include/include/coin/CbcSubProblem.hpp +84 -0
- casadi/include/include/coin/CbcTree.hpp +493 -0
- casadi/include/include/coin/CbcTreeLocal.hpp +393 -0
- casadi/include/include/coin/Cbc_C_Interface.h +904 -0
- casadi/include/include/coin/Cgl012cut.hpp +464 -0
- casadi/include/include/coin/CglAllDifferent.hpp +115 -0
- casadi/include/include/coin/CglClique.hpp +312 -0
- casadi/include/include/coin/CglConfig.h +19 -0
- casadi/include/include/coin/CglCutGenerator.hpp +133 -0
- casadi/include/include/coin/CglDuplicateRow.hpp +189 -0
- casadi/include/include/coin/CglFlowCover.hpp +371 -0
- casadi/include/include/coin/CglGMI.hpp +364 -0
- casadi/include/include/coin/CglGMIParam.hpp +313 -0
- casadi/include/include/coin/CglGomory.hpp +204 -0
- casadi/include/include/coin/CglKnapsackCover.hpp +310 -0
- casadi/include/include/coin/CglLandP.hpp +306 -0
- casadi/include/include/coin/CglLandPValidator.hpp +130 -0
- casadi/include/include/coin/CglLiftAndProject.hpp +104 -0
- casadi/include/include/coin/CglMessage.hpp +49 -0
- casadi/include/include/coin/CglMixedIntegerRounding.hpp +429 -0
- casadi/include/include/coin/CglMixedIntegerRounding2.hpp +427 -0
- casadi/include/include/coin/CglOddHole.hpp +160 -0
- casadi/include/include/coin/CglParam.hpp +93 -0
- casadi/include/include/coin/CglPreProcess.hpp +600 -0
- casadi/include/include/coin/CglProbing.hpp +543 -0
- casadi/include/include/coin/CglRedSplit.hpp +448 -0
- casadi/include/include/coin/CglRedSplit2.hpp +494 -0
- casadi/include/include/coin/CglRedSplit2Param.hpp +495 -0
- casadi/include/include/coin/CglRedSplitParam.hpp +272 -0
- casadi/include/include/coin/CglResidualCapacity.hpp +240 -0
- casadi/include/include/coin/CglSimpleRounding.hpp +174 -0
- casadi/include/include/coin/CglStored.hpp +140 -0
- casadi/include/include/coin/CglTreeInfo.hpp +216 -0
- casadi/include/include/coin/CglTwomir.hpp +562 -0
- casadi/include/include/coin/CglZeroHalf.hpp +133 -0
- casadi/include/include/coin/ClpAmplObjective.hpp +113 -0
- casadi/include/include/coin/ClpCholeskyBase.hpp +321 -0
- casadi/include/include/coin/ClpCholeskyDense.hpp +157 -0
- casadi/include/include/coin/ClpCholeskyMumps.hpp +65 -0
- casadi/include/include/coin/ClpCholeskyPardiso.hpp +67 -0
- casadi/include/include/coin/ClpConfig.h +17 -0
- casadi/include/include/coin/ClpConstraint.hpp +129 -0
- casadi/include/include/coin/ClpConstraintAmpl.hpp +109 -0
- casadi/include/include/coin/ClpConstraintLinear.hpp +113 -0
- casadi/include/include/coin/ClpConstraintQuadratic.hpp +123 -0
- casadi/include/include/coin/ClpDualRowDantzig.hpp +72 -0
- casadi/include/include/coin/ClpDualRowPivot.hpp +136 -0
- casadi/include/include/coin/ClpDualRowSteepest.hpp +160 -0
- casadi/include/include/coin/ClpDummyMatrix.hpp +186 -0
- casadi/include/include/coin/ClpDynamicExampleMatrix.hpp +199 -0
- casadi/include/include/coin/ClpDynamicMatrix.hpp +420 -0
- casadi/include/include/coin/ClpEventHandler.hpp +193 -0
- casadi/include/include/coin/ClpFactorization.hpp +556 -0
- casadi/include/include/coin/ClpGubDynamicMatrix.hpp +270 -0
- casadi/include/include/coin/ClpGubMatrix.hpp +373 -0
- casadi/include/include/coin/ClpInterior.hpp +622 -0
- casadi/include/include/coin/ClpLinearObjective.hpp +104 -0
- casadi/include/include/coin/ClpMatrixBase.hpp +561 -0
- casadi/include/include/coin/ClpMessage.hpp +131 -0
- casadi/include/include/coin/ClpModel.hpp +1442 -0
- casadi/include/include/coin/ClpNetworkMatrix.hpp +235 -0
- casadi/include/include/coin/ClpNode.hpp +364 -0
- casadi/include/include/coin/ClpNonLinearCost.hpp +432 -0
- casadi/include/include/coin/ClpObjective.hpp +142 -0
- casadi/include/include/coin/ClpPEDualRowDantzig.hpp +84 -0
- casadi/include/include/coin/ClpPEDualRowSteepest.hpp +100 -0
- casadi/include/include/coin/ClpPEPrimalColumnDantzig.hpp +71 -0
- casadi/include/include/coin/ClpPEPrimalColumnSteepest.hpp +107 -0
- casadi/include/include/coin/ClpPESimplex.hpp +231 -0
- casadi/include/include/coin/ClpPackedMatrix.hpp +778 -0
- casadi/include/include/coin/ClpParameters.hpp +132 -0
- casadi/include/include/coin/ClpPdcoBase.hpp +110 -0
- casadi/include/include/coin/ClpPlusMinusOneMatrix.hpp +565 -0
- casadi/include/include/coin/ClpPresolve.hpp +379 -0
- casadi/include/include/coin/ClpPrimalColumnDantzig.hpp +74 -0
- casadi/include/include/coin/ClpPrimalColumnPivot.hpp +163 -0
- casadi/include/include/coin/ClpPrimalColumnSteepest.hpp +281 -0
- casadi/include/include/coin/ClpQuadraticObjective.hpp +161 -0
- casadi/include/include/coin/ClpSimplex.hpp +2137 -0
- casadi/include/include/coin/ClpSimplexDual.hpp +304 -0
- casadi/include/include/coin/ClpSimplexNonlinear.hpp +117 -0
- casadi/include/include/coin/ClpSimplexOther.hpp +282 -0
- casadi/include/include/coin/ClpSimplexPrimal.hpp +244 -0
- casadi/include/include/coin/ClpSolve.hpp +505 -0
- casadi/include/include/coin/Clp_C_Interface.h +554 -0
- casadi/include/include/coin/CoinAlloc.hpp +179 -0
- casadi/include/include/coin/CoinBuild.hpp +159 -0
- casadi/include/include/coin/CoinDenseFactorization.hpp +452 -0
- casadi/include/include/coin/CoinDenseVector.hpp +401 -0
- casadi/include/include/coin/CoinDistance.hpp +51 -0
- casadi/include/include/coin/CoinError.hpp +274 -0
- casadi/include/include/coin/CoinFactorization.hpp +2178 -0
- casadi/include/include/coin/CoinFileIO.hpp +185 -0
- casadi/include/include/coin/CoinFinite.hpp +37 -0
- casadi/include/include/coin/CoinFloatEqual.hpp +204 -0
- casadi/include/include/coin/CoinHelperFunctions.hpp +1270 -0
- casadi/include/include/coin/CoinIndexedVector.hpp +1437 -0
- casadi/include/include/coin/CoinLpIO.hpp +836 -0
- casadi/include/include/coin/CoinMessage.hpp +95 -0
- casadi/include/include/coin/CoinMessageHandler.hpp +717 -0
- casadi/include/include/coin/CoinModel.hpp +1214 -0
- casadi/include/include/coin/CoinModelUseful.hpp +518 -0
- casadi/include/include/coin/CoinMpsIO.hpp +1142 -0
- casadi/include/include/coin/CoinOslFactorization.hpp +287 -0
- casadi/include/include/coin/CoinPackedMatrix.hpp +956 -0
- casadi/include/include/coin/CoinPackedVector.hpp +670 -0
- casadi/include/include/coin/CoinPackedVectorBase.hpp +274 -0
- casadi/include/include/coin/CoinParam.hpp +644 -0
- casadi/include/include/coin/CoinPragma.hpp +29 -0
- casadi/include/include/coin/CoinPresolveDoubleton.hpp +76 -0
- casadi/include/include/coin/CoinPresolveDual.hpp +84 -0
- casadi/include/include/coin/CoinPresolveDupcol.hpp +259 -0
- casadi/include/include/coin/CoinPresolveEmpty.hpp +120 -0
- casadi/include/include/coin/CoinPresolveFixed.hpp +185 -0
- casadi/include/include/coin/CoinPresolveForcing.hpp +69 -0
- casadi/include/include/coin/CoinPresolveImpliedFree.hpp +66 -0
- casadi/include/include/coin/CoinPresolveIsolated.hpp +59 -0
- casadi/include/include/coin/CoinPresolveMatrix.hpp +1996 -0
- casadi/include/include/coin/CoinPresolveMonitor.hpp +105 -0
- casadi/include/include/coin/CoinPresolvePsdebug.hpp +169 -0
- casadi/include/include/coin/CoinPresolveSingleton.hpp +115 -0
- casadi/include/include/coin/CoinPresolveSubst.hpp +103 -0
- casadi/include/include/coin/CoinPresolveTighten.hpp +58 -0
- casadi/include/include/coin/CoinPresolveTripleton.hpp +69 -0
- casadi/include/include/coin/CoinPresolveUseless.hpp +63 -0
- casadi/include/include/coin/CoinPresolveZeros.hpp +65 -0
- casadi/include/include/coin/CoinRational.hpp +43 -0
- casadi/include/include/coin/CoinSearchTree.hpp +523 -0
- casadi/include/include/coin/CoinShallowPackedVector.hpp +149 -0
- casadi/include/include/coin/CoinSignal.hpp +127 -0
- casadi/include/include/coin/CoinSimpFactorization.hpp +432 -0
- casadi/include/include/coin/CoinSmartPtr.hpp +548 -0
- casadi/include/include/coin/CoinSnapshot.hpp +572 -0
- casadi/include/include/coin/CoinSort.hpp +753 -0
- casadi/include/include/coin/CoinStructuredModel.hpp +270 -0
- casadi/include/include/coin/CoinTime.hpp +350 -0
- casadi/include/include/coin/CoinTypes.hpp +67 -0
- casadi/include/include/coin/CoinUtility.hpp +26 -0
- casadi/include/include/coin/CoinUtilsConfig.h +34 -0
- casadi/include/include/coin/CoinWarmStart.hpp +56 -0
- casadi/include/include/coin/CoinWarmStartBasis.hpp +468 -0
- casadi/include/include/coin/CoinWarmStartDual.hpp +180 -0
- casadi/include/include/coin/CoinWarmStartPrimalDual.hpp +233 -0
- casadi/include/include/coin/CoinWarmStartVector.hpp +523 -0
- casadi/include/include/coin/Coin_C_defines.h +149 -0
- casadi/include/include/coin/Idiot.hpp +327 -0
- casadi/include/include/coin/OsiAuxInfo.hpp +261 -0
- casadi/include/include/coin/OsiBranchingObject.hpp +1097 -0
- casadi/include/include/coin/OsiCbcSolverInterface.hpp +791 -0
- casadi/include/include/coin/OsiChooseVariable.hpp +645 -0
- casadi/include/include/coin/OsiClpSolverInterface.hpp +1604 -0
- casadi/include/include/coin/OsiColCut.hpp +322 -0
- casadi/include/include/coin/OsiCollections.hpp +34 -0
- casadi/include/include/coin/OsiConfig.h +19 -0
- casadi/include/include/coin/OsiCut.hpp +251 -0
- casadi/include/include/coin/OsiCuts.hpp +505 -0
- casadi/include/include/coin/OsiPresolve.hpp +272 -0
- casadi/include/include/coin/OsiRowCut.hpp +345 -0
- casadi/include/include/coin/OsiRowCutDebugger.hpp +190 -0
- casadi/include/include/coin/OsiSolverBranch.hpp +169 -0
- casadi/include/include/coin/OsiSolverInterface.hpp +2221 -0
- casadi/include/include/coin/OsiSolverParameters.hpp +144 -0
- casadi/include/include/coin/OsiUnitTests.hpp +390 -0
- casadi/include/include/coin-or/IpAlgBuilder.hpp +417 -0
- casadi/include/include/coin-or/IpAlgStrategy.hpp +201 -0
- casadi/include/include/coin-or/IpAlgTypes.hpp +64 -0
- casadi/include/include/coin-or/IpAugSystemSolver.hpp +212 -0
- casadi/include/include/coin-or/IpBlas.hpp +426 -0
- casadi/include/include/coin-or/IpCachedResults.hpp +897 -0
- casadi/include/include/coin-or/IpCompoundMatrix.hpp +423 -0
- casadi/include/include/coin-or/IpCompoundSymMatrix.hpp +348 -0
- casadi/include/include/coin-or/IpCompoundVector.hpp +395 -0
- casadi/include/include/coin-or/IpConvCheck.hpp +97 -0
- casadi/include/include/coin-or/IpDebug.hpp +167 -0
- casadi/include/include/coin-or/IpDenseVector.hpp +626 -0
- casadi/include/include/coin-or/IpDiagMatrix.hpp +158 -0
- casadi/include/include/coin-or/IpEqMultCalculator.hpp +76 -0
- casadi/include/include/coin-or/IpException.hpp +156 -0
- casadi/include/include/coin-or/IpExpansionMatrix.hpp +245 -0
- casadi/include/include/coin-or/IpGenTMatrix.hpp +290 -0
- casadi/include/include/coin-or/IpHessianUpdater.hpp +73 -0
- casadi/include/include/coin-or/IpIdentityMatrix.hpp +167 -0
- casadi/include/include/coin-or/IpIpoptAlg.hpp +257 -0
- casadi/include/include/coin-or/IpIpoptApplication.hpp +367 -0
- casadi/include/include/coin-or/IpIpoptCalculatedQuantities.hpp +1009 -0
- casadi/include/include/coin-or/IpIpoptData.hpp +966 -0
- casadi/include/include/coin-or/IpIpoptNLP.hpp +328 -0
- casadi/include/include/coin-or/IpIterateInitializer.hpp +68 -0
- casadi/include/include/coin-or/IpIteratesVector.hpp +840 -0
- casadi/include/include/coin-or/IpIterationOutput.hpp +78 -0
- casadi/include/include/coin-or/IpJournalist.hpp +573 -0
- casadi/include/include/coin-or/IpLapack.hpp +227 -0
- casadi/include/include/coin-or/IpLibraryLoader.hpp +76 -0
- casadi/include/include/coin-or/IpLineSearch.hpp +106 -0
- casadi/include/include/coin-or/IpLinearSolvers.h +46 -0
- casadi/include/include/coin-or/IpMatrix.hpp +434 -0
- casadi/include/include/coin-or/IpMuUpdate.hpp +77 -0
- casadi/include/include/coin-or/IpNLP.hpp +306 -0
- casadi/include/include/coin-or/IpNLPScaling.hpp +582 -0
- casadi/include/include/coin-or/IpObserver.hpp +422 -0
- casadi/include/include/coin-or/IpOptionsList.hpp +412 -0
- casadi/include/include/coin-or/IpOrigIpoptNLP.hpp +603 -0
- casadi/include/include/coin-or/IpPDSystemSolver.hpp +137 -0
- casadi/include/include/coin-or/IpReferenced.hpp +262 -0
- casadi/include/include/coin-or/IpRegOptions.hpp +1152 -0
- casadi/include/include/coin-or/IpReturnCodes.h +23 -0
- casadi/include/include/coin-or/IpReturnCodes.hpp +18 -0
- casadi/include/include/coin-or/IpReturnCodes.inc +71 -0
- casadi/include/include/coin-or/IpReturnCodes_inc.h +45 -0
- casadi/include/include/coin-or/IpScaledMatrix.hpp +291 -0
- casadi/include/include/coin-or/IpSearchDirCalculator.hpp +72 -0
- casadi/include/include/coin-or/IpSmartPtr.hpp +865 -0
- casadi/include/include/coin-or/IpSolveStatistics.hpp +210 -0
- casadi/include/include/coin-or/IpSparseSymLinearSolverInterface.hpp +260 -0
- casadi/include/include/coin-or/IpStdAugSystemSolver.cpp +555 -0
- casadi/include/include/coin-or/IpStdCInterface.h +428 -0
- casadi/include/include/coin-or/IpSumSymMatrix.hpp +186 -0
- casadi/include/include/coin-or/IpSymLinearSolver.hpp +141 -0
- casadi/include/include/coin-or/IpSymMatrix.hpp +167 -0
- casadi/include/include/coin-or/IpSymScaledMatrix.hpp +255 -0
- casadi/include/include/coin-or/IpSymTMatrix.hpp +275 -0
- casadi/include/include/coin-or/IpTNLP.hpp +820 -0
- casadi/include/include/coin-or/IpTNLPAdapter.hpp +648 -0
- casadi/include/include/coin-or/IpTNLPReducer.hpp +274 -0
- casadi/include/include/coin-or/IpTaggedObject.hpp +128 -0
- casadi/include/include/coin-or/IpTimedTask.hpp +218 -0
- casadi/include/include/coin-or/IpTimingStatistics.hpp +323 -0
- casadi/include/include/coin-or/IpTripletHelper.hpp +308 -0
- casadi/include/include/coin-or/IpTypes.h +81 -0
- casadi/include/include/coin-or/IpTypes.hpp +30 -0
- casadi/include/include/coin-or/IpUtils.hpp +166 -0
- casadi/include/include/coin-or/IpVector.hpp +892 -0
- casadi/include/include/coin-or/IpZeroSymMatrix.hpp +155 -0
- casadi/include/include/coin-or/IpoptConfig.h +45 -0
- casadi/include/include/coin-or/SensAlgorithm.hpp +114 -0
- casadi/include/include/coin-or/SensApplication.hpp +188 -0
- casadi/include/include/coin-or/SensBacksolver.hpp +36 -0
- casadi/include/include/coin-or/SensMeasurement.hpp +56 -0
- casadi/include/include/coin-or/SensPCalculator.hpp +137 -0
- casadi/include/include/coin-or/SensRegOp.hpp +21 -0
- casadi/include/include/coin-or/SensSchurData.hpp +182 -0
- casadi/include/include/coin-or/SensSchurDriver.hpp +118 -0
- casadi/include/include/coin-or/SensSimpleBacksolver.hpp +49 -0
- casadi/include/include/coin-or/SensStepCalc.hpp +85 -0
- casadi/include/include/coin-or/SensUtils.hpp +63 -0
- casadi/include/include/coin-or/metis/defs.h +161 -0
- casadi/include/include/coin-or/metis/macros.h +143 -0
- casadi/include/include/coin-or/metis/metis.h +37 -0
- casadi/include/include/coin-or/metis/proto.h +505 -0
- casadi/include/include/coin-or/metis/rename.h +418 -0
- casadi/include/include/coin-or/metis/struct.h +251 -0
- casadi/include/include/coin-or/mumps/dmumps_c.h +142 -0
- casadi/include/include/coin-or/mumps/mumps_c_types.h +72 -0
- casadi/include/include/coin-or/mumps/mumps_compat.h +27 -0
- casadi/include/include/coin-or/mumps/mumps_int_def.h +11 -0
- casadi/include/include/coin-or/mumps/mumps_mpi.h +67 -0
- casadi/include/include/d_blas.h +78 -0
- casadi/include/include/d_blas_64.h +73 -0
- casadi/include/include/eigen3/Eigen/Cholesky +45 -0
- casadi/include/include/eigen3/Eigen/CholmodSupport +48 -0
- casadi/include/include/eigen3/Eigen/Core +384 -0
- casadi/include/include/eigen3/Eigen/Dense +7 -0
- casadi/include/include/eigen3/Eigen/Eigen +2 -0
- casadi/include/include/eigen3/Eigen/Eigenvalues +60 -0
- casadi/include/include/eigen3/Eigen/Geometry +59 -0
- casadi/include/include/eigen3/Eigen/Householder +29 -0
- casadi/include/include/eigen3/Eigen/IterativeLinearSolvers +48 -0
- casadi/include/include/eigen3/Eigen/Jacobi +32 -0
- casadi/include/include/eigen3/Eigen/KLUSupport +41 -0
- casadi/include/include/eigen3/Eigen/LU +47 -0
- casadi/include/include/eigen3/Eigen/MetisSupport +35 -0
- casadi/include/include/eigen3/Eigen/OrderingMethods +70 -0
- casadi/include/include/eigen3/Eigen/PaStiXSupport +49 -0
- casadi/include/include/eigen3/Eigen/PardisoSupport +35 -0
- casadi/include/include/eigen3/Eigen/QR +50 -0
- casadi/include/include/eigen3/Eigen/QtAlignedMalloc +39 -0
- casadi/include/include/eigen3/Eigen/SPQRSupport +34 -0
- casadi/include/include/eigen3/Eigen/SVD +50 -0
- casadi/include/include/eigen3/Eigen/Sparse +34 -0
- casadi/include/include/eigen3/Eigen/SparseCholesky +37 -0
- casadi/include/include/eigen3/Eigen/SparseCore +69 -0
- casadi/include/include/eigen3/Eigen/SparseLU +50 -0
- casadi/include/include/eigen3/Eigen/SparseQR +36 -0
- casadi/include/include/eigen3/Eigen/StdDeque +27 -0
- casadi/include/include/eigen3/Eigen/StdList +26 -0
- casadi/include/include/eigen3/Eigen/StdVector +27 -0
- casadi/include/include/eigen3/Eigen/SuperLUSupport +64 -0
- casadi/include/include/eigen3/Eigen/UmfPackSupport +40 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LDLT.h +688 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LLT.h +558 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
- casadi/include/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +413 -0
- casadi/include/include/eigen3/Eigen/src/Core/Array.h +417 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArrayBase.h +226 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArrayWrapper.h +209 -0
- casadi/include/include/eigen3/Eigen/src/Core/Assign.h +90 -0
- casadi/include/include/eigen3/Eigen/src/Core/AssignEvaluator.h +1010 -0
- casadi/include/include/eigen3/Eigen/src/Core/Assign_MKL.h +178 -0
- casadi/include/include/eigen3/Eigen/src/Core/BandMatrix.h +353 -0
- casadi/include/include/eigen3/Eigen/src/Core/Block.h +448 -0
- casadi/include/include/eigen3/Eigen/src/Core/BooleanRedux.h +162 -0
- casadi/include/include/eigen3/Eigen/src/Core/CommaInitializer.h +164 -0
- casadi/include/include/eigen3/Eigen/src/Core/ConditionEstimator.h +175 -0
- casadi/include/include/eigen3/Eigen/src/Core/CoreEvaluators.h +1741 -0
- casadi/include/include/eigen3/Eigen/src/Core/CoreIterators.h +132 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +183 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +197 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +103 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +132 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseBase.h +701 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +685 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseStorage.h +652 -0
- casadi/include/include/eigen3/Eigen/src/Core/Diagonal.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +391 -0
- casadi/include/include/eigen3/Eigen/src/Core/DiagonalProduct.h +28 -0
- casadi/include/include/eigen3/Eigen/src/Core/Dot.h +318 -0
- casadi/include/include/eigen3/Eigen/src/Core/EigenBase.h +160 -0
- casadi/include/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +150 -0
- casadi/include/include/eigen3/Eigen/src/Core/Fuzzy.h +155 -0
- casadi/include/include/eigen3/Eigen/src/Core/GeneralProduct.h +465 -0
- casadi/include/include/eigen3/Eigen/src/Core/GenericPacketMath.h +1040 -0
- casadi/include/include/eigen3/Eigen/src/Core/GlobalFunctions.h +194 -0
- casadi/include/include/eigen3/Eigen/src/Core/IO.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/IndexedView.h +237 -0
- casadi/include/include/eigen3/Eigen/src/Core/Inverse.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Core/Map.h +171 -0
- casadi/include/include/eigen3/Eigen/src/Core/MapBase.h +310 -0
- casadi/include/include/eigen3/Eigen/src/Core/MathFunctions.h +2057 -0
- casadi/include/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +200 -0
- casadi/include/include/eigen3/Eigen/src/Core/Matrix.h +565 -0
- casadi/include/include/eigen3/Eigen/src/Core/MatrixBase.h +547 -0
- casadi/include/include/eigen3/Eigen/src/Core/NestByValue.h +85 -0
- casadi/include/include/eigen3/Eigen/src/Core/NoAlias.h +109 -0
- casadi/include/include/eigen3/Eigen/src/Core/NumTraits.h +335 -0
- casadi/include/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Core/PermutationMatrix.h +605 -0
- casadi/include/include/eigen3/Eigen/src/Core/PlainObjectBase.h +1128 -0
- casadi/include/include/eigen3/Eigen/src/Core/Product.h +191 -0
- casadi/include/include/eigen3/Eigen/src/Core/ProductEvaluators.h +1179 -0
- casadi/include/include/eigen3/Eigen/src/Core/Random.h +218 -0
- casadi/include/include/eigen3/Eigen/src/Core/Redux.h +515 -0
- casadi/include/include/eigen3/Eigen/src/Core/Ref.h +381 -0
- casadi/include/include/eigen3/Eigen/src/Core/Replicate.h +142 -0
- casadi/include/include/eigen3/Eigen/src/Core/Reshaped.h +454 -0
- casadi/include/include/eigen3/Eigen/src/Core/ReturnByValue.h +119 -0
- casadi/include/include/eigen3/Eigen/src/Core/Reverse.h +217 -0
- casadi/include/include/eigen3/Eigen/src/Core/Select.h +164 -0
- casadi/include/include/eigen3/Eigen/src/Core/SelfAdjointView.h +365 -0
- casadi/include/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
- casadi/include/include/eigen3/Eigen/src/Core/Solve.h +188 -0
- casadi/include/include/eigen3/Eigen/src/Core/SolveTriangular.h +235 -0
- casadi/include/include/eigen3/Eigen/src/Core/SolverBase.h +168 -0
- casadi/include/include/eigen3/Eigen/src/Core/StableNorm.h +251 -0
- casadi/include/include/eigen3/Eigen/src/Core/StlIterators.h +463 -0
- casadi/include/include/eigen3/Eigen/src/Core/Stride.h +116 -0
- casadi/include/include/eigen3/Eigen/src/Core/Swap.h +68 -0
- casadi/include/include/eigen3/Eigen/src/Core/Transpose.h +464 -0
- casadi/include/include/eigen3/Eigen/src/Core/Transpositions.h +386 -0
- casadi/include/include/eigen3/Eigen/src/Core/TriangularMatrix.h +1001 -0
- casadi/include/include/eigen3/Eigen/src/Core/VectorBlock.h +96 -0
- casadi/include/include/eigen3/Eigen/src/Core/VectorwiseOp.h +784 -0
- casadi/include/include/eigen3/Eigen/src/Core/Visitor.h +381 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +372 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Half.h +942 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +49 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +648 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +584 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +351 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +166 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/Parallelizer.h +180 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/BlasUtil.h +583 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Constants.h +563 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +272 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/MKL_support.h +137 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Macros.h +1464 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Memory.h +1163 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Meta.h +812 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/NonMPL2.h +3 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +51 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/StaticAssert.h +221 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +293 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/XprHelper.h +856 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +657 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +558 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/AlignedBox.h +486 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/AngleAxis.h +247 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/EulerAngles.h +114 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Homogeneous.h +501 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Hyperplane.h +282 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +235 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Quaternion.h +870 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Rotation2D.h +199 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/RotationBase.h +206 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Scaling.h +188 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Transform.h +1563 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Translation.h +202 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Umeyama.h +166 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
- casadi/include/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +110 -0
- casadi/include/include/eigen3/Eigen/src/Householder/Householder.h +176 -0
- casadi/include/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +545 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Jacobi/Jacobi.h +483 -0
- casadi/include/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +358 -0
- casadi/include/include/eigen3/Eigen/src/LU/Determinant.h +117 -0
- casadi/include/include/eigen3/Eigen/src/LU/FullPivLU.h +877 -0
- casadi/include/include/eigen3/Eigen/src/LU/InverseImpl.h +432 -0
- casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU.h +624 -0
- casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
- casadi/include/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +351 -0
- casadi/include/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +137 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Amd.h +435 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +153 -0
- casadi/include/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
- casadi/include/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
- casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
- casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
- casadi/include/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
- casadi/include/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
- casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR.h +434 -0
- casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
- casadi/include/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
- casadi/include/include/eigen3/Eigen/src/SVD/BDCSVD.h +1366 -0
- casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD.h +812 -0
- casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
- casadi/include/include/eigen3/Eigen/src/SVD/SVDBase.h +376 -0
- casadi/include/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
- casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
- casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +378 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +274 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +270 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +571 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +206 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDot.h +98 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMap.h +305 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +178 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +181 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +49 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRef.h +397 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +92 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +186 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseVector.h +478 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseView.h +254 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +315 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU.h +923 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
- casadi/include/include/eigen3/Eigen/src/SparseQR/SparseQR.h +758 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdDeque.h +116 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdList.h +106 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdVector.h +131 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/details.h +84 -0
- casadi/include/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
- casadi/include/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
- casadi/include/include/eigen3/Eigen/src/misc/Image.h +82 -0
- casadi/include/include/eigen3/Eigen/src/misc/Kernel.h +79 -0
- casadi/include/include/eigen3/Eigen/src/misc/RealSvd2x2.h +55 -0
- casadi/include/include/eigen3/Eigen/src/misc/blas.h +440 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapack.h +152 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapacke.h +16292 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapacke_mangling.h +17 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
- casadi/include/include/eigen3/Eigen/src/plugins/BlockMethods.h +1442 -0
- casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
- casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
- casadi/include/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +262 -0
- casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
- casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +149 -0
- casadi/include/include/eigen3/signature_of_eigen3_matrix_library +1 -0
- casadi/include/include/eigen3/unsupported/Eigen/AdolcForward +159 -0
- casadi/include/include/eigen3/unsupported/Eigen/AlignedVector3 +234 -0
- casadi/include/include/eigen3/unsupported/Eigen/ArpackSupport +30 -0
- casadi/include/include/eigen3/unsupported/Eigen/AutoDiff +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/BVH +95 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/Tensor +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +42 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +74 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +554 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +329 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +1176 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +1559 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +1093 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +518 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +377 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +1023 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +73 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +1413 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +575 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +1650 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +1679 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +456 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +1132 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +544 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +214 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +347 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +104 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +389 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +1048 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +409 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +490 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +983 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +703 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +388 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +669 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +379 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +237 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +191 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +488 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +302 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +33 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +99 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +44 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +603 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +738 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +82 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +263 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +216 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +98 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +327 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +311 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +1102 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +708 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +291 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +322 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +998 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +966 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +582 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +454 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +465 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +528 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +513 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +471 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +161 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +346 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +303 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +264 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +249 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +629 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +293 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +338 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +669 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +67 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +249 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +486 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +23 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +40 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +301 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +48 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +20 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +537 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +88 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +261 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +158 -0
- casadi/include/include/eigen3/unsupported/Eigen/EulerAngles +43 -0
- casadi/include/include/eigen3/unsupported/Eigen/FFT +419 -0
- casadi/include/include/eigen3/unsupported/Eigen/IterativeSolvers +51 -0
- casadi/include/include/eigen3/unsupported/Eigen/KroneckerProduct +36 -0
- casadi/include/include/eigen3/unsupported/Eigen/LevenbergMarquardt +49 -0
- casadi/include/include/eigen3/unsupported/Eigen/MPRealSupport +213 -0
- casadi/include/include/eigen3/unsupported/Eigen/MatrixFunctions +504 -0
- casadi/include/include/eigen3/unsupported/Eigen/MoreVectorization +24 -0
- casadi/include/include/eigen3/unsupported/Eigen/NonLinearOptimization +140 -0
- casadi/include/include/eigen3/unsupported/Eigen/NumericalDiff +56 -0
- casadi/include/include/eigen3/unsupported/Eigen/OpenGLSupport +322 -0
- casadi/include/include/eigen3/unsupported/Eigen/Polynomials +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/Skyline +39 -0
- casadi/include/include/eigen3/unsupported/Eigen/SparseExtra +54 -0
- casadi/include/include/eigen3/unsupported/Eigen/SpecialFunctions +103 -0
- casadi/include/include/eigen3/unsupported/Eigen/Splines +35 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +108 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +730 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +220 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +293 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +223 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +790 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +355 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +305 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +261 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +449 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +187 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +511 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +335 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +436 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +90 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +154 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +267 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +193 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +305 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +84 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +202 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +160 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +188 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +396 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +441 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +569 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +373 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +705 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +368 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +117 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +95 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +601 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +657 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +66 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +70 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +107 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +298 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +91 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +30 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +99 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +49 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +130 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +280 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +428 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +143 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +352 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +862 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +212 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +295 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +259 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +89 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +122 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +1079 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +404 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +282 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +349 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +286 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +68 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +357 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +66 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +1959 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +118 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +67 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +167 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +58 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +330 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +58 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +2045 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +16 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +16 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +369 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +54 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +34 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +507 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +431 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +93 -0
- casadi/include/include/highs/HConfig.h +20 -0
- casadi/include/include/highs/Highs.h +1459 -0
- casadi/include/include/highs/filereaderlp/builder.hpp +25 -0
- casadi/include/include/highs/filereaderlp/model.hpp +68 -0
- casadi/include/include/highs/filereaderlp/reader.hpp +10 -0
- casadi/include/include/highs/fortran/highs_fortran_api.mod +0 -0
- casadi/include/include/highs/interfaces/highs_c_api.h +2107 -0
- casadi/include/include/highs/io/Filereader.h +47 -0
- casadi/include/include/highs/io/FilereaderEms.h +33 -0
- casadi/include/include/highs/io/FilereaderLp.h +54 -0
- casadi/include/include/highs/io/FilereaderMps.h +30 -0
- casadi/include/include/highs/io/HMPSIO.h +81 -0
- casadi/include/include/highs/io/HMpsFF.h +233 -0
- casadi/include/include/highs/io/HighsIO.h +99 -0
- casadi/include/include/highs/io/LoadOptions.h +27 -0
- casadi/include/include/highs/ipm/IpxWrapper.h +73 -0
- casadi/include/include/highs/lp_data/HConst.h +295 -0
- casadi/include/include/highs/lp_data/HStruct.h +124 -0
- casadi/include/include/highs/lp_data/HighsAnalysis.h +26 -0
- casadi/include/include/highs/lp_data/HighsCallback.h +33 -0
- casadi/include/include/highs/lp_data/HighsCallbackStruct.h +36 -0
- casadi/include/include/highs/lp_data/HighsDebug.h +37 -0
- casadi/include/include/highs/lp_data/HighsInfo.h +304 -0
- casadi/include/include/highs/lp_data/HighsInfoDebug.h +30 -0
- casadi/include/include/highs/lp_data/HighsLp.h +85 -0
- casadi/include/include/highs/lp_data/HighsLpSolverObject.h +48 -0
- casadi/include/include/highs/lp_data/HighsLpUtils.h +266 -0
- casadi/include/include/highs/lp_data/HighsModelUtils.h +109 -0
- casadi/include/include/highs/lp_data/HighsOptions.h +1130 -0
- casadi/include/include/highs/lp_data/HighsRanging.h +46 -0
- casadi/include/include/highs/lp_data/HighsRuntimeOptions.h +276 -0
- casadi/include/include/highs/lp_data/HighsSolution.h +137 -0
- casadi/include/include/highs/lp_data/HighsSolutionDebug.h +90 -0
- casadi/include/include/highs/lp_data/HighsSolve.h +24 -0
- casadi/include/include/highs/lp_data/HighsStatus.h +32 -0
- casadi/include/include/highs/mip/HighsCliqueTable.h +318 -0
- casadi/include/include/highs/mip/HighsConflictPool.h +112 -0
- casadi/include/include/highs/mip/HighsCutGeneration.h +96 -0
- casadi/include/include/highs/mip/HighsCutPool.h +171 -0
- casadi/include/include/highs/mip/HighsDebugSol.h +142 -0
- casadi/include/include/highs/mip/HighsDomain.h +633 -0
- casadi/include/include/highs/mip/HighsDomainChange.h +51 -0
- casadi/include/include/highs/mip/HighsDynamicRowMatrix.h +105 -0
- casadi/include/include/highs/mip/HighsGFkSolve.h +441 -0
- casadi/include/include/highs/mip/HighsImplications.h +146 -0
- casadi/include/include/highs/mip/HighsLpAggregator.h +53 -0
- casadi/include/include/highs/mip/HighsLpRelaxation.h +355 -0
- casadi/include/include/highs/mip/HighsMipSolver.h +103 -0
- casadi/include/include/highs/mip/HighsMipSolverData.h +193 -0
- casadi/include/include/highs/mip/HighsModkSeparator.h +63 -0
- casadi/include/include/highs/mip/HighsNodeQueue.h +312 -0
- casadi/include/include/highs/mip/HighsObjectiveFunction.h +74 -0
- casadi/include/include/highs/mip/HighsPathSeparator.h +42 -0
- casadi/include/include/highs/mip/HighsPrimalHeuristics.h +68 -0
- casadi/include/include/highs/mip/HighsPseudocost.h +351 -0
- casadi/include/include/highs/mip/HighsRedcostFixing.h +45 -0
- casadi/include/include/highs/mip/HighsSearch.h +243 -0
- casadi/include/include/highs/mip/HighsSeparation.h +44 -0
- casadi/include/include/highs/mip/HighsSeparator.h +56 -0
- casadi/include/include/highs/mip/HighsTableauSeparator.h +37 -0
- casadi/include/include/highs/mip/HighsTransformedLp.h +66 -0
- casadi/include/include/highs/model/HighsHessian.h +49 -0
- casadi/include/include/highs/model/HighsHessianUtils.h +47 -0
- casadi/include/include/highs/model/HighsModel.h +43 -0
- casadi/include/include/highs/parallel/HighsBinarySemaphore.h +113 -0
- casadi/include/include/highs/parallel/HighsCacheAlign.h +87 -0
- casadi/include/include/highs/parallel/HighsCombinable.h +121 -0
- casadi/include/include/highs/parallel/HighsMutex.h +128 -0
- casadi/include/include/highs/parallel/HighsParallel.h +128 -0
- casadi/include/include/highs/parallel/HighsRaceTimer.h +43 -0
- casadi/include/include/highs/parallel/HighsSchedulerConstants.h +24 -0
- casadi/include/include/highs/parallel/HighsSpinMutex.h +53 -0
- casadi/include/include/highs/parallel/HighsSplitDeque.h +583 -0
- casadi/include/include/highs/parallel/HighsTask.h +176 -0
- casadi/include/include/highs/parallel/HighsTaskExecutor.h +209 -0
- casadi/include/include/highs/presolve/HPresolve.h +352 -0
- casadi/include/include/highs/presolve/HPresolveAnalysis.h +54 -0
- casadi/include/include/highs/presolve/HighsPostsolveStack.h +883 -0
- casadi/include/include/highs/presolve/HighsSymmetry.h +283 -0
- casadi/include/include/highs/presolve/ICrash.h +121 -0
- casadi/include/include/highs/presolve/ICrashUtil.h +65 -0
- casadi/include/include/highs/presolve/ICrashX.h +26 -0
- casadi/include/include/highs/presolve/PresolveComponent.h +93 -0
- casadi/include/include/highs/qpsolver/a_asm.hpp +56 -0
- casadi/include/include/highs/qpsolver/a_quass.hpp +12 -0
- casadi/include/include/highs/qpsolver/perturbation.hpp +8 -0
- casadi/include/include/highs/qpsolver/quass.hpp +20 -0
- casadi/include/include/highs/qpsolver/scaling.hpp +8 -0
- casadi/include/include/highs/qpsolver/vector.hpp +235 -0
- casadi/include/include/highs/simplex/HApp.h +422 -0
- casadi/include/include/highs/simplex/HEkk.h +369 -0
- casadi/include/include/highs/simplex/HEkkDual.h +515 -0
- casadi/include/include/highs/simplex/HEkkDualRHS.h +138 -0
- casadi/include/include/highs/simplex/HEkkDualRow.h +204 -0
- casadi/include/include/highs/simplex/HEkkPrimal.h +190 -0
- casadi/include/include/highs/simplex/HSimplex.h +47 -0
- casadi/include/include/highs/simplex/HSimplexDebug.h +51 -0
- casadi/include/include/highs/simplex/HSimplexNla.h +184 -0
- casadi/include/include/highs/simplex/HSimplexReport.h +24 -0
- casadi/include/include/highs/simplex/HighsSimplexAnalysis.h +375 -0
- casadi/include/include/highs/simplex/SimplexConst.h +274 -0
- casadi/include/include/highs/simplex/SimplexStruct.h +264 -0
- casadi/include/include/highs/simplex/SimplexTimer.h +427 -0
- casadi/include/include/highs/test/DevKkt.h +146 -0
- casadi/include/include/highs/test/KktCh2.h +82 -0
- casadi/include/include/highs/util/FactorTimer.h +224 -0
- casadi/include/include/highs/util/HFactor.h +558 -0
- casadi/include/include/highs/util/HFactorConst.h +84 -0
- casadi/include/include/highs/util/HFactorDebug.h +58 -0
- casadi/include/include/highs/util/HSet.h +92 -0
- casadi/include/include/highs/util/HVector.h +25 -0
- casadi/include/include/highs/util/HVectorBase.h +105 -0
- casadi/include/include/highs/util/HighsCDouble.h +310 -0
- casadi/include/include/highs/util/HighsComponent.h +56 -0
- casadi/include/include/highs/util/HighsDataStack.h +86 -0
- casadi/include/include/highs/util/HighsDisjointSets.h +110 -0
- casadi/include/include/highs/util/HighsHash.h +1270 -0
- casadi/include/include/highs/util/HighsHashTree.h +1443 -0
- casadi/include/include/highs/util/HighsInt.h +39 -0
- casadi/include/include/highs/util/HighsIntegers.h +216 -0
- casadi/include/include/highs/util/HighsLinearSumBounds.h +160 -0
- casadi/include/include/highs/util/HighsMatrixPic.h +40 -0
- casadi/include/include/highs/util/HighsMatrixSlice.h +561 -0
- casadi/include/include/highs/util/HighsMatrixUtils.h +57 -0
- casadi/include/include/highs/util/HighsRandom.h +233 -0
- casadi/include/include/highs/util/HighsRbTree.h +455 -0
- casadi/include/include/highs/util/HighsSort.h +134 -0
- casadi/include/include/highs/util/HighsSparseMatrix.h +144 -0
- casadi/include/include/highs/util/HighsSparseVectorSum.h +98 -0
- casadi/include/include/highs/util/HighsSplay.h +138 -0
- casadi/include/include/highs/util/HighsTimer.h +334 -0
- casadi/include/include/highs/util/HighsUtils.h +203 -0
- casadi/include/include/highs/util/stringutil.h +39 -0
- casadi/include/include/highs_export.h +42 -0
- casadi/include/include/openblas/cblas.h +411 -0
- casadi/include/include/openblas/f77blas.h +796 -0
- casadi/include/include/openblas/lapack.h +22997 -0
- casadi/include/include/openblas/lapacke.h +12665 -0
- casadi/include/include/openblas/lapacke_config.h +119 -0
- casadi/include/include/openblas/lapacke_example_aux.h +9 -0
- casadi/include/include/openblas/lapacke_mangling.h +17 -0
- casadi/include/include/openblas/lapacke_utils.h +582 -0
- casadi/include/include/openblas/openblas/lapacke_mangling.h +17 -0
- casadi/include/include/openblas/openblas_config.h +139 -0
- casadi/include/include/osqp/auxil.h +181 -0
- casadi/include/include/osqp/constants.h +129 -0
- casadi/include/include/osqp/cs.h +180 -0
- casadi/include/include/osqp/ctrlc.h +56 -0
- casadi/include/include/osqp/error.h +38 -0
- casadi/include/include/osqp/glob_opts.h +167 -0
- casadi/include/include/osqp/lin_alg.h +216 -0
- casadi/include/include/osqp/lin_sys.h +54 -0
- casadi/include/include/osqp/osqp.h +430 -0
- casadi/include/include/osqp/osqp_configure.h +49 -0
- casadi/include/include/osqp/polish.h +25 -0
- casadi/include/include/osqp/proj.h +37 -0
- casadi/include/include/osqp/scaling.h +44 -0
- casadi/include/include/osqp/types.h +326 -0
- casadi/include/include/osqp/util.h +222 -0
- casadi/include/include/proxsuite/config.hpp +68 -0
- casadi/include/include/proxsuite/deprecated.hpp +56 -0
- casadi/include/include/proxsuite/fwd.hpp +52 -0
- casadi/include/include/proxsuite/helpers/common.hpp +70 -0
- casadi/include/include/proxsuite/helpers/instruction-set.hpp +275 -0
- casadi/include/include/proxsuite/helpers/optional.hpp +46 -0
- casadi/include/include/proxsuite/helpers/tl-optional.hpp +2472 -0
- casadi/include/include/proxsuite/helpers/version.hpp +39 -0
- casadi/include/include/proxsuite/linalg/dense/core.hpp +863 -0
- casadi/include/include/proxsuite/linalg/dense/factorize.hpp +375 -0
- casadi/include/include/proxsuite/linalg/dense/ldlt.hpp +817 -0
- casadi/include/include/proxsuite/linalg/dense/modify.hpp +333 -0
- casadi/include/include/proxsuite/linalg/dense/solve.hpp +38 -0
- casadi/include/include/proxsuite/linalg/dense/update.hpp +330 -0
- casadi/include/include/proxsuite/linalg/sparse/core.hpp +531 -0
- casadi/include/include/proxsuite/linalg/sparse/factorize.hpp +1303 -0
- casadi/include/include/proxsuite/linalg/sparse/rowmod.hpp +443 -0
- casadi/include/include/proxsuite/linalg/sparse/update.hpp +348 -0
- casadi/include/include/proxsuite/linalg/veg/internal/assert_impl.hpp +20 -0
- casadi/include/include/proxsuite/linalg/veg/internal/collection_algo.hpp +93 -0
- casadi/include/include/proxsuite/linalg/veg/internal/dbg.hpp +15 -0
- casadi/include/include/proxsuite/linalg/veg/internal/delete_special_members.hpp +77 -0
- casadi/include/include/proxsuite/linalg/veg/internal/dyn_index.hpp +292 -0
- casadi/include/include/proxsuite/linalg/veg/internal/epilogue.hpp +31 -0
- casadi/include/include/proxsuite/linalg/veg/internal/external/hedley.ext.hpp +2074 -0
- casadi/include/include/proxsuite/linalg/veg/internal/external/unhedley.ext.hpp +148 -0
- casadi/include/include/proxsuite/linalg/veg/internal/fix_index.hpp +339 -0
- casadi/include/include/proxsuite/linalg/veg/internal/has_asan.hpp +17 -0
- casadi/include/include/proxsuite/linalg/veg/internal/integer_seq.hpp +248 -0
- casadi/include/include/proxsuite/linalg/veg/internal/macros.hpp +1312 -0
- casadi/include/include/proxsuite/linalg/veg/internal/narrow.hpp +46 -0
- casadi/include/include/proxsuite/linalg/veg/internal/preprocessor.hpp +434 -0
- casadi/include/include/proxsuite/linalg/veg/internal/prologue.hpp +157 -0
- casadi/include/include/proxsuite/linalg/veg/internal/std.hpp +13 -0
- casadi/include/include/proxsuite/linalg/veg/internal/terminate.hpp +22 -0
- casadi/include/include/proxsuite/linalg/veg/internal/typedefs.hpp +58 -0
- casadi/include/include/proxsuite/linalg/veg/memory/address.hpp +97 -0
- casadi/include/include/proxsuite/linalg/veg/memory/alloc.hpp +352 -0
- casadi/include/include/proxsuite/linalg/veg/memory/dynamic_stack.hpp +504 -0
- casadi/include/include/proxsuite/linalg/veg/memory/placement.hpp +202 -0
- casadi/include/include/proxsuite/linalg/veg/memory/stack_alloc.hpp +239 -0
- casadi/include/include/proxsuite/linalg/veg/ref.hpp +148 -0
- casadi/include/include/proxsuite/linalg/veg/slice.hpp +240 -0
- casadi/include/include/proxsuite/linalg/veg/tuple.hpp +876 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/alloc.hpp +169 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/assignable.hpp +53 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/constructible.hpp +217 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/core.hpp +298 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/invocable.hpp +47 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/primitives.hpp +43 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/tags.hpp +47 -0
- casadi/include/include/proxsuite/linalg/veg/util/assert.hpp +48 -0
- casadi/include/include/proxsuite/linalg/veg/util/dbg.hpp +6 -0
- casadi/include/include/proxsuite/linalg/veg/util/defer.hpp +57 -0
- casadi/include/include/proxsuite/linalg/veg/util/dynstack_alloc.hpp +19 -0
- casadi/include/include/proxsuite/linalg/veg/util/get.hpp +153 -0
- casadi/include/include/proxsuite/linalg/veg/util/index.hpp +6 -0
- casadi/include/include/proxsuite/linalg/veg/util/unreachable.hpp +41 -0
- casadi/include/include/proxsuite/linalg/veg/vec.hpp +1034 -0
- casadi/include/include/proxsuite/proxqp/dense/dense.hpp +10 -0
- casadi/include/include/proxsuite/proxqp/dense/fwd.hpp +55 -0
- casadi/include/include/proxsuite/proxqp/dense/helpers.hpp +520 -0
- casadi/include/include/proxsuite/proxqp/dense/linesearch.hpp +517 -0
- casadi/include/include/proxsuite/proxqp/dense/model.hpp +147 -0
- casadi/include/include/proxsuite/proxqp/dense/preconditioner/identity.hpp +113 -0
- casadi/include/include/proxsuite/proxqp/dense/preconditioner/ruiz.hpp +571 -0
- casadi/include/include/proxsuite/proxqp/dense/solver.hpp +1330 -0
- casadi/include/include/proxsuite/proxqp/dense/utils.hpp +415 -0
- casadi/include/include/proxsuite/proxqp/dense/views.hpp +1466 -0
- casadi/include/include/proxsuite/proxqp/dense/workspace.hpp +264 -0
- casadi/include/include/proxsuite/proxqp/dense/wrapper.hpp +491 -0
- casadi/include/include/proxsuite/proxqp/results.hpp +212 -0
- casadi/include/include/proxsuite/proxqp/settings.hpp +302 -0
- casadi/include/include/proxsuite/proxqp/sparse/fwd.hpp +58 -0
- casadi/include/include/proxsuite/proxqp/sparse/helpers.hpp +309 -0
- casadi/include/include/proxsuite/proxqp/sparse/model.hpp +228 -0
- casadi/include/include/proxsuite/proxqp/sparse/preconditioner/identity.hpp +64 -0
- casadi/include/include/proxsuite/proxqp/sparse/preconditioner/ruiz.hpp +569 -0
- casadi/include/include/proxsuite/proxqp/sparse/solver.hpp +1441 -0
- casadi/include/include/proxsuite/proxqp/sparse/sparse.hpp +10 -0
- casadi/include/include/proxsuite/proxqp/sparse/utils.hpp +815 -0
- casadi/include/include/proxsuite/proxqp/sparse/views.hpp +63 -0
- casadi/include/include/proxsuite/proxqp/sparse/workspace.hpp +790 -0
- casadi/include/include/proxsuite/proxqp/sparse/wrapper.hpp +772 -0
- casadi/include/include/proxsuite/proxqp/status.hpp +46 -0
- casadi/include/include/proxsuite/proxqp/timings.hpp +101 -0
- casadi/include/include/proxsuite/proxqp/utils/prints.hpp +47 -0
- casadi/include/include/proxsuite/proxqp/utils/random_qp_problems.hpp +669 -0
- casadi/include/include/proxsuite/serialization/archive.hpp +231 -0
- casadi/include/include/proxsuite/serialization/eigen.hpp +107 -0
- casadi/include/include/proxsuite/serialization/model.hpp +34 -0
- casadi/include/include/proxsuite/serialization/results.hpp +74 -0
- casadi/include/include/proxsuite/serialization/settings.hpp +60 -0
- casadi/include/include/proxsuite/serialization/wrapper.hpp +24 -0
- casadi/include/include/proxsuite/warning.hpp +35 -0
- casadi/include/include/qdldl/qdldl.h +169 -0
- casadi/include/include/qdldl/qdldl_types.h +23 -0
- casadi/include/include/s_blas.h +78 -0
- casadi/include/include/s_blas_64.h +73 -0
- casadi/include/include/simde/arm/neon/aba.h +208 -0
- casadi/include/include/simde/arm/neon/abd.h +384 -0
- casadi/include/include/simde/arm/neon/abdl.h +147 -0
- casadi/include/include/simde/arm/neon/abs.h +408 -0
- casadi/include/include/simde/arm/neon/add.h +681 -0
- casadi/include/include/simde/arm/neon/addl.h +127 -0
- casadi/include/include/simde/arm/neon/addl_high.h +127 -0
- casadi/include/include/simde/arm/neon/addlv.h +317 -0
- casadi/include/include/simde/arm/neon/addv.h +447 -0
- casadi/include/include/simde/arm/neon/addw.h +222 -0
- casadi/include/include/simde/arm/neon/addw_high.h +193 -0
- casadi/include/include/simde/arm/neon/and.h +552 -0
- casadi/include/include/simde/arm/neon/bic.h +472 -0
- casadi/include/include/simde/arm/neon/bsl.h +448 -0
- casadi/include/include/simde/arm/neon/cagt.h +168 -0
- casadi/include/include/simde/arm/neon/ceq.h +711 -0
- casadi/include/include/simde/arm/neon/ceqz.h +335 -0
- casadi/include/include/simde/arm/neon/cge.h +677 -0
- casadi/include/include/simde/arm/neon/cgez.h +378 -0
- casadi/include/include/simde/arm/neon/cgt.h +686 -0
- casadi/include/include/simde/arm/neon/cgtz.h +380 -0
- casadi/include/include/simde/arm/neon/cle.h +677 -0
- casadi/include/include/simde/arm/neon/clez.h +378 -0
- casadi/include/include/simde/arm/neon/cls.h +148 -0
- casadi/include/include/simde/arm/neon/clt.h +679 -0
- casadi/include/include/simde/arm/neon/cltz.h +263 -0
- casadi/include/include/simde/arm/neon/clz.h +423 -0
- casadi/include/include/simde/arm/neon/cnt.h +145 -0
- casadi/include/include/simde/arm/neon/combine.h +343 -0
- casadi/include/include/simde/arm/neon/create.h +186 -0
- casadi/include/include/simde/arm/neon/cvt.h +492 -0
- casadi/include/include/simde/arm/neon/dot.h +171 -0
- casadi/include/include/simde/arm/neon/dot_lane.h +196 -0
- casadi/include/include/simde/arm/neon/dup_lane.h +702 -0
- casadi/include/include/simde/arm/neon/dup_n.h +534 -0
- casadi/include/include/simde/arm/neon/eor.h +552 -0
- casadi/include/include/simde/arm/neon/ext.h +887 -0
- casadi/include/include/simde/arm/neon/get_high.h +260 -0
- casadi/include/include/simde/arm/neon/get_lane.h +499 -0
- casadi/include/include/simde/arm/neon/get_low.h +276 -0
- casadi/include/include/simde/arm/neon/hadd.h +287 -0
- casadi/include/include/simde/arm/neon/hsub.h +287 -0
- casadi/include/include/simde/arm/neon/ld1.h +399 -0
- casadi/include/include/simde/arm/neon/ld3.h +609 -0
- casadi/include/include/simde/arm/neon/ld4.h +448 -0
- casadi/include/include/simde/arm/neon/max.h +614 -0
- casadi/include/include/simde/arm/neon/maxnm.h +215 -0
- casadi/include/include/simde/arm/neon/maxv.h +400 -0
- casadi/include/include/simde/arm/neon/min.h +660 -0
- casadi/include/include/simde/arm/neon/minnm.h +215 -0
- casadi/include/include/simde/arm/neon/minv.h +424 -0
- casadi/include/include/simde/arm/neon/mla.h +530 -0
- casadi/include/include/simde/arm/neon/mla_n.h +333 -0
- casadi/include/include/simde/arm/neon/mlal.h +156 -0
- casadi/include/include/simde/arm/neon/mlal_high.h +156 -0
- casadi/include/include/simde/arm/neon/mlal_n.h +128 -0
- casadi/include/include/simde/arm/neon/mls.h +264 -0
- casadi/include/include/simde/arm/neon/mlsl.h +124 -0
- casadi/include/include/simde/arm/neon/mlsl_high.h +124 -0
- casadi/include/include/simde/arm/neon/mlsl_n.h +96 -0
- casadi/include/include/simde/arm/neon/movl.h +208 -0
- casadi/include/include/simde/arm/neon/movl_high.h +126 -0
- casadi/include/include/simde/arm/neon/movn.h +195 -0
- casadi/include/include/simde/arm/neon/movn_high.h +125 -0
- casadi/include/include/simde/arm/neon/mul.h +594 -0
- casadi/include/include/simde/arm/neon/mul_lane.h +472 -0
- casadi/include/include/simde/arm/neon/mul_n.h +383 -0
- casadi/include/include/simde/arm/neon/mull.h +236 -0
- casadi/include/include/simde/arm/neon/mull_high.h +125 -0
- casadi/include/include/simde/arm/neon/mull_n.h +158 -0
- casadi/include/include/simde/arm/neon/mvn.h +426 -0
- casadi/include/include/simde/arm/neon/neg.h +393 -0
- casadi/include/include/simde/arm/neon/orn.h +505 -0
- casadi/include/include/simde/arm/neon/orr.h +552 -0
- casadi/include/include/simde/arm/neon/padal.h +211 -0
- casadi/include/include/simde/arm/neon/padd.h +293 -0
- casadi/include/include/simde/arm/neon/paddl.h +239 -0
- casadi/include/include/simde/arm/neon/pmax.h +253 -0
- casadi/include/include/simde/arm/neon/pmin.h +260 -0
- casadi/include/include/simde/arm/neon/qabs.h +281 -0
- casadi/include/include/simde/arm/neon/qadd.h +553 -0
- casadi/include/include/simde/arm/neon/qdmulh.h +125 -0
- casadi/include/include/simde/arm/neon/qdmull.h +125 -0
- casadi/include/include/simde/arm/neon/qmovn.h +273 -0
- casadi/include/include/simde/arm/neon/qmovn_high.h +127 -0
- casadi/include/include/simde/arm/neon/qmovun.h +159 -0
- casadi/include/include/simde/arm/neon/qneg.h +301 -0
- casadi/include/include/simde/arm/neon/qrdmulh.h +165 -0
- casadi/include/include/simde/arm/neon/qrdmulh_n.h +136 -0
- casadi/include/include/simde/arm/neon/qshl.h +732 -0
- casadi/include/include/simde/arm/neon/qsub.h +549 -0
- casadi/include/include/simde/arm/neon/qtbl.h +455 -0
- casadi/include/include/simde/arm/neon/qtbx.h +470 -0
- casadi/include/include/simde/arm/neon/rbit.h +165 -0
- casadi/include/include/simde/arm/neon/reinterpret.h +3101 -0
- casadi/include/include/simde/arm/neon/rev16.h +137 -0
- casadi/include/include/simde/arm/neon/rev32.h +235 -0
- casadi/include/include/simde/arm/neon/rev64.h +358 -0
- casadi/include/include/simde/arm/neon/rhadd.h +406 -0
- casadi/include/include/simde/arm/neon/rnd.h +143 -0
- casadi/include/include/simde/arm/neon/rndi.h +135 -0
- casadi/include/include/simde/arm/neon/rndm.h +143 -0
- casadi/include/include/simde/arm/neon/rndn.h +135 -0
- casadi/include/include/simde/arm/neon/rndp.h +143 -0
- casadi/include/include/simde/arm/neon/rshl.h +903 -0
- casadi/include/include/simde/arm/neon/rshr_n.h +471 -0
- casadi/include/include/simde/arm/neon/rsra_n.h +209 -0
- casadi/include/include/simde/arm/neon/set_lane.h +422 -0
- casadi/include/include/simde/arm/neon/shl.h +805 -0
- casadi/include/include/simde/arm/neon/shl_n.h +560 -0
- casadi/include/include/simde/arm/neon/shr_n.h +612 -0
- casadi/include/include/simde/arm/neon/sra_n.h +202 -0
- casadi/include/include/simde/arm/neon/st1.h +353 -0
- casadi/include/include/simde/arm/neon/st1_lane.h +363 -0
- casadi/include/include/simde/arm/neon/st3.h +426 -0
- casadi/include/include/simde/arm/neon/st4.h +445 -0
- casadi/include/include/simde/arm/neon/sub.h +659 -0
- casadi/include/include/simde/arm/neon/subl.h +127 -0
- casadi/include/include/simde/arm/neon/subw.h +221 -0
- casadi/include/include/simde/arm/neon/subw_high.h +222 -0
- casadi/include/include/simde/arm/neon/tbl.h +224 -0
- casadi/include/include/simde/arm/neon/tbx.h +247 -0
- casadi/include/include/simde/arm/neon/trn.h +252 -0
- casadi/include/include/simde/arm/neon/trn1.h +500 -0
- casadi/include/include/simde/arm/neon/trn2.h +499 -0
- casadi/include/include/simde/arm/neon/tst.h +540 -0
- casadi/include/include/simde/arm/neon/types.h +683 -0
- casadi/include/include/simde/arm/neon/uqadd.h +325 -0
- casadi/include/include/simde/arm/neon/uzp.h +252 -0
- casadi/include/include/simde/arm/neon/uzp1.h +643 -0
- casadi/include/include/simde/arm/neon/uzp2.h +647 -0
- casadi/include/include/simde/arm/neon/zip.h +252 -0
- casadi/include/include/simde/arm/neon/zip1.h +625 -0
- casadi/include/include/simde/arm/neon/zip2.h +625 -0
- casadi/include/include/simde/arm/neon.h +166 -0
- casadi/include/include/simde/check.h +276 -0
- casadi/include/include/simde/debug-trap.h +85 -0
- casadi/include/include/simde/hedley.h +1971 -0
- casadi/include/include/simde/simde-align.h +449 -0
- casadi/include/include/simde/simde-arch.h +532 -0
- casadi/include/include/simde/simde-common.h +890 -0
- casadi/include/include/simde/simde-complex.h +148 -0
- casadi/include/include/simde/simde-constify.h +397 -0
- casadi/include/include/simde/simde-detect-clang.h +109 -0
- casadi/include/include/simde/simde-diagnostic.h +428 -0
- casadi/include/include/simde/simde-features.h +522 -0
- casadi/include/include/simde/simde-math.h +1805 -0
- casadi/include/include/simde/x86/avx.h +6193 -0
- casadi/include/include/simde/x86/avx2.h +5660 -0
- casadi/include/include/simde/x86/avx512/2intersect.h +250 -0
- casadi/include/include/simde/x86/avx512/abs.h +562 -0
- casadi/include/include/simde/x86/avx512/add.h +641 -0
- casadi/include/include/simde/x86/avx512/adds.h +390 -0
- casadi/include/include/simde/x86/avx512/and.h +305 -0
- casadi/include/include/simde/x86/avx512/andnot.h +193 -0
- casadi/include/include/simde/x86/avx512/avg.h +258 -0
- casadi/include/include/simde/x86/avx512/blend.h +293 -0
- casadi/include/include/simde/x86/avx512/broadcast.h +897 -0
- casadi/include/include/simde/x86/avx512/cast.h +324 -0
- casadi/include/include/simde/x86/avx512/cmp.h +587 -0
- casadi/include/include/simde/x86/avx512/cmpeq.h +179 -0
- casadi/include/include/simde/x86/avx512/cmpge.h +104 -0
- casadi/include/include/simde/x86/avx512/cmpgt.h +189 -0
- casadi/include/include/simde/x86/avx512/cmple.h +103 -0
- casadi/include/include/simde/x86/avx512/cmplt.h +123 -0
- casadi/include/include/simde/x86/avx512/copysign.h +86 -0
- casadi/include/include/simde/x86/avx512/cvt.h +122 -0
- casadi/include/include/simde/x86/avx512/cvts.h +723 -0
- casadi/include/include/simde/x86/avx512/div.h +162 -0
- casadi/include/include/simde/x86/avx512/extract.h +198 -0
- casadi/include/include/simde/x86/avx512/fmadd.h +136 -0
- casadi/include/include/simde/x86/avx512/fmsub.h +108 -0
- casadi/include/include/simde/x86/avx512/fnmadd.h +108 -0
- casadi/include/include/simde/x86/avx512/fnmsub.h +108 -0
- casadi/include/include/simde/x86/avx512/insert.h +193 -0
- casadi/include/include/simde/x86/avx512/kshift.h +152 -0
- casadi/include/include/simde/x86/avx512/load.h +67 -0
- casadi/include/include/simde/x86/avx512/loadu.h +113 -0
- casadi/include/include/simde/x86/avx512/lzcnt.h +209 -0
- casadi/include/include/simde/x86/avx512/madd.h +155 -0
- casadi/include/include/simde/x86/avx512/maddubs.h +159 -0
- casadi/include/include/simde/x86/avx512/max.h +587 -0
- casadi/include/include/simde/x86/avx512/min.h +587 -0
- casadi/include/include/simde/x86/avx512/mov.h +859 -0
- casadi/include/include/simde/x86/avx512/mov_mask.h +372 -0
- casadi/include/include/simde/x86/avx512/movm.h +460 -0
- casadi/include/include/simde/x86/avx512/mul.h +279 -0
- casadi/include/include/simde/x86/avx512/mulhi.h +65 -0
- casadi/include/include/simde/x86/avx512/mulhrs.h +65 -0
- casadi/include/include/simde/x86/avx512/mullo.h +117 -0
- casadi/include/include/simde/x86/avx512/negate.h +88 -0
- casadi/include/include/simde/x86/avx512/or.h +252 -0
- casadi/include/include/simde/x86/avx512/packs.h +122 -0
- casadi/include/include/simde/x86/avx512/packus.h +122 -0
- casadi/include/include/simde/x86/avx512/permutex2var.h +1645 -0
- casadi/include/include/simde/x86/avx512/permutexvar.h +1180 -0
- casadi/include/include/simde/x86/avx512/sad.h +77 -0
- casadi/include/include/simde/x86/avx512/set.h +477 -0
- casadi/include/include/simde/x86/avx512/set1.h +331 -0
- casadi/include/include/simde/x86/avx512/set4.h +140 -0
- casadi/include/include/simde/x86/avx512/setone.h +66 -0
- casadi/include/include/simde/x86/avx512/setr.h +144 -0
- casadi/include/include/simde/x86/avx512/setr4.h +140 -0
- casadi/include/include/simde/x86/avx512/setzero.h +90 -0
- casadi/include/include/simde/x86/avx512/shuffle.h +176 -0
- casadi/include/include/simde/x86/avx512/sll.h +247 -0
- casadi/include/include/simde/x86/avx512/slli.h +179 -0
- casadi/include/include/simde/x86/avx512/sllv.h +68 -0
- casadi/include/include/simde/x86/avx512/sqrt.h +127 -0
- casadi/include/include/simde/x86/avx512/sra.h +81 -0
- casadi/include/include/simde/x86/avx512/srai.h +70 -0
- casadi/include/include/simde/x86/avx512/srav.h +67 -0
- casadi/include/include/simde/x86/avx512/srl.h +216 -0
- casadi/include/include/simde/x86/avx512/srli.h +180 -0
- casadi/include/include/simde/x86/avx512/srlv.h +282 -0
- casadi/include/include/simde/x86/avx512/store.h +93 -0
- casadi/include/include/simde/x86/avx512/storeu.h +93 -0
- casadi/include/include/simde/x86/avx512/sub.h +351 -0
- casadi/include/include/simde/x86/avx512/subs.h +222 -0
- casadi/include/include/simde/x86/avx512/test.h +193 -0
- casadi/include/include/simde/x86/avx512/types.h +380 -0
- casadi/include/include/simde/x86/avx512/unpackhi.h +380 -0
- casadi/include/include/simde/x86/avx512/unpacklo.h +104 -0
- casadi/include/include/simde/x86/avx512/xor.h +263 -0
- casadi/include/include/simde/x86/avx512/xorsign.h +72 -0
- casadi/include/include/simde/x86/avx512.h +108 -0
- casadi/include/include/simde/x86/clmul.h +414 -0
- casadi/include/include/simde/x86/fma.h +724 -0
- casadi/include/include/simde/x86/gfni.h +802 -0
- casadi/include/include/simde/x86/mmx.h +2399 -0
- casadi/include/include/simde/x86/sse.h +4471 -0
- casadi/include/include/simde/x86/sse2.h +7389 -0
- casadi/include/include/simde/x86/sse3.h +499 -0
- casadi/include/include/simde/x86/sse4.1.h +2216 -0
- casadi/include/include/simde/x86/sse4.2.h +347 -0
- casadi/include/include/simde/x86/ssse3.h +1032 -0
- casadi/include/include/simde/x86/svml.h +12139 -0
- casadi/include/include/simde/x86/xop.h +3644 -0
- casadi/include/include/sleqp/defs.h +58 -0
- casadi/include/include/sleqp/export.h +42 -0
- casadi/include/include/sleqp/pub_cmp.h +18 -0
- casadi/include/include/sleqp/pub_dyn.h +140 -0
- casadi/include/include/sleqp/pub_error.h +50 -0
- casadi/include/include/sleqp/pub_func.h +257 -0
- casadi/include/include/sleqp/pub_hess_struct.h +105 -0
- casadi/include/include/sleqp/pub_iterate.h +88 -0
- casadi/include/include/sleqp/pub_log.h +88 -0
- casadi/include/include/sleqp/pub_lsq.h +158 -0
- casadi/include/include/sleqp/pub_mem.h +52 -0
- casadi/include/include/sleqp/pub_problem.h +213 -0
- casadi/include/include/sleqp/pub_scale.h +150 -0
- casadi/include/include/sleqp/pub_settings.h +162 -0
- casadi/include/include/sleqp/pub_solver.h +155 -0
- casadi/include/include/sleqp/pub_types.h +230 -0
- casadi/include/include/sleqp/pub_working_set.h +135 -0
- casadi/include/include/sleqp/sparse/pub_mat.h +153 -0
- casadi/include/include/sleqp/sparse/pub_vec.h +336 -0
- casadi/include/include/sleqp.h +38 -0
- casadi/include/include/spral.h +13 -0
- casadi/include/include/spral_lsmr.h +57 -0
- casadi/include/include/spral_matrix_util.h +40 -0
- casadi/include/include/spral_random.h +26 -0
- casadi/include/include/spral_random_matrix.h +27 -0
- casadi/include/include/spral_rutherford_boeing.h +51 -0
- casadi/include/include/spral_scaling.h +139 -0
- casadi/include/include/spral_ssids.h +121 -0
- casadi/include/include/spral_ssmfe.h +268 -0
- casadi/include/include/superscs/cones.h +185 -0
- casadi/include/include/superscs/constants.h +144 -0
- casadi/include/include/superscs/cs.h +109 -0
- casadi/include/include/superscs/ctrlc.h +77 -0
- casadi/include/include/superscs/directions.h +125 -0
- casadi/include/include/superscs/glbopts.h +240 -0
- casadi/include/include/superscs/linAlg.h +437 -0
- casadi/include/include/superscs/linSys.h +205 -0
- casadi/include/include/superscs/linsys/amatrix.h +77 -0
- casadi/include/include/superscs/linsys/common.h +49 -0
- casadi/include/include/superscs/normalize.h +138 -0
- casadi/include/include/superscs/scs.h +656 -0
- casadi/include/include/superscs/scs_blas.h +79 -0
- casadi/include/include/superscs/scs_parser.h +187 -0
- casadi/include/include/superscs/unit_test_util.h +210 -0
- casadi/include/include/superscs/util.h +354 -0
- casadi/include/include/trlib/trlib_eigen_inverse.h +118 -0
- casadi/include/include/trlib/trlib_krylov.h +493 -0
- casadi/include/include/trlib/trlib_leftmost.h +181 -0
- casadi/include/include/trlib/trlib_private.h +109 -0
- casadi/include/include/trlib/trlib_quadratic_zero.h +57 -0
- casadi/include/include/trlib/trlib_tri_factor.h +409 -0
- casadi/include/include/trlib/trlib_types.h +36 -0
- casadi/include/include/trlib.h +44 -0
- casadi/include/licenses/alpaqa-external/LICENSE +165 -0
- casadi/include/licenses/highs-external/LICENSE +1 -1
- casadi/include/licenses/sleqp-external/LICENSE +165 -0
- casadi/include/licenses/trlib-external/LICENSE +21 -0
- casadi/include/trlib/trlib_eigen_inverse.h +118 -0
- casadi/include/trlib/trlib_krylov.h +493 -0
- casadi/include/trlib/trlib_leftmost.h +181 -0
- casadi/include/trlib/trlib_private.h +109 -0
- casadi/include/trlib/trlib_quadratic_zero.h +57 -0
- casadi/include/trlib/trlib_tri_factor.h +409 -0
- casadi/include/trlib/trlib_types.h +36 -0
- casadi/lib64/libtinyxml2.a +0 -0
- casadi/libCbc.la +3 -3
- casadi/libCbc.so +0 -0
- casadi/libCbc.so.3 +0 -0
- casadi/libCbc.so.3.10.11 +0 -0
- casadi/libCbcSolver.la +3 -3
- casadi/libCbcSolver.so +0 -0
- casadi/libCbcSolver.so.3 +0 -0
- casadi/libCbcSolver.so.3.10.11 +0 -0
- casadi/libCgl.la +2 -2
- casadi/libCgl.so +0 -0
- casadi/libCgl.so.1 +0 -0
- casadi/libCgl.so.1.10.8 +0 -0
- casadi/libClp.la +2 -2
- casadi/libClp.so +0 -0
- casadi/libClp.so.1 +0 -0
- casadi/libClp.so.1.14.9 +0 -0
- casadi/libClpSolver.la +2 -2
- casadi/libClpSolver.so +0 -0
- casadi/libClpSolver.so.1 +0 -0
- casadi/libClpSolver.so.1.14.9 +0 -0
- casadi/libCoinUtils.la +2 -2
- casadi/libCoinUtils.so +0 -0
- casadi/libCoinUtils.so.3 +0 -0
- casadi/libCoinUtils.so.3.11.10 +0 -0
- casadi/libFortranHighs.so +0 -0
- casadi/libOsi.la +2 -2
- casadi/libOsiCbc.la +3 -3
- casadi/libOsiCbc.so +0 -0
- casadi/libOsiCbc.so.3 +0 -0
- casadi/libOsiCbc.so.3.10.11 +0 -0
- casadi/libOsiClp.la +2 -2
- casadi/libOsiClp.so +0 -0
- casadi/libOsiClp.so.1 +0 -0
- casadi/libOsiClp.so.1.14.9 +0 -0
- casadi/libOsiCommonTests.la +2 -2
- casadi/libOsiCommonTests.so +0 -0
- casadi/libOsiCommonTests.so.1 +0 -0
- casadi/libOsiCommonTests.so.1.13.9 +0 -0
- casadi/libalpaqa-dl-loader.so +0 -0
- casadi/libalpaqa-dl-loader.so.1.0.0 +0 -0
- casadi/libalpaqa.so +0 -0
- casadi/libalpaqa.so.1.0.0 +0 -0
- casadi/libbonmin.la +3 -3
- casadi/libbonmin.so +0 -0
- casadi/libbonmin.so.4 +0 -0
- casadi/libbonmin.so.4.8.9 +0 -0
- casadi/libcasadi.so +0 -0
- casadi/libcasadi.so.3.7 +0 -0
- casadi/libcasadi_conic_cbc.so +0 -0
- casadi/libcasadi_conic_cbc.so.3.7 +0 -0
- casadi/libcasadi_conic_clp.so +0 -0
- casadi/libcasadi_conic_clp.so.3.7 +0 -0
- casadi/libcasadi_conic_cplex.so +0 -0
- casadi/libcasadi_conic_cplex.so.3.7 +0 -0
- casadi/libcasadi_conic_gurobi.so +0 -0
- casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
- casadi/libcasadi_conic_highs.so +0 -0
- casadi/libcasadi_conic_highs.so.3.7 +0 -0
- casadi/libcasadi_conic_hpipm.so +0 -0
- casadi/libcasadi_conic_hpipm.so.3.7 +0 -0
- casadi/libcasadi_conic_ipqp.so +0 -0
- casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
- casadi/libcasadi_conic_nlpsol.so +0 -0
- casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
- casadi/libcasadi_conic_osqp.so +0 -0
- casadi/libcasadi_conic_osqp.so.3.7 +0 -0
- casadi/libcasadi_conic_proxqp.so +0 -0
- casadi/libcasadi_conic_proxqp.so.3.7 +0 -0
- casadi/libcasadi_conic_qpoases.so +0 -0
- casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
- casadi/libcasadi_conic_qrqp.so +0 -0
- casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
- casadi/libcasadi_conic_superscs.so +0 -0
- casadi/libcasadi_conic_superscs.so.3.7 +0 -0
- casadi/libcasadi_integrator_collocation.so +0 -0
- casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
- casadi/libcasadi_integrator_cvodes.so +0 -0
- casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
- casadi/libcasadi_integrator_idas.so +0 -0
- casadi/libcasadi_integrator_idas.so.3.7 +0 -0
- casadi/libcasadi_interpolant_bspline.so +0 -0
- casadi/libcasadi_interpolant_bspline.so.3.7 +0 -0
- casadi/libcasadi_interpolant_linear.so +0 -0
- casadi/libcasadi_interpolant_linear.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapacklu.so +0 -0
- casadi/libcasadi_linsol_lapacklu.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapackqr.so +0 -0
- casadi/libcasadi_linsol_lapackqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_ldl.so +0 -0
- casadi/libcasadi_linsol_ldl.so.3.7 +0 -0
- casadi/libcasadi_linsol_mumps.so +0 -0
- casadi/libcasadi_linsol_mumps.so.3.7 +0 -0
- casadi/libcasadi_linsol_qr.so +0 -0
- casadi/libcasadi_linsol_qr.so.3.7 +0 -0
- casadi/libcasadi_linsol_symbolicqr.so +0 -0
- casadi/libcasadi_linsol_symbolicqr.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ampl.so +0 -0
- casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_bonmin.so +0 -0
- casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ipopt.so +0 -0
- casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_knitro.so +0 -0
- casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_scpgen.so +0 -0
- casadi/libcasadi_nlpsol_scpgen.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sleqp.so +0 -0
- casadi/libcasadi_nlpsol_sleqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_snopt.so +0 -0
- casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_worhp.so +0 -0
- casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_newton.so +0 -0
- casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
- casadi/libcasadi_sundials_common.so +0 -0
- casadi/libcasadi_sundials_common.so.3.7 +0 -0
- casadi/libhighs.so +0 -0
- casadi/libhighs.so.1.6 +0 -0
- casadi/libhighs.so.1.6.0 +0 -0
- casadi/libindirect.a +0 -0
- casadi/liblinsys.a +0 -0
- casadi/libosqp.a +0 -0
- casadi/libqdldl.a +0 -0
- casadi/libsleqp.so +0 -0
- casadi/libsleqp.so.1.0.1 +0 -0
- casadi/libspral.a +0 -0
- casadi/libsuperscs.a +0 -0
- casadi/libtrlib.so +0 -0
- casadi/libtrlib.so.0.4 +0 -0
- casadi/pkgconfig/blas.pc +11 -0
- casadi/pkgconfig/bonmin.pc +1 -1
- casadi/pkgconfig/casadi.pc +1 -1
- casadi/pkgconfig/cbc.pc +2 -2
- casadi/pkgconfig/cgl.pc +2 -2
- casadi/pkgconfig/clp.pc +1 -1
- casadi/pkgconfig/coinutils.pc +1 -1
- casadi/pkgconfig/highs.pc +3 -3
- casadi/pkgconfig/lapack.pc +11 -0
- casadi/pkgconfig/openblas.pc +1 -1
- casadi/pkgconfig/osi-cbc.pc +1 -1
- casadi/pkgconfig/osi-clp.pc +1 -1
- casadi/pkgconfig/osi-unittests.pc +1 -1
- casadi/pkgconfig/osi.pc +1 -1
- casadi/pkgconfig/proxsuite.pc +22 -0
- casadi/pkgconfig/sleqp.pc +10 -0
- casadi-3.6.4.dist-info/METADATA +37 -0
- casadi-3.6.4.dist-info/RECORD +3209 -0
- casadi/libCbc.so.3.10.6 +0 -0
- casadi/libCbcSolver.so.3.10.6 +0 -0
- casadi/libCgl.so.1.10.4 +0 -0
- casadi/libClp.so.1.14.7 +0 -0
- casadi/libClpSolver.so.1.14.7 +0 -0
- casadi/libCoinUtils.so.3.11.6 +0 -0
- casadi/libOsiCbc.so.3.10.6 +0 -0
- casadi/libOsiClp.so.1.14.7 +0 -0
- casadi/libOsiCommonTests.so.1.13.7 +0 -0
- casadi/libbonmin.so.4.8.8 +0 -0
- casadi/libhighs.so.1.4 +0 -0
- casadi/libhighs.so.1.4.0 +0 -0
- casadi-3.6.2.dist-info/METADATA +0 -37
- casadi-3.6.2.dist-info/RECORD +0 -1597
- /casadi/include/{blasfeo.h → include/blasfeo.h} +0 -0
- /casadi/include/{blasfeo_block_size.h → include/blasfeo_block_size.h} +0 -0
- /casadi/include/{blasfeo_common.h → include/blasfeo_common.h} +0 -0
- /casadi/include/{blasfeo_d_aux.h → include/blasfeo_d_aux.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ext_dep.h → include/blasfeo_d_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ext_dep_ref.h → include/blasfeo_d_aux_ext_dep_ref.h} +0 -0
- /casadi/include/{blasfeo_d_aux_old.h → include/blasfeo_d_aux_old.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ref.h → include/blasfeo_d_aux_ref.h} +0 -0
- /casadi/include/{blasfeo_d_aux_test.h → include/blasfeo_d_aux_test.h} +0 -0
- /casadi/include/{blasfeo_d_blas.h → include/blasfeo_d_blas.h} +0 -0
- /casadi/include/{blasfeo_d_blas_api.h → include/blasfeo_d_blas_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_api.h → include/blasfeo_d_blasfeo_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_api_ref.h → include/blasfeo_d_blasfeo_api_ref.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_hp_api.h → include/blasfeo_d_blasfeo_hp_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_ref_api.h → include/blasfeo_d_blasfeo_ref_api.h} +0 -0
- /casadi/include/{blasfeo_d_kernel.h → include/blasfeo_d_kernel.h} +0 -0
- /casadi/include/{blasfeo_i_aux_ext_dep.h → include/blasfeo_i_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_m_aux.h → include/blasfeo_m_aux.h} +0 -0
- /casadi/include/{blasfeo_memory.h → include/blasfeo_memory.h} +0 -0
- /casadi/include/{blasfeo_naming.h → include/blasfeo_naming.h} +0 -0
- /casadi/include/{blasfeo_processor_features.h → include/blasfeo_processor_features.h} +0 -0
- /casadi/include/{blasfeo_s_aux.h → include/blasfeo_s_aux.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ext_dep.h → include/blasfeo_s_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ext_dep_ref.h → include/blasfeo_s_aux_ext_dep_ref.h} +0 -0
- /casadi/include/{blasfeo_s_aux_old.h → include/blasfeo_s_aux_old.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ref.h → include/blasfeo_s_aux_ref.h} +0 -0
- /casadi/include/{blasfeo_s_aux_test.h → include/blasfeo_s_aux_test.h} +0 -0
- /casadi/include/{blasfeo_s_blas.h → include/blasfeo_s_blas.h} +0 -0
- /casadi/include/{blasfeo_s_blas_api.h → include/blasfeo_s_blas_api.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_api.h → include/blasfeo_s_blasfeo_api.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_api_ref.h → include/blasfeo_s_blasfeo_api_ref.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_ref_api.h → include/blasfeo_s_blasfeo_ref_api.h} +0 -0
- /casadi/include/{blasfeo_s_kernel.h → include/blasfeo_s_kernel.h} +0 -0
- /casadi/include/{blasfeo_stdlib.h → include/blasfeo_stdlib.h} +0 -0
- /casadi/include/{blasfeo_target.h → include/blasfeo_target.h} +0 -0
- /casadi/include/{blasfeo_timing.h → include/blasfeo_timing.h} +0 -0
- /casadi/include/{blasfeo_v_aux_ext_dep.h → include/blasfeo_v_aux_ext_dep.h} +0 -0
- /casadi/include/{hpipm_aux_mem.h → include/hpipm_aux_mem.h} +0 -0
- /casadi/include/{hpipm_aux_string.h → include/hpipm_aux_string.h} +0 -0
- /casadi/include/{hpipm_common.h → include/hpipm_common.h} +0 -0
- /casadi/include/{hpipm_d_cast_qcqp.h → include/hpipm_d_cast_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_cond.h → include/hpipm_d_cond.h} +0 -0
- /casadi/include/{hpipm_d_cond_aux.h → include/hpipm_d_cond_aux.h} +0 -0
- /casadi/include/{hpipm_d_cond_qcqp.h → include/hpipm_d_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_core_qp_ipm.h → include/hpipm_d_core_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_core_qp_ipm_aux.h → include/hpipm_d_core_qp_ipm_aux.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp.h → include/hpipm_d_dense_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_dim.h → include/hpipm_d_dense_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_ipm.h → include/hpipm_d_dense_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_res.h → include/hpipm_d_dense_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_sol.h → include/hpipm_d_dense_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_utils.h → include/hpipm_d_dense_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp.h → include/hpipm_d_dense_qp.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_dim.h → include/hpipm_d_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_ipm.h → include/hpipm_d_dense_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_kkt.h → include/hpipm_d_dense_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_res.h → include/hpipm_d_dense_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_sol.h → include/hpipm_d_dense_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_utils.h → include/hpipm_d_dense_qp_utils.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp.h → include/hpipm_d_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_dim.h → include/hpipm_d_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_ipm.h → include/hpipm_d_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_red.h → include/hpipm_d_ocp_qcqp_red.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_res.h → include/hpipm_d_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_sol.h → include/hpipm_d_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_utils.h → include/hpipm_d_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp.h → include/hpipm_d_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_dim.h → include/hpipm_d_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_ipm.h → include/hpipm_d_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_kkt.h → include/hpipm_d_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_red.h → include/hpipm_d_ocp_qp_red.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_res.h → include/hpipm_d_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_sol.h → include/hpipm_d_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_utils.h → include/hpipm_d_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_d_part_cond.h → include/hpipm_d_part_cond.h} +0 -0
- /casadi/include/{hpipm_d_part_cond_qcqp.h → include/hpipm_d_part_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_sim_erk.h → include/hpipm_d_sim_erk.h} +0 -0
- /casadi/include/{hpipm_d_sim_rk.h → include/hpipm_d_sim_rk.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp.h → include/hpipm_d_tree_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_dim.h → include/hpipm_d_tree_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_ipm.h → include/hpipm_d_tree_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_res.h → include/hpipm_d_tree_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_sol.h → include/hpipm_d_tree_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_utils.h → include/hpipm_d_tree_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp.h → include/hpipm_d_tree_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_dim.h → include/hpipm_d_tree_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_ipm.h → include/hpipm_d_tree_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_kkt.h → include/hpipm_d_tree_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_res.h → include/hpipm_d_tree_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_sol.h → include/hpipm_d_tree_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_utils.h → include/hpipm_d_tree_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_m_dense_qp.h → include/hpipm_m_dense_qp.h} +0 -0
- /casadi/include/{hpipm_m_dense_qp_dim.h → include/hpipm_m_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp.h → include/hpipm_m_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp_ipm_hard.h → include/hpipm_m_ocp_qp_ipm_hard.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp_kkt.h → include/hpipm_m_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_cast_qcqp.h → include/hpipm_s_cast_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_cond.h → include/hpipm_s_cond.h} +0 -0
- /casadi/include/{hpipm_s_cond_aux.h → include/hpipm_s_cond_aux.h} +0 -0
- /casadi/include/{hpipm_s_cond_qcqp.h → include/hpipm_s_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_core_qp_ipm.h → include/hpipm_s_core_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_core_qp_ipm_aux.h → include/hpipm_s_core_qp_ipm_aux.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp.h → include/hpipm_s_dense_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_dim.h → include/hpipm_s_dense_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_ipm.h → include/hpipm_s_dense_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_res.h → include/hpipm_s_dense_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_sol.h → include/hpipm_s_dense_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_utils.h → include/hpipm_s_dense_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp.h → include/hpipm_s_dense_qp.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_dim.h → include/hpipm_s_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_ipm.h → include/hpipm_s_dense_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_kkt.h → include/hpipm_s_dense_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_res.h → include/hpipm_s_dense_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_sol.h → include/hpipm_s_dense_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_utils.h → include/hpipm_s_dense_qp_utils.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp.h → include/hpipm_s_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_dim.h → include/hpipm_s_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_ipm.h → include/hpipm_s_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_red.h → include/hpipm_s_ocp_qcqp_red.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_res.h → include/hpipm_s_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_sol.h → include/hpipm_s_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_utils.h → include/hpipm_s_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp.h → include/hpipm_s_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_dim.h → include/hpipm_s_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_ipm.h → include/hpipm_s_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_kkt.h → include/hpipm_s_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_red.h → include/hpipm_s_ocp_qp_red.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_res.h → include/hpipm_s_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_sol.h → include/hpipm_s_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_utils.h → include/hpipm_s_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_s_part_cond.h → include/hpipm_s_part_cond.h} +0 -0
- /casadi/include/{hpipm_s_part_cond_qcqp.h → include/hpipm_s_part_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_sim_erk.h → include/hpipm_s_sim_erk.h} +0 -0
- /casadi/include/{hpipm_s_sim_rk.h → include/hpipm_s_sim_rk.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp.h → include/hpipm_s_tree_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_dim.h → include/hpipm_s_tree_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_ipm.h → include/hpipm_s_tree_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_res.h → include/hpipm_s_tree_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_sol.h → include/hpipm_s_tree_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_utils.h → include/hpipm_s_tree_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp.h → include/hpipm_s_tree_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_dim.h → include/hpipm_s_tree_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_ipm.h → include/hpipm_s_tree_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_kkt.h → include/hpipm_s_tree_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_res.h → include/hpipm_s_tree_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_sol.h → include/hpipm_s_tree_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_utils.h → include/hpipm_s_tree_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_scenario_tree.h → include/hpipm_scenario_tree.h} +0 -0
- /casadi/include/{hpipm_timing.h → include/hpipm_timing.h} +0 -0
- /casadi/include/{hpipm_tree.h → include/hpipm_tree.h} +0 -0
- /casadi/{libOsi.so.1.13.7 → libOsi.so.1.13.9} +0 -0
- {casadi-3.6.2.dist-info → casadi-3.6.4.dist-info}/WHEEL +0 -0
@@ -1,6 +1,183 @@
|
|
1
1
|
|
2
2
|
// File: index.xml
|
3
3
|
|
4
|
+
// File: classcasadi_1_1AlpaqaProblem.xml
|
5
|
+
%feature("docstring") casadi::AlpaqaProblem "
|
6
|
+
|
7
|
+
[INTERNAL] C++ includes: alpaqa_problem.hpp
|
8
|
+
";
|
9
|
+
|
10
|
+
%feature("docstring") casadi::AlpaqaProblem::AlpaqaProblem "
|
11
|
+
|
12
|
+
[INTERNAL] ";
|
13
|
+
|
14
|
+
%feature("docstring") casadi::AlpaqaProblem::~AlpaqaProblem "
|
15
|
+
|
16
|
+
[INTERNAL] ";
|
17
|
+
|
18
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_f "
|
19
|
+
|
20
|
+
[INTERNAL] ";
|
21
|
+
|
22
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_grad_f "
|
23
|
+
|
24
|
+
[INTERNAL] ";
|
25
|
+
|
26
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_f_grad_f "
|
27
|
+
|
28
|
+
[INTERNAL] ";
|
29
|
+
|
30
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_g "
|
31
|
+
|
32
|
+
[INTERNAL] ";
|
33
|
+
|
34
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_grad_g_prod "
|
35
|
+
|
36
|
+
[INTERNAL] ";
|
37
|
+
|
38
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_grad_ps "
|
39
|
+
|
40
|
+
[INTERNAL] ";
|
41
|
+
|
42
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_ps_grad_ps "
|
43
|
+
|
44
|
+
[INTERNAL] ";
|
45
|
+
|
46
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_grad_L "
|
47
|
+
|
48
|
+
[INTERNAL] ";
|
49
|
+
|
50
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_ps "
|
51
|
+
|
52
|
+
[INTERNAL] ";
|
53
|
+
|
54
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_grad_gi "
|
55
|
+
|
56
|
+
[INTERNAL] ";
|
57
|
+
|
58
|
+
%feature("docstring") casadi::AlpaqaProblem::get_jac_g_num_nonzeros "
|
59
|
+
|
60
|
+
[INTERNAL] ";
|
61
|
+
|
62
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_jac_g "
|
63
|
+
|
64
|
+
[INTERNAL] ";
|
65
|
+
|
66
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_hess_L_prod "
|
67
|
+
|
68
|
+
[INTERNAL] ";
|
69
|
+
|
70
|
+
%feature("docstring") casadi::AlpaqaProblem::get_hess_L_num_nonzeros "
|
71
|
+
|
72
|
+
[INTERNAL] ";
|
73
|
+
|
74
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_hess_L "
|
75
|
+
|
76
|
+
[INTERNAL] ";
|
77
|
+
|
78
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_hess_ps_prod "
|
79
|
+
|
80
|
+
[INTERNAL] ";
|
81
|
+
|
82
|
+
%feature("docstring") casadi::AlpaqaProblem::get_hess_ps_num_nonzeros "
|
83
|
+
|
84
|
+
[INTERNAL] ";
|
85
|
+
|
86
|
+
%feature("docstring") casadi::AlpaqaProblem::eval_hess_ps "
|
87
|
+
|
88
|
+
[INTERNAL] ";
|
89
|
+
|
90
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_grad_gi "
|
91
|
+
|
92
|
+
[INTERNAL]
|
93
|
+
|
94
|
+
See:
|
95
|
+
TypeErasedProblem::provides_eval_grad_gi
|
96
|
+
|
97
|
+
Doc source:
|
98
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L46
|
99
|
+
|
100
|
+
Implementation:
|
101
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L46-L46
|
102
|
+
|
103
|
+
";
|
104
|
+
|
105
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_jac_g "
|
106
|
+
|
107
|
+
[INTERNAL]
|
108
|
+
|
109
|
+
See:
|
110
|
+
TypeErasedProblem::provides_eval_jac_g
|
111
|
+
|
112
|
+
Doc source:
|
113
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L48
|
114
|
+
|
115
|
+
Implementation:
|
116
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L48-L48
|
117
|
+
|
118
|
+
";
|
119
|
+
|
120
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_hess_L_prod "
|
121
|
+
|
122
|
+
[INTERNAL]
|
123
|
+
|
124
|
+
See:
|
125
|
+
TypeErasedProblem::provides_eval_hess_L_prod
|
126
|
+
|
127
|
+
Doc source:
|
128
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L50
|
129
|
+
|
130
|
+
Implementation:
|
131
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L50-L50
|
132
|
+
|
133
|
+
";
|
134
|
+
|
135
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_hess_L "
|
136
|
+
|
137
|
+
[INTERNAL]
|
138
|
+
|
139
|
+
See:
|
140
|
+
TypeErasedProblem::provides_eval_hess_L
|
141
|
+
|
142
|
+
Doc source:
|
143
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L52
|
144
|
+
|
145
|
+
Implementation:
|
146
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L52-L52
|
147
|
+
|
148
|
+
";
|
149
|
+
|
150
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_hess_ps_prod "
|
151
|
+
|
152
|
+
[INTERNAL]
|
153
|
+
|
154
|
+
See:
|
155
|
+
TypeErasedProblem::provides_eval_hess_ps_prod
|
156
|
+
|
157
|
+
Doc source:
|
158
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L54
|
159
|
+
|
160
|
+
Implementation:
|
161
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L54-L54
|
162
|
+
|
163
|
+
";
|
164
|
+
|
165
|
+
%feature("docstring") casadi::AlpaqaProblem::provides_eval_hess_ps "
|
166
|
+
|
167
|
+
[INTERNAL]
|
168
|
+
|
169
|
+
See:
|
170
|
+
TypeErasedProblem::provides_eval_hess_ps
|
171
|
+
|
172
|
+
Doc source:
|
173
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L56
|
174
|
+
|
175
|
+
Implementation:
|
176
|
+
https://github.com/casadi/casadi/blob/develop/casadi/interfaces/alpaqa/alpaqa_problem.hpp#L56-L56
|
177
|
+
|
178
|
+
";
|
179
|
+
|
180
|
+
|
4
181
|
// File: classcasadi_1_1Blocksqp.xml
|
5
182
|
%feature("docstring") casadi::Blocksqp "
|
6
183
|
|
@@ -3292,6 +3469,12 @@ C++ includes: casadi_meta.hpp
|
|
3292
3469
|
";
|
3293
3470
|
|
3294
3471
|
|
3472
|
+
// File: classcasadi_1_1CasadiStructuredQP.xml
|
3473
|
+
%feature("docstring") casadi::CasadiStructuredQP "
|
3474
|
+
|
3475
|
+
[INTERNAL] ";
|
3476
|
+
|
3477
|
+
|
3295
3478
|
// File: classcasadi_1_1ClangCompiler.xml
|
3296
3479
|
%feature("docstring") casadi::ClangCompiler "
|
3297
3480
|
|
@@ -3327,7 +3510,7 @@ Doc source:
|
|
3327
3510
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L46
|
3328
3511
|
|
3329
3512
|
Implementation:
|
3330
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L35-
|
3513
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L35-L180
|
3331
3514
|
|
3332
3515
|
";
|
3333
3516
|
|
@@ -3340,7 +3523,7 @@ Doc source:
|
|
3340
3523
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L49
|
3341
3524
|
|
3342
3525
|
Implementation:
|
3343
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3526
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L288-L316
|
3344
3527
|
|
3345
3528
|
";
|
3346
3529
|
|
@@ -3353,7 +3536,7 @@ Doc source:
|
|
3353
3536
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L57
|
3354
3537
|
|
3355
3538
|
Implementation:
|
3356
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3539
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L318-L322
|
3357
3540
|
|
3358
3541
|
> std::string casadi::CodeGenerator::dump()
|
3359
3542
|
------------------------------------------------------------------------
|
@@ -3364,7 +3547,7 @@ Doc source:
|
|
3364
3547
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L57
|
3365
3548
|
|
3366
3549
|
Implementation:
|
3367
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3550
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L318-L322
|
3368
3551
|
|
3369
3552
|
";
|
3370
3553
|
|
@@ -3385,7 +3568,7 @@ Doc source:
|
|
3385
3568
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L66
|
3386
3569
|
|
3387
3570
|
Implementation:
|
3388
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3571
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L410-L464
|
3389
3572
|
|
3390
3573
|
";
|
3391
3574
|
|
@@ -3400,7 +3583,7 @@ Doc source:
|
|
3400
3583
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L69
|
3401
3584
|
|
3402
3585
|
Implementation:
|
3403
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3586
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L942-L962
|
3404
3587
|
|
3405
3588
|
";
|
3406
3589
|
|
@@ -3413,7 +3596,7 @@ Doc source:
|
|
3413
3596
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L74
|
3414
3597
|
|
3415
3598
|
Implementation:
|
3416
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3599
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L207-L286
|
3417
3600
|
|
3418
3601
|
";
|
3419
3602
|
|
@@ -3426,7 +3609,7 @@ Doc source:
|
|
3426
3609
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L77
|
3427
3610
|
|
3428
3611
|
Implementation:
|
3429
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3612
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L986-L988
|
3430
3613
|
|
3431
3614
|
";
|
3432
3615
|
|
@@ -3439,7 +3622,7 @@ Doc source:
|
|
3439
3622
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L83
|
3440
3623
|
|
3441
3624
|
Implementation:
|
3442
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3625
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L995-L1001
|
3443
3626
|
|
3444
3627
|
> std::string casadi::CodeGenerator::shorthand(const std::string &name, bool allow_adding=true)
|
3445
3628
|
------------------------------------------------------------------------
|
@@ -3450,7 +3633,7 @@ Doc source:
|
|
3450
3633
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L83
|
3451
3634
|
|
3452
3635
|
Implementation:
|
3453
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3636
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L995-L1001
|
3454
3637
|
|
3455
3638
|
";
|
3456
3639
|
|
@@ -3475,7 +3658,7 @@ Doc source:
|
|
3475
3658
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L94
|
3476
3659
|
|
3477
3660
|
Implementation:
|
3478
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3661
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1011-L1013
|
3479
3662
|
|
3480
3663
|
";
|
3481
3664
|
|
@@ -3490,7 +3673,7 @@ Doc source:
|
|
3490
3673
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L104
|
3491
3674
|
|
3492
3675
|
Implementation:
|
3493
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3676
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1057-L1078
|
3494
3677
|
|
3495
3678
|
> casadi_int casadi::CodeGenerator::get_constant(const std::vector< casadi_int > &v, bool allow_adding=false)
|
3496
3679
|
------------------------------------------------------------------------
|
@@ -3503,7 +3686,7 @@ Doc source:
|
|
3503
3686
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L104
|
3504
3687
|
|
3505
3688
|
Implementation:
|
3506
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3689
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1057-L1078
|
3507
3690
|
|
3508
3691
|
";
|
3509
3692
|
|
@@ -3533,7 +3716,7 @@ Doc source:
|
|
3533
3716
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L121
|
3534
3717
|
|
3535
3718
|
Implementation:
|
3536
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3719
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1084-L1098
|
3537
3720
|
|
3538
3721
|
";
|
3539
3722
|
|
@@ -3548,7 +3731,7 @@ Doc source:
|
|
3548
3731
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L134
|
3549
3732
|
|
3550
3733
|
Implementation:
|
3551
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3734
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L727-L732
|
3552
3735
|
|
3553
3736
|
";
|
3554
3737
|
|
@@ -3563,7 +3746,7 @@ Doc source:
|
|
3563
3746
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L139
|
3564
3747
|
|
3565
3748
|
Implementation:
|
3566
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3749
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L734-L739
|
3567
3750
|
|
3568
3751
|
";
|
3569
3752
|
|
@@ -3578,7 +3761,7 @@ Doc source:
|
|
3578
3761
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L144
|
3579
3762
|
|
3580
3763
|
Implementation:
|
3581
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3764
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L741-L746
|
3582
3765
|
|
3583
3766
|
";
|
3584
3767
|
|
@@ -3593,7 +3776,7 @@ Doc source:
|
|
3593
3776
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L149
|
3594
3777
|
|
3595
3778
|
Implementation:
|
3596
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3779
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L748-L753
|
3597
3780
|
|
3598
3781
|
";
|
3599
3782
|
|
@@ -3608,7 +3791,7 @@ Doc source:
|
|
3608
3791
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L166
|
3609
3792
|
|
3610
3793
|
Implementation:
|
3611
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3794
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1943-L1967
|
3612
3795
|
|
3613
3796
|
";
|
3614
3797
|
|
@@ -3623,7 +3806,7 @@ Doc source:
|
|
3623
3806
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L181
|
3624
3807
|
|
3625
3808
|
Implementation:
|
3626
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3809
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1990-L1993
|
3627
3810
|
|
3628
3811
|
";
|
3629
3812
|
|
@@ -3638,7 +3821,7 @@ Doc source:
|
|
3638
3821
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L186
|
3639
3822
|
|
3640
3823
|
Implementation:
|
3641
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3824
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1995-L2007
|
3642
3825
|
|
3643
3826
|
";
|
3644
3827
|
|
@@ -3653,7 +3836,7 @@ Doc source:
|
|
3653
3836
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L191
|
3654
3837
|
|
3655
3838
|
Implementation:
|
3656
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3839
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L182-L185
|
3657
3840
|
|
3658
3841
|
";
|
3659
3842
|
|
@@ -3668,7 +3851,7 @@ Doc source:
|
|
3668
3851
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L196
|
3669
3852
|
|
3670
3853
|
Implementation:
|
3671
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3854
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L187-L205
|
3672
3855
|
|
3673
3856
|
";
|
3674
3857
|
|
@@ -3683,7 +3866,7 @@ Doc source:
|
|
3683
3866
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L201
|
3684
3867
|
|
3685
3868
|
Implementation:
|
3686
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3869
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2009-L2020
|
3687
3870
|
|
3688
3871
|
";
|
3689
3872
|
|
@@ -3698,7 +3881,7 @@ Doc source:
|
|
3698
3881
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L206
|
3699
3882
|
|
3700
3883
|
Implementation:
|
3701
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3884
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2022-L2025
|
3702
3885
|
|
3703
3886
|
";
|
3704
3887
|
|
@@ -3769,7 +3952,7 @@ Doc source:
|
|
3769
3952
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L239
|
3770
3953
|
|
3771
3954
|
Implementation:
|
3772
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3955
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2028-L2119
|
3773
3956
|
|
3774
3957
|
";
|
3775
3958
|
|
@@ -3784,7 +3967,7 @@ Doc source:
|
|
3784
3967
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L246
|
3785
3968
|
|
3786
3969
|
Implementation:
|
3787
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3970
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1705-L1711
|
3788
3971
|
|
3789
3972
|
";
|
3790
3973
|
|
@@ -3799,7 +3982,7 @@ Doc source:
|
|
3799
3982
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L257
|
3800
3983
|
|
3801
3984
|
Implementation:
|
3802
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3985
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1905-L1910
|
3803
3986
|
|
3804
3987
|
> std::string casadi::CodeGenerator::mv(const std::string &x, casadi_int nrow_x, casadi_int ncol_x, const std::string &y, const std::string &z, bool tr)
|
3805
3988
|
------------------------------------------------------------------------
|
@@ -3812,7 +3995,7 @@ Doc source:
|
|
3812
3995
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L257
|
3813
3996
|
|
3814
3997
|
Implementation:
|
3815
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
3998
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1905-L1910
|
3816
3999
|
|
3817
4000
|
";
|
3818
4001
|
|
@@ -3829,7 +4012,7 @@ Doc source:
|
|
3829
4012
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L263
|
3830
4013
|
|
3831
4014
|
Implementation:
|
3832
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4015
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1857-L1861
|
3833
4016
|
|
3834
4017
|
";
|
3835
4018
|
|
@@ -3844,7 +4027,7 @@ Doc source:
|
|
3844
4027
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L271
|
3845
4028
|
|
3846
4029
|
Implementation:
|
3847
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4030
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1863-L1867
|
3848
4031
|
|
3849
4032
|
";
|
3850
4033
|
|
@@ -3859,7 +4042,7 @@ Doc source:
|
|
3859
4042
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L279
|
3860
4043
|
|
3861
4044
|
Implementation:
|
3862
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4045
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1869-L1873
|
3863
4046
|
|
3864
4047
|
";
|
3865
4048
|
|
@@ -3874,7 +4057,7 @@ Doc source:
|
|
3874
4057
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L286
|
3875
4058
|
|
3876
4059
|
Implementation:
|
3877
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4060
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1875-L1879
|
3878
4061
|
|
3879
4062
|
";
|
3880
4063
|
|
@@ -3889,7 +4072,7 @@ Doc source:
|
|
3889
4072
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L293
|
3890
4073
|
|
3891
4074
|
Implementation:
|
3892
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4075
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1881-L1885
|
3893
4076
|
|
3894
4077
|
";
|
3895
4078
|
|
@@ -3904,7 +4087,7 @@ Doc source:
|
|
3904
4087
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L300
|
3905
4088
|
|
3906
4089
|
Implementation:
|
3907
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4090
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1887-L1891
|
3908
4091
|
|
3909
4092
|
";
|
3910
4093
|
|
@@ -3919,7 +4102,7 @@ Doc source:
|
|
3919
4102
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L307
|
3920
4103
|
|
3921
4104
|
Implementation:
|
3922
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4105
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1893-L1896
|
3923
4106
|
|
3924
4107
|
";
|
3925
4108
|
|
@@ -3934,7 +4117,7 @@ Doc source:
|
|
3934
4117
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L312
|
3935
4118
|
|
3936
4119
|
Implementation:
|
3937
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4120
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1912-L1919
|
3938
4121
|
|
3939
4122
|
";
|
3940
4123
|
|
@@ -3949,7 +4132,7 @@ Doc source:
|
|
3949
4132
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L320
|
3950
4133
|
|
3951
4134
|
Implementation:
|
3952
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4135
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1921-L1926
|
3953
4136
|
|
3954
4137
|
";
|
3955
4138
|
|
@@ -3964,7 +4147,7 @@ Doc source:
|
|
3964
4147
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L326
|
3965
4148
|
|
3966
4149
|
Implementation:
|
3967
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4150
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1928-L1933
|
3968
4151
|
|
3969
4152
|
";
|
3970
4153
|
|
@@ -3979,7 +4162,7 @@ Doc source:
|
|
3979
4162
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L332
|
3980
4163
|
|
3981
4164
|
Implementation:
|
3982
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4165
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1713-L1719
|
3983
4166
|
|
3984
4167
|
";
|
3985
4168
|
|
@@ -3994,7 +4177,7 @@ Doc source:
|
|
3994
4177
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L338
|
3995
4178
|
|
3996
4179
|
Implementation:
|
3997
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4180
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1721-L1729
|
3998
4181
|
|
3999
4182
|
";
|
4000
4183
|
|
@@ -4007,7 +4190,7 @@ Doc source:
|
|
4007
4190
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L342
|
4008
4191
|
|
4009
4192
|
Implementation:
|
4010
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4193
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1936-L1941
|
4011
4194
|
|
4012
4195
|
";
|
4013
4196
|
|
@@ -4022,7 +4205,7 @@ Doc source:
|
|
4022
4205
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L347
|
4023
4206
|
|
4024
4207
|
Implementation:
|
4025
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4208
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1731-L1742
|
4026
4209
|
|
4027
4210
|
";
|
4028
4211
|
|
@@ -4037,7 +4220,7 @@ Doc source:
|
|
4037
4220
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L356
|
4038
4221
|
|
4039
4222
|
Implementation:
|
4040
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4223
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1744-L1754
|
4041
4224
|
|
4042
4225
|
";
|
4043
4226
|
|
@@ -4052,7 +4235,7 @@ Doc source:
|
|
4052
4235
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L366
|
4053
4236
|
|
4054
4237
|
Implementation:
|
4055
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4238
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1756-L1762
|
4056
4239
|
|
4057
4240
|
";
|
4058
4241
|
|
@@ -4067,7 +4250,7 @@ Doc source:
|
|
4067
4250
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L372
|
4068
4251
|
|
4069
4252
|
Implementation:
|
4070
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4253
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2154-L2162
|
4071
4254
|
|
4072
4255
|
";
|
4073
4256
|
|
@@ -4082,7 +4265,7 @@ Doc source:
|
|
4082
4265
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L381
|
4083
4266
|
|
4084
4267
|
Implementation:
|
4085
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4268
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2165-L2174
|
4086
4269
|
|
4087
4270
|
";
|
4088
4271
|
|
@@ -4097,7 +4280,7 @@ Doc source:
|
|
4097
4280
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L390
|
4098
4281
|
|
4099
4282
|
Implementation:
|
4100
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4283
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2177-L2182
|
4101
4284
|
|
4102
4285
|
";
|
4103
4286
|
|
@@ -4112,7 +4295,7 @@ Doc source:
|
|
4112
4295
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L396
|
4113
4296
|
|
4114
4297
|
Implementation:
|
4115
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4298
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2185-L2191
|
4116
4299
|
|
4117
4300
|
";
|
4118
4301
|
|
@@ -4127,7 +4310,7 @@ Doc source:
|
|
4127
4310
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L404
|
4128
4311
|
|
4129
4312
|
Implementation:
|
4130
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4313
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2194-L2200
|
4131
4314
|
|
4132
4315
|
";
|
4133
4316
|
|
@@ -4142,7 +4325,7 @@ Doc source:
|
|
4142
4325
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L412
|
4143
4326
|
|
4144
4327
|
Implementation:
|
4145
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4328
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2203-L2206
|
4146
4329
|
|
4147
4330
|
";
|
4148
4331
|
|
@@ -4157,7 +4340,7 @@ Doc source:
|
|
4157
4340
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L417
|
4158
4341
|
|
4159
4342
|
Implementation:
|
4160
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4343
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2209-L2212
|
4161
4344
|
|
4162
4345
|
";
|
4163
4346
|
|
@@ -4172,7 +4355,7 @@ Doc source:
|
|
4172
4355
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L422
|
4173
4356
|
|
4174
4357
|
Implementation:
|
4175
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4358
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2251-L2254
|
4176
4359
|
|
4177
4360
|
";
|
4178
4361
|
|
@@ -4187,7 +4370,7 @@ Doc source:
|
|
4187
4370
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L427
|
4188
4371
|
|
4189
4372
|
Implementation:
|
4190
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4373
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2257-L2260
|
4191
4374
|
|
4192
4375
|
";
|
4193
4376
|
|
@@ -4202,7 +4385,7 @@ Doc source:
|
|
4202
4385
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L442
|
4203
4386
|
|
4204
4387
|
Implementation:
|
4205
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4388
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2227-L2230
|
4206
4389
|
|
4207
4390
|
> std::string casadi::CodeGenerator::vfmax(const std::string &x, const std::string &n, const std::string &y)
|
4208
4391
|
------------------------------------------------------------------------
|
@@ -4215,7 +4398,7 @@ Doc source:
|
|
4215
4398
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L442
|
4216
4399
|
|
4217
4400
|
Implementation:
|
4218
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4401
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2227-L2230
|
4219
4402
|
|
4220
4403
|
";
|
4221
4404
|
|
@@ -4232,7 +4415,7 @@ Doc source:
|
|
4232
4415
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L447
|
4233
4416
|
|
4234
4417
|
Implementation:
|
4235
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4418
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2233-L2236
|
4236
4419
|
|
4237
4420
|
> std::string casadi::CodeGenerator::vfmin(const std::string &x, const std::string &n, const std::string &y)
|
4238
4421
|
------------------------------------------------------------------------
|
@@ -4245,7 +4428,7 @@ Doc source:
|
|
4245
4428
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L447
|
4246
4429
|
|
4247
4430
|
Implementation:
|
4248
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4431
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2233-L2236
|
4249
4432
|
|
4250
4433
|
";
|
4251
4434
|
|
@@ -4262,7 +4445,7 @@ Doc source:
|
|
4262
4445
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L452
|
4263
4446
|
|
4264
4447
|
Implementation:
|
4265
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4448
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2239-L2242
|
4266
4449
|
|
4267
4450
|
";
|
4268
4451
|
|
@@ -4277,7 +4460,7 @@ Doc source:
|
|
4277
4460
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L457
|
4278
4461
|
|
4279
4462
|
Implementation:
|
4280
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4463
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2245-L2248
|
4281
4464
|
|
4282
4465
|
";
|
4283
4466
|
|
@@ -4292,7 +4475,7 @@ Doc source:
|
|
4292
4475
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L462
|
4293
4476
|
|
4294
4477
|
Implementation:
|
4295
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4478
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2275-L2278
|
4296
4479
|
|
4297
4480
|
";
|
4298
4481
|
|
@@ -4314,7 +4497,7 @@ Doc source:
|
|
4314
4497
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L469
|
4315
4498
|
|
4316
4499
|
Implementation:
|
4317
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4500
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2281-L2284
|
4318
4501
|
|
4319
4502
|
";
|
4320
4503
|
|
@@ -4329,7 +4512,7 @@ Doc source:
|
|
4329
4512
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L474
|
4330
4513
|
|
4331
4514
|
Implementation:
|
4332
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4515
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2263-L2266
|
4333
4516
|
|
4334
4517
|
";
|
4335
4518
|
|
@@ -4344,7 +4527,7 @@ Doc source:
|
|
4344
4527
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L480
|
4345
4528
|
|
4346
4529
|
Implementation:
|
4347
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4530
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2269-L2272
|
4348
4531
|
|
4349
4532
|
";
|
4350
4533
|
|
@@ -4359,7 +4542,7 @@ Doc source:
|
|
4359
4542
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L486
|
4360
4543
|
|
4361
4544
|
Implementation:
|
4362
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4545
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2312-L2317
|
4363
4546
|
|
4364
4547
|
";
|
4365
4548
|
|
@@ -4374,7 +4557,7 @@ Doc source:
|
|
4374
4557
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L492
|
4375
4558
|
|
4376
4559
|
Implementation:
|
4377
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4560
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2287-L2290
|
4378
4561
|
|
4379
4562
|
";
|
4380
4563
|
|
@@ -4389,7 +4572,7 @@ Doc source:
|
|
4389
4572
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L497
|
4390
4573
|
|
4391
4574
|
Implementation:
|
4392
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4575
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2293-L2296
|
4393
4576
|
|
4394
4577
|
";
|
4395
4578
|
|
@@ -4404,7 +4587,7 @@ Doc source:
|
|
4404
4587
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L502
|
4405
4588
|
|
4406
4589
|
Implementation:
|
4407
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4590
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2299-L2303
|
4408
4591
|
|
4409
4592
|
";
|
4410
4593
|
|
@@ -4419,7 +4602,7 @@ Doc source:
|
|
4419
4602
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L508
|
4420
4603
|
|
4421
4604
|
Implementation:
|
4422
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4605
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2306-L2309
|
4423
4606
|
|
4424
4607
|
";
|
4425
4608
|
|
@@ -4434,7 +4617,7 @@ Doc source:
|
|
4434
4617
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L514
|
4435
4618
|
|
4436
4619
|
Implementation:
|
4437
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4620
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1764-L1775
|
4438
4621
|
|
4439
4622
|
";
|
4440
4623
|
|
@@ -4449,7 +4632,7 @@ Doc source:
|
|
4449
4632
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L519
|
4450
4633
|
|
4451
4634
|
Implementation:
|
4452
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4635
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2121-L2125
|
4453
4636
|
|
4454
4637
|
";
|
4455
4638
|
|
@@ -4464,7 +4647,7 @@ Doc source:
|
|
4464
4647
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L612
|
4465
4648
|
|
4466
4649
|
Implementation:
|
4467
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4650
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1104-L1550
|
4468
4651
|
|
4469
4652
|
";
|
4470
4653
|
|
@@ -4479,7 +4662,7 @@ Doc source:
|
|
4479
4662
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L617
|
4480
4663
|
|
4481
4664
|
Implementation:
|
4482
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4665
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2128-L2151
|
4483
4666
|
|
4484
4667
|
";
|
4485
4668
|
|
@@ -4492,7 +4675,7 @@ Doc source:
|
|
4492
4675
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L622
|
4493
4676
|
|
4494
4677
|
Implementation:
|
4495
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4678
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L863-L871
|
4496
4679
|
|
4497
4680
|
";
|
4498
4681
|
|
@@ -4505,7 +4688,7 @@ Doc source:
|
|
4505
4688
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L625
|
4506
4689
|
|
4507
4690
|
Implementation:
|
4508
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4691
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L873-L879
|
4509
4692
|
|
4510
4693
|
";
|
4511
4694
|
|
@@ -4520,7 +4703,7 @@ Doc source:
|
|
4520
4703
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L640
|
4521
4704
|
|
4522
4705
|
Implementation:
|
4523
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4706
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L900-L903
|
4524
4707
|
|
4525
4708
|
> void casadi::CodeGenerator::print_vector(std::ostream &s, const std::string &name, const std::vector< double > &v)
|
4526
4709
|
------------------------------------------------------------------------
|
@@ -4533,7 +4716,7 @@ Doc source:
|
|
4533
4716
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L640
|
4534
4717
|
|
4535
4718
|
Implementation:
|
4536
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4719
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L900-L903
|
4537
4720
|
|
4538
4721
|
";
|
4539
4722
|
|
@@ -4550,7 +4733,7 @@ Doc source:
|
|
4550
4733
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L646
|
4551
4734
|
|
4552
4735
|
Implementation:
|
4553
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4736
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1644-L1651
|
4554
4737
|
|
4555
4738
|
";
|
4556
4739
|
|
@@ -4573,7 +4756,7 @@ Doc source:
|
|
4573
4756
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L655
|
4574
4757
|
|
4575
4758
|
Implementation:
|
4576
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4759
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1695-L1703
|
4577
4760
|
|
4578
4761
|
";
|
4579
4762
|
|
@@ -4588,7 +4771,7 @@ Doc source:
|
|
4588
4771
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L660
|
4589
4772
|
|
4590
4773
|
Implementation:
|
4591
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4774
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1673-L1679
|
4592
4775
|
|
4593
4776
|
";
|
4594
4777
|
|
@@ -4603,7 +4786,7 @@ Doc source:
|
|
4603
4786
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L665
|
4604
4787
|
|
4605
4788
|
Implementation:
|
4606
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4789
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1681-L1683
|
4607
4790
|
|
4608
4791
|
";
|
4609
4792
|
|
@@ -4618,7 +4801,7 @@ Doc source:
|
|
4618
4801
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L670
|
4619
4802
|
|
4620
4803
|
Implementation:
|
4621
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4804
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1685-L1687
|
4622
4805
|
|
4623
4806
|
";
|
4624
4807
|
|
@@ -4633,7 +4816,7 @@ Doc source:
|
|
4633
4816
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L675
|
4634
4817
|
|
4635
4818
|
Implementation:
|
4636
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4819
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1689-L1693
|
4637
4820
|
|
4638
4821
|
";
|
4639
4822
|
|
@@ -4648,7 +4831,7 @@ Doc source:
|
|
4648
4831
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L680
|
4649
4832
|
|
4650
4833
|
Implementation:
|
4651
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4834
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1778-L1790
|
4652
4835
|
|
4653
4836
|
";
|
4654
4837
|
|
@@ -4663,7 +4846,7 @@ Doc source:
|
|
4663
4846
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L687
|
4664
4847
|
|
4665
4848
|
Implementation:
|
4666
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4849
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1793-L1801
|
4667
4850
|
|
4668
4851
|
";
|
4669
4852
|
|
@@ -4678,7 +4861,7 @@ Doc source:
|
|
4678
4861
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L693
|
4679
4862
|
|
4680
4863
|
Implementation:
|
4681
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4864
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1804-L1812
|
4682
4865
|
|
4683
4866
|
";
|
4684
4867
|
|
@@ -4693,7 +4876,7 @@ Doc source:
|
|
4693
4876
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L699
|
4694
4877
|
|
4695
4878
|
Implementation:
|
4696
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4879
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1815-L1823
|
4697
4880
|
|
4698
4881
|
";
|
4699
4882
|
|
@@ -4708,7 +4891,7 @@ Doc source:
|
|
4708
4891
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L705
|
4709
4892
|
|
4710
4893
|
Implementation:
|
4711
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4894
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1552-L1557
|
4712
4895
|
|
4713
4896
|
";
|
4714
4897
|
|
@@ -4723,7 +4906,7 @@ Doc source:
|
|
4723
4906
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L710
|
4724
4907
|
|
4725
4908
|
Implementation:
|
4726
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4909
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L1559-L1570
|
4727
4910
|
|
4728
4911
|
";
|
4729
4912
|
|
@@ -4764,7 +4947,7 @@ Doc source:
|
|
4764
4947
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L738
|
4765
4948
|
|
4766
4949
|
Implementation:
|
4767
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4950
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2320-L2323
|
4768
4951
|
|
4769
4952
|
";
|
4770
4953
|
|
@@ -4779,7 +4962,7 @@ Doc source:
|
|
4779
4962
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L743
|
4780
4963
|
|
4781
4964
|
Implementation:
|
4782
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4965
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2326-L2331
|
4783
4966
|
|
4784
4967
|
";
|
4785
4968
|
|
@@ -4794,7 +4977,7 @@ Doc source:
|
|
4794
4977
|
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L759
|
4795
4978
|
|
4796
4979
|
Implementation:
|
4797
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#
|
4980
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L2333-L2341
|
4798
4981
|
|
4799
4982
|
";
|
4800
4983
|
|
@@ -7260,6 +7443,8 @@ C++ includes: serializing_stream.hpp
|
|
7260
7443
|
|
7261
7444
|
> void casadi::DeserializingStream::unpack(Importer &e)
|
7262
7445
|
|
7446
|
+
> void casadi::DeserializingStream::unpack(Fmu &e)
|
7447
|
+
|
7263
7448
|
> void casadi::DeserializingStream::unpack(GenericType &e)
|
7264
7449
|
|
7265
7450
|
> void casadi::DeserializingStream::unpack(std::ostream &s)
|
@@ -19280,7 +19465,7 @@ Doc source:
|
|
19280
19465
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L233
|
19281
19466
|
|
19282
19467
|
Implementation:
|
19283
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
19468
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1567-L1592
|
19284
19469
|
|
19285
19470
|
";
|
19286
19471
|
|
@@ -19293,7 +19478,7 @@ Doc source:
|
|
19293
19478
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L235
|
19294
19479
|
|
19295
19480
|
Implementation:
|
19296
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
19481
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1536-L1538
|
19297
19482
|
|
19298
19483
|
";
|
19299
19484
|
|
@@ -19306,7 +19491,7 @@ Doc source:
|
|
19306
19491
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L236
|
19307
19492
|
|
19308
19493
|
Implementation:
|
19309
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
19494
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1541-L1543
|
19310
19495
|
|
19311
19496
|
";
|
19312
19497
|
|
@@ -19319,7 +19504,7 @@ Doc source:
|
|
19319
19504
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L237
|
19320
19505
|
|
19321
19506
|
Implementation:
|
19322
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
19507
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1546-L1554
|
19323
19508
|
|
19324
19509
|
";
|
19325
19510
|
|
@@ -19332,7 +19517,7 @@ Doc source:
|
|
19332
19517
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L239
|
19333
19518
|
|
19334
19519
|
Implementation:
|
19335
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
19520
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1557-L1564
|
19336
19521
|
|
19337
19522
|
";
|
19338
19523
|
|
@@ -22099,7 +22284,7 @@ Doc source:
|
|
22099
22284
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L233
|
22100
22285
|
|
22101
22286
|
Implementation:
|
22102
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
22287
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1567-L1592
|
22103
22288
|
|
22104
22289
|
";
|
22105
22290
|
|
@@ -22112,7 +22297,7 @@ Doc source:
|
|
22112
22297
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L235
|
22113
22298
|
|
22114
22299
|
Implementation:
|
22115
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
22300
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1536-L1538
|
22116
22301
|
|
22117
22302
|
";
|
22118
22303
|
|
@@ -22125,7 +22310,7 @@ Doc source:
|
|
22125
22310
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L236
|
22126
22311
|
|
22127
22312
|
Implementation:
|
22128
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
22313
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1541-L1543
|
22129
22314
|
|
22130
22315
|
";
|
22131
22316
|
|
@@ -22138,7 +22323,7 @@ Doc source:
|
|
22138
22323
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L237
|
22139
22324
|
|
22140
22325
|
Implementation:
|
22141
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
22326
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1546-L1554
|
22142
22327
|
|
22143
22328
|
";
|
22144
22329
|
|
@@ -22151,7 +22336,7 @@ Doc source:
|
|
22151
22336
|
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L239
|
22152
22337
|
|
22153
22338
|
Implementation:
|
22154
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#
|
22339
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L1557-L1564
|
22155
22340
|
|
22156
22341
|
";
|
22157
22342
|
|
@@ -26349,6 +26534,8 @@ C++ includes: serializing_stream.hpp
|
|
26349
26534
|
|
26350
26535
|
> void casadi::SerializingStream::pack(const Importer &e)
|
26351
26536
|
|
26537
|
+
> void casadi::SerializingStream::pack(const Fmu &e)
|
26538
|
+
|
26352
26539
|
> void casadi::SerializingStream::pack(const Slice &e)
|
26353
26540
|
|
26354
26541
|
> void casadi::SerializingStream::pack(const GenericType &e)
|
@@ -26821,10 +27008,10 @@ Concatenate horizontally, six matrices.
|
|
26821
27008
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4e
|
26822
27009
|
|
26823
27010
|
Doc source:
|
26824
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27011
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L502
|
26825
27012
|
|
26826
27013
|
Implementation:
|
26827
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27014
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L502-L505
|
26828
27015
|
|
26829
27016
|
> MatType casadi::SparsityInterface::horzcat(const MatType &x, const MatType &y, const MatType &z, const MatType &w, const MatType &v, const MatType &u)
|
26830
27017
|
------------------------------------------------------------------------
|
@@ -26834,10 +27021,10 @@ Concatenate horizontally, six matrices.
|
|
26834
27021
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4e
|
26835
27022
|
|
26836
27023
|
Doc source:
|
26837
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27024
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L502
|
26838
27025
|
|
26839
27026
|
Implementation:
|
26840
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27027
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L502-L505
|
26841
27028
|
|
26842
27029
|
";
|
26843
27030
|
|
@@ -26851,10 +27038,10 @@ Concatenate vertically, six matrices.
|
|
26851
27038
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4j
|
26852
27039
|
|
26853
27040
|
Doc source:
|
26854
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27041
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L540
|
26855
27042
|
|
26856
27043
|
Implementation:
|
26857
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27044
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L540-L543
|
26858
27045
|
|
26859
27046
|
> MatType casadi::SparsityInterface::vertcat(const MatType &x, const MatType &y, const MatType &z, const MatType &w, const MatType &v, const MatType &u)
|
26860
27047
|
------------------------------------------------------------------------
|
@@ -26864,10 +27051,10 @@ Concatenate vertically, six matrices.
|
|
26864
27051
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4j
|
26865
27052
|
|
26866
27053
|
Doc source:
|
26867
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27054
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L540
|
26868
27055
|
|
26869
27056
|
Implementation:
|
26870
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27057
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L540-L543
|
26871
27058
|
|
26872
27059
|
";
|
26873
27060
|
|
@@ -26882,17 +27069,19 @@ Parameters:
|
|
26882
27069
|
-----------
|
26883
27070
|
|
26884
27071
|
incr:
|
26885
|
-
Size of each group of columns
|
27072
|
+
Size (width) of each group of columns
|
26886
27073
|
|
26887
27074
|
horzcat(horzsplit(x, ...)) = x
|
26888
27075
|
|
27076
|
+
\\\\seealso horzsplit_n
|
27077
|
+
|
26889
27078
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3h
|
26890
27079
|
|
26891
27080
|
Doc source:
|
26892
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27081
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L134
|
26893
27082
|
|
26894
27083
|
Implementation:
|
26895
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27084
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L134-L136
|
26896
27085
|
|
26897
27086
|
> std::vector<MatType > casadi::SparsityInterface::horzsplit(const MatType &x, casadi_int incr=1)
|
26898
27087
|
------------------------------------------------------------------------
|
@@ -26903,22 +27092,51 @@ Parameters:
|
|
26903
27092
|
-----------
|
26904
27093
|
|
26905
27094
|
incr:
|
26906
|
-
Size of each group of columns
|
27095
|
+
Size (width) of each group of columns
|
26907
27096
|
|
26908
27097
|
horzcat(horzsplit(x, ...)) = x
|
26909
27098
|
|
27099
|
+
\\\\seealso horzsplit_n
|
27100
|
+
|
26910
27101
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3h
|
26911
27102
|
|
26912
27103
|
Doc source:
|
26913
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27104
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L134
|
26914
27105
|
|
26915
27106
|
Implementation:
|
26916
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27107
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L134-L136
|
26917
27108
|
|
26918
27109
|
";
|
26919
27110
|
|
26920
27111
|
";
|
26921
27112
|
|
27113
|
+
%feature("docstring") casadi::SparsityInterfaceCommon::horzsplit_n "
|
27114
|
+
|
27115
|
+
[INTERNAL]
|
27116
|
+
split horizontally, retaining fixed-sized groups of columns
|
27117
|
+
|
27118
|
+
Parameters:
|
27119
|
+
-----------
|
27120
|
+
|
27121
|
+
n:
|
27122
|
+
Number of groups of columns
|
27123
|
+
|
27124
|
+
Will error when the number of columns is not a multiple of n
|
27125
|
+
|
27126
|
+
horzcat(horzsplit(x, ...)) = x
|
27127
|
+
|
27128
|
+
\\\\seealso horzsplit
|
27129
|
+
|
27130
|
+
Extra doc: https://github.com/casadi/casadi/wiki/L_277
|
27131
|
+
|
27132
|
+
Doc source:
|
27133
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L149
|
27134
|
+
|
27135
|
+
Implementation:
|
27136
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L149-L151
|
27137
|
+
|
27138
|
+
";
|
27139
|
+
|
26922
27140
|
%feature("docstring") casadi::SparsityInterfaceCommon::vertsplit "
|
26923
27141
|
|
26924
27142
|
[INTERNAL]
|
@@ -26965,13 +27183,15 @@ will have a size smaller than incr.
|
|
26965
27183
|
|
26966
27184
|
|
26967
27185
|
|
27186
|
+
\\\\seealso vertsplit_n
|
27187
|
+
|
26968
27188
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3k
|
26969
27189
|
|
26970
27190
|
Doc source:
|
26971
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27191
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L204
|
26972
27192
|
|
26973
27193
|
Implementation:
|
26974
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27194
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L204-L206
|
26975
27195
|
|
26976
27196
|
> std::vector<MatType > casadi::SparsityInterface::vertsplit(const MatType &x, casadi_int incr=1)
|
26977
27197
|
------------------------------------------------------------------------
|
@@ -27019,13 +27239,15 @@ will have a size smaller than incr.
|
|
27019
27239
|
|
27020
27240
|
|
27021
27241
|
|
27242
|
+
\\\\seealso vertsplit_n
|
27243
|
+
|
27022
27244
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3k
|
27023
27245
|
|
27024
27246
|
Doc source:
|
27025
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27247
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L204
|
27026
27248
|
|
27027
27249
|
Implementation:
|
27028
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27250
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L204-L206
|
27029
27251
|
|
27030
27252
|
";
|
27031
27253
|
|
@@ -27040,10 +27262,37 @@ matrices.
|
|
27040
27262
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3j
|
27041
27263
|
|
27042
27264
|
Doc source:
|
27043
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27265
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L169
|
27266
|
+
|
27267
|
+
Implementation:
|
27268
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L169-L171
|
27269
|
+
|
27270
|
+
";
|
27271
|
+
|
27272
|
+
%feature("docstring") casadi::SparsityInterfaceCommon::vertsplit_n "
|
27273
|
+
|
27274
|
+
[INTERNAL]
|
27275
|
+
split vertically, retaining fixed-sized groups of rows
|
27276
|
+
|
27277
|
+
Parameters:
|
27278
|
+
-----------
|
27279
|
+
|
27280
|
+
n:
|
27281
|
+
Number of groups of rows
|
27282
|
+
|
27283
|
+
Will error when the number of rows is not a multiple of n
|
27284
|
+
|
27285
|
+
vertcat(vertsplit(x, ...)) = x
|
27286
|
+
|
27287
|
+
\\\\seealso vertsplit
|
27288
|
+
|
27289
|
+
Extra doc: https://github.com/casadi/casadi/wiki/L_278
|
27290
|
+
|
27291
|
+
Doc source:
|
27292
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L219
|
27044
27293
|
|
27045
27294
|
Implementation:
|
27046
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27295
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L219-L221
|
27047
27296
|
|
27048
27297
|
";
|
27049
27298
|
|
@@ -27055,10 +27304,10 @@ Construct a matrix from 4 blocks.
|
|
27055
27304
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3m
|
27056
27305
|
|
27057
27306
|
Doc source:
|
27058
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27307
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L234
|
27059
27308
|
|
27060
27309
|
Implementation:
|
27061
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27310
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L234-L236
|
27062
27311
|
|
27063
27312
|
> MatType casadi::SparsityInterface::blockcat(const MatType &A, const MatType &B, const MatType &C, const MatType &D)
|
27064
27313
|
------------------------------------------------------------------------
|
@@ -27068,10 +27317,10 @@ Construct a matrix from 4 blocks.
|
|
27068
27317
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3m
|
27069
27318
|
|
27070
27319
|
Doc source:
|
27071
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27320
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L234
|
27072
27321
|
|
27073
27322
|
Implementation:
|
27074
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27323
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L234-L236
|
27075
27324
|
|
27076
27325
|
";
|
27077
27326
|
|
@@ -27096,10 +27345,10 @@ blockcat(blocksplit(x,..., ...)) = x
|
|
27096
27345
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3o
|
27097
27346
|
|
27098
27347
|
Doc source:
|
27099
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27348
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L262
|
27100
27349
|
|
27101
27350
|
Implementation:
|
27102
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27351
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L262-L264
|
27103
27352
|
|
27104
27353
|
> std::vector< std::vector< MatType > > casadi::SparsityInterface::blocksplit(const MatType &x, casadi_int vert_incr=1, casadi_int horz_incr=1)
|
27105
27354
|
------------------------------------------------------------------------
|
@@ -27120,10 +27369,10 @@ blockcat(blocksplit(x,..., ...)) = x
|
|
27120
27369
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3o
|
27121
27370
|
|
27122
27371
|
Doc source:
|
27123
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27372
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L262
|
27124
27373
|
|
27125
27374
|
Implementation:
|
27126
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27375
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L262-L264
|
27127
27376
|
|
27128
27377
|
";
|
27129
27378
|
|
@@ -27137,10 +27386,10 @@ Concatenate along diagonal, six matrices.
|
|
27137
27386
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4o
|
27138
27387
|
|
27139
27388
|
Doc source:
|
27140
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27389
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L578
|
27141
27390
|
|
27142
27391
|
Implementation:
|
27143
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27392
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L578-L581
|
27144
27393
|
|
27145
27394
|
> MatType casadi::SparsityInterface::diagcat(const MatType &x, const MatType &y, const MatType &z, const MatType &w, const MatType &v, const MatType &u)
|
27146
27395
|
------------------------------------------------------------------------
|
@@ -27150,10 +27399,10 @@ Concatenate along diagonal, six matrices.
|
|
27150
27399
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4o
|
27151
27400
|
|
27152
27401
|
Doc source:
|
27153
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27402
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L578
|
27154
27403
|
|
27155
27404
|
Implementation:
|
27156
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27405
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L578-L581
|
27157
27406
|
|
27158
27407
|
";
|
27159
27408
|
|
@@ -27178,10 +27427,10 @@ diagsplit(diagsplit(x, ...)) = x
|
|
27178
27427
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3t
|
27179
27428
|
|
27180
27429
|
Doc source:
|
27181
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27430
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L324
|
27182
27431
|
|
27183
27432
|
Implementation:
|
27184
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27433
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L324-L326
|
27185
27434
|
|
27186
27435
|
> std::vector< MatType > casadi::SparsityInterface::diagsplit(const MatType &x, casadi_int incr1, casadi_int incr2)
|
27187
27436
|
------------------------------------------------------------------------
|
@@ -27202,10 +27451,10 @@ diagsplit(diagsplit(x, ...)) = x
|
|
27202
27451
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3t
|
27203
27452
|
|
27204
27453
|
Doc source:
|
27205
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27454
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L324
|
27206
27455
|
|
27207
27456
|
Implementation:
|
27208
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27457
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L324-L326
|
27209
27458
|
|
27210
27459
|
";
|
27211
27460
|
|
@@ -27219,10 +27468,10 @@ concatenate vertically while vectorizing all arguments with vec
|
|
27219
27468
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3u
|
27220
27469
|
|
27221
27470
|
Doc source:
|
27222
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27471
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L331
|
27223
27472
|
|
27224
27473
|
Implementation:
|
27225
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27474
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L331-L333
|
27226
27475
|
|
27227
27476
|
";
|
27228
27477
|
|
@@ -27234,10 +27483,10 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp
|
|
27234
27483
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3w
|
27235
27484
|
|
27236
27485
|
Doc source:
|
27237
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27486
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L345
|
27238
27487
|
|
27239
27488
|
Implementation:
|
27240
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27489
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L345-L347
|
27241
27490
|
|
27242
27491
|
> MatType casadi::SparsityInterface::mtimes(const std::vector< MatType > &args)
|
27243
27492
|
------------------------------------------------------------------------
|
@@ -27247,10 +27496,10 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp
|
|
27247
27496
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3w
|
27248
27497
|
|
27249
27498
|
Doc source:
|
27250
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27499
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L345
|
27251
27500
|
|
27252
27501
|
Implementation:
|
27253
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27502
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L345-L347
|
27254
27503
|
|
27255
27504
|
";
|
27256
27505
|
|
@@ -27272,10 +27521,10 @@ z+mtimes(x,y).project(z.sparsity()).
|
|
27272
27521
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3x
|
27273
27522
|
|
27274
27523
|
Doc source:
|
27275
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27524
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L358
|
27276
27525
|
|
27277
27526
|
Implementation:
|
27278
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27527
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L358-L360
|
27279
27528
|
|
27280
27529
|
";
|
27281
27530
|
|
@@ -27287,10 +27536,10 @@ Transpose.
|
|
27287
27536
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3y
|
27288
27537
|
|
27289
27538
|
Doc source:
|
27290
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27539
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L365
|
27291
27540
|
|
27292
27541
|
Implementation:
|
27293
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27542
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L365-L367
|
27294
27543
|
|
27295
27544
|
";
|
27296
27545
|
|
@@ -27316,10 +27565,10 @@ d
|
|
27316
27565
|
Extra doc: https://github.com/casadi/casadi/wiki/L_3z
|
27317
27566
|
|
27318
27567
|
Doc source:
|
27319
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27568
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L386
|
27320
27569
|
|
27321
27570
|
Implementation:
|
27322
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27571
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L386-L388
|
27323
27572
|
|
27324
27573
|
";
|
27325
27574
|
|
@@ -27331,10 +27580,10 @@ Reshape the matrix.
|
|
27331
27580
|
Extra doc: https://github.com/casadi/casadi/wiki/L_42
|
27332
27581
|
|
27333
27582
|
Doc source:
|
27334
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27583
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L407
|
27335
27584
|
|
27336
27585
|
Implementation:
|
27337
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27586
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L407-L409
|
27338
27587
|
|
27339
27588
|
> MatType casadi::SparsityInterface::reshape(const MatType &x, const Sparsity &sp)
|
27340
27589
|
------------------------------------------------------------------------
|
@@ -27344,10 +27593,10 @@ Reshape the matrix.
|
|
27344
27593
|
Extra doc: https://github.com/casadi/casadi/wiki/L_42
|
27345
27594
|
|
27346
27595
|
Doc source:
|
27347
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27596
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L407
|
27348
27597
|
|
27349
27598
|
Implementation:
|
27350
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27599
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L407-L409
|
27351
27600
|
|
27352
27601
|
";
|
27353
27602
|
|
@@ -27361,10 +27610,10 @@ Cast matrix nonzeros to different Sparsity.
|
|
27361
27610
|
Extra doc: https://github.com/casadi/casadi/wiki/L_24z
|
27362
27611
|
|
27363
27612
|
Doc source:
|
27364
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27613
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L414
|
27365
27614
|
|
27366
27615
|
Implementation:
|
27367
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27616
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L414-L416
|
27368
27617
|
|
27369
27618
|
";
|
27370
27619
|
|
@@ -27376,10 +27625,10 @@ Obtain the structural rank of a sparsity-pattern.
|
|
27376
27625
|
Extra doc: https://github.com/casadi/casadi/wiki/L_43
|
27377
27626
|
|
27378
27627
|
Doc source:
|
27379
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27628
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L421
|
27380
27629
|
|
27381
27630
|
Implementation:
|
27382
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27631
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L421-L423
|
27383
27632
|
|
27384
27633
|
";
|
27385
27634
|
|
@@ -27391,10 +27640,10 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp
|
|
27391
27640
|
Extra doc: https://github.com/casadi/casadi/wiki/L_44
|
27392
27641
|
|
27393
27642
|
Doc source:
|
27394
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27643
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L428
|
27395
27644
|
|
27396
27645
|
Implementation:
|
27397
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27646
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L428-L430
|
27398
27647
|
|
27399
27648
|
";
|
27400
27649
|
|
@@ -27406,10 +27655,10 @@ Get the upper triangular part of a matrix.
|
|
27406
27655
|
Extra doc: https://github.com/casadi/casadi/wiki/L_45
|
27407
27656
|
|
27408
27657
|
Doc source:
|
27409
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27658
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L435
|
27410
27659
|
|
27411
27660
|
Implementation:
|
27412
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27661
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L435-L437
|
27413
27662
|
|
27414
27663
|
";
|
27415
27664
|
|
@@ -27421,10 +27670,10 @@ Get the lower triangular part of a matrix.
|
|
27421
27670
|
Extra doc: https://github.com/casadi/casadi/wiki/L_46
|
27422
27671
|
|
27423
27672
|
Doc source:
|
27424
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27673
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L442
|
27425
27674
|
|
27426
27675
|
Implementation:
|
27427
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27676
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L442-L444
|
27428
27677
|
|
27429
27678
|
";
|
27430
27679
|
|
@@ -27438,10 +27687,10 @@ Creates a block matrix in which each element (i, j) is a_ij*b
|
|
27438
27687
|
Extra doc: https://github.com/casadi/casadi/wiki/L_47
|
27439
27688
|
|
27440
27689
|
Doc source:
|
27441
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27690
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L451
|
27442
27691
|
|
27443
27692
|
Implementation:
|
27444
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27693
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L451-L453
|
27445
27694
|
|
27446
27695
|
";
|
27447
27696
|
|
@@ -27453,10 +27702,10 @@ Repeat matrix A n times vertically and m times horizontally.
|
|
27453
27702
|
Extra doc: https://github.com/casadi/casadi/wiki/L_49
|
27454
27703
|
|
27455
27704
|
Doc source:
|
27456
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27705
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L465
|
27457
27706
|
|
27458
27707
|
Implementation:
|
27459
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27708
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L465-L467
|
27460
27709
|
|
27461
27710
|
> MatType casadi::SparsityInterface::repmat(const MatType &A, const std::pair< casadi_int, casadi_int > &rc)
|
27462
27711
|
------------------------------------------------------------------------
|
@@ -27466,10 +27715,10 @@ Repeat matrix A n times vertically and m times horizontally.
|
|
27466
27715
|
Extra doc: https://github.com/casadi/casadi/wiki/L_49
|
27467
27716
|
|
27468
27717
|
Doc source:
|
27469
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27718
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L465
|
27470
27719
|
|
27471
27720
|
Implementation:
|
27472
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27721
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L465-L467
|
27473
27722
|
|
27474
27723
|
";
|
27475
27724
|
|
@@ -27483,10 +27732,10 @@ Return a row-wise summation of elements.
|
|
27483
27732
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4p
|
27484
27733
|
|
27485
27734
|
Doc source:
|
27486
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27735
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L586
|
27487
27736
|
|
27488
27737
|
Implementation:
|
27489
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27738
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L586-L586
|
27490
27739
|
|
27491
27740
|
";
|
27492
27741
|
|
@@ -27498,10 +27747,10 @@ Return a column-wise summation of elements.
|
|
27498
27747
|
Extra doc: https://github.com/casadi/casadi/wiki/L_4q
|
27499
27748
|
|
27500
27749
|
Doc source:
|
27501
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27750
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L591
|
27502
27751
|
|
27503
27752
|
Implementation:
|
27504
|
-
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#
|
27753
|
+
https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L591-L591
|
27505
27754
|
|
27506
27755
|
";
|
27507
27756
|
|
@@ -29282,7 +29531,10 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/shared_object.cpp#L129
|
|
29282
29531
|
";
|
29283
29532
|
|
29284
29533
|
|
29285
|
-
// File:
|
29534
|
+
// File: namespace_0d373.xml
|
29535
|
+
|
29536
|
+
|
29537
|
+
// File: namespacealpaqa.xml
|
29286
29538
|
|
29287
29539
|
|
29288
29540
|
// File: namespacecasadi.xml
|
@@ -31232,6 +31484,8 @@ List of plugins
|
|
31232
31484
|
|
31233
31485
|
- cplex
|
31234
31486
|
|
31487
|
+
- fatrop
|
31488
|
+
|
31235
31489
|
- gurobi
|
31236
31490
|
|
31237
31491
|
- highs
|
@@ -31390,6 +31644,61 @@ Extra doc: https://github.com/casadi/casadi/wiki/L_22a
|
|
31390
31644
|
|
31391
31645
|
|
31392
31646
|
|
31647
|
+
--------------------------------------------------------------------------------
|
31648
|
+
|
31649
|
+
fatrop
|
31650
|
+
------
|
31651
|
+
|
31652
|
+
|
31653
|
+
|
31654
|
+
Interface to Fatrop Solver
|
31655
|
+
|
31656
|
+
In order to use this interface, you must:
|
31657
|
+
|
31658
|
+
Decision variables must only by state and control, and the variable
|
31659
|
+
|
31660
|
+
ordering must be [x0 u0 x1 u1 ...]
|
31661
|
+
|
31662
|
+
The constraints must be in order: [ gap0 lincon0 gap1 lincon1 ]
|
31663
|
+
|
31664
|
+
gap: Ak+1 = Ak xk + Bk uk lincon: yk= Ck xk + Dk uk
|
31665
|
+
|
31666
|
+
|
31667
|
+
|
31668
|
+
::
|
31669
|
+
|
31670
|
+
A0 B0 -I
|
31671
|
+
C0 D0
|
31672
|
+
A1 B1 -I
|
31673
|
+
C1 D1
|
31674
|
+
|
31675
|
+
|
31676
|
+
|
31677
|
+
where I must be a diagonal sparse matrix
|
31678
|
+
Either supply all of N, nx, ng, nu
|
31679
|
+
options or rely on automatic
|
31680
|
+
detection
|
31681
|
+
|
31682
|
+
Extra doc: https://github.com/casadi/casadi/wiki/L_27g
|
31683
|
+
|
31684
|
+
>List of available options
|
31685
|
+
|
31686
|
+
+--------+--------------+-----------------------------------------------+
|
31687
|
+
| Id | Type | Description |
|
31688
|
+
+========+==============+===============================================+
|
31689
|
+
| N | OT_INT | OCP horizon |
|
31690
|
+
+--------+--------------+-----------------------------------------------+
|
31691
|
+
| fatrop | OT_DICT | Options to be passed to fatrop |
|
31692
|
+
+--------+--------------+-----------------------------------------------+
|
31693
|
+
| ng | OT_INTVECTOR | Number of non-dynamic constraints, length N+1 |
|
31694
|
+
+--------+--------------+-----------------------------------------------+
|
31695
|
+
| nu | OT_INTVECTOR | Number of controls, length N |
|
31696
|
+
+--------+--------------+-----------------------------------------------+
|
31697
|
+
| nx | OT_INTVECTOR | Number of states, length N+1 |
|
31698
|
+
+--------+--------------+-----------------------------------------------+
|
31699
|
+
|
31700
|
+
|
31701
|
+
|
31393
31702
|
--------------------------------------------------------------------------------
|
31394
31703
|
|
31395
31704
|
gurobi
|
@@ -31453,7 +31762,7 @@ hpipm
|
|
31453
31762
|
|
31454
31763
|
|
31455
31764
|
|
31456
|
-
Interface to
|
31765
|
+
Interface to HPIPM Solver
|
31457
31766
|
|
31458
31767
|
In order to use this interface, you must:
|
31459
31768
|
|
@@ -35246,6 +35555,10 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/slice.cpp#L255-L289
|
|
35246
35555
|
|
35247
35556
|
[INTERNAL] ";
|
35248
35557
|
|
35558
|
+
%feature("docstring") casadi::IndexRecution::casadi_sleqp_func_create "
|
35559
|
+
|
35560
|
+
[INTERNAL] ";
|
35561
|
+
|
35249
35562
|
%feature("docstring") casadi::IndexRecution::slicot_mb03vd "
|
35250
35563
|
|
35251
35564
|
[INTERNAL] ";
|
@@ -35266,6 +35579,9 @@ https://github.com/casadi/casadi/blob/develop/casadi/core/slice.cpp#L255-L289
|
|
35266
35579
|
// File: namespacecasadi_1_1IndexRecution.xml
|
35267
35580
|
|
35268
35581
|
|
35582
|
+
// File: namespacefatrop.xml
|
35583
|
+
|
35584
|
+
|
35269
35585
|
// File: namespaceproxsuite_1_1proxqp.xml
|
35270
35586
|
|
35271
35587
|
|