ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/libmdtools/Utility.hpp
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (19 years, 11 months ago) by gezelter
File size: 197 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# Content
1 #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