OpenMS  2.7.0
Classes | Namespaces | Functions
DistanceMatrix.h File Reference
#include <OpenMS/CONCEPT/Macros.h>
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/config.h>
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
Include dependency graph for DistanceMatrix.h:
This graph shows which files directly or indirectly include this file:

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. More...