OpenMS
|
#include <OpenMS/CONCEPT/Colorizer.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/CONCEPT/Macros.h>
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/config.h>
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
Classes | |
class | DistanceMatrix< Value > |
A two-dimensional distance matrix, similar to OpenMS::Matrix. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
template<typename Value > | |
std::ostream & | operator<< (std::ostream &os, const DistanceMatrix< Value > &matrix) |
Print the contents to a stream (and colors the diagonal, if the stream is cout/cerr) More... | |