Fixed code comment
parent
ac14ddcb74
commit
c5338811a0
|
@ -103,8 +103,7 @@ namespace gtsam {
|
||||||
* \right\Vert^2 \f$, centered around zero. The gradient about zero is \f$ -R^T d \f$. See also
|
* \right\Vert^2 \f$, centered around zero. The gradient about zero is \f$ -R^T d \f$. See also
|
||||||
* gradient(const GaussianBayesNet&, const VectorValues&).
|
* gradient(const GaussianBayesNet&, const VectorValues&).
|
||||||
*
|
*
|
||||||
* @param [output] g A VectorValues to store the gradient, which must be preallocated, see
|
* @return A VectorValues storing the gradient. */
|
||||||
* allocateVectorValues */
|
|
||||||
VectorValues gradientAtZero() const;
|
VectorValues gradientAtZero() const;
|
||||||
|
|
||||||
/** Mahalanobis norm error. */
|
/** Mahalanobis norm error. */
|
||||||
|
|
Loading…
Reference in New Issue