lapack.lapack

LAPACK bindings for D.

Members

Aliases

FCB_CGEESX_SELECT
alias FCB_CGEESX_SELECT = lapackint function(_cfloat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_CGEES_SELECT
alias FCB_CGEES_SELECT = lapackint function(_cfloat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_CGGESX_SELCTG
alias FCB_CGGESX_SELCTG = lapackint function(_cfloat*, _cfloat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_CGGES_SELCTG
alias FCB_CGGES_SELCTG = lapackint function(_cfloat*, _cfloat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_DGEESX_SELECT
alias FCB_DGEESX_SELECT = lapackint function(double*, double*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_DGEES_SELECT
alias FCB_DGEES_SELECT = lapackint function(double*, double*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_DGGESX_DELCTG
alias FCB_DGGESX_DELCTG = lapackint function(double*, double*, double*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_DGGES_DELCTG
alias FCB_DGGES_DELCTG = lapackint function(double*, double*, double*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_SGEESX_SELECT
alias FCB_SGEESX_SELECT = lapackint function(float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_SGEES_SELECT
alias FCB_SGEES_SELECT = lapackint function(float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_SGGESX_SELCTG
alias FCB_SGGESX_SELCTG = lapackint function(float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_SGGES_SELCTG
alias FCB_SGGES_SELCTG = lapackint function(float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_ZGEESX_SELECT
alias FCB_ZGEESX_SELECT = lapackint function(_cdouble*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_ZGEES_SELECT
alias FCB_ZGEES_SELECT = lapackint function(_cdouble*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_ZGGESX_DELCTG
alias FCB_ZGGESX_DELCTG = lapackint function(_cdouble*, _cdouble*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FCB_ZGGES_DELCTG
alias FCB_ZGGES_DELCTG = lapackint function(_cdouble*, _cdouble*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdouble
alias _cdouble = Complex!double
Undocumented in source.
_cfloat
alias _cfloat = Complex!float
Undocumented in source.
lapack_float_ret_t
alias lapack_float_ret_t = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lapack_float_ret_t
alias lapack_float_ret_t = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lapackint
alias lapackint = ptrdiff_t
lapackint
alias lapackint = int

Functions

cbdsqr_
void cbdsqr_(char uplo, lapackint n, lapackint ncvt, lapackint nru, lapackint ncc, float* d, float* e, _cfloat* vt, lapackint ldvt, _cfloat* u, lapackint ldu, _cfloat* c, lapackint ldc, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbbrd_
void cgbbrd_(char vect, lapackint m, lapackint n, lapackint ncc, lapackint kl, lapackint ku, _cfloat* ab, lapackint ldab, float* d, float* e, _cfloat* q, lapackint ldq, _cfloat* pt, lapackint ldpt, _cfloat* c, lapackint ldc, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbcon_
void cgbcon_(char norm, lapackint n, lapackint kl, lapackint ku, _cfloat* ab, lapackint ldab, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbequ_
void cgbequ_(lapackint m, lapackint n, lapackint kl, lapackint ku, _cfloat* ab, lapackint ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbrfs_
void cgbrfs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* afb, lapackint ldafb, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbsv_
void cgbsv_(lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cfloat* ab, lapackint ldab, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbsvx_
void cgbsvx_(char fact, char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* afb, lapackint ldafb, lapackint* ipiv, char equed, float* r, float* c, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbtrf_
void cgbtrf_(lapackint m, lapackint n, lapackint kl, lapackint ku, _cfloat* ab, lapackint ldab, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbtrs_
void cgbtrs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cfloat* ab, lapackint ldab, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgebak_
void cgebak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, float* scale, lapackint m, _cfloat* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgebal_
void cgebal_(char job, lapackint n, _cfloat* a, lapackint lda, lapackint ilo, lapackint ihi, float* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgebrd_
void cgebrd_(lapackint m, lapackint n, _cfloat* a, lapackint lda, float* d, float* e, _cfloat* tauq, _cfloat* taup, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgecon_
void cgecon_(char norm, lapackint n, _cfloat* a, lapackint lda, float* anorm, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeequ_
void cgeequ_(lapackint m, lapackint n, _cfloat* a, lapackint lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgees_
void cgees_(char jobvs, char sort, FCB_CGEES_SELECT select, lapackint n, _cfloat* a, lapackint lda, lapackint* sdim, _cfloat* w, _cfloat* vs, lapackint ldvs, _cfloat* work, lapackint lwork, float* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeesx_
void cgeesx_(char jobvs, char sort, FCB_CGEESX_SELECT select, char sense, lapackint n, _cfloat* a, lapackint lda, lapackint* sdim, _cfloat* w, _cfloat* vs, lapackint ldvs, float rconde, float rcondv, _cfloat* work, lapackint lwork, float* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeev_
void cgeev_(char jobvl, char jobvr, lapackint n, _cfloat* a, lapackint lda, _cfloat* w, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeevx_
void cgeevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, _cfloat* a, lapackint lda, _cfloat* w, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, lapackint ilo, lapackint ihi, float* scale, float abnrm, float rconde, float rcondv, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgegs_
void cgegs_(char jobvsl, char jobvsr, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphav, _cfloat* betav, _cfloat* vsl, lapackint ldvsl, _cfloat* vsr, lapackint ldvsr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgegv_
void cgegv_(char jobvl, char jobvr, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphar, _cfloat* betav, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgehrd_
void cgehrd_(lapackint n, lapackint ilo, lapackint ihi, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelqf_
void cgelqf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgels_
void cgels_(char trans, lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelsd_
void cgelsd_(lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* s, float rcond, lapackint rank, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelss_
void cgelss_(lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* s, float rcond, lapackint rank, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelsx_
void cgelsx_(lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint* jpvt, float rcond, lapackint rank, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelsy_
void cgelsy_(lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint* jpvt, float rcond, lapackint rank, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqlf_
void cgeqlf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqp3_
void cgeqp3_(lapackint m, lapackint n, _cfloat* a, lapackint lda, lapackint* jpvt, _cfloat* tau, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqpf_
void cgeqpf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, lapackint* jpvt, _cfloat* tau, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrf_
void cgeqrf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrs_
void cgeqrs_(lapackint m, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgerfs_
void cgerfs_(char trans, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgerqf_
void cgerqf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesdd_
void cgesdd_(char jobz, lapackint m, lapackint n, _cfloat* a, lapackint lda, float* s, _cfloat* u, lapackint ldu, _cfloat* vt, lapackint ldvt, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesv_
void cgesv_(lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesvd_
void cgesvd_(char jobu, char jobvt, lapackint m, lapackint n, _cfloat* a, lapackint lda, float* s, _cfloat* u, lapackint ldu, _cfloat* vt, lapackint ldvt, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesvx_
void cgesvx_(char fact, char trans, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, char equed, float* r, float* c, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgetrf_
void cgetrf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgetri_
void cgetri_(lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgetrs_
void cgetrs_(char trans, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggbak_
void cggbak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, float* lscale, float* rscale, lapackint m, _cfloat* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggbal_
void cggbal_(char job, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint ilo, lapackint ihi, float* lscale, float* rscale, float* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgges_
void cgges_(char jobvsl, char jobvsr, char sort, FCB_CGGES_SELCTG selctg, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint* sdim, _cfloat* alphav, _cfloat* betav, _cfloat* vsl, lapackint ldvsl, _cfloat* vsr, lapackint ldvsr, _cfloat* work, lapackint lwork, float* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggesx_
void cggesx_(char jobvsl, char jobvsr, char sort, FCB_CGGESX_SELCTG selctg, char sense, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint* sdim, _cfloat* alphav, _cfloat* betav, _cfloat* vsl, lapackint ldvsl, _cfloat* vsr, lapackint ldvsr, float rconde, float rcondv, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggev_
void cggev_(char jobvl, char jobvr, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphav, _cfloat* betav, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggevx_
void cggevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphav, _cfloat* betav, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, lapackint ilo, lapackint ihi, float* lscale, float* rscale, float abnrm, float bbnrm, float rconde, float rcondv, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggglm_
void cggglm_(lapackint n, lapackint m, lapackint p, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* d, _cfloat* x, _cfloat* y, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgghrd_
void cgghrd_(char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* q, lapackint ldq, _cfloat* z, lapackint ldz, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgglse_
void cgglse_(lapackint m, lapackint n, lapackint p, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* c, _cfloat* d, _cfloat* x, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggqrf_
void cggqrf_(lapackint n, lapackint m, lapackint p, _cfloat* a, lapackint lda, _cfloat* taua, _cfloat* b, lapackint ldb, _cfloat* taub, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggrqf_
void cggrqf_(lapackint m, lapackint p, lapackint n, _cfloat* a, lapackint lda, _cfloat* taua, _cfloat* b, lapackint ldb, _cfloat* taub, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggsvd_
void cggsvd_(char jobu, char jobv, char jobq, lapackint m, lapackint n, lapackint p, lapackint k, lapackint l, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* alphav, float* betav, _cfloat* u, lapackint ldu, _cfloat* v, lapackint ldv, _cfloat* q, lapackint ldq, _cfloat* work, float* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggsvp_
void cggsvp_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, _cfloat* a, _cfloat* b, lapackint ldb, float* tola, float* tolb, lapackint k, lapackint ldu, _cfloat* v, lapackint ldv, _cfloat* q, lapackint ldq, lapackint* iwork, float* rwork, _cfloat* tau, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgtcon_
void cgtcon_(char norm, lapackint n, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* du2, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgtrfs_
void cgtrfs_(char trans, lapackint n, lapackint nrhs, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* dlf, _cfloat* df, _cfloat* duf, _cfloat* du2, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgtsv_
void cgtsv_(lapackint n, lapackint nrhs, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgtsvx_
void cgtsvx_(char fact, char trans, lapackint n, lapackint nrhs, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* dlf, _cfloat* df, _cfloat* duf, _cfloat* du2, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgttrf_
void cgttrf_(lapackint n, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* du2, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgttrs_
void cgttrs_(char trans, lapackint n, lapackint nrhs, _cfloat* dl, _cfloat* d, _cfloat* du, _cfloat* du2, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbev_
void chbev_(char jobz, char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix.

chbevd_
void chbevd_(char jobz, char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

chbevx_
void chbevx_(char jobz, char range, char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, _cfloat* q, lapackint ldq, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a Hermitian band matrix.

chbgst_
void chbgst_(char vect, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cfloat* ab, lapackint ldab, _cfloat* bb, lapackint ldbb, _cfloat* x, lapackint ldx, _cfloat* work, float* rwork, lapackint info)

Reduces a complex Hermitian-definite banded generalized eigenproblem A x = lambda B x to standard form, where B has been factorized by CPBSTF (Crawford's algorithm).

chbgv_
void chbgv_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cfloat* ab, lapackint ldab, _cfloat* bb, lapackint ldbb, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint info)

Computes all the eigenvalues, and optionally, the eigenvectors of a complex generalized Hermitian-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be Hermitian and banded, and B is also positive definite.

chbgvd_
void chbgvd_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cfloat* ab, lapackint ldab, _cfloat* bb, lapackint ldbb, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all the eigenvalues, and optionally, the eigenvectors of a complex generalized Hermitian-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be Hermitian and banded, and B is also positive definite. If eigenvectors are desired, it uses a divide and conquer algorithm.

chbgvx_
void chbgvx_(char jobz, char range, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cfloat* ab, lapackint ldab, _cfloat* bb, lapackint ldbb, _cfloat* q, lapackint ldq, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, the eigenvectors of a complex generalized Hermitian-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be Hermitian and banded, and B is also positive definite.

chbtrd_
void chbtrd_(char vect, char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float* d, float* e, _cfloat* q, lapackint ldq, _cfloat* work, lapackint info)

Reduces a Hermitian band matrix to real symmetric tridiagonal form by a unitary similarity transformation.

checon_
void checon_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, lapackint info)

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.

cheev_
void cheev_(char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix.

cheev_2stage_
void cheev_2stage_(char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheevd_
void cheevd_(char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

cheevd_2stage_
void cheevd_2stage_(char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheevr_
void cheevr_(char jobz, char range, char uplo, lapackint n, _cfloat* a, lapackint lda, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, lapackint* isuppz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes selected eigenvalues, and optionally, eigenvectors of a complex Hermitian matrix. Eigenvalues are computed by the dqds algorithm, and eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations).

cheevx_
void cheevx_(char jobz, char range, char uplo, lapackint n, _cfloat* a, lapackint lda, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a Hermitian matrix.

chegst_
void chegst_(lapackint* itype, char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint info)

Reduces a Hermitian-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where B has been factorized by CPOTRF.

chegv_
void chegv_(lapackint* itype, char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint info)

Computes all eigenvalues and the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

chegvd_
void chegvd_(lapackint* itype, char jobz, char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* w, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x. If eigenvectors are desired, it uses a divide and conquer algorithm.

chegvx_
void chegvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

cherfs_
void cherfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)

Improves the computed solution to a complex Hermitian indefinite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

chesv_
void chesv_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B.

chesvx_
void chesvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

chetrd_
void chetrd_(char uplo, lapackint n, _cfloat* a, lapackint lda, float* d, float* e, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Reduces a Hermitian matrix to real symmetric tridiagonal form by an orthogonal/unitary similarity transformation.

chetrf_
void chetrf_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* work, lapackint lwork, lapackint info)

Computes the factorization of a complex Hermitian-indefinite matrix, using the diagonal pivoting method.

chetri_
void chetri_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* work, lapackint info)

Computes the inverse of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.

chetrs_
void chetrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B, using the factorization computed by CHPTRF.

chgeqz_
void chgeqz_(char job, char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphav, _cfloat* betav, _cfloat* q, lapackint ldq, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpcon_
void chpcon_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, lapackint info)

Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

chpev_
void chpev_(char jobz, char uplo, lapackint n, _cfloat* ap, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint info)

Computes selected eigenvalues, and optionally, eigenvectors of a complex Hermitian matrix. Eigenvalues are computed by the dqds algorithm, and eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations). Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage.

chpevd_
void chpevd_(char jobz, char uplo, lapackint n, _cfloat* ap, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

chpevx_
void chpevx_(char jobz, char range, char uplo, lapackint n, _cfloat* ap, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a Hermitian matrix in packed storage.

chpgst_
void chpgst_(lapackint* itype, char uplo, lapackint n, _cfloat* ap, _cfloat* bp, lapackint info)

Reduces a Hermitian-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by CPPTRF.

chpgv_
void chpgv_(lapackint* itype, char jobz, char uplo, lapackint n, _cfloat* ap, _cfloat* bp, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint info)

Computes all eigenvalues and eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

chpgvd_
void chpgvd_(lapackint* itype, char jobz, char uplo, lapackint n, _cfloat* ap, _cfloat* bp, float* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

chpgvx_
void chpgvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, _cfloat* ap, _cfloat* bp, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, _cfloat* work, float* rwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

chprfs_
void chprfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)

Improves the computed solution to a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.

chpsv_
void chpsv_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage.

chpsvx_
void chpsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.

chptrd_
void chptrd_(char uplo, lapackint n, _cfloat* ap, float* d, float* e, _cfloat* tau, lapackint info)

Reduces a Hermitian matrix in packed storage to real symmetric tridiagonal form by a unitary similarity transformation.

chptrf_
void chptrf_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, lapackint info)

Computes the factorization of a complex Hermitian-indefinite matrix in packed storage, using the diagonal pivoting method.

chptri_
void chptri_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, _cfloat* work, lapackint info)

Computes the inverse of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

chptrs_
void chptrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, using the factorization computed by CHPTRF.

chsein_
void chsein_(char side, char eigsrc, char initv, lapackint select, lapackint n, _cfloat* h, lapackint ldh, _cfloat* w, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, lapackint mm, lapackint m, _cfloat* work, float* rwork, lapackint ifaill, lapackint ifailr, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chseqr_
void chseqr_(char job, char compz, lapackint n, lapackint ilo, lapackint ihi, _cfloat* h, lapackint ldh, _cfloat* w, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbcon_
void cpbcon_(char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float* anorm, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbequ_
void cpbequ_(char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float* s, float* scond, float* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbrfs_
void cpbrfs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* afb, lapackint ldafb, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbstf_
void cpbstf_(char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbsv_
void cpbsv_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbsvx_
void cpbsvx_(char fact, char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* afb, lapackint ldafb, char equed, float* s, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbtrf_
void cpbtrf_(char uplo, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpbtrs_
void cpbtrs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpocon_
void cpocon_(char uplo, lapackint n, _cfloat* a, lapackint lda, float* anorm, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpoequ_
void cpoequ_(lapackint n, _cfloat* a, lapackint lda, float* s, float* scond, float* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cporfs_
void cporfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cposv_
void cposv_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cposvx_
void cposvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, char equed, float* s, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpotrf_
void cpotrf_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpotri_
void cpotri_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpotrs_
void cpotrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cppcon_
void cppcon_(char uplo, lapackint n, _cfloat* ap, float* anorm, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cppequ_
void cppequ_(char uplo, lapackint n, _cfloat* ap, float* s, float* scond, float* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpprfs_
void cpprfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cppsv_
void cppsv_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cppsvx_
void cppsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, char equed, float* s, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpptrf_
void cpptrf_(char uplo, lapackint n, _cfloat* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpptri_
void cpptri_(char uplo, lapackint n, _cfloat* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpptrs_
void cpptrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cptcon_
void cptcon_(lapackint n, float* d, _cfloat* e, float* anorm, float rcond, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpteqr_
void cpteqr_(char compz, lapackint n, float* d, float* e, _cfloat* z, lapackint ldz, float* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cptrfs_
void cptrfs_(char uplo, lapackint n, lapackint nrhs, float* d, _cfloat* e, float* df, _cfloat* ef, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cptsv_
void cptsv_(lapackint n, lapackint nrhs, float* d, _cfloat* e, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cptsvx_
void cptsvx_(char fact, lapackint n, lapackint nrhs, float* d, _cfloat* e, float* df, _cfloat* ef, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpttrf_
void cpttrf_(lapackint n, float* d, _cfloat* e, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpttrs_
void cpttrs_(char uplo, lapackint n, lapackint nrhs, float* d, _cfloat* e, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cspcon_
void cspcon_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csprfs_
void csprfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cspsv_
void cspsv_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cspsvx_
void cspsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* afp, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csptrf_
void csptrf_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csptri_
void csptri_(char uplo, lapackint n, _cfloat* ap, lapackint* ipiv, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csptrs_
void csptrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* ap, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cstedc_
void cstedc_(char compz, lapackint n, float* d, float* e, _cfloat* z, lapackint ldz, _cfloat* work, lapackint lwork, float* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cstegr_
void cstegr_(char jobz, char range, lapackint n, float* d, float* e, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, _cfloat* z, lapackint ldz, lapackint* isuppz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cstein_
void cstein_(lapackint n, float* d, float* e, lapackint m, float* w, lapackint* iblock, lapackint* isplit, _cfloat* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csteqr_
void csteqr_(char compz, lapackint n, float* d, float* e, _cfloat* z, lapackint ldz, float* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csycon_
void csycon_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, float* anorm, float rcond, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyrfs_
void csyrfs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csysv_
void csysv_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csysv_rk_
void csysv_rk_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* e, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csysv_rook_
void csysv_rook_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csysvx_
void csysvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* af, lapackint ldaf, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float rcond, float* ferr, float* berr, _cfloat* work, lapackint lwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrf_
void csytrf_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrf_rk_
void csytrf_rk_(char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* e, lapackint* ipiv, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytri_
void csytri_(char uplo, lapackint n, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrs2_
void csytrs2_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, _cfloat* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrs_
void csytrs_(char uplo, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, lapackint* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrs_3_
void csytrs_3_(char uplo, lapackint n, lapackint nrhs, const(_cfloat)* a, lapackint lda, const(_cfloat)* e, const(lapackint)* ipiv, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctbcon_
void ctbcon_(char norm, char uplo, char diag, lapackint n, lapackint* kd, _cfloat* ab, lapackint ldab, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctbrfs_
void ctbrfs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctbtrs_
void ctbtrs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, _cfloat* ab, lapackint ldab, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgevc_
void ctgevc_(char side, char howmny, lapackint select, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, lapackint mm, lapackint m, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgexc_
void ctgexc_(lapackint wantq, lapackint wantz, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* q, lapackint ldq, _cfloat* z, lapackint ldz, lapackint ifst, lapackint ilst, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgsen_
void ctgsen_(lapackint ijob, lapackint wantq, lapackint wantz, lapackint select, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* alphav, _cfloat* betav, _cfloat* q, lapackint ldq, _cfloat* z, lapackint ldz, lapackint m, float pl, float pr, float* dif, _cfloat* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgsja_
void ctgsja_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, lapackint k, lapackint l, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, float* tola, float* tolb, float* alphav, float* betav, _cfloat* u, lapackint ldu, _cfloat* v, lapackint ldv, _cfloat* q, lapackint ldq, _cfloat* work, lapackint ncycle, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgsna_
void ctgsna_(char job, char howmny, lapackint select, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, float* s, float* dif, lapackint mm, lapackint m, _cfloat* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctgsyl_
void ctgsyl_(char trans, lapackint* ijob, lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* c, lapackint ldc, _cfloat* d, lapackint ldd, _cfloat* e, lapackint lde, _cfloat* f, lapackint ldf, float* scale, float* dif, _cfloat* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpcon_
void ctpcon_(char norm, char uplo, char diag, lapackint n, _cfloat* ap, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctprfs_
void ctprfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctptri_
void ctptri_(char uplo, char diag, lapackint n, _cfloat* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctptrs_
void ctptrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cfloat* ap, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrcon_
void ctrcon_(char norm, char uplo, char diag, lapackint n, _cfloat* a, lapackint lda, float rcond, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrevc_
void ctrevc_(char side, char howmny, lapackint select, lapackint n, _cfloat* t, lapackint ldt, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, lapackint mm, lapackint m, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrexc_
void ctrexc_(char compq, lapackint n, _cfloat* t, lapackint ldt, _cfloat* q, lapackint ldq, lapackint* ifst, lapackint* ilst, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrrfs_
void ctrrfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* x, lapackint ldx, float* ferr, float* berr, _cfloat* work, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrsen_
void ctrsen_(char job, char compq, lapackint select, lapackint n, _cfloat* t, lapackint ldt, _cfloat* q, lapackint ldq, _cfloat* w, lapackint m, float s, float sep, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrsna_
void ctrsna_(char job, char howmny, lapackint select, lapackint n, _cfloat* t, lapackint ldt, _cfloat* vl, lapackint ldvl, _cfloat* vr, lapackint ldvr, float* s, float* sep, lapackint mm, lapackint m, _cfloat* work, lapackint ldwork, float* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrsyl_
void ctrsyl_(char trana, char tranb, lapackint* isgn, lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, _cfloat* c, lapackint ldc, float* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrtri_
void ctrtri_(char uplo, char diag, lapackint n, _cfloat* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrtrs_
void ctrtrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cfloat* a, lapackint lda, _cfloat* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctzrqf_
void ctzrqf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctzrzf_
void ctzrzf_(lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cungbr_
void cungbr_(char vect, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates the unitary transformation matrices from a reduction to bidiagonal form determined by CGEBRD.

cunghr_
void cunghr_(lapackint n, lapackint ilo, lapackint ihi, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates the unitary transformation matrix from a reduction to Hessenberg form determined by CGEHRD.

cunglq_
void cunglq_(lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates all or part of the unitary matrix Q from an LQ factorization determined by CGELQF.

cungql_
void cungql_(lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates all or part of the unitary matrix Q from a QL factorization determined by CGEQLF.

cungqr_
void cungqr_(lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates all or part of the unitary matrix Q from a QR factorization determined by CGEQRF.

cungrq_
void cungrq_(lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates all or part of the unitary matrix Q from an RQ factorization determined by CGERQF.

cungtr_
void cungtr_(char uplo, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* work, lapackint lwork, lapackint info)

Generates the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.

cunmbr_
void cunmbr_(char vect, char side, char trans, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by one of the unitary transformation matrices from a reduction to bidiagonal form determined by CGEBRD.

cunmhr_
void cunmhr_(char side, char trans, lapackint m, lapackint n, lapackint ilo, lapackint ihi, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary transformation matrix from a reduction to Hessenberg form determined by CGEHRD.

cunmlq_
void cunmlq_(char side, char trans, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary matrix from an LQ factorization determined by CGELQF.

cunmql_
void cunmql_(char side, char trans, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary matrix from a QL factorization determined by CGEQLF.

cunmqr_
void cunmqr_(char side, char trans, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary matrix from a QR factorization determined by CGEQRF.

cunmr3_
void cunmr3_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint info)

Multiples a general matrix by the unitary matrix from an RZ factorization determined by CTZRZF.

cunmrq_
void cunmrq_(char side, char trans, lapackint m, lapackint n, lapackint k, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary matrix from an RQ factorization determined by CGERQF.

cunmrz_
void cunmrz_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiples a general matrix by the unitary matrix from an RZ factorization determined by CTZRZF.

cunmtr_
void cunmtr_(char side, char uplo, char trans, lapackint m, lapackint n, _cfloat* a, lapackint lda, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.

cupgtr_
void cupgtr_(char uplo, lapackint n, _cfloat* ap, _cfloat* tau, _cfloat* q, lapackint ldq, _cfloat* work, lapackint info)

Generates the unitary transformation matrix from a reduction to tridiagonal form determined by CHPTRD.

cupmtr_
void cupmtr_(char side, char uplo, char trans, lapackint m, lapackint n, _cfloat* ap, _cfloat* tau, _cfloat* c, lapackint ldc, _cfloat* work, lapackint info)

Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHPTRD.

dbdsdc_
void dbdsdc_(char uplo, char compq, lapackint n, double* d, double* e, double* u, lapackint ldu, double* vt, lapackint ldvt, double* q, lapackint* iq, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbdsqr_
void dbdsqr_(char uplo, lapackint n, lapackint ncvt, lapackint nru, lapackint ncc, double* d, double* e, double* vt, lapackint ldvt, double* u, lapackint ldu, double* c, lapackint ldc, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ddisna_
void ddisna_(char job, lapackint m, lapackint n, double* d, double* sep, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbbrd_
void dgbbrd_(char vect, lapackint m, lapackint n, lapackint ncc, lapackint kl, lapackint ku, double* ab, lapackint ldab, double* d, double* e, double* q, lapackint ldq, double* pt, lapackint ldpt, double* c, lapackint ldc, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbcon_
void dgbcon_(char norm, lapackint n, lapackint kl, lapackint ku, double* ab, lapackint ldab, lapackint* ipiv, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbequ_
void dgbequ_(lapackint m, lapackint n, lapackint kl, lapackint ku, double* ab, lapackint ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbrfs_
void dgbrfs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, double* ab, lapackint ldab, double* afb, lapackint ldafb, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbsv_
void dgbsv_(lapackint n, lapackint kl, lapackint ku, lapackint nrhs, double* ab, lapackint ldab, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbsvx_
void dgbsvx_(char fact, char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, double* ab, lapackint ldab, double* afb, lapackint ldafb, lapackint* ipiv, char equed, double* r, double* c, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbtrf_
void dgbtrf_(lapackint m, lapackint n, lapackint kl, lapackint ku, double* ab, lapackint ldab, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbtrs_
void dgbtrs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, double* ab, lapackint ldab, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgebak_
void dgebak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, double* scale, lapackint m, double* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgebal_
void dgebal_(char job, lapackint n, double* a, lapackint lda, lapackint ilo, lapackint ihi, double* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgebrd_
void dgebrd_(lapackint m, lapackint n, double* a, lapackint lda, double* d, double* e, double* tauq, double* taup, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgecon_
void dgecon_(char norm, lapackint n, double* a, lapackint lda, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeequ_
void dgeequ_(lapackint m, lapackint n, double* a, lapackint lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgees_
void dgees_(char jobvs, char sort, FCB_DGEES_SELECT select, lapackint n, double* a, lapackint lda, lapackint* sdim, double* wr, double* wi, double* vs, lapackint ldvs, double* work, lapackint lwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeesx_
void dgeesx_(char jobvs, char sort, FCB_DGEESX_SELECT select, char sense, lapackint n, double* a, lapackint lda, lapackint* sdim, double* wr, double* wi, double* vs, lapackint ldvs, double rconde, double rcondv, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeev_
void dgeev_(char jobvl, char jobvr, lapackint n, double* a, lapackint lda, double* wr, double* wi, double* vl, lapackint ldvl, double* vr, lapackint ldvr, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeevx_
void dgeevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, double* a, lapackint lda, double* wr, double* wi, double* vl, lapackint ldvl, double* vr, lapackint ldvr, lapackint ilo, lapackint ihi, double* scale, double abnrm, double rconde, double rcondv, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgegs_
void dgegs_(char jobvsl, char jobvsr, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* vsl, lapackint ldvsl, double* vsr, lapackint ldvsr, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgegv_
void dgegv_(char jobvl, char jobvr, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* vl, lapackint ldvl, double* vr, lapackint ldvr, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgehrd_
void dgehrd_(lapackint n, lapackint ilo, lapackint ihi, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelqf_
void dgelqf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgels_
void dgels_(char trans, lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelsd_
void dgelsd_(lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, double* s, double rcond, lapackint rank, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelss_
void dgelss_(lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, double* s, double rcond, lapackint rank, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelsx_
void dgelsx_(lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, lapackint* jpvt, double rcond, lapackint rank, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelsy_
void dgelsy_(lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, lapackint* jpvt, double rcond, lapackint rank, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqlf_
void dgeqlf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqp3_
void dgeqp3_(lapackint m, lapackint n, double* a, lapackint lda, lapackint* jpvt, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqpf_
void dgeqpf_(lapackint m, lapackint n, double* a, lapackint lda, lapackint* jpvt, double* tau, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrf_
void dgeqrf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrs_
void dgeqrs_(lapackint m, lapackint n, lapackint nrhs, double* a, lapackint lda, double* tau, double* b, lapackint ldb, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgerfs_
void dgerfs_(char trans, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgerqf_
void dgerqf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesdd_
void dgesdd_(char jobz, lapackint m, lapackint n, double* a, lapackint lda, double* s, double* u, lapackint ldu, double* vt, lapackint ldvt, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesv_
void dgesv_(lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesvd_
void dgesvd_(char jobu, char jobvt, lapackint m, lapackint n, double* a, lapackint lda, double* s, double* u, lapackint ldu, double* vt, lapackint ldvt, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesvx_
void dgesvx_(char fact, char trans, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, lapackint* ipiv, char equed, double* r, double* c, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgetrf_
void dgetrf_(lapackint m, lapackint n, double* a, lapackint lda, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgetri_
void dgetri_(lapackint n, double* a, lapackint lda, lapackint* ipiv, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgetrs_
void dgetrs_(char trans, lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggbak_
void dggbak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, double* lscale, double* rscale, lapackint m, double* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggbal_
void dggbal_(char job, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, lapackint ilo, lapackint ihi, double* lscale, double* rscale, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgges_
void dgges_(char jobvsl, char jobvsr, char sort, FCB_DGGES_DELCTG delctg, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, lapackint* sdim, double* alphar, double* alphai, double* betav, double* vsl, lapackint ldvsl, double* vsr, lapackint ldvsr, double* work, lapackint lwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggesx_
void dggesx_(char jobvsl, char jobvsr, char sort, FCB_DGGESX_DELCTG delctg, char sense, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, lapackint* sdim, double* alphar, double* alphai, double* betav, double* vsl, lapackint ldvsl, double* vsr, lapackint ldvsr, double rconde, double rcondv, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggev_
void dggev_(char jobvl, char jobvr, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* vl, lapackint ldvl, double* vr, lapackint ldvr, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggevx_
void dggevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* vl, lapackint ldvl, double* vr, lapackint ldvr, lapackint ilo, lapackint ihi, double* lscale, double* rscale, double abnrm, double bbnrm, double rconde, double rcondv, double* work, lapackint lwork, lapackint* iwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggglm_
void dggglm_(lapackint n, lapackint m, lapackint p, double* a, lapackint lda, double* b, lapackint ldb, double* d, double* x, double* y, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgghrd_
void dgghrd_(char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, double* a, lapackint lda, double* b, lapackint ldb, double* q, lapackint ldq, double* z, lapackint ldz, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgglse_
void dgglse_(lapackint m, lapackint n, lapackint p, double* a, lapackint lda, double* b, lapackint ldb, double* c, double* d, double* x, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggqrf_
void dggqrf_(lapackint n, lapackint m, lapackint p, double* a, lapackint lda, double* taua, double* b, lapackint ldb, double* taub, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggrqf_
void dggrqf_(lapackint m, lapackint p, lapackint n, double* a, lapackint lda, double* taua, double* b, lapackint ldb, double* taub, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggsvd_
void dggsvd_(char jobu, char jobv, char jobq, lapackint m, lapackint n, lapackint p, lapackint k, lapackint l, double* a, lapackint lda, double* b, lapackint ldb, double* alphav, double* betav, double* u, lapackint ldu, double* v, lapackint ldv, double* q, lapackint ldq, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggsvp_
void dggsvp_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, double* a, double* b, lapackint ldb, double* tola, double* tolb, lapackint k, lapackint ldu, double* v, lapackint ldv, double* q, lapackint ldq, lapackint* iwork, double* tau, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgtcon_
void dgtcon_(char norm, lapackint n, double* dl, double* d, double* du, double* du2, lapackint* ipiv, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgtrfs_
void dgtrfs_(char trans, lapackint n, lapackint nrhs, double* dl, double* d, double* du, double* dlf, double* df, double* duf, double* du2, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgtsv_
void dgtsv_(lapackint n, lapackint nrhs, double* dl, double* d, double* du, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgtsvx_
void dgtsvx_(char fact, char trans, lapackint n, lapackint nrhs, double* dl, double* d, double* du, double* dlf, double* df, double* duf, double* du2, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgttrf_
void dgttrf_(lapackint n, double* dl, double* d, double* du, double* du2, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgttrs_
void dgttrs_(char trans, lapackint n, lapackint nrhs, double* dl, double* d, double* du, double* du2, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dhgeqz_
void dhgeqz_(char job, char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* q, lapackint ldq, double* z, lapackint ldz, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dhsein_
void dhsein_(char side, char eigsrc, char initv, lapackint select, lapackint n, double* h, lapackint ldh, double* wr, double* wi, double* vl, lapackint ldvl, double* vr, lapackint ldvr, lapackint mm, lapackint m, double* work, lapackint ifaill, lapackint ifailr, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dhseqr_
void dhseqr_(char job, char compz, lapackint n, lapackint ilo, lapackint ihi, double* h, lapackint ldh, double* wr, double* wi, double* z, lapackint ldz, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlamch_
double dlamch_(char* cmach)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dopgtr_
void dopgtr_(char uplo, lapackint n, double* ap, double* tau, double* q, lapackint ldq, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dopmtr_
void dopmtr_(char side, char uplo, char trans, lapackint m, lapackint n, double* ap, double* tau, double* c, lapackint ldc, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorgbr_
void dorgbr_(char vect, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorghr_
void dorghr_(lapackint n, lapackint ilo, lapackint ihi, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorglq_
void dorglq_(lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorgql_
void dorgql_(lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorgqr_
void dorgqr_(lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorgrq_
void dorgrq_(lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorgtr_
void dorgtr_(char uplo, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormbr_
void dormbr_(char vect, char side, char trans, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormhr_
void dormhr_(char side, char trans, lapackint m, lapackint n, lapackint ilo, lapackint ihi, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormlq_
void dormlq_(char side, char trans, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormql_
void dormql_(char side, char trans, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormqr_
void dormqr_(char side, char trans, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormr3_
void dormr3_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormrq_
void dormrq_(char side, char trans, lapackint m, lapackint n, lapackint k, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormrz_
void dormrz_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dormtr_
void dormtr_(char side, char uplo, char trans, lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* c, lapackint ldc, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbcon_
void dpbcon_(char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbequ_
void dpbequ_(char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbrfs_
void dpbrfs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* afb, lapackint ldafb, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbstf_
void dpbstf_(char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbsv_
void dpbsv_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbsvx_
void dpbsvx_(char fact, char uplo, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* afb, lapackint ldafb, char equed, double* s, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbtrf_
void dpbtrf_(char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpbtrs_
void dpbtrs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpocon_
void dpocon_(char uplo, lapackint n, double* a, lapackint lda, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpoequ_
void dpoequ_(lapackint n, double* a, lapackint lda, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dporfs_
void dporfs_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dposv_
void dposv_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dposvx_
void dposvx_(char fact, char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, char equed, double* s, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpotrf_
void dpotrf_(char uplo, lapackint n, double* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpotri_
void dpotri_(char uplo, lapackint n, double* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpotrs_
void dpotrs_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dppcon_
void dppcon_(char uplo, lapackint n, double* ap, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dppequ_
void dppequ_(char uplo, lapackint n, double* ap, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpprfs_
void dpprfs_(char uplo, lapackint n, lapackint nrhs, double* ap, double* afp, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dppsv_
void dppsv_(char uplo, lapackint n, lapackint nrhs, double* ap, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dppsvx_
void dppsvx_(char fact, char uplo, lapackint n, lapackint nrhs, double* ap, double* afp, char equed, double* s, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpptrf_
void dpptrf_(char uplo, lapackint n, double* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpptri_
void dpptri_(char uplo, lapackint n, double* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpptrs_
void dpptrs_(char uplo, lapackint n, lapackint nrhs, double* ap, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dptcon_
void dptcon_(lapackint n, double* d, double* e, double* anorm, double rcond, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpteqr_
void dpteqr_(char compz, lapackint n, double* d, double* e, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dptrfs_
void dptrfs_(lapackint n, lapackint nrhs, double* d, double* e, double* df, double* ef, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dptsv_
void dptsv_(lapackint n, lapackint nrhs, double* d, double* e, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dptsvx_
void dptsvx_(char fact, lapackint n, lapackint nrhs, double* d, double* e, double* df, double* ef, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpttrf_
void dpttrf_(lapackint n, double* d, double* e, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpttrs_
void dpttrs_(lapackint n, lapackint nrhs, double* d, double* e, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbev_
void dsbev_(char jobz, char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* w, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbevd_
void dsbevd_(char jobz, char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbevx_
void dsbevx_(char jobz, char range, char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* q, lapackint ldq, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbgst_
void dsbgst_(char vect, char uplo, lapackint n, lapackint* ka, lapackint* kb, double* ab, lapackint ldab, double* bb, lapackint ldbb, double* x, lapackint ldx, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbgv_
void dsbgv_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, double* ab, lapackint ldab, double* bb, lapackint ldbb, double* w, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbgvd_
void dsbgvd_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, double* ab, lapackint ldab, double* bb, lapackint ldbb, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbgvx_
void dsbgvx_(char jobz, char range, char uplo, lapackint n, lapackint* ka, lapackint* kb, double* ab, lapackint ldab, double* bb, lapackint ldbb, double* q, lapackint ldq, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsbtrd_
void dsbtrd_(char vect, char uplo, lapackint n, lapackint* kd, double* ab, lapackint ldab, double* d, double* e, double* q, lapackint ldq, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsecnd_
double dsecnd_()
dspcon_
void dspcon_(char uplo, lapackint n, double* ap, lapackint* ipiv, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspev_
void dspev_(char jobz, char uplo, lapackint n, double* ap, double* w, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspevd_
void dspevd_(char jobz, char uplo, lapackint n, double* ap, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspevx_
void dspevx_(char jobz, char range, char uplo, lapackint n, double* ap, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspgst_
void dspgst_(lapackint* itype, char uplo, lapackint n, double* ap, double* bp, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspgv_
void dspgv_(lapackint* itype, char jobz, char uplo, lapackint n, double* ap, double* bp, double* w, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspgvd_
void dspgvd_(lapackint* itype, char jobz, char uplo, lapackint n, double* ap, double* bp, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspgvx_
void dspgvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, double* ap, double* bp, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsprfs_
void dsprfs_(char uplo, lapackint n, lapackint nrhs, double* ap, double* afp, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspsv_
void dspsv_(char uplo, lapackint n, lapackint nrhs, double* ap, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspsvx_
void dspsvx_(char fact, char uplo, lapackint n, lapackint nrhs, double* ap, double* afp, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsptrd_
void dsptrd_(char uplo, lapackint n, double* ap, double* d, double* e, double* tau, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsptrf_
void dsptrf_(char uplo, lapackint n, double* ap, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsptri_
void dsptri_(char uplo, lapackint n, double* ap, lapackint* ipiv, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsptrs_
void dsptrs_(char uplo, lapackint n, lapackint nrhs, double* ap, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstebz_
void dstebz_(char range, char order, lapackint n, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, double* d, double* e, lapackint m, lapackint nsplit, double* w, lapackint* iblock, lapackint* isplit, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstedc_
void dstedc_(char compz, lapackint n, double* d, double* e, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstegr_
void dstegr_(char jobz, char range, lapackint n, double* d, double* e, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, lapackint* isuppz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstein_
void dstein_(lapackint n, double* d, double* e, lapackint m, double* w, lapackint* iblock, lapackint* isplit, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsteqr_
void dsteqr_(char compz, lapackint n, double* d, double* e, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsterf_
void dsterf_(lapackint n, double* d, double* e, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstev_
void dstev_(char jobz, lapackint n, double* d, double* e, double* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstevd_
void dstevd_(char jobz, lapackint n, double* d, double* e, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstevr_
void dstevr_(char jobz, char range, lapackint n, double* d, double* e, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, lapackint* isuppz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstevx_
void dstevx_(char jobz, char range, lapackint n, double* d, double* e, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsycon_
void dsycon_(char uplo, lapackint n, double* a, lapackint lda, lapackint* ipiv, double* anorm, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyev_
void dsyev_(char jobz, char uplo, lapackint n, double* a, lapackint lda, double* w, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyev_2stage_
void dsyev_2stage_(char jobz, char uplo, lapackint n, double* a, lapackint lda, double* w, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyevd_
void dsyevd_(char jobz, char uplo, lapackint n, double* a, lapackint lda, double* w, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyevd_2stage_
void dsyevd_2stage_(char jobz, char uplo, lapackint n, double* a, lapackint lda, double* w, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyevr_
void dsyevr_(char jobz, char range, char uplo, lapackint n, double* a, lapackint lda, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, lapackint* isuppz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyevx_
void dsyevx_(char jobz, char range, char uplo, lapackint n, double* a, lapackint lda, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsygst_
void dsygst_(lapackint* itype, char uplo, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsygv_
void dsygv_(lapackint* itype, char jobz, char uplo, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* w, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsygvd_
void dsygvd_(lapackint* itype, char jobz, char uplo, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* w, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsygvx_
void dsygvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, double* z, lapackint ldz, double* work, lapackint lwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyrfs_
void dsyrfs_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsysv_
void dsysv_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsysv_rk_
void dsysv_rk_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* e, lapackint* ipiv, double* b, lapackint ldb, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsysv_rook_
void dsysv_rook_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsysvx_
void dsysvx_(char fact, char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, double* af, lapackint ldaf, lapackint* ipiv, double* b, lapackint ldb, double* x, lapackint ldx, double rcond, double* ferr, double* berr, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrd_
void dsytrd_(char uplo, lapackint n, double* a, lapackint lda, double* d, double* e, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrf_
void dsytrf_(char uplo, lapackint n, double* a, lapackint lda, lapackint* ipiv, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrf_rk_
void dsytrf_rk_(char uplo, lapackint n, double* a, lapackint lda, double* e, lapackint* ipiv, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytri_
void dsytri_(char uplo, lapackint n, double* a, lapackint lda, lapackint* ipiv, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrs2_
void dsytrs2_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrs_
void dsytrs_(char uplo, lapackint n, lapackint nrhs, double* a, lapackint lda, lapackint* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrs_3_
void dsytrs_3_(char uplo, lapackint n, lapackint nrhs, const(double)* a, lapackint lda, const(double)* e, const(lapackint)* ipiv, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtbcon_
void dtbcon_(char norm, char uplo, char diag, lapackint n, lapackint* kd, double* ab, lapackint ldab, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtbrfs_
void dtbrfs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtbtrs_
void dtbtrs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, double* ab, lapackint ldab, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgevc_
void dtgevc_(char side, char howmny, lapackint select, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* vl, lapackint ldvl, double* vr, lapackint ldvr, lapackint mm, lapackint m, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgexc_
void dtgexc_(lapackint wantq, lapackint wantz, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* q, lapackint ldq, double* z, lapackint ldz, lapackint ifst, lapackint ilst, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgsen_
void dtgsen_(lapackint ijob, lapackint wantq, lapackint wantz, lapackint select, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* alphar, double* alphai, double* betav, double* q, lapackint ldq, double* z, lapackint ldz, lapackint m, double pl, double pr, double* dif, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgsja_
void dtgsja_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, lapackint k, lapackint l, double* a, lapackint lda, double* b, lapackint ldb, double* tola, double* tolb, double* alphav, double* betav, double* u, lapackint ldu, double* v, lapackint ldv, double* q, lapackint ldq, double* work, lapackint ncycle, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgsna_
void dtgsna_(char job, char howmny, lapackint select, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* vl, lapackint ldvl, double* vr, lapackint ldvr, double* s, double* dif, lapackint mm, lapackint m, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtgsyl_
void dtgsyl_(char trans, lapackint* ijob, lapackint m, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* c, lapackint ldc, double* d, lapackint ldd, double* e, lapackint lde, double* f, lapackint ldf, double* scale, double* dif, double* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpcon_
void dtpcon_(char norm, char uplo, char diag, lapackint n, double* ap, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtprfs_
void dtprfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, double* ap, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtptri_
void dtptri_(char uplo, char diag, lapackint n, double* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtptrs_
void dtptrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, double* ap, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrcon_
void dtrcon_(char norm, char uplo, char diag, lapackint n, double* a, lapackint lda, double rcond, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrevc_
void dtrevc_(char side, char howmny, lapackint select, lapackint n, double* t, lapackint ldt, double* vl, lapackint ldvl, double* vr, lapackint ldvr, lapackint mm, lapackint m, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrexc_
void dtrexc_(char compq, lapackint n, double* t, lapackint ldt, double* q, lapackint ldq, lapackint* ifst, lapackint* ilst, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrrfs_
void dtrrfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, double* x, lapackint ldx, double* ferr, double* berr, double* work, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrsen_
void dtrsen_(char job, char compq, lapackint select, lapackint n, double* t, lapackint ldt, double* q, lapackint ldq, double* wr, double* wi, lapackint m, double s, double sep, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrsna_
void dtrsna_(char job, char howmny, lapackint select, lapackint n, double* t, lapackint ldt, double* vl, lapackint ldvl, double* vr, lapackint ldvr, double* s, double* sep, lapackint mm, lapackint m, double* work, lapackint ldwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrsyl_
void dtrsyl_(char trana, char tranb, lapackint* isgn, lapackint m, lapackint n, double* a, lapackint lda, double* b, lapackint ldb, double* c, lapackint ldc, double* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrtri_
void dtrtri_(char uplo, char diag, lapackint n, double* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrtrs_
void dtrtrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, double* a, lapackint lda, double* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtzrqf_
void dtzrqf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtzrzf_
void dtzrzf_(lapackint m, lapackint n, double* a, lapackint lda, double* tau, double* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ilaenv2stage_
lapackint ilaenv2stage_(lapackint ispec, const(char)* name, const(char)* opts, lapackint n1, lapackint n2, lapackint n3, lapackint n4)
ilaenv_
lapackint ilaenv_(lapackint ispec, const(char)* name, const(char)* opts, lapackint n1, lapackint n2, lapackint n3, lapackint n4)
ilaenvset_
void ilaenvset_(lapackint ispec, const(char)* name, const(char)* opts, lapackint n1, lapackint n2, lapackint n3, lapackint n4, lapackint nvalue, lapackint info)
sbdsdc_
void sbdsdc_(char uplo, char compq, lapackint n, float* d, float* e, float* u, lapackint ldu, float* vt, lapackint ldvt, float* q, lapackint* iq, float* work, lapackint* iwork, lapackint info)

Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using a divide and conquer method.

sbdsqr_
void sbdsqr_(char uplo, lapackint n, lapackint ncvt, lapackint nru, lapackint ncc, float* d, float* e, float* vt, lapackint ldvt, float* u, lapackint ldu, float* c, lapackint ldc, float* work, lapackint info)

Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using the bidiagonal QR algorithm.

sdisna_
void sdisna_(char job, lapackint m, lapackint n, float* d, float* sep, lapackint info)

Computes the reciprocal condition numbers for the eigenvectors of a real symmetric or complex Hermitian matrix or for the left or right singular vectors of a general matrix.

second_
lapack_float_ret_t second_()
sgbbrd_
void sgbbrd_(char vect, lapackint m, lapackint n, lapackint ncc, lapackint kl, lapackint ku, float* ab, lapackint ldab, float* d, float* e, float* q, lapackint ldq, float* pt, lapackint ldpt, float* c, lapackint ldc, float* work, lapackint info)

Reduces a general band matrix to real upper bidiagonal form by an orthogonal transformation.

sgbcon_
void sgbcon_(char norm, lapackint n, lapackint kl, lapackint ku, float* ab, lapackint ldab, lapackint* ipiv, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a general band matrix, in either the 1-norm or the infinity-norm, using the LU factorization computed by SGBTRF.

sgbequ_
void sgbequ_(lapackint m, lapackint n, lapackint kl, lapackint ku, float* ab, lapackint ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, lapackint info)

Computes row and column scalings to equilibrate a general band matrix and reduce its condition number.

sgbrfs_
void sgbrfs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, float* ab, lapackint ldab, float* afb, lapackint ldafb, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a general banded system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

sgbsv_
void sgbsv_(lapackint n, lapackint kl, lapackint ku, lapackint nrhs, float* ab, lapackint ldab, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a general banded system of linear equations AX=B.

sgbsvx_
void sgbsvx_(char fact, char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, float* ab, lapackint ldab, float* afb, lapackint ldafb, lapackint* ipiv, char equed, float* r, float* c, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a general banded system of linear equations AX=B, A**T X=B or A**H X=B, and provides an estimate of the condition number and error bounds on the solution.

sgbtrf_
void sgbtrf_(lapackint m, lapackint n, lapackint kl, lapackint ku, float* ab, lapackint ldab, lapackint* ipiv, lapackint info)

Computes an LU factorization of a general band matrix, using partial pivoting with row interchanges.

sgbtrs_
void sgbtrs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, float* ab, lapackint ldab, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a general banded system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by SGBTRF.

sgebak_
void sgebak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, float* scale, lapackint m, float* v, lapackint ldv, lapackint info)

Transforms eigenvectors of a balanced matrix to those of the original matrix supplied to SGEBAL.

sgebal_
void sgebal_(char job, lapackint n, float* a, lapackint lda, lapackint ilo, lapackint ihi, float* scale, lapackint info)

Balances a general matrix in order to improve the accuracy of computed eigenvalues.

sgebrd_
void sgebrd_(lapackint m, lapackint n, float* a, lapackint lda, float* d, float* e, float* tauq, float* taup, float* work, lapackint lwork, lapackint info)

Reduces a general rectangular matrix to real bidiagonal form by an orthogonal transformation.

sgecon_
void sgecon_(char norm, lapackint n, float* a, lapackint lda, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a general matrix, in either the 1-norm or the infinity-norm, using the LU factorization computed by SGETRF.

sgeequ_
void sgeequ_(lapackint m, lapackint n, float* a, lapackint lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, lapackint info)

Computes row and column scalings to equilibrate a general rectangular matrix and reduce its condition number.

sgees_
void sgees_(char jobvs, char sort, FCB_SGEES_SELECT select, lapackint n, float* a, lapackint lda, lapackint* sdim, float* wr, float* wi, float* vs, lapackint ldvs, float* work, lapackint lwork, lapackint* bwork, lapackint info)

Computes the eigenvalues and Schur factorization of a general matrix, and orders the factorization so that selected eigenvalues are at the top left of the Schur form.

sgeesx_
void sgeesx_(char jobvs, char sort, FCB_SGEESX_SELECT select, char sense, lapackint n, float* a, lapackint lda, lapackint* sdim, float* wr, float* wi, float* vs, lapackint ldvs, float rconde, float rcondv, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)

Computes the eigenvalues and Schur factorization of a general matrix, orders the factorization so that selected eigenvalues are at the top left of the Schur form, and computes reciprocal condition numbers for the average of the selected eigenvalues, and for the associated right invariant subspace.

sgeev_
void sgeev_(char jobvl, char jobvr, lapackint n, float* a, lapackint lda, float* wr, float* wi, float* vl, lapackint ldvl, float* vr, lapackint ldvr, float* work, lapackint lwork, lapackint info)

Computes the eigenvalues and left and right eigenvectors of a general matrix.

sgeevx_
void sgeevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, float* a, lapackint lda, float* wr, float* wi, float* vl, lapackint ldvl, float* vr, lapackint ldvr, lapackint ilo, lapackint ihi, float* scale, float abnrm, float rconde, float rcondv, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Computes the eigenvalues and left and right eigenvectors of a general matrix, with preliminary balancing of the matrix, and computes reciprocal condition numbers for the eigenvalues and right eigenvectors.

sgegs_
void sgegs_(char jobvsl, char jobvsr, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* vsl, lapackint ldvsl, float* vsr, lapackint ldvsr, float* work, lapackint lwork, lapackint info)

Computes the generalized eigenvalues, Schur form, and left and/or right Schur vectors for a pair of nonsymmetric matrices

sgegv_
void sgegv_(char jobvl, char jobvr, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* vl, lapackint ldvl, float* vr, lapackint ldvr, float* work, lapackint lwork, lapackint info)

Computes the generalized eigenvalues, and left and/or right generalized eigenvectors for a pair of nonsymmetric matrices

sgehrd_
void sgehrd_(lapackint n, lapackint ilo, lapackint ihi, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Reduces a general matrix to upper Hessenberg form by an orthogonal similarity transformation.

sgelqf_
void sgelqf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Computes an LQ factorization of a general rectangular matrix.

sgels_
void sgels_(char trans, lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, float* work, lapackint lwork, lapackint info)

Computes the least squares solution to an over-determined system of linear equations, A X=B or A**H X=B, or the minimum norm solution of an under-determined system, where A is a general rectangular matrix of full rank, using a QR or LQ factorization of A.

sgelsd_
void sgelsd_(lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, float* s, float rcond, lapackint rank, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Computes the least squares solution to an over-determined system of linear equations, A X=B or A**H X=B, or the minimum norm solution of an under-determined system, using a divide and conquer method, where A is a general rectangular matrix of full rank, using a QR or LQ factorization of A.

sgelss_
void sgelss_(lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, float* s, float rcond, lapackint rank, float* work, lapackint lwork, lapackint info)

Computes the minimum norm least squares solution to an over- or under-determined system of linear equations A X=B, using the singular value decomposition of A.

sgelsx_
void sgelsx_(lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, lapackint* jpvt, float rcond, lapackint rank, float* work, lapackint info)

Computes the minimum norm least squares solution to an over- or under-determined system of linear equations A X=B, using a complete orthogonal factorization of A.

sgelsy_
void sgelsy_(lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, lapackint* jpvt, float rcond, lapackint rank, float* work, lapackint lwork, lapackint info)

Computes the minimum norm least squares solution to an over- or under-determined system of linear equations A X=B, using a complete orthogonal factorization of A.

sgeqlf_
void sgeqlf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Computes a QL factorization of a general rectangular matrix.

sgeqp3_
void sgeqp3_(lapackint m, lapackint n, float* a, lapackint lda, lapackint* jpvt, float* tau, float* work, lapackint lwork, lapackint info)

Computes a QR factorization with column pivoting of a general rectangular matrix using Level 3 BLAS.

sgeqpf_
void sgeqpf_(lapackint m, lapackint n, float* a, lapackint lda, lapackint* jpvt, float* tau, float* work, lapackint info)

Computes a QR factorization with column pivoting of a general rectangular matrix.

sgeqrf_
void sgeqrf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Computes a QR factorization of a general rectangular matrix.

sgeqrs_
void sgeqrs_(lapackint m, lapackint n, lapackint nrhs, float* a, lapackint lda, float* tau, float* b, lapackint ldb, float* work, lapackint lwork, lapackint info)

Solve the least squares problem using the QR factorization computed by GEQRF

sgerfs_
void sgerfs_(char trans, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a general system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

sgerqf_
void sgerqf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Computes an RQ factorization of a general rectangular matrix.

sgesdd_
void sgesdd_(char jobz, lapackint m, lapackint n, float* a, lapackint lda, float* s, float* u, lapackint ldu, float* vt, lapackint ldvt, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Computes the singular value decomposition (SVD) of a general rectangular matrix using divide-and-conquer.

sgesv_
void sgesv_(lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a general system of linear equations AX=B.

sgesvd_
void sgesvd_(char jobu, char jobvt, lapackint m, lapackint n, float* a, lapackint lda, float* s, float* u, lapackint ldu, float* vt, lapackint ldvt, float* work, lapackint lwork, lapackint info)

Computes the singular value decomposition (SVD) of a general rectangular matrix.

sgesvx_
void sgesvx_(char fact, char trans, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, lapackint* ipiv, char equed, float* r, float* c, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a general system of linear equations AX=B, A**T X=B or A**H X=B, and provides an estimate of the condition number and error bounds on the solution.

sgetrf_
void sgetrf_(lapackint m, lapackint n, float* a, lapackint lda, lapackint* ipiv, lapackint info)

Computes an LU factorization of a general matrix, using partial pivoting with row interchanges.

sgetri_
void sgetri_(lapackint n, float* a, lapackint lda, lapackint* ipiv, float* work, lapackint lwork, lapackint info)

Computes the inverse of a general matrix, using the LU factorization computed by SGETRF.

sgetrs_
void sgetrs_(char trans, lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a general system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by SGETRF.

sggbak_
void sggbak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, float* lscale, float* rscale, lapackint m, float* v, lapackint ldv, lapackint info)

Forms the right or left eigenvectors of the generalized eigenvalue problem by backward transformation on the computed eigenvectors of the balanced pair of matrices output by SGGBAL.

sggbal_
void sggbal_(char job, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, lapackint ilo, lapackint ihi, float* lscale, float* rscale, float* work, lapackint info)

Balances a pair of general real matrices for the generalized eigenvalue problem A x = lambda B x.

sgges_
void sgges_(char jobvsl, char jobvsr, char sort, FCB_SGGES_SELCTG selctg, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, lapackint* sdim, float* alphar, float* alphai, float* betav, float* vsl, lapackint ldvsl, float* vsr, lapackint ldvsr, float* work, lapackint lwork, lapackint* bwork, lapackint info)

Computes the generalized eigenvalues, Schur form, and left and/or right Schur vectors for a pair of nonsymmetric matrices

sggesx_
void sggesx_(char jobvsl, char jobvsr, char sort, FCB_SGGESX_SELCTG selctg, char sense, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, lapackint* sdim, float* alphar, float* alphai, float* betav, float* vsl, lapackint ldvsl, float* vsr, lapackint ldvsr, float rconde, float rcondv, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)

Computes the generalized eigenvalues, the real Schur form, and, optionally, the left and/or right matrices of Schur vectors.

sggev_
void sggev_(char jobvl, char jobvr, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* vl, lapackint ldvl, float* vr, lapackint ldvr, float* work, lapackint lwork, lapackint info)

Computes the generalized eigenvalues, and left and/or right generalized eigenvectors for a pair of nonsymmetric matrices

sggevx_
void sggevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* vl, lapackint ldvl, float* vr, lapackint ldvr, lapackint ilo, lapackint ihi, float* lscale, float* rscale, float abnrm, float bbnrm, float rconde, float rcondv, float* work, lapackint lwork, lapackint* iwork, lapackint* bwork, lapackint info)

Computes the generalized eigenvalues, and optionally, the left and/or right generalized eigenvectors.

sggglm_
void sggglm_(lapackint n, lapackint m, lapackint p, float* a, lapackint lda, float* b, lapackint ldb, float* d, float* x, float* y, float* work, lapackint lwork, lapackint info)

Solves the GLM (Generalized Linear Regression Model) using the GQR (Generalized QR) factorization

sgghrd_
void sgghrd_(char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, float* a, lapackint lda, float* b, lapackint ldb, float* q, lapackint ldq, float* z, lapackint ldz, lapackint info)

Reduces a pair of real matrices to generalized upper Hessenberg form using orthogonal transformations

sgglse_
void sgglse_(lapackint m, lapackint n, lapackint p, float* a, lapackint lda, float* b, lapackint ldb, float* c, float* d, float* x, float* work, lapackint lwork, lapackint info)

Solves the LSE (Constrained Linear Least Squares Problem) using the GRQ (Generalized RQ) factorization

sggqrf_
void sggqrf_(lapackint n, lapackint m, lapackint p, float* a, lapackint lda, float* taua, float* b, lapackint ldb, float* taub, float* work, lapackint lwork, lapackint info)

Computes a generalized QR factorization of a pair of matrices.

sggrqf_
void sggrqf_(lapackint m, lapackint p, lapackint n, float* a, lapackint lda, float* taua, float* b, lapackint ldb, float* taub, float* work, lapackint lwork, lapackint info)

Computes a generalized RQ factorization of a pair of matrices.

sggsvd_
void sggsvd_(char jobu, char jobv, char jobq, lapackint m, lapackint n, lapackint p, lapackint k, lapackint l, float* a, lapackint lda, float* b, lapackint ldb, float* alphav, float* betav, float* u, lapackint ldu, float* v, lapackint ldv, float* q, lapackint ldq, float* work, lapackint* iwork, lapackint info)

Computes the Generalized Singular Value Decomposition

sggsvp_
void sggsvp_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, float* a, float* b, lapackint ldb, float* tola, float* tolb, lapackint k, lapackint ldu, float* v, lapackint ldv, float* q, lapackint ldq, lapackint* iwork, float* tau, float* work, lapackint info)

Computes orthogonal matrices as a preprocessing step for computing the generalized singular value decomposition

sgtcon_
void sgtcon_(char norm, lapackint n, float* dl, float* d, float* du, float* du2, lapackint* ipiv, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a general tridiagonal matrix, in either the 1-norm or the infinity-norm, using the LU factorization computed by SGTTRF.

sgtrfs_
void sgtrfs_(char trans, lapackint n, lapackint nrhs, float* dl, float* d, float* du, float* dlf, float* df, float* duf, float* du2, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

sgtsv_
void sgtsv_(lapackint n, lapackint nrhs, float* dl, float* d, float* du, float* b, lapackint ldb, lapackint info)

Solves a general tridiagonal system of linear equations AX=B.

sgtsvx_
void sgtsvx_(char fact, char trans, lapackint n, lapackint nrhs, float* dl, float* d, float* du, float* dlf, float* df, float* duf, float* du2, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, and provides an estimate of the condition number and error bounds on the solution.

sgttrf_
void sgttrf_(lapackint n, float* dl, float* d, float* du, float* du2, lapackint* ipiv, lapackint info)

Computes an LU factorization of a general tridiagonal matrix, using partial pivoting with row interchanges.

sgttrs_
void sgttrs_(char trans, lapackint n, lapackint nrhs, float* dl, float* d, float* du, float* du2, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by SGTTRF.

shgeqz_
void shgeqz_(char job, char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* q, lapackint ldq, float* z, lapackint ldz, float* work, lapackint lwork, lapackint info)

Implements a single-/double-shift version of the QZ method for finding the generalized eigenvalues of the equation det(A - w(i) B) = 0

shsein_
void shsein_(char side, char eigsrc, char initv, lapackint select, lapackint n, float* h, lapackint ldh, float* wr, float* wi, float* vl, lapackint ldvl, float* vr, lapackint ldvr, lapackint mm, lapackint m, float* work, lapackint ifaill, lapackint ifailr, lapackint info)

Computes specified right and/or left eigenvectors of an upper Hessenberg matrix by inverse iteration.

shseqr_
void shseqr_(char job, char compz, lapackint n, lapackint ilo, lapackint ihi, float* h, lapackint ldh, float* wr, float* wi, float* z, lapackint ldz, float* work, lapackint lwork, lapackint info)

Computes the eigenvalues and Schur factorization of an upper Hessenberg matrix, using the multishift QR algorithm.

slamch_
float slamch_(char* cmach)
sopgtr_
void sopgtr_(char uplo, lapackint n, float* ap, float* tau, float* q, lapackint ldq, float* work, lapackint info)

Generates the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSPTRD.

sopmtr_
void sopmtr_(char side, char uplo, char trans, lapackint m, lapackint n, float* ap, float* tau, float* c, lapackint ldc, float* work, lapackint info)

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSPTRD.

sorgbr_
void sorgbr_(char vect, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD.

sorghr_
void sorghr_(lapackint n, lapackint ilo, lapackint ihi, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.

sorglq_
void sorglq_(lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates all or part of the orthogonal matrix Q from an LQ factorization determined by SGELQF.

sorgql_
void sorgql_(lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates all or part of the orthogonal matrix Q from a QL factorization determined by SGEQLF.

sorgqr_
void sorgqr_(lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates all or part of the orthogonal matrix Q from a QR factorization determined by SGEQRF.

sorgrq_
void sorgrq_(lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates all or part of the orthogonal matrix Q from an RQ factorization determined by SGERQF.

sorgtr_
void sorgtr_(char uplo, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Generates the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSYTRD.

sormbr_
void sormbr_(char vect, char side, char trans, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by one of the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD.

sormhr_
void sormhr_(char side, char trans, lapackint m, lapackint n, lapackint ilo, lapackint ihi, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to Hessenberg form determined by SGEHRD.

sormlq_
void sormlq_(char side, char trans, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal matrix from an LQ factorization determined by SGELQF.

sormql_
void sormql_(char side, char trans, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal matrix from a QL factorization determined by SGEQLF.

sormqr_
void sormqr_(char side, char trans, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal matrix from a QR factorization determined by SGEQRF.

sormr3_
void sormr3_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint info)

Multiples a general matrix by the orthogonal matrix from an RZ factorization determined by STZRZF.

sormrq_
void sormrq_(char side, char trans, lapackint m, lapackint n, lapackint k, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal matrix from an RQ factorization determined by SGERQF.

sormrz_
void sormrz_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiples a general matrix by the orthogonal matrix from an RZ factorization determined by STZRZF.

sormtr_
void sormtr_(char side, char uplo, char trans, lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* c, lapackint ldc, float* work, lapackint lwork, lapackint info)

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSYTRD.

spbcon_
void spbcon_(char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a symmetric positive definite band matrix, using the Cholesky factorization computed by SPBTRF.

spbequ_
void spbequ_(char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* s, float* scond, float* amax, lapackint info)

Computes row and column scalings to equilibrate a symmetric positive definite band matrix and reduce its condition number.

spbrfs_
void spbrfs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* afb, lapackint ldafb, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a symmetric positive definite banded system of linear equations AX=B, and provides forward and backward error bounds for the solution.

spbstf_
void spbstf_(char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, lapackint info)

Computes a split Cholesky factorization of a real symmetric positive definite band matrix.

spbsv_
void spbsv_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite banded system of linear equations AX=B.

spbsvx_
void spbsvx_(char fact, char uplo, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* afb, lapackint ldafb, char equed, float* s, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a symmetric positive definite banded system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

spbtrf_
void spbtrf_(char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, lapackint info)

Computes the Cholesky factorization of a symmetric positive definite band matrix.

spbtrs_
void spbtrs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite banded system of linear equations AX=B, using the Cholesky factorization computed by SPBTRF.

spocon_
void spocon_(char uplo, lapackint n, float* a, lapackint lda, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

spoequ_
void spoequ_(lapackint n, float* a, lapackint lda, float* s, float* scond, float* amax, lapackint info)

Computes row and column scalings to equilibrate a symmetric positive definite matrix and reduce its condition number.

sporfs_
void sporfs_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a symmetric positive definite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

sposv_
void sposv_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B.

sposvx_
void sposvx_(char fact, char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, char equed, float* s, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

spotrf_
void spotrf_(char uplo, lapackint n, float* a, lapackint lda, lapackint info)

Computes the Cholesky factorization of a symmetric positive definite matrix.

spotri_
void spotri_(char uplo, lapackint n, float* a, lapackint lda, lapackint info)

Computes the inverse of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

spotrs_
void spotrs_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B, using the Cholesky factorization computed by SPOTRF.

sppcon_
void sppcon_(char uplo, lapackint n, float* ap, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a symmetric positive definite matrix in packed storage, using the Cholesky factorization computed by SPPTRF.

sppequ_
void sppequ_(char uplo, lapackint n, float* ap, float* s, float* scond, float* amax, lapackint info)

Computes row and column scalings to equilibrate a symmetric positive definite matrix in packed storage and reduce its condition number.

spprfs_
void spprfs_(char uplo, lapackint n, lapackint nrhs, float* ap, float* afp, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.

sppsv_
void sppsv_(char uplo, lapackint n, lapackint nrhs, float* ap, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage.

sppsvx_
void sppsvx_(char fact, char uplo, lapackint n, lapackint nrhs, float* ap, float* afp, char equed, float* s, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.

spptrf_
void spptrf_(char uplo, lapackint n, float* ap, lapackint info)

Computes the Cholesky factorization of a symmetric positive definite matrix in packed storage.

spptri_
void spptri_(char uplo, lapackint n, float* ap, lapackint info)

Computes the inverse of a symmetric positive definite matrix in packed storage, using the Cholesky factorization computed by SPPTRF.

spptrs_
void spptrs_(char uplo, lapackint n, lapackint nrhs, float* ap, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage, using the Cholesky factorization computed by SPPTRF.

sptcon_
void sptcon_(lapackint n, float* d, float* e, float* anorm, float rcond, float* work, lapackint info)

Computes the reciprocal of the condition number of a symmetric positive definite tridiagonal matrix, using the LDL**H factorization computed by SPTTRF.

spteqr_
void spteqr_(char compz, lapackint n, float* d, float* e, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues and eigenvectors of a real symmetric positive definite tridiagonal matrix, by computing the SVD of its bidiagonal Cholesky factor.

sptrfs_
void sptrfs_(lapackint n, lapackint nrhs, float* d, float* e, float* df, float* ef, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint info)

Improves the computed solution to a symmetric positive definite tridiagonal system of linear equations AX=B, and provides forward and backward error bounds for the solution.

sptsv_
void sptsv_(lapackint n, lapackint nrhs, float* d, float* e, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite tridiagonal system of linear equations AX=B.

sptsvx_
void sptsvx_(char fact, lapackint n, lapackint nrhs, float* d, float* e, float* df, float* ef, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint info)

Solves a symmetric positive definite tridiagonal system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

spttrf_
void spttrf_(lapackint n, float* d, float* e, lapackint info)

Computes the LDL**H factorization of a symmetric positive definite tridiagonal matrix.

spttrs_
void spttrs_(lapackint n, lapackint nrhs, float* d, float* e, float* b, lapackint ldb, lapackint info)

Solves a symmetric positive definite tridiagonal system of linear equations, using the LDL**H factorization computed by SPTTRF.

ssbev_
void ssbev_(char jobz, char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* w, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric band matrix.

ssbevd_
void ssbevd_(char jobz, char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric band matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

ssbevx_
void ssbevx_(char jobz, char range, char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* q, lapackint ldq, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a symmetric band matrix.

ssbgst_
void ssbgst_(char vect, char uplo, lapackint n, lapackint* ka, lapackint* kb, float* ab, lapackint ldab, float* bb, lapackint ldbb, float* x, lapackint ldx, float* work, lapackint info)

Reduces a real symmetric-definite banded generalized eigenproblem A x = lambda B x to standard form, where B has been factorized by SPBSTF (Crawford's algorithm).

ssbgv_
void ssbgv_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, float* ab, lapackint ldab, float* bb, lapackint ldbb, float* w, float* z, lapackint ldz, float* work, lapackint info)

Computes all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be symmetric and banded, and B is also positive definite.

ssbgvd_
void ssbgvd_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, float* ab, lapackint ldab, float* bb, lapackint ldbb, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be symmetric and banded, and B is also positive definite. If eigenvectors are desired, it uses a divide and conquer algorithm.

ssbgvx_
void ssbgvx_(char jobz, char range, char uplo, lapackint n, lapackint* ka, lapackint* kb, float* ab, lapackint ldab, float* bb, lapackint ldbb, float* q, lapackint ldq, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be symmetric and banded, and B is also positive definite.

ssbtrd_
void ssbtrd_(char vect, char uplo, lapackint n, lapackint* kd, float* ab, lapackint ldab, float* d, float* e, float* q, lapackint ldq, float* work, lapackint info)

Reduces a symmetric band matrix to real symmetric tridiagonal form by an orthogonal similarity transformation.

sspcon_
void sspcon_(char uplo, lapackint n, float* ap, lapackint* ipiv, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.

sspev_
void sspev_(char jobz, char uplo, lapackint n, float* ap, float* w, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix in packed storage.

sspevd_
void sspevd_(char jobz, char uplo, lapackint n, float* ap, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

sspevx_
void sspevx_(char jobz, char range, char uplo, lapackint n, float* ap, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a symmetric matrix in packed storage.

sspgst_
void sspgst_(lapackint* itype, char uplo, lapackint n, float* ap, float* bp, lapackint info)

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by SPPTRF.

sspgv_
void sspgv_(lapackint* itype, char jobz, char uplo, lapackint n, float* ap, float* bp, float* w, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues and eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

sspgvd_
void sspgvd_(lapackint* itype, char jobz, char uplo, lapackint n, float* ap, float* bp, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

sspgvx_
void sspgvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, float* ap, float* bp, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

ssprfs_
void ssprfs_(char uplo, lapackint n, lapackint nrhs, float* ap, float* afp, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage, and provides forward and backward error bounds for the solution.

sspsv_
void sspsv_(char uplo, lapackint n, lapackint nrhs, float* ap, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage.

sspsvx_
void sspsvx_(char fact, char uplo, lapackint n, lapackint nrhs, float* ap, float* afp, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.

ssptrd_
void ssptrd_(char uplo, lapackint n, float* ap, float* d, float* e, float* tau, lapackint info)

Reduces a symmetric matrix in packed storage to real symmetric tridiagonal form by an orthogonal similarity transformation.

ssptrf_
void ssptrf_(char uplo, lapackint n, float* ap, lapackint* ipiv, lapackint info)

Computes the factorization of a real symmetric-indefinite matrix in packed storage, using the diagonal pivoting method.

ssptri_
void ssptri_(char uplo, lapackint n, float* ap, lapackint* ipiv, float* work, lapackint info)

Computes the inverse of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.

ssptrs_
void ssptrs_(char uplo, lapackint n, lapackint nrhs, float* ap, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage, using the factorization computed by SSPTRF.

sstebz_
void sstebz_(char range, char order, lapackint n, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, float* d, float* e, lapackint m, lapackint nsplit, float* w, lapackint* iblock, lapackint* isplit, float* work, lapackint* iwork, lapackint info)

Computes selected eigenvalues of a real symmetric tridiagonal matrix by bisection.

sstedc_
void sstedc_(char compz, lapackint n, float* d, float* e, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix using the divide and conquer algorithm.

sstegr_
void sstegr_(char jobz, char range, lapackint n, float* d, float* e, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, lapackint* isuppz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes selected eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix. The eigenvalues are computed by the dqds algorithm, while eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations.)

sstein_
void sstein_(lapackint n, float* d, float* e, lapackint m, float* w, lapackint* iblock, lapackint* isplit, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvectors of a real symmetric tridiagonal matrix by inverse iteration.

ssteqr_
void ssteqr_(char compz, lapackint n, float* d, float* e, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues and eigenvectors of a real symmetric tridiagonal matrix, using the implicit QL or QR algorithm.

ssterf_
void ssterf_(lapackint n, float* d, float* e, lapackint info)

Computes all eigenvalues of a real symmetric tridiagonal matrix, using a root-free variant of the QL or QR algorithm.

sstev_
void sstev_(char jobz, lapackint n, float* d, float* e, float* z, lapackint ldz, float* work, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric tridiagonal matrix.

sstevd_
void sstevd_(char jobz, lapackint n, float* d, float* e, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric tridiagonal matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

sstevr_
void sstevr_(char jobz, char range, lapackint n, float* d, float* e, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, lapackint* isuppz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes selected eigenvalues, and optionally, eigenvectors of a real symmetric tridiagonal matrix. Eigenvalues are computed by the dqds algorithm, and eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations).

sstevx_
void sstevx_(char jobz, char range, lapackint n, float* d, float* e, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a real symmetric tridiagonal matrix.

ssycon_
void ssycon_(char uplo, lapackint n, float* a, lapackint lda, lapackint* ipiv, float* anorm, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

ssyev_
void ssyev_(char jobz, char uplo, lapackint n, float* a, lapackint lda, float* w, float* work, lapackint lwork, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix.

ssyev_2stage_
void ssyev_2stage_(char jobz, char uplo, lapackint n, float* a, lapackint lda, float* w, float* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyevd_
void ssyevd_(char jobz, char uplo, lapackint n, float* a, lapackint lda, float* w, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

ssyevd_2stage_
void ssyevd_2stage_(char jobz, char uplo, lapackint n, float* a, lapackint lda, float* w, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyevr_
void ssyevr_(char jobz, char range, char uplo, lapackint n, float* a, lapackint lda, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, lapackint* isuppz, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes selected eigenvalues, and optionally, eigenvectors of a real symmetric matrix. Eigenvalues are computed by the dqds algorithm, and eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations).

ssyevx_
void ssyevx_(char jobz, char range, char uplo, lapackint n, float* a, lapackint lda, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues and eigenvectors of a symmetric matrix.

ssygst_
void ssygst_(lapackint* itype, char uplo, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, lapackint info)

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where B has been factorized by SPOTRF.

ssygv_
void ssygv_(lapackint* itype, char jobz, char uplo, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* w, float* work, lapackint lwork, lapackint info)

Computes all eigenvalues and the eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

ssygvd_
void ssygvd_(lapackint* itype, char jobz, char uplo, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* w, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Computes all eigenvalues and the eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x. If eigenvectors are desired, it uses a divide and conquer algorithm.

ssygvx_
void ssygvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* vl, float* vu, lapackint* il, lapackint* iu, float abstol, lapackint m, float* w, float* z, lapackint ldz, float* work, lapackint lwork, lapackint* iwork, lapackint* ifail, lapackint info)

Computes selected eigenvalues, and optionally, the eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

ssyrfs_
void ssyrfs_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Improves the computed solution to a real symmetric indefinite system of linear equations AX=B, and provides forward and backward error bounds for the solution.

ssysv_
void ssysv_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, float* work, lapackint lwork, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B.

ssysv_rk_
void ssysv_rk_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* e, lapackint* ipiv, float* b, lapackint ldb, float* work, lapackint lwork, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B. Rook method (LDL decomposition)

ssysv_rook_
void ssysv_rook_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, float* work, lapackint lwork, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B. Rook method (LDL decomposition)

ssysvx_
void ssysvx_(char fact, char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, float* af, lapackint ldaf, lapackint* ipiv, float* b, lapackint ldb, float* x, lapackint ldx, float rcond, float* ferr, float* berr, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

ssytrd_
void ssytrd_(char uplo, lapackint n, float* a, lapackint lda, float* d, float* e, float* tau, float* work, lapackint lwork, lapackint info)

Reduces a symmetric matrix to real symmetric tridiagonal form by an orthogonal similarity transformation.

ssytrf_
void ssytrf_(char uplo, lapackint n, float* a, lapackint lda, lapackint* ipiv, float* work, lapackint lwork, lapackint info)

Computes the factorization of a real symmetric-indefinite matrix, using the diagonal pivoting method.

ssytrf_rk_
void ssytrf_rk_(char uplo, lapackint n, float* a, lapackint lda, float* e, lapackint* ipiv, float* work, lapackint lwork, lapackint info)

Computes the factorization of a real symmetric-indefinite matrix, using the diagonal pivoting method.

ssytri_
void ssytri_(char uplo, lapackint n, float* a, lapackint lda, lapackint* ipiv, float* work, lapackint info)

Computes the inverse of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

ssytrs2_
void ssytrs2_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, float* work, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, using the factorization computed by SYTRF.

ssytrs_
void ssytrs_(char uplo, lapackint n, lapackint nrhs, float* a, lapackint lda, lapackint* ipiv, float* b, lapackint ldb, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, using the factorization computed by SSPTRF.

ssytrs_3_
void ssytrs_3_(char uplo, lapackint n, lapackint nrhs, const(float)* a, lapackint lda, const(float)* e, const(lapackint)* ipiv, float* b, lapackint ldb, lapackint info)

Solves a real symmetric indefinite system of linear equations AX=B, using the factorization computed by SSPTRF_RK.

stbcon_
void stbcon_(char norm, char uplo, char diag, lapackint n, lapackint* kd, float* ab, lapackint ldab, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a triangular band matrix, in either the 1-norm or the infinity-norm.

stbrfs_
void stbrfs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Provides forward and backward error bounds for the solution of a triangular banded system of linear equations AX=B, A**T X=B or A**H X=B.

stbtrs_
void stbtrs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, float* ab, lapackint ldab, float* b, lapackint ldb, lapackint info)

Solves a triangular banded system of linear equations AX=B, A**T X=B or A**H X=B.

stgevc_
void stgevc_(char side, char howmny, lapackint select, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* vl, lapackint ldvl, float* vr, lapackint ldvr, lapackint mm, lapackint m, float* work, lapackint info)

Computes some or all of the right and/or left generalized eigenvectors of a pair of upper triangular matrices.

stgexc_
void stgexc_(lapackint wantq, lapackint wantz, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* q, lapackint ldq, float* z, lapackint ldz, lapackint ifst, lapackint ilst, float* work, lapackint lwork, lapackint info)

Reorders the generalized real Schur decomposition of a real matrix pair (A,B) using an orthogonal equivalence transformation so that the diagonal block of (A,B) with row index IFST is moved to row ILST.

stgsen_
void stgsen_(lapackint ijob, lapackint wantq, lapackint wantz, lapackint select, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* alphar, float* alphai, float* betav, float* q, lapackint ldq, float* z, lapackint ldz, lapackint m, float pl, float pr, float* dif, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Reorders the generalized real Schur decomposition of a real matrix pair (A, B) so that a selected cluster of eigenvalues appears in the leading diagonal blocks of the upper quasi-triangular matrix A and the upper triangular B.

stgsja_
void stgsja_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, lapackint k, lapackint l, float* a, lapackint lda, float* b, lapackint ldb, float* tola, float* tolb, float* alphav, float* betav, float* u, lapackint ldu, float* v, lapackint ldv, float* q, lapackint ldq, float* work, lapackint ncycle, lapackint info)

Computes the generalized singular value decomposition of two real upper triangular (or trapezoidal) matrices as output by SGGSVP.

stgsna_
void stgsna_(char job, char howmny, lapackint select, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* vl, lapackint ldvl, float* vr, lapackint ldvr, float* s, float* dif, lapackint mm, lapackint m, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Estimates reciprocal condition numbers for specified eigenvalues and/or eigenvectors of a matrix pair (A, B) in generalized real Schur canonical form, as returned by SGGES.

stgsyl_
void stgsyl_(char trans, lapackint* ijob, lapackint m, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* c, lapackint ldc, float* d, lapackint ldd, float* e, lapackint lde, float* f, lapackint ldf, float* scale, float* dif, float* work, lapackint lwork, lapackint* iwork, lapackint info)

Solves the generalized Sylvester equation.

stpcon_
void stpcon_(char norm, char uplo, char diag, lapackint n, float* ap, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a triangular matrix in packed storage, in either the 1-norm or the infinity-norm.

stprfs_
void stprfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, float* ap, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Provides forward and backward error bounds for the solution of a triangular system of linear equations AX=B, A**T X=B or A**H X=B, where A is held in packed storage.

stptri_
void stptri_(char uplo, char diag, lapackint n, float* ap, lapackint info)

Computes the inverse of a triangular matrix in packed storage.

stptrs_
void stptrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, float* ap, float* b, lapackint ldb, lapackint info)

Solves a triangular system of linear equations AX=B, A**T X=B or A**H X=B, where A is held in packed storage.

strcon_
void strcon_(char norm, char uplo, char diag, lapackint n, float* a, lapackint lda, float rcond, float* work, lapackint* iwork, lapackint info)

Estimates the reciprocal of the condition number of a triangular matrix, in either the 1-norm or the infinity-norm.

strevc_
void strevc_(char side, char howmny, lapackint select, lapackint n, float* t, lapackint ldt, float* vl, lapackint ldvl, float* vr, lapackint ldvr, lapackint mm, lapackint m, float* work, lapackint info)

Computes some or all of the right and/or left eigenvectors of an upper quasi-triangular matrix.

strexc_
void strexc_(char compq, lapackint n, float* t, lapackint ldt, float* q, lapackint ldq, lapackint* ifst, lapackint* ilst, float* work, lapackint info)

Reorders the Schur factorization of a matrix by an orthogonal similarity transformation.

strrfs_
void strrfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, float* x, lapackint ldx, float* ferr, float* berr, float* work, lapackint* iwork, lapackint info)

Provides forward and backward error bounds for the solution of a triangular system of linear equations A X=B, A**T X=B or A**H X=B.

strsen_
void strsen_(char job, char compq, lapackint select, lapackint n, float* t, lapackint ldt, float* q, lapackint ldq, float* wr, float* wi, lapackint m, float s, float sep, float* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)

Reorders the Schur factorization of a matrix in order to find an orthonormal basis of a right invariant subspace corresponding to selected eigenvalues, and returns reciprocal condition numbers (sensitivities) of the average of the cluster of eigenvalues and of the invariant subspace.

strsna_
void strsna_(char job, char howmny, lapackint select, lapackint n, float* t, lapackint ldt, float* vl, lapackint ldvl, float* vr, lapackint ldvr, float* s, float* sep, lapackint mm, lapackint m, float* work, lapackint ldwork, lapackint* iwork, lapackint info)

Estimates the reciprocal condition numbers (sensitivities) of selected eigenvalues and eigenvectors of an upper quasi-triangular matrix.

strsyl_
void strsyl_(char trana, char tranb, lapackint* isgn, lapackint m, lapackint n, float* a, lapackint lda, float* b, lapackint ldb, float* c, lapackint ldc, float* scale, lapackint info)

Solves the Sylvester matrix equation A X +/- X B=C where A and B are upper quasi-triangular, and may be transposed.

strtri_
void strtri_(char uplo, char diag, lapackint n, float* a, lapackint lda, lapackint info)

Computes the inverse of a triangular matrix.

strtrs_
void strtrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, float* a, lapackint lda, float* b, lapackint ldb, lapackint info)

Solves a triangular system of linear equations AX=B, A**T X=B or A**H X=B.

stzrqf_
void stzrqf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, lapackint info)

Computes an RQ factorization of an upper trapezoidal matrix.

stzrzf_
void stzrzf_(lapackint m, lapackint n, float* a, lapackint lda, float* tau, float* work, lapackint lwork, lapackint info)

Computes an RZ factorization of an upper trapezoidal matrix (blocked version of STZRQF).

zbdsqr_
void zbdsqr_(char uplo, lapackint n, lapackint ncvt, lapackint nru, lapackint ncc, double* d, double* e, _cdouble* vt, lapackint ldvt, _cdouble* u, lapackint ldu, _cdouble* c, lapackint ldc, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbbrd_
void zgbbrd_(char vect, lapackint m, lapackint n, lapackint ncc, lapackint kl, lapackint ku, _cdouble* ab, lapackint ldab, double* d, double* e, _cdouble* q, lapackint ldq, _cdouble* pt, lapackint ldpt, _cdouble* c, lapackint ldc, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbcon_
void zgbcon_(char norm, lapackint n, lapackint kl, lapackint ku, _cdouble* ab, lapackint ldab, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbequ_
void zgbequ_(lapackint m, lapackint n, lapackint kl, lapackint ku, _cdouble* ab, lapackint ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbrfs_
void zgbrfs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* afb, lapackint ldafb, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbsv_
void zgbsv_(lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cdouble* ab, lapackint ldab, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbsvx_
void zgbsvx_(char fact, char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* afb, lapackint ldafb, lapackint* ipiv, char equed, double* r, double* c, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbtrf_
void zgbtrf_(lapackint m, lapackint n, lapackint kl, lapackint ku, _cdouble* ab, lapackint ldab, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbtrs_
void zgbtrs_(char trans, lapackint n, lapackint kl, lapackint ku, lapackint nrhs, _cdouble* ab, lapackint ldab, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgebak_
void zgebak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, double* scale, lapackint m, _cdouble* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgebal_
void zgebal_(char job, lapackint n, _cdouble* a, lapackint lda, lapackint ilo, lapackint ihi, double* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgebrd_
void zgebrd_(lapackint m, lapackint n, _cdouble* a, lapackint lda, double* d, double* e, _cdouble* tauq, _cdouble* taup, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgecon_
void zgecon_(char norm, lapackint n, _cdouble* a, lapackint lda, double* anorm, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeequ_
void zgeequ_(lapackint m, lapackint n, _cdouble* a, lapackint lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgees_
void zgees_(char jobvs, char sort, FCB_ZGEES_SELECT select, lapackint n, _cdouble* a, lapackint lda, lapackint* sdim, _cdouble* w, _cdouble* vs, lapackint ldvs, _cdouble* work, lapackint lwork, double* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeesx_
void zgeesx_(char jobvs, char sort, FCB_ZGEESX_SELECT select, char sense, lapackint n, _cdouble* a, lapackint lda, lapackint* sdim, _cdouble* w, _cdouble* vs, lapackint ldvs, double rconde, double rcondv, _cdouble* work, lapackint lwork, double* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeev_
void zgeev_(char jobvl, char jobvr, lapackint n, _cdouble* a, lapackint lda, _cdouble* w, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeevx_
void zgeevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, _cdouble* a, lapackint lda, _cdouble* w, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, lapackint ilo, lapackint ihi, double* scale, double abnrm, double rconde, double rcondv, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgegs_
void zgegs_(char jobvsl, char jobvsr, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphav, _cdouble* betav, _cdouble* vsl, lapackint ldvsl, _cdouble* vsr, lapackint ldvsr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgegv_
void zgegv_(char jobvl, char jobvr, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphar, _cdouble* betav, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgehrd_
void zgehrd_(lapackint n, lapackint ilo, lapackint ihi, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelqf_
void zgelqf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgels_
void zgels_(char trans, lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelsd_
void zgelsd_(lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* s, double rcond, lapackint rank, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelss_
void zgelss_(lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* s, double rcond, lapackint rank, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelsx_
void zgelsx_(lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint* jpvt, double rcond, lapackint rank, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelsy_
void zgelsy_(lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint* jpvt, double rcond, lapackint rank, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqlf_
void zgeqlf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqp3_
void zgeqp3_(lapackint m, lapackint n, _cdouble* a, lapackint lda, lapackint* jpvt, _cdouble* tau, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqpf_
void zgeqpf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, lapackint* jpvt, _cdouble* tau, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrf_
void zgeqrf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrs_
void zgeqrs_(lapackint m, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgerfs_
void zgerfs_(char trans, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgerqf_
void zgerqf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesdd_
void zgesdd_(char jobz, lapackint m, lapackint n, _cdouble* a, lapackint lda, double* s, _cdouble* u, lapackint ldu, _cdouble* vt, lapackint ldvt, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesv_
void zgesv_(lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesvd_
void zgesvd_(char jobu, char jobvt, lapackint m, lapackint n, _cdouble* a, lapackint lda, double* s, _cdouble* u, lapackint ldu, _cdouble* vt, lapackint ldvt, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesvx_
void zgesvx_(char fact, char trans, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, char equed, double* r, double* c, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgetrf_
void zgetrf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgetri_
void zgetri_(lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgetrs_
void zgetrs_(char trans, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggbak_
void zggbak_(char job, char side, lapackint n, lapackint ilo, lapackint ihi, double* lscale, double* rscale, lapackint m, _cdouble* v, lapackint ldv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggbal_
void zggbal_(char job, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint ilo, lapackint ihi, double* lscale, double* rscale, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgges_
void zgges_(char jobvsl, char jobvsr, char sort, FCB_ZGGES_DELCTG delctg, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint* sdim, _cdouble* alphav, _cdouble* betav, _cdouble* vsl, lapackint ldvsl, _cdouble* vsr, lapackint ldvsr, _cdouble* work, lapackint lwork, double* rwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggesx_
void zggesx_(char jobvsl, char jobvsr, char sort, FCB_ZGGESX_DELCTG delctg, char sense, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint* sdim, _cdouble* alphav, _cdouble* betav, _cdouble* vsl, lapackint ldvsl, _cdouble* vsr, lapackint ldvsr, double rconde, double rcondv, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint* liwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggev_
void zggev_(char jobvl, char jobvr, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphav, _cdouble* betav, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggevx_
void zggevx_(char balanc, char jobvl, char jobvr, char sense, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphav, _cdouble* betav, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, lapackint ilo, lapackint ihi, double* lscale, double* rscale, double abnrm, double bbnrm, double rconde, double rcondv, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint* bwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggglm_
void zggglm_(lapackint n, lapackint m, lapackint p, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* d, _cdouble* x, _cdouble* y, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgghrd_
void zgghrd_(char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* q, lapackint ldq, _cdouble* z, lapackint ldz, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgglse_
void zgglse_(lapackint m, lapackint n, lapackint p, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* c, _cdouble* d, _cdouble* x, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggqrf_
void zggqrf_(lapackint n, lapackint m, lapackint p, _cdouble* a, lapackint lda, _cdouble* taua, _cdouble* b, lapackint ldb, _cdouble* taub, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggrqf_
void zggrqf_(lapackint m, lapackint p, lapackint n, _cdouble* a, lapackint lda, _cdouble* taua, _cdouble* b, lapackint ldb, _cdouble* taub, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggsvd_
void zggsvd_(char jobu, char jobv, char jobq, lapackint m, lapackint n, lapackint p, lapackint k, lapackint l, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* alphav, double* betav, _cdouble* u, lapackint ldu, _cdouble* v, lapackint ldv, _cdouble* q, lapackint ldq, _cdouble* work, double* rwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggsvp_
void zggsvp_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, _cdouble* a, _cdouble* b, lapackint ldb, double* tola, double* tolb, lapackint k, lapackint ldu, _cdouble* v, lapackint ldv, _cdouble* q, lapackint ldq, lapackint* iwork, double* rwork, _cdouble* tau, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgtcon_
void zgtcon_(char norm, lapackint n, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* du2, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgtrfs_
void zgtrfs_(char trans, lapackint n, lapackint nrhs, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* dlf, _cdouble* df, _cdouble* duf, _cdouble* du2, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgtsv_
void zgtsv_(lapackint n, lapackint nrhs, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgtsvx_
void zgtsvx_(char fact, char trans, lapackint n, lapackint nrhs, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* dlf, _cdouble* df, _cdouble* duf, _cdouble* du2, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgttrf_
void zgttrf_(lapackint n, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* du2, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgttrs_
void zgttrs_(char trans, lapackint n, lapackint nrhs, _cdouble* dl, _cdouble* d, _cdouble* du, _cdouble* du2, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbev_
void zhbev_(char jobz, char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbevd_
void zhbevd_(char jobz, char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbevx_
void zhbevx_(char jobz, char range, char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, _cdouble* q, lapackint ldq, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbgst_
void zhbgst_(char vect, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cdouble* ab, lapackint ldab, _cdouble* bb, lapackint ldbb, _cdouble* x, lapackint ldx, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbgv_
void zhbgv_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cdouble* ab, lapackint ldab, _cdouble* bb, lapackint ldbb, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbgvd_
void zhbgvd_(char jobz, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cdouble* ab, lapackint ldab, _cdouble* bb, lapackint ldbb, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbgvx_
void zhbgvx_(char jobz, char range, char uplo, lapackint n, lapackint* ka, lapackint* kb, _cdouble* ab, lapackint ldab, _cdouble* bb, lapackint ldbb, _cdouble* q, lapackint ldq, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhbtrd_
void zhbtrd_(char vect, char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double* d, double* e, _cdouble* q, lapackint ldq, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhecon_
void zhecon_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheev_
void zheev_(char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheev_2stage_
void zheev_2stage_(char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheevd_
void zheevd_(char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheevd_2stage_
void zheevd_2stage_(char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheevr_
void zheevr_(char jobz, char range, char uplo, lapackint n, _cdouble* a, lapackint lda, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, lapackint* isuppz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheevx_
void zheevx_(char jobz, char range, char uplo, lapackint n, _cdouble* a, lapackint lda, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhegst_
void zhegst_(lapackint* itype, char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhegv_
void zhegv_(lapackint* itype, char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhegvd_
void zhegvd_(lapackint* itype, char jobz, char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* w, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhegvx_
void zhegvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zherfs_
void zherfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhesv_
void zhesv_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhesvx_
void zhesvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrd_
void zhetrd_(char uplo, lapackint n, _cdouble* a, lapackint lda, double* d, double* e, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrf_
void zhetrf_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetri_
void zhetri_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrs_
void zhetrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhgeqz_
void zhgeqz_(char job, char compq, char compz, lapackint n, lapackint ilo, lapackint ihi, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphav, _cdouble* betav, _cdouble* q, lapackint ldq, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpcon_
void zhpcon_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpev_
void zhpev_(char jobz, char uplo, lapackint n, _cdouble* ap, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpevd_
void zhpevd_(char jobz, char uplo, lapackint n, _cdouble* ap, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpevx_
void zhpevx_(char jobz, char range, char uplo, lapackint n, _cdouble* ap, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpgst_
void zhpgst_(lapackint* itype, char uplo, lapackint n, _cdouble* ap, _cdouble* bp, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpgv_
void zhpgv_(lapackint* itype, char jobz, char uplo, lapackint n, _cdouble* ap, _cdouble* bp, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpgvd_
void zhpgvd_(lapackint* itype, char jobz, char uplo, lapackint n, _cdouble* ap, _cdouble* bp, double* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpgvx_
void zhpgvx_(lapackint* itype, char jobz, char range, char uplo, lapackint n, _cdouble* ap, _cdouble* bp, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, _cdouble* work, double* rwork, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhprfs_
void zhprfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpsv_
void zhpsv_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhpsvx_
void zhpsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhptrd_
void zhptrd_(char uplo, lapackint n, _cdouble* ap, double* d, double* e, _cdouble* tau, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhptrf_
void zhptrf_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhptri_
void zhptri_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhptrs_
void zhptrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhsein_
void zhsein_(char side, char eigsrc, char initv, lapackint select, lapackint n, _cdouble* h, lapackint ldh, _cdouble* w, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, lapackint mm, lapackint m, _cdouble* work, double* rwork, lapackint ifaill, lapackint ifailr, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhseqr_
void zhseqr_(char job, char compz, lapackint n, lapackint ilo, lapackint ihi, _cdouble* h, lapackint ldh, _cdouble* w, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbcon_
void zpbcon_(char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double* anorm, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbequ_
void zpbequ_(char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbrfs_
void zpbrfs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* afb, lapackint ldafb, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbstf_
void zpbstf_(char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbsv_
void zpbsv_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbsvx_
void zpbsvx_(char fact, char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* afb, lapackint ldafb, char equed, double* s, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbtrf_
void zpbtrf_(char uplo, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpbtrs_
void zpbtrs_(char uplo, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpocon_
void zpocon_(char uplo, lapackint n, _cdouble* a, lapackint lda, double* anorm, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpoequ_
void zpoequ_(lapackint n, _cdouble* a, lapackint lda, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zporfs_
void zporfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zposv_
void zposv_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zposvx_
void zposvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, char equed, double* s, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpotrf_
void zpotrf_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpotri_
void zpotri_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpotrs_
void zpotrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zppcon_
void zppcon_(char uplo, lapackint n, _cdouble* ap, double* anorm, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zppequ_
void zppequ_(char uplo, lapackint n, _cdouble* ap, double* s, double* scond, double* amax, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpprfs_
void zpprfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zppsv_
void zppsv_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zppsvx_
void zppsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, char equed, double* s, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpptrf_
void zpptrf_(char uplo, lapackint n, _cdouble* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpptri_
void zpptri_(char uplo, lapackint n, _cdouble* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpptrs_
void zpptrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zptcon_
void zptcon_(lapackint n, double* d, _cdouble* e, double* anorm, double rcond, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpteqr_
void zpteqr_(char compz, lapackint n, double* d, double* e, _cdouble* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zptrfs_
void zptrfs_(char uplo, lapackint n, lapackint nrhs, double* d, _cdouble* e, double* df, _cdouble* ef, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zptsv_
void zptsv_(lapackint n, lapackint nrhs, double* d, _cdouble* e, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zptsvx_
void zptsvx_(char fact, lapackint n, lapackint nrhs, double* d, _cdouble* e, double* df, _cdouble* ef, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpttrf_
void zpttrf_(lapackint n, double* d, _cdouble* e, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpttrs_
void zpttrs_(char uplo, lapackint n, lapackint nrhs, double* d, _cdouble* e, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zspcon_
void zspcon_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsprfs_
void zsprfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zspsv_
void zspsv_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zspsvx_
void zspsvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* afp, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsptrf_
void zsptrf_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsptri_
void zsptri_(char uplo, lapackint n, _cdouble* ap, lapackint* ipiv, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsptrs_
void zsptrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* ap, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zstedc_
void zstedc_(char compz, lapackint n, double* d, double* e, _cdouble* z, lapackint ldz, _cdouble* work, lapackint lwork, double* rwork, lapackint* lrwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zstegr_
void zstegr_(char jobz, char range, lapackint n, double* d, double* e, double* vl, double* vu, lapackint* il, lapackint* iu, double abstol, lapackint m, double* w, _cdouble* z, lapackint ldz, lapackint* isuppz, double* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zstein_
void zstein_(lapackint n, double* d, double* e, lapackint m, double* w, lapackint* iblock, lapackint* isplit, _cdouble* z, lapackint ldz, double* work, lapackint* iwork, lapackint* ifail, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsteqr_
void zsteqr_(char compz, lapackint n, double* d, double* e, _cdouble* z, lapackint ldz, double* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsycon_
void zsycon_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, double* anorm, double rcond, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyrfs_
void zsyrfs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsysv_
void zsysv_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsysv_rk_
void zsysv_rk_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* e, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsysv_rook_
void zsysv_rook_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsysvx_
void zsysvx_(char fact, char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* af, lapackint ldaf, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double rcond, double* ferr, double* berr, _cdouble* work, lapackint lwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrf_
void zsytrf_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrf_rk_
void zsytrf_rk_(char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* e, lapackint* ipiv, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytri_
void zsytri_(char uplo, lapackint n, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrs2_
void zsytrs2_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrs_
void zsytrs_(char uplo, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, lapackint* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrs_3_
void zsytrs_3_(char uplo, lapackint n, lapackint nrhs, const(_cdouble)* a, lapackint lda, const(_cdouble)* e, const(lapackint)* ipiv, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztbcon_
void ztbcon_(char norm, char uplo, char diag, lapackint n, lapackint* kd, _cdouble* ab, lapackint ldab, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztbrfs_
void ztbrfs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztbtrs_
void ztbtrs_(char uplo, char trans, char diag, lapackint n, lapackint* kd, lapackint nrhs, _cdouble* ab, lapackint ldab, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgevc_
void ztgevc_(char side, char howmny, lapackint select, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, lapackint mm, lapackint m, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgexc_
void ztgexc_(lapackint wantq, lapackint wantz, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* q, lapackint ldq, _cdouble* z, lapackint ldz, lapackint ifst, lapackint ilst, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgsen_
void ztgsen_(lapackint ijob, lapackint wantq, lapackint wantz, lapackint select, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* alphav, _cdouble* betav, _cdouble* q, lapackint ldq, _cdouble* z, lapackint ldz, lapackint m, double pl, double pr, double* dif, _cdouble* work, lapackint lwork, lapackint* iwork, lapackint* liwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgsja_
void ztgsja_(char jobu, char jobv, char jobq, lapackint m, lapackint p, lapackint n, lapackint k, lapackint l, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, double* tola, double* tolb, double* alphav, double* betav, _cdouble* u, lapackint ldu, _cdouble* v, lapackint ldv, _cdouble* q, lapackint ldq, _cdouble* work, lapackint ncycle, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgsna_
void ztgsna_(char job, char howmny, lapackint select, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, double* s, double* dif, lapackint mm, lapackint m, _cdouble* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztgsyl_
void ztgsyl_(char trans, lapackint* ijob, lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* c, lapackint ldc, _cdouble* d, lapackint ldd, _cdouble* e, lapackint lde, _cdouble* f, lapackint ldf, double* scale, double* dif, _cdouble* work, lapackint lwork, lapackint* iwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpcon_
void ztpcon_(char norm, char uplo, char diag, lapackint n, _cdouble* ap, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztprfs_
void ztprfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztptri_
void ztptri_(char uplo, char diag, lapackint n, _cdouble* ap, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztptrs_
void ztptrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cdouble* ap, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrcon_
void ztrcon_(char norm, char uplo, char diag, lapackint n, _cdouble* a, lapackint lda, double rcond, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrevc_
void ztrevc_(char side, char howmny, lapackint select, lapackint n, _cdouble* t, lapackint ldt, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, lapackint mm, lapackint m, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrexc_
void ztrexc_(char compq, lapackint n, _cdouble* t, lapackint ldt, _cdouble* q, lapackint ldq, lapackint* ifst, lapackint* ilst, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrrfs_
void ztrrfs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* x, lapackint ldx, double* ferr, double* berr, _cdouble* work, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrsen_
void ztrsen_(char job, char compq, lapackint select, lapackint n, _cdouble* t, lapackint ldt, _cdouble* q, lapackint ldq, _cdouble* w, lapackint m, double s, double sep, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrsna_
void ztrsna_(char job, char howmny, lapackint select, lapackint n, _cdouble* t, lapackint ldt, _cdouble* vl, lapackint ldvl, _cdouble* vr, lapackint ldvr, double* s, double* sep, lapackint mm, lapackint m, _cdouble* work, lapackint ldwork, double* rwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrsyl_
void ztrsyl_(char trana, char tranb, lapackint* isgn, lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, _cdouble* c, lapackint ldc, double* scale, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrtri_
void ztrtri_(char uplo, char diag, lapackint n, _cdouble* a, lapackint lda, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrtrs_
void ztrtrs_(char uplo, char trans, char diag, lapackint n, lapackint nrhs, _cdouble* a, lapackint lda, _cdouble* b, lapackint ldb, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztzrqf_
void ztzrqf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztzrzf_
void ztzrzf_(lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zungbr_
void zungbr_(char vect, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunghr_
void zunghr_(lapackint n, lapackint ilo, lapackint ihi, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunglq_
void zunglq_(lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zungql_
void zungql_(lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zungqr_
void zungqr_(lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zungrq_
void zungrq_(lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zungtr_
void zungtr_(char uplo, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmbr_
void zunmbr_(char vect, char side, char trans, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmhr_
void zunmhr_(char side, char trans, lapackint m, lapackint n, lapackint ilo, lapackint ihi, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmlq_
void zunmlq_(char side, char trans, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmql_
void zunmql_(char side, char trans, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmqr_
void zunmqr_(char side, char trans, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmr3_
void zunmr3_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmrq_
void zunmrq_(char side, char trans, lapackint m, lapackint n, lapackint k, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmrz_
void zunmrz_(char side, char trans, lapackint m, lapackint n, lapackint k, lapackint* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunmtr_
void zunmtr_(char side, char uplo, char trans, lapackint m, lapackint n, _cdouble* a, lapackint lda, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint lwork, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zupgtr_
void zupgtr_(char uplo, lapackint n, _cdouble* ap, _cdouble* tau, _cdouble* q, lapackint ldq, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zupmtr_
void zupmtr_(char side, char uplo, char trans, lapackint m, lapackint n, _cdouble* ap, _cdouble* tau, _cdouble* c, lapackint ldc, _cdouble* work, lapackint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

William V. Baxter III, Lars Tandle Kyllingstad, Ilya Yaroshenko