OpenMS
Matrix.h File Reference
#include <OpenMS/CONCEPT/Macros.h>
#include <cmath>
#include <iomanip>
#include <vector>
#include <iostream>
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix< Value >
 A two-dimensional matrix. Similar to std::vector, but uses a binary operator(,) for element access. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Functions

template<typename Value >
std::ostream & operator<< (std::ostream &os, const Matrix< Value > &matrix)
 Print the contents to a stream. More...