fix comment and remove whitespace diff
parent
a17bd5c6d5
commit
fa6bdd4042
|
@ -185,7 +185,7 @@ namespace gtsam {
|
||||||
* Jacobian matrix, where i(k) and j(k) are the base 0 row and column
|
* Jacobian matrix, where i(k) and j(k) are the base 0 row and column
|
||||||
* indices, s(k) a double.
|
* indices, s(k) a double.
|
||||||
* The standard deviations are baked into A and b
|
* The standard deviations are baked into A and b
|
||||||
* @return the sparse matrix in one of the 4 forms above
|
* @return the sparse matrix as a std::vector of boost tuples
|
||||||
*/
|
*/
|
||||||
std::vector<boost::tuple<size_t, size_t, double>> sparseJacobian() const;
|
std::vector<boost::tuple<size_t, size_t, double>> sparseJacobian() const;
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@ namespace gtsam {
|
||||||
ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base);
|
ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base);
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/** \deprecated */
|
/** \deprecated */
|
||||||
VectorValues optimize(boost::none_t,
|
VectorValues optimize(boost::none_t,
|
||||||
|
|
Loading…
Reference in New Issue