Declaration of the pivot MDS. By setting the number of pivots to infinity this algorithm behaves just like classical MDS. See Brandes and Pich: Eigensolver methods for progressive multidi- mensional scaling of large data. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/LayoutModule.h>
#include <ogdf/basic/basic.h>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Classes | |
class | ogdf::PivotMDS |
The Pivot MDS (multi-dimensional scaling) layout algorithm. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Functions | |
template<typename T > | |
bool | ogdf::isinf (T value) |
Declaration of the pivot MDS. By setting the number of pivots to infinity this algorithm behaves just like classical MDS. See Brandes and Pich: Eigensolver methods for progressive multidi- mensional scaling of large data.
Definition in file PivotMDS.h.