|
OMDc
2.0.0
created from 2320578 on deploy-documentation
|
15 #ifndef __INC_OMD_FUNCTOR__
16 #define __INC_OMD_FUNCTOR__
18 #include "OMD/DataStore.hpp"
33 inline const Eigen::Index
costDim()
const {
return 1;};
41 int cost(Eigen::VectorXd &fvec)
const;
interface to internal representation of OMD data
Definition: DataStore.hpp:25
Optimal Mode Decomposition.
Definition: DataStore.hpp:21
double derivative(Eigen::MatrixXd &dF) const
componentwise derivative w.r.t. bases representation
int cost(Eigen::VectorXd &fvec) const
computes cost by OMD::DataStore::getResidual()
Functor for linesearch along geodesic.
Definition: Functor.hpp:26
LineSearchFunctor(const DataStore &DS)
standard constructor
const Eigen::Index costDim() const
dimension of the cost function vector
Definition: Functor.hpp:33