#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"
|
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) |
|