/* * Author: G. Jungman * RCS: $Id: gsl_blas_raw.h,v 1.8 1999/10/15 00:04:12 jungman Exp $ */ /* Raw BLAS interface for row-major matrices. * Based on draft BLAST C interface specification [Jul 7 1998] */ #ifndef GSL_BLAS_RAW_H #define GSL_BLAS_RAW_H #include #include #include #if defined(HAVE_INLINE) && defined(HAVE_CBLAS) #include /* insert inline cblas implementation of above here */ #endif /* defined(HAVE_INLINE) && defined(HAVE_CBLAS) */ #endif /* !GSL_BLAS_RAW_H */