SLIM  1.0
Sparse Linear Methods (SLIM) for top-n recommender systems
 All Data Structures Files Functions Variables Typedefs Macros Pages
slim.h
1 /**************************************************************/
2 /*! \brief This file contains all .h files
3  */
4 /**************************************************************/
5 
6 
7 #ifndef __SLIM_H__
8 #define __SLIM_H__
9 
10 
11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <sys/types.h>
14 #include <time.h>
15 #include <unistd.h>
16 #include <stdio.h>
17 #include <math.h>
18 #include <gsl/gsl_sf_gamma.h>
19 #include <gsl/gsl_rng.h>
20 #include <gsl/gsl_randist.h>
21 #include <gsl/gsl_vector.h>
22 #include <gsl/gsl_matrix.h>
23 #include <gsl/gsl_blas.h>
24 #include <gsl/gsl_linalg.h>
25 #include <gsl/gsl_cblas.h>
26 #include <gsl/gsl_math.h>
27 #include <gsl/gsl_eigen.h>
28 #include <bcls.h>
29 #include <GKlib.h>
30 #include <def.h>
31 #include <struct.h>
32 #include <proto.h>
33 
34 
35 #endif