|
CAPD::DynSys Library
6.0.0
|
#include <stdexcept>#include <iostream>#include "capd/basicalg/minmax.h"#include "capd/basicalg/power.h"#include "capd/vectalg/lib.h"Classes | |
| class | capd::pdes::PolyLogBound |
| The class is class represents a subset of a countable infinite dimensional space. More... | |
Namespaces | |
| capd | |
| capd::pdes | |
Functions | |
| PolyLogBound | capd::pdes::operator+ (const PolyLogBound &x, const PolyLogBound &y) |
| operator+ More... | |
| PolyLogBound | capd::pdes::operator- (const PolyLogBound &x, const PolyLogBound &y) |
| operator- More... | |
| PolyLogBound | capd::pdes::operator* (const interval &s, const PolyLogBound &x) |
| operator* More... | |
| PolyLogBound | capd::pdes::operator* (const PolyLogBound &x, const interval &s) |
| operator* More... | |
| PolyLogBound | capd::pdes::operator* (const IMatrix &A, const PolyLogBound &x) |
| operator* More... | |
| std::ostream & | capd::pdes::operator<< (std::ostream &s, const PolyLogBound &x) |
| operator<< More... | |
| PolyLogBound | capd::pdes::intersection (const PolyLogBound &x, const PolyLogBound &y) |
| void | capd::pdes::split (const PolyLogBound &X, PolyLogBound &x, PolyLogBound &dx) |
| PolyLogBound | capd::pdes::midVector (const PolyLogBound &x) |