Changed remaining Index to Key
parent
c24cc8d2e2
commit
5f2a4e0dc6
|
|
@ -585,7 +585,7 @@ public:
|
||||||
const Value& calculateEstimate(Key key) const;
|
const Value& calculateEstimate(Key key) const;
|
||||||
|
|
||||||
/** Return marginal on any variable as a covariance matrix */
|
/** Return marginal on any variable as a covariance matrix */
|
||||||
Matrix marginalCovariance(Index key) const;
|
Matrix marginalCovariance(Key key) const;
|
||||||
|
|
||||||
/// @name Public members for non-typical usage
|
/// @name Public members for non-typical usage
|
||||||
/// @{
|
/// @{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue