|
CAPD::DynSys Library
6.0.0
|
#include "capd/basicalg/factrial.h"#include "capd/vectalg/Multiindex.h"#include "capd/vectalg/Container.hpp"Namespaces | |
| capd | |
| capd::vectalg | |
Functions | |
| Multipointer | capd::vectalg::sumMultipointers (const Multipointer &, const Multipointer &) |
| Multipointer | capd::vectalg::addIndex (const Multipointer &mp, int index) |
| returns new multipointer which is multiindex mp with index added in correct place More... | |
| Multipointer | capd::vectalg::push_back (const Multipointer &mp, int index) |
| appends index to the end of multipointer mp More... | |
| int | capd::vectalg::computeNewton (int d, int l) |
| bool | capd::vectalg::hasIndex (const Multipointer &mp, int index) |
| checks if muiltipointer contains index More... | |
| int | capd::vectalg::indexCount (const Multipointer &mp, int index) |
| returns the number of occurences of index in the multipointer More... | |
| Multipointer | capd::vectalg::removeIndex (const Multipointer &mp, int index) |
| returns a multipointer with removed index More... | |