MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <ostream>
#include <map>
#include <vector>
#include "ConstrainedOptPack_Types.hpp"
#include "ConstrainedOptPack_MatrixSymAddDelUpdateableWithOpNonsingular.hpp"
#include "AbstractLinAlgPack_GenPermMatrixSlice.hpp"
#include "AbstractLinAlgPack_SpVectorClass.hpp"
#include "AbstractLinAlgPack_MatrixSymOpNonsing.hpp"
#include "AbstractLinAlgPack_MatrixSymOp.hpp"
#include "AbstractLinAlgPack_MatrixOp.hpp"
#include "AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp"
#include "AbstractLinAlgPack_MatrixOpSerial.hpp"
#include "DenseLinAlgPack_DMatrixClass.hpp"
#include "Teuchos_StandardCompositionMacros.hpp"
#include "Teuchos_StandardMemberCompositionMacros.hpp"
#include "StopWatchPack_stopwatch.hpp"
Go to the source code of this file.
Classes | |
class | ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T > |
Utility class for a ranged check vector. More... | |
class | ConstrainedOptPack::QPSchurPack::QP |
Represents the QP to be solved by QPSchur {abstract}. More... | |
class | ConstrainedOptPack::QPSchurPack::Constraints |
Represents the extra constraints in the QP to be satisfied by the schur complement QP solver QPSchur {abstract}. More... | |
class | ConstrainedOptPack::QPSchur |
Solves a Quadratic Program with a dual QP method using a schur complement factorization. More... | |
class | ConstrainedOptPack::QPSchur::TestFailed |
Thrown if a test failed. More... | |
class | ConstrainedOptPack::QPSchur::InconsistantConstraintsException |
Thrown if constraints are inconsistant (no feasible region) More... | |
class | ConstrainedOptPack::QPSchur::NumericalInstabilityException |
Thrown if there is some numerical instability. More... | |
class | ConstrainedOptPack::QPSchur::DualInfeasibleException |
Thrown if during the course of the primal-dual iteration a non-dual feasible point if found. More... | |
class | ConstrainedOptPack::QPSchur::U_hat_t |
Represents the matrix U_hat. More... | |
class | ConstrainedOptPack::QPSchur::ActiveSet |
Represents and manages the active set for the QPSchur algorithm. More... | |
Namespaces | |
ConstrainedOptPack | |
ConstrainedOptPack::QPSchurPack | |