Definition at line 378 of file maps/CRandomFieldGridMap2D.h.
#include <mrpt/maps/CRandomFieldGridMap2D.h>
Public Member Functions | |
double | evaluateResidual () const MRPT_OVERRIDE |
Return the residual/error of this observation. More... | |
double | getInformation () const MRPT_OVERRIDE |
Return the inverse of the variance of this constraint. More... | |
void | evalJacobian (double &dr_dx_i, double &dr_dx_j) const MRPT_OVERRIDE |
Returns the derivative of the residual wrt the node values. More... | |
TPriorFactorGMRF (CRandomFieldGridMap2D &parent) | |
Public Attributes | |
double | Lambda |
"Information" of the observation (=inverse of the variance) More... | |
size_t | node_id_i |
size_t | node_id_j |
Private Attributes | |
CRandomFieldGridMap2D * | m_parent |
|
inline |
Definition at line 386 of file maps/CRandomFieldGridMap2D.h.
|
virtual |
Returns the derivative of the residual wrt the node values.
Implements mrpt::graphs::ScalarFactorGraph::BinaryFactorVirtualBase.
|
virtual |
Return the residual/error of this observation.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
|
virtual |
Return the inverse of the variance of this constraint.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
double mrpt::maps::CRandomFieldGridMap2D::TPriorFactorGMRF::Lambda |
"Information" of the observation (=inverse of the variance)
Definition at line 380 of file maps/CRandomFieldGridMap2D.h.
|
private |
Definition at line 388 of file maps/CRandomFieldGridMap2D.h.
|
inherited |
Definition at line 65 of file ScalarFactorGraph.h.
|
inherited |
Definition at line 65 of file ScalarFactorGraph.h.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017 |