small doc edits
parent
4858e39ecf
commit
f6d7be97da
|
@ -78,7 +78,7 @@ namespace gtsam {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The factor::error simply extracts the \class VectorValues from the
|
* The Factor::error simply extracts the \class VectorValues from the
|
||||||
* \class HybridValues and calculates the error.
|
* \class HybridValues and calculates the error.
|
||||||
*/
|
*/
|
||||||
double error(const HybridValues& c) const override {
|
double error(const HybridValues& c) const override {
|
||||||
|
|
|
@ -98,11 +98,11 @@ public:
|
||||||
* \code double evaluateError(const Values& c) const \endcode.
|
* \code double evaluateError(const Values& c) const \endcode.
|
||||||
*/
|
*/
|
||||||
virtual double error(const Values& c) const {
|
virtual double error(const Values& c) const {
|
||||||
throw std::runtime_error("NonlinearFactor::error::error is not implemented");
|
throw std::runtime_error("NonlinearFactor::error is not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The factor::error simply extracts the \class Values from the
|
* The Factor::error simply extracts the \class Values from the
|
||||||
* \class HybridValues and calculates the error.
|
* \class HybridValues and calculates the error.
|
||||||
*/
|
*/
|
||||||
double error(const HybridValues& c) const override {
|
double error(const HybridValues& c) const override {
|
||||||
|
|
Loading…
Reference in New Issue