ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Utility.hpp
Revision: 1064
Committed: Tue Feb 24 15:44:45 2004 UTC (20 years, 4 months ago) by tim
File size: 250 byte(s)
Log Message:
Using inherit instead of compose to implement Minimizer
both versions are working

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 copysign(double sign, double value);
8 double norm2(vector<double>& x);
9 #endif

Properties

Name Value
svn:executable *