ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/Utility.hpp
Revision: 1683
Committed: Thu Oct 28 22:34:02 2004 UTC (19 years, 8 months ago)
File size: 197 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create branch 'new_design'.

File Contents

# User Rev Content
1 gezelter 1490 #ifndef _UTILITY_H_
2     #define _UTILITY_H_
3     #include <vector>
4     #include <math.h>
5     using namespace std;
6     double dotProduct(vector<double>& v1, vector<double>& v2);
7     double norm2(vector<double>& x);
8     #endif

Properties

Name Value
svn:executable *