| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								CMakeLists.txt
							
						
					
				 | 
				
					
						
							
							Fix warnings by latest CMake 3.1. Variables should be unquoted: Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted.
						
					
				 | 
				2015-01-16 09:33:02 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simulated2D.h
							
						
					
				 | 
				
					
						
							
							traits_x -> traits
						
					
				 | 
				2014-12-26 16:47:51 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simulated2DConstraints.h
							
						
					
				 | 
				
					
						
							
							traits_x -> traits
						
					
				 | 
				2014-12-26 16:47:51 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simulated2DOriented.h
							
						
					
				 | 
				
					
						
							
							Removed all non-test/timing cpp files from tests folder, small example now is header-only
						
					
				 | 
				2013-06-11 14:35:22 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simulated3D.h
							
						
					
				 | 
				
					
						
							
							Find+replace Ordered headers
						
					
				 | 
				2013-08-05 22:31:33 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								smallExample.h
							
						
					
				 | 
				
					
						
							
							Measurement should be Point2
						
					
				 | 
				2014-12-21 22:02:57 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testBoundingConstraint.cpp
							
						
					
				 | 
				
					
						
							
							Updated all comma initializer usages to use .finished()
						
					
				 | 
				2014-11-22 16:35:27 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testDoglegOptimizer.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testExtendedKalmanFilter.cpp
							
						
					
				 | 
				
					
						
							
							Using traits in many places (forced by loss of Point2 mojo)
						
					
				 | 
				2014-12-22 16:02:33 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGaussianBayesTreeB.cpp
							
						
					
				 | 
				
					
						
							
							Updated all comma initializer usages to use .finished()
						
					
				 | 
				2014-11-22 16:35:27 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGaussianFactorGraphB.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGaussianISAM.cpp
							
						
					
				 | 
				
					
						
							
							Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
						
					
				 | 
				2013-08-19 15:32:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGaussianISAM2.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGaussianJunctionTreeB.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGradientDescentOptimizer.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testGraph.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testIterative.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testManifold.cpp
							
						
					
				 | 
				
					
						
							
							Deal with incomplete Pose2 type by including <Pose2.h>
						
					
				 | 
				2015-02-21 12:39:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testMarginals.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testNonlinearEquality.cpp
							
						
					
				 | 
				
					
						
							
							Using traits in many places (forced by loss of Point2 mojo)
						
					
				 | 
				2014-12-22 16:02:33 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testNonlinearFactor.cpp
							
						
					
				 | 
				
					
						
							
							Updated all comma initializer usages to use .finished()
						
					
				 | 
				2014-11-22 16:35:27 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testNonlinearFactorGraph.cpp
							
						
					
				 | 
				
					
						
							
							Refactor Ordering parameters. Now compiles and passes with gcc
						
					
				 | 
				2014-11-17 16:16:52 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testNonlinearISAM.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testNonlinearOptimizer.cpp
							
						
					
				 | 
				
					
						
							
							Fix for unit test based on previous LM change
						
					
				 | 
				2014-04-24 12:05:37 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testPCGSolver.cpp
							
						
					
				 | 
				
					
						
							
							Add a unit test for GaussianFactorGraphSystem::multiply and getb
						
					
				 | 
				2015-01-31 03:33:19 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testPreconditioner.cpp
							
						
					
				 | 
				
					
						
							
							Merge branch 'develop' into feature/RegularFactors
						
					
				 | 
				2015-01-01 17:50:27 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testRot3Optimization.cpp
							
						
					
				 | 
				
					
						
							
							Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
						
					
				 | 
				2013-08-19 15:32:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSerializationSLAM.cpp
							
						
					
				 | 
				
					
						
							
							fixed serialization tests
						
					
				 | 
				2014-12-23 12:35:49 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSimulated2D.cpp
							
						
					
				 | 
				
					
						
							
							changed tabs to spaces for consistent indentation in all of GTSAM
						
					
				 | 
				2012-10-02 14:40:07 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSimulated2DOriented.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSimulated3D.cpp
							
						
					
				 | 
				
					
						
							
							Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
						
					
				 | 
				2013-08-19 15:32:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSubgraphPreconditioner.cpp
							
						
					
				 | 
				
					
						
							
							Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
						
					
				 | 
				2014-11-23 10:22:25 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testSubgraphSolver.cpp
							
						
					
				 | 
				
					
						
							
							Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
						
					
				 | 
				2013-08-19 15:32:16 +00:00 |