release/4.3a0
Frank Dellaert 2011-10-22 19:48:52 +00:00
parent 0cd8dedeb2
commit 10c4d8b609
6 changed files with 6 additions and 10 deletions

View File

@ -11,9 +11,8 @@
/**
* @file testCholesky.cpp
* @brief
* @author Richard Roberts
* @created Nov 5, 2010
* @date Nov 5, 2010
*/
#include <gtsam/base/debug.h>

View File

@ -11,9 +11,8 @@
/**
* @file testCholesky.cpp
* @brief
* @author Richard Roberts
* @created Feb 14, 2011
* @date Feb 14, 2011
*/
#include <CppUnitLite/TestHarness.h>

View File

@ -11,9 +11,8 @@
/**
* @file testNumericalDerivative.cpp
* @brief
* @author Richard Roberts
* @created Apr 8, 2011
* @date Apr 8, 2011
*/
#include <CppUnitLite/TestHarness.h>

View File

@ -13,7 +13,7 @@
* @file timeublas.cpp
* @brief Tests to help determine which way of accomplishing something with Eigen is faster
* @author Richard Roberts
* @created Sep 18, 2010
* @date Sep 18, 2010
*/
#include <boost/random.hpp>

View File

@ -11,9 +11,8 @@
/**
* @file timing.h
* @brief
* @author Richard Roberts (extracted from Michael Kaess' timing functions)
* @created Oct 5, 2010
* @date Oct 5, 2010
*/
#include <gtsam/base/timing.h>

View File

@ -2,7 +2,7 @@
* @file timeVirtual.cpp
* @brief Time the overhead of using virtual destructors and methods
* @author Richard Roberts
* @created Dec 3, 2010
* @date Dec 3, 2010
*/
#include <gtsam/base/timing.h>