#ifndef TH_VECTOR_INC #define TH_VECTOR_INC #include #include #define THVector_(NAME) TH_CONCAT_4(TH,Real,Vector_,NAME) /* We are going to use dynamic dispatch, and want only to generate declarations * of the vector functions */ #include #include #include #include #include #include #include #include #endif // TH_VECTOR_INC