![]() |
OpenMS
2.5.0
|
#include <OpenMS/MATH/STATISTICS/GumbelMaxLikelihoodFitter.h>
Public Types | |
| enum | { InputsAtCompileTime = NX, ValuesAtCompileTime = NY } |
| typedef _Scalar | Scalar |
| typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
Public Member Functions | |
| Functor () | |
| Functor (int inputs, int values) | |
| int | inputs () const |
| int | values () const |
Public Attributes | |
| int | m_inputs |
| int | m_values |
| typedef Eigen::Matrix<Scalar,InputsAtCompileTime,1> InputType |
| typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType |
| typedef _Scalar Scalar |
| typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,1> ValueType |
|
inline |
|
inline |
|
inline |
| int m_inputs |
| int m_values |
1.8.16