codac  1.5.7
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NcodacFixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function on a given box until the Hausdorff distance between two iterations is less than a given ratio. This operation can be seen as a contractor on the boundary of the solution set
 CContractorNetworkGraph of contractors and domains that model a problem in the constraint programming framework. Heterogeneous domains can be handled in the same network, which allows to deal with a wide variety of problems such as non-linear equations, differential systems, delays or inter-temporal equations
 CIntervalVarTodo
 CIntervalVectorVarTodo
 CCtcDelay\(\mathcal{C}_{delay}\) that contracts the tubes \([x](\cdot)\) and \([y](\cdot)\) with respect to their delay \([\tau]\) according to the delay constraint \(\mathbf{x}(t)=\mathbf{y}(t+\tau)\)
 CCtcDeriv\(\mathcal{C}_{\frac{d}{dt}}\) that contracts a tube \([x](\cdot)\) with respect to its derivative tube \([v](\cdot)\) according to the constraint \(\dot{x}(\cdot)=v(\cdot)\)
 CCtcEval\(\mathcal{C}_\textrm{eval}\) that contracts a tube \([y](\cdot)\) with respect to its derivative tube \([w](\cdot)\) and a measurement \([t]\times[z]\) according to the constraints \(z=y(t)\) and \(\dot{y}(\cdot)=w(\cdot)\)
 CCtcLohner\(\mathcal{C}_\textrm{lohner}\) that contracts a tube \([\mathbf{x}](\cdot)\) according to a differential constraint \(\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})\)
 CCtcPicardCtcPicard class
 CCtcStaticGeneric static \(\mathcal{C}\) that contracts a tube \([\mathbf{x}](\cdot)\) with some IBEX contractor (for boxes, possibly including time). The contractor will be applied on each slice and gate
 CDynCtcContractor interface
 CCtcBoxContractor around a box
 CCtcCartProdCartesian product of contractors \(\mathcal{C}_1\times\dots\times\mathcal{C}_n\)
 CCtcCNStatic contractor on a contractor network object
 CCtcDistDistance constraint between two 2d vectors
 CCtcFunctionGeneric static \(\mathcal{C}\) that contracts a box \([\mathbf{x}]\) or a tube \([\mathbf{x}](\cdot)\) according to the constraint \(\mathbf{f}(\mathbf{x})=\mathbf{0}\) or \(\mathbf{f}(\mathbf{x})\in[\mathbf{y}]\). It stands on the CtcFwdBwd of IBEX (HC4Revise)
 CCtcPolarMinimal contractor for the polar constraint: x = rho*cos(theta) y = rho*sin(theta) theta = angle(x,y) sqr(rho) = sqr(x)+sqr(y)
 CCtcSegmentMinimal contractor for a segment
 CSliceSlice \(\llbracket x\rrbracket(\cdot)\) of a one dimensional tube and made of an envelope and two gates
 CDynamicalItemAbstract class for common properties of Tube, TubeVector, Slice, Trajectory, TrajectoryVector objects
 CTubeOne dimensional tube \([x](\cdot)\), defined as an interval of scalar trajectories
 CTubeVectorN-dimensional tube \([\mathbf{x}](\cdot)\), defined as an interval of n-dimensional trajectories
 CDomainsSizeExceptionException raised if the size (dimension) of domains are not consistent together, and with the contractor definition
 CDomainsTypeExceptionException raised if the domains connected to a contractor in a CN are not consistent with the contractor definition
 CExceptionRoot class of all exceptions raised by Codac
 CPdcInPolygonTests if a box is inside a polygon
 CSepPolarXYSeparator for point in sector. A sector is defined by its center, a distance and an angle (with uncertainty)
 CSepPolygonSeparator for Point inside a polygon
 CColorMapAssociates colors to a range of values
 CrgbRepresents an RGB value
 ChsvRepresents an HSV value
 CFigureTwo-dimensional graphical item
 CVIBesFigTwo-dimensional graphical item based on the VIBes viewer
 CVIBesFigPavingTwo-dimensional graphical item to display a Paving object
 CVIBesFigTubeTwo-dimensional graphical item to display scalar tubes or trajectories
 CFigTrajParamsSpecifies some parameters related to a Trajectory display
 CFigTubeParamsSpecifies some parameters related to a Tube display
 CVIBesFigTubeVectorMulti-view item to display vector tubes or trajectories
 CConnectedSubsetMulti-dimensional paving representation of a connected subset
 CPavingMulti-dimensional paving as representation of a set
 CSetMulti-dimensional interval-based representation of a set
 CSIVIAPavingPaving resulting from a Set-Inversion Via Interval Analysis
 CTubePavingMulti-dimensional paving as projection of a vector tube
 CCtcTransformTransformation of a separator with an inversible transformation T(S)(X) = { ffwd*Sin*fbwd(X), ffwd*Sout*fbwd(X)} Using a function and its inverse is less pessimism than using a forward / backward propagation (see: sepInverse)
 CCtcQInterProjFQ-intersection contractor
 CSepBoxSeparator \(\mathcal{S}_{box}\) that separates two boxes according to the constraint \(\mathbf{x}\in[\mathbf{b}]\)
 CCtcFromSepBuild a contractor with a separator Wrt the
 CSepCtcPairProjProjection of a separator using ibexlib algorithm
 CSepFixPointFix point of a Separator
 CSepFunctionGeneric static \(\mathcal{S}\) that separates two boxes according to the constraint \(\mathbf{f}(\mathbf{x})=\mathbf{0}\) or \(\mathbf{f}(\mathbf{x})\in[\mathbf{y}]\). It stands on the SepFwdBwd of IBEX (involving HC4Revise)
 CSepProjProjection of a separator
 CSepTransformImage of a separator by a function \(f\) where an analytic expression of \(\mathbf{f}^{-1}\) is avaiable. the computation is less pessimism than using a classical a forward / backward propagation (
 CToolsBasic features provided here in order to avoid overkill dependencies
 CRandTrajectoryOne dimensional random trajectory \(x(\cdot)\), used to represent noises
 CTrajectoryOne dimensional trajectory \(x(\cdot)\), defined as a temporal map of values
 CTrajectoryVectorN-dimensional trajectory \(\mathbf{x}(\cdot)\), defined as a temporal map of vector values
 CCtcConstellCtcConstell class
 CVIBesFigMapTwo-dimensional graphical item to project dynamical items (tubes, trajectories, etc.) on a map
 CFigMapTrajParamsSpecifies some parameters related to a Trajectory display
 CFigMapTubeParamsSpecifies some parameters related to a Tube display
 CTPlaneTemporal representation of loops
 Ncodac2
 CCtcDiffInclusion..
 CAbstractDomain..