Algorithm-LibLinear

 view release on metacpan or  search on metacpan

src/liblinear/blas/blas.h  view on Meta::CPAN

/* blas.h  --  C header file for BLAS                         Ver 1.0 */
/* Jesse Bennett                                       March 23, 2000 */

/**  barf  [ba:rf]  2.  "He suggested using FORTRAN, and everybody barfed."

	- From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */

#ifndef BLAS_INCLUDE
#define BLAS_INCLUDE

/* Data types specific to BLAS implementation */
typedef struct { float r, i; } fcomplex;
typedef struct { double r, i; } dcomplex;
typedef int blasbool;

#include "blasp.h"    /* Prototypes for all BLAS functions */



( run in 0.455 second using v1.01-cache-2.11-cpan-de7293f3b23 )