SDPSL
Semidefinite Programming Specification Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NsdpNamespace for the double-precision version of the library
 oCshared_refA shared reference to an object of type T
 oCconst_shared_refconst version of shared_ref
 oCdouble_to_mpf_classA converter class for double to mpf_class
 oCInsideCoefficientUsed to output the coefficient of a polynomial, when it is not the first being output
 oCNumberOperationsImplements common operations on type Number
 oCPolyErrorExceptions for the polynomial classes are member classes of PolyError
 |oCInvalidVariableVariable requested is invalid
 |\CValueErrorInvalid parameter passed to function
 oCPolynomialVariableA variable in a polynomial
 |\CPowerRepresents a power of a variable
 oCMonomialRepresents a monomial
 oCPolynomialClass implementing a multivariate polynomial
 oCMatrixA matrix whose elements are of type T
 oCMatrixMaskImplements a matrix bit-mask
 |\CPositionA position in the mask
 oCVectorMaskImplements a vector bit-mask
 oCLinearSystemSolverSolver for linear systems using LU decomposition
 |\CSingularMatrixException thrown when matrix is singular
 oCQRDecompositionProvides the QR decomposition of a matrix with entries of type T
 oCMatrixEntryAn entry in a constraint matrix
 oCMatrixEntryListA list of matrix entries
 oCRawConstraintInternal, raw format for a constraint of an SDP
 oCSDPErrorBase class for exceptions of SDLSL
 oCValueErrorInvalid parameter passed to function
 oCInfeasibleConstraintConstraint is detected to be infeasible
 oCInvalidBasisBasis of polynomials specified is not a basis or is insufficient
 oCNotImplementedFeature not implemented
 oCReadErrorException thrown when there is a read error
 oCSDPEnvironmentKeeps environment parameters for SDPSL
 oCSDPVariableA variable in a semidefinite programming problem
 oCSDPVariableMapA map associating instances of type T to instances of SDPVariable
 oCSDPMaskedMatrixA pair of a matrix shared reference and a mask for the matrix
 oCSDPLinearCombinationA map associating numerical matrices with variables for an SDP
 oCSDPLinearConstraintImplements a linear constraint in an SDP
 oCSDPMaskedPolyMatrixA matrix of polynomials together with a mask
 oCSDPPolynomialCombinationA map associating polynomial matrices with variables for an SDP
 oCSDPPolynomialConstraintImplements a polynomial constraint in an SDP
 oCSDPProgressIndicatorBase class for progress indicators
 oCProgressBarA character-based, thread-safe progress bar
 oCSparseBasisCoefficientsVirtual base class of objects used to specify a basis for polynomial constraints
 oCSparseMonomialBasisThis class implements a basis of monomials
 oCSparseBasisChangerImplements the interface of SparseBasisCoefficients using a given basis of polynomials
 oCSDPConstraintContainerA container for constraints of an SDP
 oCSDPProblemRepresents a semidefinite programming problem
 oCSDPAWriterAllows a problem to be output in sparse SDPA format
 oCSDPOutputMatrixA matrix and mask pair, used for output
 oCSDPSolutionA map associating instances of SDPOutputMatrix to instances of SDPVariable
 oCCSDPReaderReads a solution from an SDP given in CSDP solution format
 oCAnalyzerErrorError in SDPSolutionAnalyzer
 \CSDPSolutionAnalyzerTools to analyze solutions of SDPs