OpenMS  2.7.0
Namespaces | Typedefs | Functions
MatrixUtils.h File Reference
#include <OpenMS/DATASTRUCTURES/Matrix.h>
#include <Eigen/Core>
#include <boost/shared_ptr.hpp>
Include dependency graph for MatrixUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Typedefs

typedef boost::shared_ptr< const Eigen::MatrixXd > EigenMatrixXdPtr
 
typedef boost::shared_ptr< Eigen::MatrixXd > MutableEigenMatrixXdPtr
 

Functions

static EigenMatrixXdPtr convertOpenMSMatrix2EigenMatrixXd (const Matrix< double > &m)
 
static bool matrixIsIdentityMatrix (const Matrix< double > &channel_frequency)