Merge branch 'feature/smartFactors' of https://bitbucket.org/gtborg/gtsam into feature/smartFactors
commit
870a20396f
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ class ImplicitSchurFactor: public GaussianFactor {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef ImplicitSchurFactor This; ///< Typedef to this class
|
typedef ImplicitSchurFactor This; ///< Typedef to this class
|
||||||
typedef JacobianFactor Base; ///< Typedef to base class
|
|
||||||
typedef boost::shared_ptr<This> shared_ptr; ///< shared_ptr to this class
|
typedef boost::shared_ptr<This> shared_ptr; ///< shared_ptr to this class
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue