diff options
Diffstat (limited to 'misc/optvec.hpp')
-rw-r--r-- | misc/optvec.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/optvec.hpp b/misc/optvec.hpp index b259029..790a721 100644 --- a/misc/optvec.hpp +++ b/misc/optvec.hpp @@ -1,3 +1,11 @@ +/** + \file optvec + \brief A ready to use, but ad-hoc mathematical vector class + \author Junhua Gu + + */ + + #ifndef OPTVEC_HPP #define OPTVEC_HPP |