dot_product.h 103 B

1234567
  1. #ifndef DOT_PRODUCT_H__
  2. #define DOT_PRODUCT_H__
  3. #define DOT_TYPE double
  4. #endif /* DOT_PRODUCT_H__ */