Initial snark14m import
[snark14.git] / src / snark / fom_weighted_squared_distance.h
1 /*
2  ***********************************************************
3  $SNARK_Header$
4  $HeadURL: svn://dig.cs.gc.cuny.edu/snark/trunk/src/snark/fom_klds.h $
5  $LastChangedRevision: 85 $
6  $Date: 2014-07-02 16:07:08 -0400 (Wed, 02 Jul 2014) $
7  $Author: agulati $
8  ***********************************************************
9  */
10
11 #ifndef FOM_WEIGHTED_SQUARED_DISTANCE_H_
12 #define FOM_WEIGHTED_SQUARED_DISTANCE_H_
13
14 void fom_weighted_squared_distance(int* itr1, int* itr2, int niters,
15                 char* keywrd1, char* keywrd2, double* wsqd1, double* wsqd2);
16
17 #endif