#include <OpenMS/CONCEPT/Macros.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <cmath>
#include <iomanip>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | Matrix |
A two-dimensional matrix. Similar to std::vector, but uses a binary operator(,) for element access. More... | |
Functions | |
template<typename Value> | |
std::ostream & | operator<< (std::ostream &os, const Matrix< Value > &matrix) |
Print the contents to a stream. |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |