📄 mkl_lapack32.h
字号:
void CGEQP3(int *m,int *n, MKL_Complex8 *a,int *lda,int *jpvt, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void cgeqp3(int *m,int *n, MKL_Complex8 *a,int *lda,int *jpvt, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CGEQPF(int *m,int *n, MKL_Complex8 *a,int *lda,int *jpvt, MKL_Complex8 *tau, MKL_Complex8 *work,float *rwork,int *info);
void cgeqpf(int *m,int *n, MKL_Complex8 *a,int *lda,int *jpvt, MKL_Complex8 *tau, MKL_Complex8 *work,float *rwork,int *info);
void CGEQR2(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void cgeqr2(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void CGEQRF(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void cgeqrf(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void CGERFS(char *trans,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 cgerfs(char *trans,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 CGERQ2(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void cgerq2(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void CGERQF(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void cgerqf(int *m,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *tau, MKL_Complex8 *work,int *lwork,int *info);
void CGESC2(int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *rhs,int *ipiv,int *jpiv,float *scale);
void cgesc2(int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *rhs,int *ipiv,int *jpiv,float *scale);
void CGESDD(char *jobz,int *m,int *n, MKL_Complex8 *a,int *lda,float *s, MKL_Complex8 *u,int *ldu, MKL_Complex8 *vt,int *ldvt, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *info);
void cgesdd(char *jobz,int *m,int *n, MKL_Complex8 *a,int *lda,float *s, MKL_Complex8 *u,int *ldu, MKL_Complex8 *vt,int *ldvt, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *info);
void CGESV(int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void cgesv(int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CGESVD(char *jobu,char *jobvt,int *m,int *n, MKL_Complex8 *a,int *lda,float *s, MKL_Complex8 *u,int *ldu, MKL_Complex8 *vt,int *ldvt, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void cgesvd(char *jobu,char *jobvt,int *m,int *n, MKL_Complex8 *a,int *lda,float *s, MKL_Complex8 *u,int *ldu, MKL_Complex8 *vt,int *ldvt, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CGESVX(char *fact,char *trans,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv,char *equed,float *r,float *c, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void cgesvx(char *fact,char *trans,int *n,int *nrhs, MKL_Complex8 *a,int *lda, MKL_Complex8 *af,int *ldaf,int *ipiv,char *equed,float *r,float *c, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *rcond,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void CGETC2(int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *jpiv,int *info);
void cgetc2(int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *jpiv,int *info);
void CGETF2(int *m,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void cgetf2(int *m,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void CGETRF(int *m,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void cgetrf(int *m,int *n, MKL_Complex8 *a,int *lda,int *ipiv,int *info);
void CGETRI(int *n, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *work,int *lwork,int *info);
void cgetri(int *n, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *work,int *lwork,int *info);
void CGETRS(char *trans,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void cgetrs(char *trans,int *n,int *nrhs, MKL_Complex8 *a,int *lda,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CGGBAK(char *job,char *side,int *n,int *ilo,int *ihi,float *lscale,float *rscale,int *m, MKL_Complex8 *v,int *ldv,int *info);
void cggbak(char *job,char *side,int *n,int *ilo,int *ihi,float *lscale,float *rscale,int *m, MKL_Complex8 *v,int *ldv,int *info);
void CGGBAL(char *job,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *ilo,int *ihi,float *lscale,float *rscale,float *work,int *info);
void cggbal(char *job,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *ilo,int *ihi,float *lscale,float *rscale,float *work,int *info);
void CGGES(char *jobvsl,char *jobvsr,char *sort,void *selctg,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *sdim, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vsl,int *ldvsl, MKL_Complex8 *vsr,int *ldvsr, MKL_Complex8 *work,int *lwork,float *rwork,void *bwork,int *info);
void cgges(char *jobvsl,char *jobvsr,char *sort,void *selctg,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *sdim, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vsl,int *ldvsl, MKL_Complex8 *vsr,int *ldvsr, MKL_Complex8 *work,int *lwork,float *rwork,void *bwork,int *info);
void CGGESX(char *jobvsl,char *jobvsr,char *sort,void *selctg,char *sense,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *sdim, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vsl,int *ldvsl, MKL_Complex8 *vsr,int *ldvsr,float *rconde,float *rcondv, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *liwork,void *bwork,int *info);
void cggesx(char *jobvsl,char *jobvsr,char *sort,void *selctg,char *sense,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,int *sdim, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vsl,int *ldvsl, MKL_Complex8 *vsr,int *ldvsr,float *rconde,float *rcondv, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,int *liwork,void *bwork,int *info);
void CGGEV(char *jobvl,char *jobvr,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void cggev(char *jobvl,char *jobvr,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr, MKL_Complex8 *work,int *lwork,float *rwork,int *info);
void CGGEVX(char *balanc,char *jobvl,char *jobvr,char *sense,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr,int *ilo,int *ihi,float *lscale,float *rscale,float *abnrm,float *bbnrm,float *rconde,float *rcondv, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,void *bwork,int *info);
void cggevx(char *balanc,char *jobvl,char *jobvr,char *sense,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *alpha, MKL_Complex8 *beta, MKL_Complex8 *vl,int *ldvl, MKL_Complex8 *vr,int *ldvr,int *ilo,int *ihi,float *lscale,float *rscale,float *abnrm,float *bbnrm,float *rconde,float *rcondv, MKL_Complex8 *work,int *lwork,float *rwork,int *iwork,void *bwork,int *info);
void CGGGLM(int *n,int *m,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *d, MKL_Complex8 *x, MKL_Complex8 *y, MKL_Complex8 *work,int *lwork,int *info);
void cggglm(int *n,int *m,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *d, MKL_Complex8 *x, MKL_Complex8 *y, MKL_Complex8 *work,int *lwork,int *info);
void CGGHRD(char *compq,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *q,int *ldq, MKL_Complex8 *z,int *ldz,int *info);
void cgghrd(char *compq,char *compz,int *n,int *ilo,int *ihi, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *q,int *ldq, MKL_Complex8 *z,int *ldz,int *info);
void CGGLSE(int *m,int *n,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *c, MKL_Complex8 *d, MKL_Complex8 *x, MKL_Complex8 *work,int *lwork,int *info);
void cgglse(int *m,int *n,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb, MKL_Complex8 *c, MKL_Complex8 *d, MKL_Complex8 *x, MKL_Complex8 *work,int *lwork,int *info);
void CGGQRF(int *n,int *m,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *taua, MKL_Complex8 *b,int *ldb, MKL_Complex8 *taub, MKL_Complex8 *work,int *lwork,int *info);
void cggqrf(int *n,int *m,int *p, MKL_Complex8 *a,int *lda, MKL_Complex8 *taua, MKL_Complex8 *b,int *ldb, MKL_Complex8 *taub, MKL_Complex8 *work,int *lwork,int *info);
void CGGRQF(int *m,int *p,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *taua, MKL_Complex8 *b,int *ldb, MKL_Complex8 *taub, MKL_Complex8 *work,int *lwork,int *info);
void cggrqf(int *m,int *p,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *taua, MKL_Complex8 *b,int *ldb, MKL_Complex8 *taub, MKL_Complex8 *work,int *lwork,int *info);
void CGGSVD(char *jobu,char *jobv,char *jobq,int *m,int *n,int *p,int *k,int *l, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *alpha,float *beta, MKL_Complex8 *u,int *ldu, MKL_Complex8 *v,int *ldv, MKL_Complex8 *q,int *ldq, MKL_Complex8 *work,float *rwork,int *iwork,int *info);
void cggsvd(char *jobu,char *jobv,char *jobq,int *m,int *n,int *p,int *k,int *l, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *alpha,float *beta, MKL_Complex8 *u,int *ldu, MKL_Complex8 *v,int *ldv, MKL_Complex8 *q,int *ldq, MKL_Complex8 *work,float *rwork,int *iwork,int *info);
void CGGSVP(char *jobu,char *jobv,char *jobq,int *m,int *p,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *tola,float *tolb,int *k,int *l, MKL_Complex8 *u,int *ldu, MKL_Complex8 *v,int *ldv, MKL_Complex8 *q,int *ldq,int *iwork,float *rwork, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void cggsvp(char *jobu,char *jobv,char *jobq,int *m,int *p,int *n, MKL_Complex8 *a,int *lda, MKL_Complex8 *b,int *ldb,float *tola,float *tolb,int *k,int *l, MKL_Complex8 *u,int *ldu, MKL_Complex8 *v,int *ldv, MKL_Complex8 *q,int *ldq,int *iwork,float *rwork, MKL_Complex8 *tau, MKL_Complex8 *work,int *info);
void CGTCON(char *norm,int *n, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void cgtcon(char *norm,int *n, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv,float *anorm,float *rcond, MKL_Complex8 *work,int *info);
void CGTRFS(char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *dlf, MKL_Complex8 *df, MKL_Complex8 *duf, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void cgtrfs(char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *dlf, MKL_Complex8 *df, MKL_Complex8 *duf, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb, MKL_Complex8 *x,int *ldx,float *ferr,float *berr, MKL_Complex8 *work,float *rwork,int *info);
void CGTSV(int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *b,int *ldb,int *info);
void cgtsv(int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *b,int *ldb,int *info);
void CGTSVX(char *fact,char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *dlf, MKL_Complex8 *df, MKL_Complex8 *duf, MKL_Complex8 *du2,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 cgtsvx(char *fact,char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *dlf, MKL_Complex8 *df, MKL_Complex8 *duf, MKL_Complex8 *du2,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 CGTTRF(int *n, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv,int *info);
void cgttrf(int *n, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv,int *info);
void CGTTRS(char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void cgttrs(char *trans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb,int *info);
void CGTTS2(int *itrans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb);
void cgtts2(int *itrans,int *n,int *nrhs, MKL_Complex8 *dl, MKL_Complex8 *d, MKL_Complex8 *du, MKL_Complex8 *du2,int *ipiv, MKL_Complex8 *b,int *ldb);
void CHBEV(char *jobz,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void chbev(char *jobz,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void CHBEVD(char *jobz,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void chbevd(char *jobz,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHBEVX(char *jobz,char *range,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *q,int *ldq,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 chbevx(char *jobz,char *range,char *uplo,int *n,int *kd, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *q,int *ldq,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 CHBGST(char *vect,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb, MKL_Complex8 *x,int *ldx, MKL_Complex8 *work,float *rwork,int *info);
void chbgst(char *vect,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb, MKL_Complex8 *x,int *ldx, MKL_Complex8 *work,float *rwork,int *info);
void CHBGV(char *jobz,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void chbgv(char *jobz,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,float *rwork,int *info);
void CHBGVD(char *jobz,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void chbgvd(char *jobz,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb,float *w, MKL_Complex8 *z,int *ldz, MKL_Complex8 *work,int *lwork,float *rwork,int *lrwork,int *iwork,int *liwork,int *info);
void CHBGVX(char *jobz,char *range,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb, MKL_Complex8 *q,int *ldq,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 chbgvx(char *jobz,char *range,char *uplo,int *n,int *ka,int *kb, MKL_Complex8 *ab,int *ldab, MKL_Complex8 *bb,int *ldbb, MKL_Complex8 *q,int *ldq,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 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -