aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:08:54 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:08:54 +0000
commitd87fa85e0b064206509f4e544d8156072d901e3e (patch)
tree9129b01975aee19a55549849c71448ca81131643 /math
parenta4e7c82789e5eff26b1e6a84c1a123f248e989a2 (diff)
downloadopt-utilities-d87fa85e0b064206509f4e544d8156072d901e3e.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'math')
-rw-r--r--math/num_diff.hpp2
-rw-r--r--math/vector_operation.hpp7
2 files changed, 9 insertions, 0 deletions
diff --git a/math/num_diff.hpp b/math/num_diff.hpp
index 6f07c27..bef9a1e 100644
--- a/math/num_diff.hpp
+++ b/math/num_diff.hpp
@@ -1,5 +1,7 @@
/**
\file num_diff.hpp
+ \brief performing n-dim differential operation on func objects
+ \author Junhua Gu
*/
diff --git a/math/vector_operation.hpp b/math/vector_operation.hpp
index a856847..1f7c025 100644
--- a/math/vector_operation.hpp
+++ b/math/vector_operation.hpp
@@ -1,3 +1,10 @@
+/**
+ \file vector_operation.hpp
+ \brief defing vector operators
+ \author Junhua Gu
+ */
+
+
#ifndef VECTOR_OPERATION_HPP
#define VECTOR_OPERATION_HPP
#include <core/opt_traits.hpp>