aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
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>