Home
last modified time | relevance | path

Searched refs:updateCholesky (Results 1 – 15 of 15) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DSQProblemSchur.hpp171 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
202 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
231 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
242 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
H A DQProblem.hpp631 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
662 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
691 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
702 … BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
H A DQProblemB.hpp945 … BooleanType updateCholesky /**< Flag indicating if Cholesky decomposition shall be updated. */
953 … BooleanType updateCholesky /**< Flag indicating if Cholesky decomposition shall be updated. */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DSQProblemSchur.hpp230 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
261 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
290 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be up…
301 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be up…
H A DQProblem.hpp630 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
661 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be updated. */
690 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be up…
701 …BooleanType updateCholesky, /**< Flag indicating if Cholesky decomposition shall be up…
H A DQProblemB.hpp944 … BooleanType updateCholesky /**< Flag indicating if Cholesky decomposition shall be updated. */
952 … BooleanType updateCholesky /**< Flag indicating if Cholesky decomposition shall be updated. */
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/em/
H A DMultivariateGaussianModel.java115 updateCholesky(); in MultivariateGaussianModel()
189 updateCholesky(); in finalizeEStep()
198 private void updateCholesky() { in updateCholesky() method in MultivariateGaussianModel
H A DTextbookMultivariateGaussianModel.java121 updateCholesky(); in TextbookMultivariateGaussianModel()
193 updateCholesky(); in finalizeEStep()
202 private void updateCholesky() { in updateCholesky() method in TextbookMultivariateGaussianModel
H A DTwoPassMultivariateGaussianModel.java118 updateCholesky(); in TwoPassMultivariateGaussianModel()
219 updateCholesky(); in finalizeEStep()
228 private void updateCholesky() { in updateCholesky() method in TwoPassMultivariateGaussianModel
/dports/math/qposases/qpOASES-3.2.1/src/
H A DQProblem.cpp2414 BooleanType updateCholesky; in setupAuxiliaryWorkingSet() local
2416 updateCholesky = BT_FALSE; in setupAuxiliaryWorkingSet()
2418 updateCholesky = BT_TRUE; in setupAuxiliaryWorkingSet()
2820 BooleanType updateCholesky, in addConstraint() argument
2946 if ( ( updateCholesky == BT_TRUE ) && in addConstraint()
3308 BooleanType updateCholesky, in addBound() argument
3456 if ( ( updateCholesky == BT_TRUE ) && in addBound()
3783 BooleanType updateCholesky, in removeConstraint() argument
3881 if ( ( updateCholesky == BT_TRUE ) && in removeConstraint()
4019 BooleanType updateCholesky, in removeBound() argument
[all …]
H A DQProblemB.cpp2786 BooleanType updateCholesky; in setupAuxiliaryWorkingSet() local
2788 updateCholesky = BT_FALSE; in setupAuxiliaryWorkingSet()
2790 updateCholesky = BT_TRUE; in setupAuxiliaryWorkingSet()
2801 if ( removeBound( i,updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
2805 if ( removeBound( i,updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
2818 if ( addBound( i,auxiliaryBounds->getStatus( i ),updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
3485 BooleanType updateCholesky in addBound() argument
3514 if ( ( updateCholesky == BT_TRUE ) && in addBound()
3555 BooleanType updateCholesky in removeBound() argument
3587 if ( ( updateCholesky == BT_TRUE ) && in removeBound()
H A DSQProblemSchur.cpp650 BooleanType updateCholesky, in addConstraint() argument
1117 BooleanType updateCholesky, in addBound() argument
1524 BooleanType updateCholesky, in removeConstraint() argument
1799 BooleanType updateCholesky, in removeBound() argument
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DQProblem.cpp2386 BooleanType updateCholesky; in setupAuxiliaryWorkingSet() local
2388 updateCholesky = BT_FALSE; in setupAuxiliaryWorkingSet()
2390 updateCholesky = BT_TRUE; in setupAuxiliaryWorkingSet()
2815 if ( updateCholesky == BT_TRUE && ensureLI == BT_TRUE ) in addConstraint()
2905 if ( ( updateCholesky == BT_TRUE ) && in addConstraint()
2916 if ( ( updateCholesky == BT_TRUE ) && in addConstraint()
3278 BooleanType updateCholesky, in addBound() argument
3374 if ( ( updateCholesky == BT_TRUE ) && in addBound()
3426 if ( ( updateCholesky == BT_TRUE ) && in addBound()
3851 if ( ( updateCholesky == BT_TRUE ) && in removeConstraint()
[all …]
H A DQProblemB.cpp2780 BooleanType updateCholesky; in setupAuxiliaryWorkingSet() local
2782 updateCholesky = BT_FALSE; in setupAuxiliaryWorkingSet()
2784 updateCholesky = BT_TRUE; in setupAuxiliaryWorkingSet()
2795 if ( removeBound( i,updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
2799 if ( removeBound( i,updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
2812 if ( addBound( i,auxiliaryBounds->getStatus( i ),updateCholesky ) != SUCCESSFUL_RETURN ) in setupAuxiliaryWorkingSet()
3478 BooleanType updateCholesky in addBound() argument
3507 if ( ( updateCholesky == BT_TRUE ) && in addBound()
3548 BooleanType updateCholesky in removeBound() argument
3580 if ( ( updateCholesky == BT_TRUE ) && in removeBound()
H A DSQProblemSchur.cpp660 BooleanType updateCholesky, in addConstraint() argument
1127 BooleanType updateCholesky, in addBound() argument
1534 BooleanType updateCholesky, in removeConstraint() argument
1809 BooleanType updateCholesky, in removeBound() argument