Home
last modified time | relevance | path

Searched refs:addBound_checkLI (Results 1 – 8 of 8) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DSQProblemSchur.hpp210 …virtual returnValue addBound_checkLI( int_t number /**< Number of bound to be added to active set.…
H A DQProblem.hpp670 …virtual returnValue addBound_checkLI( int_t number /**< Number of bound to be added to active set.…
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DSQProblemSchur.hpp269 …virtual returnValue addBound_checkLI( int_t number /**< Number of bound to be added to active…
H A DQProblem.hpp669 …virtual returnValue addBound_checkLI( int_t number /**< Number of bound to be added to active…
/dports/math/qposases/qpOASES-3.2.1/src/
H A DQProblem.cpp1912 returnvalue = addBound_checkLI(i); in updateActivitiesForHotstart()
2508 if ( addBound_checkLI( i ) == RET_LINEARLY_INDEPENDENT ) in setupAuxiliaryWorkingSet()
3487 returnValue QProblem::addBound_checkLI( int_t number ) in addBound_checkLI() function in QProblem
3606 returnValue returnvalueCheckLI = addBound_checkLI( number ); in addBound_ensureLI()
H A DSQProblemSchur.cpp1250 returnValue SQProblemSchur::addBound_checkLI( int_t number ) in addBound_checkLI() function in SQProblemSchur
3464 if( addBound_checkLI( number ) == RET_LINEARLY_INDEPENDENT ) in correctInertia()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DQProblem.cpp1890 returnvalue = addBound_checkLI(i); in updateActivitiesForHotstart()
2480 if ( addBound_checkLI( i ) == RET_LINEARLY_INDEPENDENT ) in setupAuxiliaryWorkingSet()
3457 returnValue QProblem::addBound_checkLI( int_t number ) in addBound_checkLI() function in QProblem
3576 returnValue returnvalueCheckLI = addBound_checkLI( number ); in addBound_ensureLI()
H A DSQProblemSchur.cpp1260 returnValue SQProblemSchur::addBound_checkLI( int_t number ) in addBound_checkLI() function in SQProblemSchur
3472 if( addBound_checkLI( number ) == RET_LINEARLY_INDEPENDENT ) in correctInertia()