CAPD::DynSys Library  6.0.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< ScalarT >
 The class is class represents a subset of a countable infinite dimensional space. More...
 

Namespaces

 capd
 
 capd::pdes
 

Functions

template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::operator+ (const GeometricBound< ScalarT > &x, const GeometricBound< ScalarT > &y)
 operator+ More...
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::operator- (const GeometricBound< ScalarT > &x, const GeometricBound< ScalarT > &y)
 operator- More...
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::operator* (const ScalarT &s, const GeometricBound< ScalarT > &x)
 operator* More...
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::operator* (const GeometricBound< ScalarT > &x, const ScalarT &s)
 operator* More...
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::operator* (const capd::vectalg::Matrix< ScalarT, 0, 0 > &A, const GeometricBound< ScalarT > &x)
 operator* More...
 
template<class ScalarT >
std::ostream & capd::pdes::operator<< (std::ostream &s, const GeometricBound< ScalarT > &x)
 operator<< More...
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::intersection (const GeometricBound< ScalarT > &x, const GeometricBound< ScalarT > &y)
 
template<class ScalarT >
void capd::pdes::split (const GeometricBound< ScalarT > &X, GeometricBound< ScalarT > &x, GeometricBound< ScalarT > &dx)
 
template<class ScalarT >
GeometricBound< ScalarT > capd::pdes::midVector (const GeometricBound< ScalarT > &x)
 
template<class ScalarT >
void capd::pdes::swap (GeometricBound< ScalarT > &a, GeometricBound< ScalarT > &b)
 

Detailed Description

Author
Daniel Wilczak