CAPD::DynSys Library  6.0.0
Vector_Interval.hpp File Reference
#include <stdexcept>
#include "capd/vectalg/iobject.hpp"
#include "capd/vectalg/EmptyIntersectionException.h"
#include "Vector.h"

Namespaces

 capd
 
 capd::vectalg
 

Functions

template<typename IVector >
IVector capd::vectalg::leftVector (const IVector &u)
 
template<typename IVector >
IVector capd::vectalg::rightVector (const IVector &u)
 
template<typename IVector >
IVector::ScalarType capd::vectalg::maxDiam (const IVector &)
 
template<typename IVector >
IVector capd::vectalg::intervalBall (const IVector &, const typename IVector::ScalarType &r)
 
template<typename IVector >
IVector::ScalarType capd::vectalg::solveAffineInclusion (const IVector &, const IVector &, const IVector &)
 
template<typename IVector >
IVector::ScalarType capd::vectalg::solveAffineInclusion (const IVector &, const IVector &, const IVector &, int &)
 
template<typename IVector >
IVector capd::vectalg::intervalHull (const IVector &, const IVector &)
 
template<typename IVector >
IVector capd::vectalg::midVector (const IVector &)
 
template<typename IVector >
IVector capd::vectalg::diam (const IVector &)
 
template<typename IVector >
IVector capd::vectalg::intersection (const IVector &, const IVector &)
 
template<typename IVectorType >
IVectorType capd::vectalg::diam (const IVectorType &v)
 
template<typename IVectorType >
IVectorType capd::vectalg::intersection (const IVectorType &v1, const IVectorType &v2)
 
template<typename IVectorType >
IVectorType capd::vectalg::midVector (const IVectorType &v)
 
template<typename IVectorType >
IVectorType capd::vectalg::intervalHull (const IVectorType &v1, const IVectorType &v2)
 
template<typename IVectorType >
IVectorType capd::vectalg::intervalBall (const IVectorType &iv, const typename IVectorType::ScalarType &r)
 
template<typename IVectorType >
IVectorType::ScalarType capd::vectalg::solveAffineInclusion (const IVectorType &a, const IVectorType &p, const IVectorType &c)
 
template<typename IVectorType >
IVectorType::ScalarType capd::vectalg::solveAffineInclusion (const IVectorType &a, const IVectorType &p, const IVectorType &c, int &dir)
 

Detailed Description

Author
The CAPD Group