Revision: | 1039 |
Committed: | Sat Feb 7 00:16:47 2004 UTC (21 years, 3 months ago) by tim |
File size: | 215 byte(s) |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 1039 | #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 | #endif |
Name | Value |
---|---|
svn:executable | * |