#include <OpenMS/CONCEPT/Macros.h>#include <cmath>#include <iomanip>#include <vector>#include <gsl/gsl_matrix.h>#include <gsl/gsl_vector.h>#include <gsl/gsl_linalg.h>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... | |
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:23 using doxygen 1.8.5 |