OpenMS
Eigen Namespace Reference

Classes

class  Matrix
 
class  SparseVector
 

Typedefs

using MatrixXd = Matrix< double, -1, -1, 0, -1, -1 >
 
using VectorXd = Matrix< double, -1, 1, 0, -1, 1 >
 

Class Documentation

◆ Eigen::Matrix

class Eigen::Matrix

template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
class Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >

◆ Eigen::SparseVector

class Eigen::SparseVector

template<typename _Scalar, int _Flags, typename _StorageIndex>
class Eigen::SparseVector< _Scalar, _Flags, _StorageIndex >

Typedef Documentation

◆ MatrixXd

typedef Matrix< double, -1, -1, 0, -1, -1 > MatrixXd

◆ VectorXd

typedef Matrix< double, -1, 1, 0, -1, 1 > VectorXd