15 #include <boost/shared_ptr.hpp>
30 for (
unsigned i=0; i<m.
rows(); ++i)
32 for (
unsigned j=0; j<m.
cols(); ++j)
49 if ((i == j && channel_frequency(i, j) != 1.0) || channel_frequency(i, j) != 0.0)
SizeType rows() const
Number of rows.
Definition: Matrix.h:232
SizeType cols() const
Number of columns.
Definition: Matrix.h:238
Definition: IsobaricIsotopeCorrector.h:17
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22
boost::shared_ptr< Eigen::MatrixXd > MutableEigenMatrixXdPtr
Definition: MatrixUtils.h:24
bool matrixIsIdentityMatrix(const Matrix< double > &channel_frequency)
Definition: MatrixUtils.h:41
boost::shared_ptr< const Eigen::MatrixXd > EigenMatrixXdPtr
Definition: MatrixUtils.h:23
EigenMatrixXdPtr convertOpenMSMatrix2EigenMatrixXd(const Matrix< double > &m)
Definition: MatrixUtils.h:27