comments/formatting

release/4.3a0
Frank Dellaert 2012-01-17 19:24:45 +00:00
parent c58aa67a25
commit 027ea6ec34
2 changed files with 6 additions and 3 deletions

View File

@ -22,10 +22,13 @@
#include <gtsam/linear/GaussianConditional.h>
namespace gtsam { class SharedDiagonal; }
namespace gtsam {
class SharedDiagonal;
/**
* Linear Kalman Filter
*/
class KalmanFilter {
private:

View File

@ -11,7 +11,7 @@
/**
* @file SharedGaussian.h
* @brief Class that wraps a shared noise model with diagonal covariance
* @brief Class that wraps a shared Gaussian noise model
* @author Frank Dellaert
* @date Jan 22, 2010
*/