tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
normal.h File Reference
#include "random.h"
Include dependency graph for normal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float ** normal_exec (int nthreads, float **feature, int nfeatures, int npoints, int nclusters, float threshold, int *membership, random_t *randomPtr)
 

Variables

double global_parallelTime
 

Function Documentation

float** normal_exec ( int  nthreads,
float **  feature,
int  nfeatures,
int  npoints,
int  nclusters,
float  threshold,
int *  membership,
random_t randomPtr 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

double global_parallelTime