⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cblas.h

📁 微软的基于HMM的人脸识别原代码, 非常经典的说
💻 H
📖 第 1 页 / 共 3 页
字号:
                 const double *A, const int lda, const double *X,                 const int incX, const double beta, double *Y, const int incY);void cblas_dtrmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const double *A, const int lda,                 double *X, const int incX);void cblas_dtbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const double *A, const int lda,                 double *X, const int incX);void cblas_dtpmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const double *Ap, double *X, const int incX);void cblas_dtrsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const double *A, const int lda, double *X,                 const int incX);void cblas_dtbsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const double *A, const int lda,                 double *X, const int incX);void cblas_dtpsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const double *Ap, double *X, const int incX);void cblas_cgemv(const  CBLAS_ORDER order,                 const  CBLAS_TRANSPOSE TransA, const int M, const int N,                 const void *alpha, const void *A, const int lda,                 const void *X, const int incX, const void *beta,                 void *Y, const int incY);void cblas_cgbmv(const  CBLAS_ORDER order,                 const  CBLAS_TRANSPOSE TransA, const int M, const int N,                 const int KL, const int KU, const void *alpha,                 const void *A, const int lda, const void *X,                 const int incX, const void *beta, void *Y, const int incY);void cblas_ctrmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *A, const int lda,                 void *X, const int incX);void cblas_ctbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const void *A, const int lda,                 void *X, const int incX);void cblas_ctpmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *Ap, void *X, const int incX);void cblas_ctrsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *A, const int lda, void *X,                 const int incX);void cblas_ctbsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const void *A, const int lda,                 void *X, const int incX);void cblas_ctpsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *Ap, void *X, const int incX);void cblas_zgemv(const  CBLAS_ORDER order,                 const  CBLAS_TRANSPOSE TransA, const int M, const int N,                 const void *alpha, const void *A, const int lda,                 const void *X, const int incX, const void *beta,                 void *Y, const int incY);void cblas_zgbmv(const  CBLAS_ORDER order,                 const  CBLAS_TRANSPOSE TransA, const int M, const int N,                 const int KL, const int KU, const void *alpha,                 const void *A, const int lda, const void *X,                 const int incX, const void *beta, void *Y, const int incY);void cblas_ztrmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *A, const int lda,                 void *X, const int incX);void cblas_ztbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const void *A, const int lda,                 void *X, const int incX);void cblas_ztpmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *Ap, void *X, const int incX);void cblas_ztrsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *A, const int lda, void *X,                 const int incX);void cblas_ztbsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const int K, const void *A, const int lda,                 void *X, const int incX);void cblas_ztpsv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const  CBLAS_TRANSPOSE TransA, const  CBLAS_DIAG Diag,                 const int N, const void *Ap, void *X, const int incX);/* * Routines with S and D prefixes only */void cblas_ssymv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const float alpha, const float *A,                 const int lda, const float *X, const int incX,                 const float beta, float *Y, const int incY);void cblas_ssbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const int K, const float alpha, const float *A,                 const int lda, const float *X, const int incX,                 const float beta, float *Y, const int incY);void cblas_sspmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const float alpha, const float *Ap,                 const float *X, const int incX,                 const float beta, float *Y, const int incY);void cblas_sger(const  CBLAS_ORDER order, const int M, const int N,                const float alpha, const float *X, const int incX,                const float *Y, const int incY, float *A, const int lda);void cblas_ssyr(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const float *X,                const int incX, float *A, const int lda);void cblas_sspr(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const float *X,                const int incX, float *Ap);void cblas_ssyr2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const float *X,                const int incX, const float *Y, const int incY, float *A,                const int lda);void cblas_sspr2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const float *X,                const int incX, const float *Y, const int incY, float *A);void cblas_dsymv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const double alpha, const double *A,                 const int lda, const double *X, const int incX,                 const double beta, double *Y, const int incY);void cblas_dsbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const int K, const double alpha, const double *A,                 const int lda, const double *X, const int incX,                 const double beta, double *Y, const int incY);void cblas_dspmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const double alpha, const double *Ap,                 const double *X, const int incX,                 const double beta, double *Y, const int incY);void cblas_dger(const  CBLAS_ORDER order, const int M, const int N,                const double alpha, const double *X, const int incX,                const double *Y, const int incY, double *A, const int lda);void cblas_dsyr(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const double alpha, const double *X,                const int incX, double *A, const int lda);void cblas_dspr(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const double alpha, const double *X,                const int incX, double *Ap);void cblas_dsyr2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const double alpha, const double *X,                const int incX, const double *Y, const int incY, double *A,                const int lda);void cblas_dspr2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const double alpha, const double *X,                const int incX, const double *Y, const int incY, double *A);/* * Routines with C and Z prefixes only */void cblas_chemv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const void *alpha, const void *A,                 const int lda, const void *X, const int incX,                 const void *beta, void *Y, const int incY);void cblas_chbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const int K, const void *alpha, const void *A,                 const int lda, const void *X, const int incX,                 const void *beta, void *Y, const int incY);void cblas_chpmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const void *alpha, const void *Ap,                 const void *X, const int incX,                 const void *beta, void *Y, const int incY);void cblas_cgeru(const  CBLAS_ORDER order, const int M, const int N,                 const void *alpha, const void *X, const int incX,                 const void *Y, const int incY, void *A, const int lda);void cblas_cgerc(const  CBLAS_ORDER order, const int M, const int N,                 const void *alpha, const void *X, const int incX,                 const void *Y, const int incY, void *A, const int lda);void cblas_cher(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const void *X, const int incX,                void *A, const int lda);void cblas_chpr(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                const int N, const float alpha, const void *X,                const int incX, void *A);void cblas_cher2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo, const int N,                const void *alpha, const void *X, const int incX,                const void *Y, const int incY, void *A, const int lda);void cblas_chpr2(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo, const int N,                const void *alpha, const void *X, const int incX,                const void *Y, const int incY, void *Ap);void cblas_zhemv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,                 const int N, const void *alpha, const void *A,                 const int lda, const void *X, const int incX,                 const void *beta, void *Y, const int incY);void cblas_zhbmv(const  CBLAS_ORDER order, const  CBLAS_UPLO Uplo,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -