.. |
tests
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
.cvsignore
|
Non-functional revision: renamed cpp to inference
|
2010-07-12 16:22:47 +00:00 |
BayesNet-inl.h
|
templates and typedefs: Factor, CONDITIONAL
|
2010-10-17 17:47:16 +00:00 |
BayesNet.h
|
New linear solver interface, global inference functions removed.
|
2010-10-21 22:59:54 +00:00 |
BayesTree-inl.h
|
Extra unit test to check that marginals from sequential and multifrontal are the same
|
2010-10-22 22:53:33 +00:00 |
BayesTree.h
|
Bug fix in BayesTree marginal, re-enabled joint and unit tests
|
2010-10-22 22:11:23 +00:00 |
ClusterTree-inl.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
ClusterTree.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
ConditionalBase.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
Doxyfile
|
Non-functional revision: renamed cpp to inference
|
2010-07-12 16:22:47 +00:00 |
EliminationTree-inl.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
EliminationTree.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
FactorBase-inl.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
FactorBase.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
FactorGraph-inl.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
FactorGraph.h
|
New linear solver interface, global inference functions removed.
|
2010-10-21 22:59:54 +00:00 |
GenericMultifrontalSolver-inl.h
|
Bug fix in BayesTree marginal, re-enabled joint and unit tests
|
2010-10-22 22:11:23 +00:00 |
GenericMultifrontalSolver.h
|
Bug fix in BayesTree marginal, re-enabled joint and unit tests
|
2010-10-22 22:11:23 +00:00 |
GenericSequentialSolver-inl.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
GenericSequentialSolver.h
|
Bug fix in BayesTree marginal, re-enabled joint and unit tests
|
2010-10-22 22:11:23 +00:00 |
ISAM-inl.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
ISAM.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
IndexConditional.cpp
|
Change that may be reverted again soon - templated factor base type on key and make IndexFactor and IndexConditional for all current code. Did this to experiment with using symbols on the linear side in an efficient way but am putting this on hold for now because of complications. Will revisit and either fix or revert to int-only later in the week. Also moved some files to experimental and templating EliminationTree on FACTOR instead of FACTORGRAPH.
|
2010-10-19 21:31:13 +00:00 |
IndexConditional.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
IndexFactor.cpp
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
IndexFactor.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
JunctionTree-inl.h
|
Fixed several typenames to be Upper case and no _type suffix
|
2010-10-22 18:39:04 +00:00 |
JunctionTree.h
|
Change that may be reverted again soon - templated factor base type on key and make IndexFactor and IndexConditional for all current code. Did this to experiment with using symbols on the linear side in an efficient way but am putting this on hold for now because of complications. Will revisit and either fix or revert to int-only later in the week. Also moved some files to experimental and templating EliminationTree on FACTOR instead of FACTORGRAPH.
|
2010-10-19 21:31:13 +00:00 |
Makefile.am
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
Permutation.cpp
|
prepend license information on all the codes
|
2010-10-14 04:54:38 +00:00 |
Permutation.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
SymbolicFactorGraph.cpp
|
Change that may be reverted again soon - templated factor base type on key and make IndexFactor and IndexConditional for all current code. Did this to experiment with using symbols on the linear side in an efficient way but am putting this on hold for now because of complications. Will revisit and either fix or revert to int-only later in the week. Also moved some files to experimental and templating EliminationTree on FACTOR instead of FACTORGRAPH.
|
2010-10-19 21:31:13 +00:00 |
SymbolicFactorGraph.h
|
Fixed several typenames to be Upper case and no _type suffix
|
2010-10-22 18:39:04 +00:00 |
SymbolicMultifrontalSolver.cpp
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
SymbolicMultifrontalSolver.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
SymbolicSequentialSolver.cpp
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
SymbolicSequentialSolver.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
VariableIndex.cpp
|
Added some documentation
|
2010-10-23 15:07:18 +00:00 |
VariableIndex.h
|
Added some documentation
|
2010-10-23 15:07:18 +00:00 |
VariableSlots-inl.h
|
prepend license information on all the codes
|
2010-10-14 04:54:38 +00:00 |
VariableSlots.cpp
|
prepend license information on all the codes
|
2010-10-14 04:54:38 +00:00 |
VariableSlots.h
|
Change that may be reverted again soon - templated factor base type on key and make IndexFactor and IndexConditional for all current code. Did this to experiment with using symbols on the linear side in an efficient way but am putting this on hold for now because of complications. Will revisit and either fix or revert to int-only later in the week. Also moved some files to experimental and templating EliminationTree on FACTOR instead of FACTORGRAPH.
|
2010-10-19 21:31:13 +00:00 |
graph-inl.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
graph.h
|
Template arguements capitilized
|
2010-10-20 01:10:27 +00:00 |
inference-inl.h
|
Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver.
|
2010-10-22 18:02:55 +00:00 |
inference.cpp
|
New linear solver interface, global inference functions removed.
|
2010-10-21 22:59:54 +00:00 |
inference.h
|
New linear solver interface, global inference functions removed.
|
2010-10-21 22:59:54 +00:00 |