From 49bca1ac6994d1889269b7dd18746f96d4d1bc41 Mon Sep 17 00:00:00 2001 From: Sungtae An Date: Mon, 1 Dec 2014 05:11:26 -0500 Subject: [PATCH] Add file info --- gtsam/linear/ConjugateGradientSolver.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtsam/linear/ConjugateGradientSolver.h b/gtsam/linear/ConjugateGradientSolver.h index 6e8509309..4d4623d05 100644 --- a/gtsam/linear/ConjugateGradientSolver.h +++ b/gtsam/linear/ConjugateGradientSolver.h @@ -9,6 +9,14 @@ * -------------------------------------------------------------------------- */ +/** + * @file ConjugateGradientSolver.h + * @brief Implementation of Conjugate Gradient solver for a linear system + * @author Sungtae An + * @author ydjian + * @date Nov 6, 2014 + **/ + #pragma once #include