Home
last modified time | relevance | path

Searched defs:lb_new (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/qposases/qpOASES-3.2.1/src/
H A DSQProblem.cpp100 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
151 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
238 real_t* lb_new = ( lb_file != 0 ) ? new real_t[nV] : 0; in hotstart() local
289 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
336 const real_t *lb_new, const real_t *ub_new, const real_t *lbA_new, const real_t *ubA_new in setupNewAuxiliaryQP()
517 const real_t *lb_new, const real_t *ub_new, const real_t *lbA_new, const real_t *ubA_new in setupNewAuxiliaryQP()
H A DQProblemB.cpp415 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
602 real_t* lb_new = ( lb_file != 0 ) ? new real_t[nV] : 0; in hotstart() local
1290 returnValue QProblemB::setupSubjectToType( const real_t* const lb_new, const real_t* const ub_new ) in setupSubjectToType()
1694 returnValue QProblemB::determineDataShift( const real_t* const g_new, const real_t* const lb_new, c… in determineDataShift()
1878 real_t* const g_new, real_t* const lb_new, real_t* const ub_new in loadQPvectorsFromFile()
1954 returnValue QProblemB::areBoundsConsistent( const real_t* const lb_new, const real_t* const ub_new … in areBoundsConsistent() argument
2113 real_t QProblemB::getRelativeHomotopyLength( const real_t* const g_new, const real_t* const lb_new,… in getRelativeHomotopyLength()
2203 const real_t* const lb_new, real_t* const lb_new_far, in updateFarBounds()
2408 const real_t* const lb_new, const real_t* const ub_new, in solveQP()
2655 const real_t* const lb_new, const real_t* const ub_new, in solveRegularisedQP()
H A DQProblem.cpp447 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
666 real_t* lb_new = ( lb_file != 0 ) ? new real_t[nV] : 0; in hotstart() local
1478 const real_t* const lb_new, const real_t* const ub_new, in solveQP()
1754 const real_t* const lb_new, const real_t* const ub_new, in solveRegularisedQP()
1861 returnValue QProblem::updateActivitiesForHotstart( const real_t* const lb_new, const real_t* const … in updateActivitiesForHotstart()
1944 returnValue QProblem::setupSubjectToType( const real_t* const lb_new, const real_t* const ub_new, in setupSubjectToType()
2647 returnValue QProblem::areBoundsConsistent( const real_t* const lb_new, const real_t* const ub_new, in areBoundsConsistent()
4572 const real_t* const lb_new, const real_t* const ub_new, in determineDataShift()
5372 real_t QProblem::getRelativeHomotopyLength( const real_t* const g_new, const real_t* const lb_new, … in getRelativeHomotopyLength()
5499 const real_t* const lb_new, real_t* const lb_new_far, in updateFarBounds()
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DSQProblem.cpp99 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
150 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
237 real_t* lb_new = ( lb_file != 0 ) ? new real_t[nV] : 0; in hotstart() local
288 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
335const real_t *lb_new, const real_t *ub_new, const real_t *lbA_new, const real_t *ubA_new in setupNewAuxiliaryQP()
516const real_t *lb_new, const real_t *ub_new, const real_t *lbA_new, const real_t *ubA_new in setupNewAuxiliaryQP()
H A DQProblemB.cpp409 const real_t* const lb_new, const real_t* const ub_new, in hotstart()
596 real_t* lb_new = ( lb_file != 0 ) ? new real_t[nV] : 0; in hotstart() local
1284 returnValue QProblemB::setupSubjectToType( const real_t* const lb_new, const real_t* const ub_new ) in setupSubjectToType()
1688 returnValue QProblemB::determineDataShift( const real_t* const g_new, const real_t* const lb_new, … in determineDataShift()
1872 … real_t* const g_new, real_t* const lb_new, real_t* const ub_new in loadQPvectorsFromFile()
1948 returnValue QProblemB::areBoundsConsistent( const real_t* const lb_new, const real_t* const ub_new … in areBoundsConsistent() argument
2107 …lemB::getRelativeHomotopyLength( const real_t* const g_new, const real_t* const lb_new, const r… in getRelativeHomotopyLength()
2197 const real_t* const lb_new, real_t* const lb_new_far, in updateFarBounds()
2402 const real_t* const lb_new, const real_t* const ub_new, in solveQP()
2649 const real_t* const lb_new, const real_t* const ub_new, in solveRegularisedQP()
/dports/math/qposases/qpOASES-3.2.1/examples/
H A Dexample1b.cpp51 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A DexampleLP.cpp54 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dexample1.cpp55 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dexample1a.cpp57 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dexample2.cpp58 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
/dports/math/qposases/qpOASES-3.2.1/interfaces/c/
H A Dc_example1b.c50 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dc_example1.c53 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dc_example1a.c55 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
/dports/math/qposases/qpOASES-3.2.1/testing/c/
H A Dtest_c_example1b.c50 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dtest_c_example1.c53 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dtest_c_example1a.c55 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/examples/
H A Dexample1b.py44 lb_new = np.array([0.0, -1.0]) variable
H A Dexample1.py45 lb_new = np.array([0.0, -1.0]) variable
H A Dexample2.py44 lb_new = np.array([ 0.0, -1.0 ]) variable
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-pdcp-lte.c52 shared with pdcp-nr in main()
H A Dpacket-pdc.c58 static gint hf_pdc_simpdu_param = -1;
/dports/math/qposases/qpOASES-3.2.1/testing/cpp/
H A Dtest_externalChol1.cpp56 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dtest_example1.cpp56 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dtest_exampleLP.cpp57 real_t lb_new[2] = { 0.0, -1.0 }; in main() local
H A Dtest_example2.cpp59 real_t lb_new[2] = { 0.0, -1.0 }; in main() local

12