#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/base/TestableAssertions.h>#include <gtsam/base/serializationTestHelpers.h>#include <gtsam/discrete/DiscreteConditional.h>#include <gtsam/discrete/DiscreteDistribution.h>#include <gtsam/discrete/Signature.h>#include <gtsam/discrete/TableFactor.h>#include <chrono>#include <random>
Go to the source code of this file.
Functions | |
| vector< double > | genArr (double dropout, size_t size) |
| int | main () |
| map< double, pair< chrono::microseconds, chrono::microseconds > > | measureTime (DiscreteKeys keys1, DiscreteKeys keys2, size_t size) |
| void | printTime (map< double, pair< chrono::microseconds, chrono::microseconds >> measured_time) |
| TEST (TableFactor, constructors) | |
| TEST (TableFactor, Conversion) | |
| TEST (TableFactor, Empty) | |
| TEST (TableFactor, enumerate) | |
| TEST (TableFactor, htmlWithValueFormatter) | |
| TEST (TableFactor, markdown) | |
| TEST (TableFactor, markdownWithValueFormatter) | |
| TEST (TableFactor, multiplication) | |
| TEST (TableFactor, Prune) | |
| TEST (TableFactor, sum_max) | |
| TEST (TableFactor, Unary) | |
| TEST (TableFactor, UnaryAssignment) | |
| TEST_DISABLED (TableFactor, benchmark) | |
| vector<double> genArr | ( | double | dropout, |
| size_t | size | ||
| ) |
Definition at line 34 of file testTableFactor.cpp.
| int main | ( | ) |
Definition at line 475 of file testTableFactor.cpp.
| map<double, pair<chrono::microseconds, chrono::microseconds> > measureTime | ( | DiscreteKeys | keys1, |
| DiscreteKeys | keys2, | ||
| size_t | size | ||
| ) |
Definition at line 49 of file testTableFactor.cpp.
| void printTime | ( | map< double, pair< chrono::microseconds, chrono::microseconds >> | measured_time | ) |
Definition at line 93 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| constructors | |||
| ) |
Definition at line 104 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| Conversion | |||
| ) |
Definition at line 153 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| Empty | |||
| ) |
Definition at line 195 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| enumerate | |||
| ) |
Definition at line 325 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| htmlWithValueFormatter | |||
| ) |
Definition at line 416 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| markdown | |||
| ) |
Definition at line 377 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| markdownWithValueFormatter | |||
| ) |
Definition at line 396 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| multiplication | |||
| ) |
Definition at line 213 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| Prune | |||
| ) |
Definition at line 343 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| sum_max | |||
| ) |
Definition at line 304 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| Unary | |||
| ) |
Definition at line 442 of file testTableFactor.cpp.
| TEST | ( | TableFactor | , |
| UnaryAssignment | |||
| ) |
Definition at line 461 of file testTableFactor.cpp.
| TEST_DISABLED | ( | TableFactor | , |
| benchmark | |||
| ) |
Definition at line 242 of file testTableFactor.cpp.