26 void *Y,
const CBLAS_INT *incY,
void *dotc)
33 void *Y,
const CBLAS_INT *incY,
void *dotu)
62 if (*N < 1 || *incX < 1)
return(0);
float cblas_scasum(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
void cblas_cscal(const CBLAS_INT N, const void *alpha, void *X, const CBLAS_INT incX)
void cblas_ccopy(const CBLAS_INT N, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
float cblas_scnrm2(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
CBLAS_INDEX cblas_icamax(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
void cblas_caxpy(const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
void cblas_cdotu_sub(const CBLAS_INT N, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *dotu)
void cblas_csscal(const CBLAS_INT N, const float alpha, void *X, const CBLAS_INT incX)
void cblas_cswap(const CBLAS_INT N, void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
void cblas_cdotc_sub(const CBLAS_INT N, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *dotc)