Merge pull request #211 from borglab/feature/python-noiseModel_Gaussian_Information

add "Information" constructor to python wrapper
release/4.3a0
Gerry Chen 2020-01-14 21:13:00 -05:00 committed by GitHub
commit eb158c15a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1364,6 +1364,7 @@ virtual class Base {
}; };
virtual class Gaussian : gtsam::noiseModel::Base { virtual class Gaussian : gtsam::noiseModel::Base {
static gtsam::noiseModel::Gaussian* Information(Matrix R);
static gtsam::noiseModel::Gaussian* SqrtInformation(Matrix R); static gtsam::noiseModel::Gaussian* SqrtInformation(Matrix R);
static gtsam::noiseModel::Gaussian* Covariance(Matrix R); static gtsam::noiseModel::Gaussian* Covariance(Matrix R);