CAPD DynSys Library  5.2.0
GeometricBound.h File Reference
#include <stdexcept>
#include <iostream>
#include "capd/basicalg/minmax.h"
#include "capd/basicalg/power.h"
#include "capd/vectalg/lib.h"
#include "capd/vectalg/Vector_Interval.hpp"

Classes

class  capd::pdes::GeometricBound
 The class is class represents a subset of a countable infinite dimensional space. More...
 

Namespaces

 capd
 
 capd::pdes
 

Functions

GeometricBound capd::pdes::operator+ (const GeometricBound &x, const GeometricBound &y)
 operator+ More...
 
GeometricBound capd::pdes::operator- (const GeometricBound &x, const GeometricBound &y)
 operator- More...
 
GeometricBound capd::pdes::operator* (const interval &s, const GeometricBound &x)
 operator* More...
 
GeometricBound capd::pdes::operator* (const GeometricBound &x, const interval &s)
 operator* More...
 
GeometricBound capd::pdes::operator* (const IMatrix &A, const GeometricBound &v)
 This operator realizes the following Matrix by vector multiplication (A*mainVariables,Id*tail) More...
 
std::ostream & capd::pdes::operator<< (std::ostream &s, const GeometricBound &x)
 operator<< More...
 
GeometricBound capd::pdes::intersection (const GeometricBound &x, const GeometricBound &y)
 
void capd::pdes::split (const GeometricBound &X, GeometricBound &x, GeometricBound &dx)
 
GeometricBound capd::pdes::midVector (const GeometricBound &x)
 
void capd::pdes::swap (GeometricBound &a, GeometricBound &b)
 

Detailed Description

Author
Daniel Wilczak