cblas.h

Robert H. Miller rhmiller@engin.umich.edu
Tue Dec 21 13:48:00 GMT 1999


Do I need to get a hold of cblas.h?  Was it left out of the gsl distr?

I can't get to find cblas_sdsdot(N, alpha, X, incX, Y, incY) actually
defined anywhere?

Thanks
Robert Miller

/*
 * 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 <gsl_blas_raw_L1.h>
#include <gsl_blas_raw_L2.h>
#include <gsl_blas_raw_L3.h>


#if defined(HAVE_INLINE) && defined(HAVE_CBLAS)
#include <cblas.h>

/* insert inline cblas implementation of above here */

#endif /* defined(HAVE_INLINE) && defined(HAVE_CBLAS) */


#endif /* !GSL_BLAS_RAW_H */

-- 
---------------------------------------------------------------------
Robert H. Miller				Office: (734)764-6573
University of Michigan	Aerospace Engineering	Lab:	(734)764-5740
1320 Beal FXB 2022	Ann Arbor, MI 48109	Fax: 	(734)763-0578


More information about the Gsl-discuss mailing list