📄 mkl_lapack32.h
字号:
void chbtrd(char *vect,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *d,float *e, MKL_Complex8 *q,int *ldq, MKL_Complex8 *work,int *info);
void CHECON(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void checon(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void CHEEV(char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void cheev(char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CHEEVD(char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void cheevd(char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHEEVR(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz,int *isuppz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void cheevr(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz,int *isuppz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHEEVX(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *ifail,int *info);
void cheevx(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *ifail,int *info);
void CHEGS2(int *itype,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void chegs2(int *itype,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void CHEGST(int *itype,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void chegst(int *itype,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *info);
void CHEGV(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void chegv(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CHEGVD(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void chegvd(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *w, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHEGVX(int *itype,char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *ifail,int *info);
void chegvx(int *itype,char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *ifail,int *info);
void CHERFS(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void cherfs(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void CHESV(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *work,int *lwork,int *info);
void chesv(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *work,int *lwork,int *info);
void CHESVX(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void chesvx(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CHETD2(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tau,int *info);
void chetd2(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tau,int *info);
void CHETF2(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void chetf2(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void CHETRD(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void chetrd(char *uplo,int *n, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void CHETRF(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *work,int *lwork,int *info);
void chetrf(char *uplo,int *n, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *work,int *lwork,int *info);
void CHETRI(char *uplo,int *n,float *a,int *lda,int *ipiv,float *work,int *info);
void chetri(char *uplo,int *n,float *a,int *lda,int *ipiv,float *work,int *info);
void CHETRS(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void chetrs(char *uplo,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CHGEQZ(char *job,char *compq,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *q,int *ldq, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void chgeqz(char *job,char *compq,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *q,int *ldq, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CHPCON(char *uplo,int *n, MKL_Complex8 *ap,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void chpcon(char *uplo,int *n, MKL_Complex8 *ap,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void CHPEV(char *jobz,char *uplo,int *n, MKL_Complex8 *ap,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void chpev(char *jobz,char *uplo,int *n, MKL_Complex8 *ap,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void CHPEVD(char *jobz,char *uplo,int *n, MKL_Complex8 *ap,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void chpevd(char *jobz,char *uplo,int *n, MKL_Complex8 *ap,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHPEVX(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *ap,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *iwork,int *ifail,int *info);
void chpevx(char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *ap,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *iwork,int *ifail,int *info);
void CHPGST(int *itype,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,int *info);
void chpgst(int *itype,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,int *info);
void CHPGV(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void chpgv(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void CHPGVD(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void chpgvd(int *itype,char *jobz,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHPGVX(int *itype,char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *iwork,int *ifail,int *info);
void chpgvx(int *itype,char *jobz,char *range,char *uplo,int *n, MKL_Complex8 *ap, MKL_Complex8 *bp,float *vl,float *vu,int *il,int *iu,float *abstol,int *m,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *iwork,int *ifail,int *info);
void CHPRFS(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap, MKL_Complex8 *afp,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void chprfs(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap, MKL_Complex8 *afp,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void CHPSV(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void chpsv(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CHPSVX(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *ap, MKL_Complex8 *afp,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void chpsvx(char *fact,char *uplo,int *n,int *nrhs, MKL_Complex8 *ap, MKL_Complex8 *afp,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void CHPTRD(char *uplo,int *n, MKL_Complex8 *ap,float *d,float *e, MKL_Complex8 *tau,int *info);
void chptrd(char *uplo,int *n, MKL_Complex8 *ap,float *d,float *e, MKL_Complex8 *tau,int *info);
void CHPTRF(char *uplo,int *n, MKL_Complex8 *ap,int *ipiv,int *info);
void chptrf(char *uplo,int *n, MKL_Complex8 *ap,int *ipiv,int *info);
void CHPTRI(char *uplo,int *n,float *ap,int *ipiv,float *work,int *info);
void chptri(char *uplo,int *n,float *ap,int *ipiv,float *work,int *info);
void CHPTRS(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void chptrs(char *uplo,int *n,int *nrhs, MKL_Complex8 *ap,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CHSEIN(char *side,char *eigsrc,char *initv,void *select,int *n, MKL_Complex8 *h,int *ldh, MKL_Complex8 *w, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr,int *mm,int *m, MKL_Complex8 *work,float *rwork,int *ifaill,int *ifailr,int *info);
void chsein(char *side,char *eigsrc,char *initv,void *select,int *n, MKL_Complex8 *h,int *ldh, MKL_Complex8 *w, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr,int *mm,int *m, MKL_Complex8 *work,float *rwork,int *ifaill,int *ifailr,int *info);
void CHSEQR(char *job,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *h,int *ldh, MKL_Complex8 *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,int *info);
void chseqr(char *job,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *h,int *ldh, MKL_Complex8 *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,int *info);
void CLABRD(int *m,int *n,int *nb, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tauq, MKL_Complex8 *taup, MKL_Complex8 *x,int *ldx, MKL_Complex8 *y,int *ldy);
void clabrd(int *m,int *n,int *nb, MKL_Complex8 *a,int *lda,float *d,float *e, MKL_Complex8 *tauq, MKL_Complex8 *taup, MKL_Complex8 *x,int *ldx, MKL_Complex8 *y,int *ldy);
void CLACGV(int *n, MKL_Complex8 *x,int *incx);
void clacgv(int *n, MKL_Complex8 *x,int *incx);
void CLACON(int *n, MKL_Complex8 *v,float *x,float *est,int *kase);
void clacon(int *n, MKL_Complex8 *v,float *x,float *est,int *kase);
void CLACP2(char *uplo,int *m,int *n,float *a,int *lda, MKL_Complex8 *b,int *ldb);
void clacp2(char *uplo,int *m,int *n,float *a,int *lda, MKL_Complex8 *b,int *ldb);
void CLACPY(char *uplo,int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb);
void clacpy(char *uplo,int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb);
void CLACRM(int *m,int *n, MKL_Complex8 *a,int *lda,float *b,int *ldb, MKL_Complex8 *c,int *ldc,float *rwork);
void clacrm(int *m,int *n, MKL_Complex8 *a,int *lda,float *b,int *ldb, MKL_Complex8 *c,int *ldc,float *rwork);
void CLACRT(int *n, MKL_Complex8 *cx,int *incx, MKL_Complex8 *cy,int *incy, MKL_Complex8 *c, MKL_Complex8 *s);
void clacrt(int *n, MKL_Complex8 *cx,int *incx, MKL_Complex8 *cy,int *incy, MKL_Complex8 *c, MKL_Complex8 *s);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -