Doxygen
parent
0cd8dedeb2
commit
10c4d8b609
|
@ -11,9 +11,8 @@
|
|||
|
||||
/**
|
||||
* @file testCholesky.cpp
|
||||
* @brief
|
||||
* @author Richard Roberts
|
||||
* @created Nov 5, 2010
|
||||
* @date Nov 5, 2010
|
||||
*/
|
||||
|
||||
#include <gtsam/base/debug.h>
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
/**
|
||||
* @file testCholesky.cpp
|
||||
* @brief
|
||||
* @author Richard Roberts
|
||||
* @created Feb 14, 2011
|
||||
* @date Feb 14, 2011
|
||||
*/
|
||||
|
||||
#include <CppUnitLite/TestHarness.h>
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
/**
|
||||
* @file testNumericalDerivative.cpp
|
||||
* @brief
|
||||
* @author Richard Roberts
|
||||
* @created Apr 8, 2011
|
||||
* @date Apr 8, 2011
|
||||
*/
|
||||
|
||||
#include <CppUnitLite/TestHarness.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue