remove deleted constructors

release/4.3a0
Varun Agrawal 2025-01-04 17:35:36 -05:00
parent bcc52becfb
commit 77f38742c4
1 changed files with 0 additions and 5 deletions

View File

@ -195,11 +195,6 @@ virtual class TableDistribution : gtsam::DiscreteConditional {
TableDistribution(const gtsam::DiscreteKeys& keys, std::vector<double> spec); TableDistribution(const gtsam::DiscreteKeys& keys, std::vector<double> spec);
TableDistribution(const gtsam::DiscreteKeys& keys, string spec); TableDistribution(const gtsam::DiscreteKeys& keys, string spec);
TableDistribution(const gtsam::DiscreteKey& key, string spec); TableDistribution(const gtsam::DiscreteKey& key, string spec);
TableDistribution(const gtsam::TableFactor& joint,
const gtsam::TableFactor& marginal);
TableDistribution(const gtsam::TableFactor& joint,
const gtsam::TableFactor& marginal,
const gtsam::Ordering& orderedKeys);
void print(string s = "Table Distribution\n", void print(string s = "Table Distribution\n",
const gtsam::KeyFormatter& keyFormatter = const gtsam::KeyFormatter& keyFormatter =