#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 | |
| namespace | OpenMS |
Main OpenMS namespace. | |
Functions | |
| template<typename Value > | |
| std::ostream & | operator<< (std::ostream &os, const Matrix< Value > &matrix) |
| Print the contents to a stream. | |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:46 using doxygen 1.7.1 |