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

📄 mkl_lapack32.h

📁 最小二乘拟和工具
💻 H
📖 第 1 页 / 共 5 页
字号:
void    clarcm(int *m,int *n,float *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *c,int *ldc,float *rwork);
void    CLARF(char *side,int *m,int *n, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    clarf(char *side,int *m,int *n, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    CLARFB(char *side,char *trans,char *direct,char *storev,int *m,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *t,int *ldt, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work,int *ldwork);
void    clarfb(char *side,char *trans,char *direct,char *storev,int *m,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *t,int *ldt, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work,int *ldwork);
void    CLARFG(int *n, MKL_Complex8 *alpha, MKL_Complex8 *x,int *incx, MKL_Complex8 *tau);
void    clarfg(int *n, MKL_Complex8 *alpha, MKL_Complex8 *x,int *incx, MKL_Complex8 *tau);
void    CLARFT(char *direct,char *storev,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *tau, MKL_Complex8 *t,int *ldt);
void    clarft(char *direct,char *storev,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *tau, MKL_Complex8 *t,int *ldt);
void    CLARFX(char *side,int *m,int *n, MKL_Complex8 *v, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    clarfx(char *side,int *m,int *n, MKL_Complex8 *v, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    CLARGV(int *n, MKL_Complex8 *x,int *incx, MKL_Complex8 *y,int *incy,float *c,int *incc);
void    clargv(int *n, MKL_Complex8 *x,int *incx, MKL_Complex8 *y,int *incy,float *c,int *incc);
void    CLARNV(int *idist,int *iseed,int *n, MKL_Complex8 *x);
void    clarnv(int *idist,int *iseed,int *n, MKL_Complex8 *x);
void    CLARRV(int *n,float *d,float *l,int *isplit,int *m,float *w,int *iblock,float *gersch,float *tol, MKL_Complex8 *z,int *ldz,int *isuppz,float *work,int *iwork,int *info);
void    clarrv(int *n,float *d,float *l,int *isplit,int *m,float *w,int *iblock,float *gersch,float *tol, MKL_Complex8 *z,int *ldz,int *isuppz,float *work,int *iwork,int *info);
void    CLARTG( MKL_Complex8 *f, MKL_Complex8 *g,float *cs, MKL_Complex8 *sn, MKL_Complex8 *r);
void    clartg( MKL_Complex8 *f, MKL_Complex8 *g,float *cs, MKL_Complex8 *sn, MKL_Complex8 *r);
void    CLARTV(int *n, MKL_Complex8 *x,int *incx, MKL_Complex8 *y,int *incy,float *c, MKL_Complex8 *s,int *incc);
void    clartv(int *n, MKL_Complex8 *x,int *incx, MKL_Complex8 *y,int *incy,float *c, MKL_Complex8 *s,int *incc);
void    CLARZ(char *side,int *m,int *n,int *l, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    clarz(char *side,int *m,int *n,int *l, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work);
void    CLARZB(char *side,char *trans,char *direct,char *storev,int *m,int *n,int *k,int *l, MKL_Complex8 *v,int *ldv, MKL_Complex8 *t,int *ldt, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work,int *ldwork);
void    clarzb(char *side,char *trans,char *direct,char *storev,int *m,int *n,int *k,int *l, MKL_Complex8 *v,int *ldv, MKL_Complex8 *t,int *ldt, MKL_Complex8 *c,int *ldc, MKL_Complex8 *work,int *ldwork);
void    CLARZT(char *direct,char *storev,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *tau, MKL_Complex8 *t,int *ldt);
void    clarzt(char *direct,char *storev,int *n,int *k, MKL_Complex8 *v,int *ldv, MKL_Complex8 *tau, MKL_Complex8 *t,int *ldt);
void    CLASCL(char *type,int *kl,int *ku,float *cfrom,float *cto,int *m,int *n, MKL_Complex8 *a,int *lda,int *info);
void    clascl(char *type,int *kl,int *ku,float *cfrom,float *cto,int *m,int *n, MKL_Complex8 *a,int *lda,int *info);
void    CLASET(char *uplo,int *m,int *n, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *a,int *lda);
void    claset(char *uplo,int *m,int *n, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *a,int *lda);
void    CLASR(char *side,char *pivot,char *direct,int *m,int *n,float *c,float *s, MKL_Complex8 *a,int *lda);
void    clasr(char *side,char *pivot,char *direct,int *m,int *n,float *c,float *s, MKL_Complex8 *a,int *lda);
void    CLASSQ(int *n, MKL_Complex8 *x,int *incx,float *scale,float *sumsq);
void    classq(int *n, MKL_Complex8 *x,int *incx,float *scale,float *sumsq);
void    CLASWP(int *n, MKL_Complex8 *a,int *lda,int *k1,int *k2,int *ipiv,int *incx);
void    claswp(int *n, MKL_Complex8 *a,int *lda,int *k1,int *k2,int *ipiv,int *incx);
void    CLASYF(char *uplo,int *n,int *nb,int *kb, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *w,int *ldw,int *info);
void    clasyf(char *uplo,int *n,int *nb,int *kb, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *w,int *ldw,int *info);
void    CLATBS(char *uplo,char *trans,char *diag,char *normin,int *n,int *kd, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    clatbs(char *uplo,char *trans,char *diag,char *normin,int *n,int *kd, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    CLATDF(int *ijob,int *n,float *z,int *ldz,float *rhs,float *rdsum,float *rdscal,int *ipiv,int *jpiv);
void    clatdf(int *ijob,int *n,float *z,int *ldz,float *rhs,float *rdsum,float *rdscal,int *ipiv,int *jpiv);
void    CLATPS(char *uplo,char *trans,char *diag,char *normin,int *n, MKL_Complex8 *ap, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    clatps(char *uplo,char *trans,char *diag,char *normin,int *n, MKL_Complex8 *ap, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    CLATRD(char *uplo,int *n,int *nb, MKL_Complex8 *a,int *lda,float *e, MKL_Complex8 *tau, MKL_Complex8 *w,int *ldw);
void    clatrd(char *uplo,int *n,int *nb, MKL_Complex8 *a,int *lda,float *e, MKL_Complex8 *tau, MKL_Complex8 *w,int *ldw);
void    CLATRS(char *uplo,char *trans,char *diag,char *normin,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    clatrs(char *uplo,char *trans,char *diag,char *normin,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *x,float *scale,float *cnorm,int *info);
void    CLATRZ(int *m,int *n,int *l, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work);
void    clatrz(int *m,int *n,int *l, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work);
void    CLATZM(char *side,int *m,int *n, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c1, MKL_Complex8 *c2,int *ldc, MKL_Complex8 *work);
void    clatzm(char *side,int *m,int *n, MKL_Complex8 *v,int *incv, MKL_Complex8 *tau, MKL_Complex8 *c1, MKL_Complex8 *c2,int *ldc, MKL_Complex8 *work);
void    CLAUU2(char *uplo,int *n,float *a,float *lda,int *info);
void    clauu2(char *uplo,int *n,float *a,float *lda,int *info);
void    CLAUUM(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *info);
void    clauum(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *info);
void    CPBCON(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *anorm,float *rcond, MKL_Complex8 *work,float *rwork,int *info);
void    cpbcon(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *anorm,float *rcond, MKL_Complex8 *work,float *rwork,int *info);
void    CPBEQU(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *s,float *scond,float *amax,int *info);
void    cpbequ(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *s,float *scond,float *amax,int *info);
void    CPBRFS(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *afb,int *ldafb, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    cpbrfs(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *afb,int *ldafb, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    CPBSTF(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    cpbstf(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    CPBSV(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *b,int *ldb,int *info);
void    cpbsv(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *b,int *ldb,int *info);
void    CPBSVX(char *fact,char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *afb,int *ldafb,char *equed,float *s, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    cpbsvx(char *fact,char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *afb,int *ldafb,char *equed,float *s, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    CPBTF2(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    cpbtf2(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    CPBTRF(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    cpbtrf(char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,int *info);
void    CPBTRS(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *b,int *ldb,int *info);
void    cpbtrs(char *uplo,int *n,int *kd,int *nrhs, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *b,int *ldb,int *info);
void    CPOCON(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *anorm,float *rcond, MKL_Complex8 *work,float *rwork,int *info);
void    cpocon(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *anorm,float *rcond, MKL_Complex8 *work,float *rwork,int *info);
void    CPOEQU(int *n, MKL_Complex8 *a,int *lda,float *s,float *scond,float *amax,int *info);
void    cpoequ(int *n, MKL_Complex8 *a,int *lda,float *s,float *scond,float *amax,int *info);
void    CPORFS(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    cporfs(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    CPOSV(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void    cposv(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void    CPOSVX(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,char *equed,float *s, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void    cposvx(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,char *equed,float *s, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void

⌨️ 快捷键说明

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