Jacobian factors' gradientAtZero with raw memory access does nothing (to be fixed)
parent
185c572b5a
commit
f15f7f3893
|
|
@ -575,7 +575,7 @@ VectorValues JacobianFactor::gradientAtZero() const {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
void JacobianFactor::gradientAtZero(double* d) const {
|
void JacobianFactor::gradientAtZero(double* d) const {
|
||||||
throw std::runtime_error("gradientAtZero not implemented for Jacobian factor");
|
//throw std::runtime_error("gradientAtZero not implemented for Jacobian factor");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue