blob: 5fef0febcd5e918ba8c3ab3af88412ea0482f900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef TH_BLAS_INC
#define TH_BLAS_INC
#include "THGeneral.h"
#define THBlas_(NAME) TH_CONCAT_4(TH,Real,Blas_,NAME)
#include "generic/THBlas.h"
#include "THGenerateAllTypes.h"
#endif
|