lapacke.lapacke

LAPACKE bindings for D.

Members

Aliases

LAPACK_C_SELECT1
alias LAPACK_C_SELECT1 = int function(const(lapack_complex_float)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_C_SELECT2
alias LAPACK_C_SELECT2 = int function(const(lapack_complex_float)*, const(lapack_complex_float)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_D_SELECT2
alias LAPACK_D_SELECT2 = int function(const(double)*, const(double)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_D_SELECT3
alias LAPACK_D_SELECT3 = int function(const(double)*, const(double)*, const(double)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_S_SELECT2
alias LAPACK_S_SELECT2 = int function(const(float)*, const(float)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_S_SELECT3
alias LAPACK_S_SELECT3 = int function(const(float)*, const(float)*, const(float)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_Z_SELECT1
alias LAPACK_Z_SELECT1 = int function(const(lapack_complex_double)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACK_Z_SELECT2
alias LAPACK_Z_SELECT2 = int function(const(lapack_complex_double)*, const(lapack_complex_double)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lapack_complex_double
alias lapack_complex_double = Complex!double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lapack_complex_float
alias lapack_complex_float = Complex!float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lapack_logical
alias lapack_logical = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

LAPACKE_cbbcsd
int LAPACKE_cbbcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, float* theta, float* phi, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t, lapack_complex_float* v2t, int ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cbbcsd_work
int LAPACKE_cbbcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, float* theta, float* phi, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t, lapack_complex_float* v2t, int ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e, float* rwork, int lrwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cbdsqr
int LAPACKE_cbdsqr(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, float* d, float* e, lapack_complex_float* vt, int ldvt, lapack_complex_float* u, int ldu, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cbdsqr_work
int LAPACKE_cbdsqr_work(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, float* d, float* e, lapack_complex_float* vt, int ldvt, lapack_complex_float* u, int ldu, lapack_complex_float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbbrd
int LAPACKE_cgbbrd(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, lapack_complex_float* ab, int ldab, float* d, float* e, lapack_complex_float* q, int ldq, lapack_complex_float* pt, int ldpt, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbbrd_work
int LAPACKE_cgbbrd_work(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, lapack_complex_float* ab, int ldab, float* d, float* e, lapack_complex_float* q, int ldq, lapack_complex_float* pt, int ldpt, lapack_complex_float* c, int ldc, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbcon
int LAPACKE_cgbcon(int matrix_layout, char norm, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbcon_work
int LAPACKE_cgbcon_work(int matrix_layout, char norm, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbequ
int LAPACKE_cgbequ(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbequ_work
int LAPACKE_cgbequ_work(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbequb
int LAPACKE_cgbequb(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbequb_work
int LAPACKE_cgbequb_work(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbrfs
int LAPACKE_cgbrfs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbrfs_work
int LAPACKE_cgbrfs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbrfsx
int LAPACKE_cgbrfsx(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbrfsx_work
int LAPACKE_cgbrfsx_work(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsv
int LAPACKE_cgbsv(int matrix_layout, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsv_work
int LAPACKE_cgbsv_work(int matrix_layout, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsvx
int LAPACKE_cgbsvx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, float* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsvx_work
int LAPACKE_cgbsvx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsvxx
int LAPACKE_cgbsvxx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbsvxx_work
int LAPACKE_cgbsvxx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbtrf
int LAPACKE_cgbtrf(int matrix_layout, int m, int n, int kl, int ku, lapack_complex_float* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbtrf_work
int LAPACKE_cgbtrf_work(int matrix_layout, int m, int n, int kl, int ku, lapack_complex_float* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbtrs
int LAPACKE_cgbtrs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgbtrs_work
int LAPACKE_cgbtrs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_float)* ab, int ldab, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebak
int LAPACKE_cgebak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* scale, int m, lapack_complex_float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebak_work
int LAPACKE_cgebak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* scale, int m, lapack_complex_float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebal
int LAPACKE_cgebal(int matrix_layout, char job, int n, lapack_complex_float* a, int lda, int* ilo, int* ihi, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebal_work
int LAPACKE_cgebal_work(int matrix_layout, char job, int n, lapack_complex_float* a, int lda, int* ilo, int* ihi, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebrd
int LAPACKE_cgebrd(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, float* d, float* e, lapack_complex_float* tauq, lapack_complex_float* taup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgebrd_work
int LAPACKE_cgebrd_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, float* d, float* e, lapack_complex_float* tauq, lapack_complex_float* taup, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgecon
int LAPACKE_cgecon(int matrix_layout, char norm, int n, const(lapack_complex_float)* a, int lda, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgecon_work
int LAPACKE_cgecon_work(int matrix_layout, char norm, int n, const(lapack_complex_float)* a, int lda, float anorm, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeequ
int LAPACKE_cgeequ(int matrix_layout, int m, int n, const(lapack_complex_float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeequ_work
int LAPACKE_cgeequ_work(int matrix_layout, int m, int n, const(lapack_complex_float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeequb
int LAPACKE_cgeequb(int matrix_layout, int m, int n, const(lapack_complex_float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeequb_work
int LAPACKE_cgeequb_work(int matrix_layout, int m, int n, const(lapack_complex_float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgees
int LAPACKE_cgees(int matrix_layout, char jobvs, char sort, LAPACK_C_SELECT1 select, int n, lapack_complex_float* a, int lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int ldvs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgees_work
int LAPACKE_cgees_work(int matrix_layout, char jobvs, char sort, LAPACK_C_SELECT1 select, int n, lapack_complex_float* a, int lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int ldvs, lapack_complex_float* work, int lwork, float* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeesx
int LAPACKE_cgeesx(int matrix_layout, char jobvs, char sort, LAPACK_C_SELECT1 select, char sense, int n, lapack_complex_float* a, int lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int ldvs, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeesx_work
int LAPACKE_cgeesx_work(int matrix_layout, char jobvs, char sort, LAPACK_C_SELECT1 select, char sense, int n, lapack_complex_float* a, int lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int ldvs, float* rconde, float* rcondv, lapack_complex_float* work, int lwork, float* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeev
int LAPACKE_cgeev(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeev_work
int LAPACKE_cgeev_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeevx
int LAPACKE_cgeevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeevx_work
int LAPACKE_cgeevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgehrd
int LAPACKE_cgehrd(int matrix_layout, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgehrd_work
int LAPACKE_cgehrd_work(int matrix_layout, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgejsv
int LAPACKE_cgejsv(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, lapack_complex_float* a, int lda, float* sva, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, float* stat, int* istat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgejsv_work
int LAPACKE_cgejsv_work(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, lapack_complex_float* a, int lda, float* sva, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* cwork, int lwork, float* work, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelq2
int LAPACKE_cgelq2(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelq2_work
int LAPACKE_cgelq2_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelqf
int LAPACKE_cgelqf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelqf_work
int LAPACKE_cgelqf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgels
int LAPACKE_cgels(int matrix_layout, char trans, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgels_work
int LAPACKE_cgels_work(int matrix_layout, char trans, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelsd
int LAPACKE_cgelsd(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* s, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelsd_work
int LAPACKE_cgelsd_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* s, float rcond, int* rank, lapack_complex_float* work, int lwork, float* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelss
int LAPACKE_cgelss(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* s, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelss_work
int LAPACKE_cgelss_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* s, float rcond, int* rank, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelsy
int LAPACKE_cgelsy(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* jpvt, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgelsy_work
int LAPACKE_cgelsy_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* jpvt, float rcond, int* rank, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgemqrt
int LAPACKE_cgemqrt(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgemqrt_work
int LAPACKE_cgemqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* c, int ldc, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqlf
int LAPACKE_cgeqlf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqlf_work
int LAPACKE_cgeqlf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqp3
int LAPACKE_cgeqp3(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* jpvt, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqp3_work
int LAPACKE_cgeqp3_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* jpvt, lapack_complex_float* tau, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqpf
int LAPACKE_cgeqpf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* jpvt, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqpf_work
int LAPACKE_cgeqpf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* jpvt, lapack_complex_float* tau, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqr2
int LAPACKE_cgeqr2(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqr2_work
int LAPACKE_cgeqr2_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrf
int LAPACKE_cgeqrf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrf_work
int LAPACKE_cgeqrf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrfp
int LAPACKE_cgeqrfp(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrfp_work
int LAPACKE_cgeqrfp_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt
int LAPACKE_cgeqrt(int matrix_layout, int m, int n, int nb, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt2
int LAPACKE_cgeqrt2(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt2_work
int LAPACKE_cgeqrt2_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt3
int LAPACKE_cgeqrt3(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt3_work
int LAPACKE_cgeqrt3_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgeqrt_work
int LAPACKE_cgeqrt_work(int matrix_layout, int m, int n, int nb, lapack_complex_float* a, int lda, lapack_complex_float* t, int ldt, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerfs
int LAPACKE_cgerfs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerfs_work
int LAPACKE_cgerfs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerfsx
int LAPACKE_cgerfsx(int matrix_layout, char trans, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerfsx_work
int LAPACKE_cgerfsx_work(int matrix_layout, char trans, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerqf
int LAPACKE_cgerqf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgerqf_work
int LAPACKE_cgerqf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesdd
int LAPACKE_cgesdd(int matrix_layout, char jobz, int m, int n, lapack_complex_float* a, int lda, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesdd_work
int LAPACKE_cgesdd_work(int matrix_layout, char jobz, int m, int n, lapack_complex_float* a, int lda, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt, lapack_complex_float* work, int lwork, float* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesv
int LAPACKE_cgesv(int matrix_layout, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesv_work
int LAPACKE_cgesv_work(int matrix_layout, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvd
int LAPACKE_cgesvd(int matrix_layout, char jobu, char jobvt, int m, int n, lapack_complex_float* a, int lda, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt, float* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvd_work
int LAPACKE_cgesvd_work(int matrix_layout, char jobu, char jobvt, int m, int n, lapack_complex_float* a, int lda, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvdx
int LAPACKE_cgesvdx(int matrix_layout, char jobu, char jobvt, char range, int m, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, int* ns, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvdx_work
int LAPACKE_cgesvdx_work(int matrix_layout, char jobu, char jobvt, char range, int m, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, int* ns, float* s, lapack_complex_float* u, int ldu, lapack_complex_float* vt, int ldvt, lapack_complex_float* work, int lwork, float* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvj
int LAPACKE_cgesvj(int matrix_layout, char joba, char jobu, char jobv, int m, int n, lapack_complex_float* a, int lda, float* sva, int mv, lapack_complex_float* v, int ldv, float* stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvj_work
int LAPACKE_cgesvj_work(int matrix_layout, char joba, char jobu, char jobv, int m, int n, lapack_complex_float* a, int lda, float* sva, int mv, lapack_complex_float* v, int ldv, lapack_complex_float* cwork, int lwork, float* rwork, int lrwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvx
int LAPACKE_cgesvx(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, float* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvx_work
int LAPACKE_cgesvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvxx
int LAPACKE_cgesvxx(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgesvxx_work
int LAPACKE_cgesvxx_work(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetf2
int LAPACKE_cgetf2(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetf2_work
int LAPACKE_cgetf2_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrf
int LAPACKE_cgetrf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrf2
int LAPACKE_cgetrf2(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrf2_work
int LAPACKE_cgetrf2_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrf_work
int LAPACKE_cgetrf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetri
int LAPACKE_cgetri(int matrix_layout, int n, lapack_complex_float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetri_work
int LAPACKE_cgetri_work(int matrix_layout, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrs
int LAPACKE_cgetrs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgetrs_work
int LAPACKE_cgetrs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggbak
int LAPACKE_cggbak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* lscale, const(float)* rscale, int m, lapack_complex_float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggbak_work
int LAPACKE_cggbak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* lscale, const(float)* rscale, int m, lapack_complex_float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggbal
int LAPACKE_cggbal(int matrix_layout, char job, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* ilo, int* ihi, float* lscale, float* rscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggbal_work
int LAPACKE_cggbal_work(int matrix_layout, char job, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* ilo, int* ihi, float* lscale, float* rscale, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgges
int LAPACKE_cgges(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgges3
int LAPACKE_cgges3(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgges3_work
int LAPACKE_cgges3_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr, lapack_complex_float* work, int lwork, float* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgges_work
int LAPACKE_cgges_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr, lapack_complex_float* work, int lwork, float* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggesx
int LAPACKE_cggesx(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggesx_work
int LAPACKE_cggesx_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int ldvsl, lapack_complex_float* vsr, int ldvsr, float* rconde, float* rcondv, lapack_complex_float* work, int lwork, float* rwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggev
int LAPACKE_cggev(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggev3
int LAPACKE_cggev3(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggev3_work
int LAPACKE_cggev3_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggev_work
int LAPACKE_cggev_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggevx
int LAPACKE_cggevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggevx_work
int LAPACKE_cggevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv, lapack_complex_float* work, int lwork, float* rwork, int* iwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggglm
int LAPACKE_cggglm(int matrix_layout, int n, int m, int p, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* d, lapack_complex_float* x, lapack_complex_float* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggglm_work
int LAPACKE_cggglm_work(int matrix_layout, int n, int m, int p, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* d, lapack_complex_float* x, lapack_complex_float* y, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgghd3
int LAPACKE_cgghd3(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgghd3_work
int LAPACKE_cgghd3_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgghrd
int LAPACKE_cgghrd(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgghrd_work
int LAPACKE_cgghrd_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgglse
int LAPACKE_cgglse(int matrix_layout, int m, int n, int p, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* c, lapack_complex_float* d, lapack_complex_float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgglse_work
int LAPACKE_cgglse_work(int matrix_layout, int m, int n, int p, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* c, lapack_complex_float* d, lapack_complex_float* x, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggqrf
int LAPACKE_cggqrf(int matrix_layout, int n, int m, int p, lapack_complex_float* a, int lda, lapack_complex_float* taua, lapack_complex_float* b, int ldb, lapack_complex_float* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggqrf_work
int LAPACKE_cggqrf_work(int matrix_layout, int n, int m, int p, lapack_complex_float* a, int lda, lapack_complex_float* taua, lapack_complex_float* b, int ldb, lapack_complex_float* taub, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggrqf
int LAPACKE_cggrqf(int matrix_layout, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* taua, lapack_complex_float* b, int ldb, lapack_complex_float* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggrqf_work
int LAPACKE_cggrqf_work(int matrix_layout, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* taua, lapack_complex_float* b, int ldb, lapack_complex_float* taub, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvd
int LAPACKE_cggsvd(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvd3
int LAPACKE_cggsvd3(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvd3_work
int LAPACKE_cggsvd3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, lapack_complex_float* work, int lwork, float* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvd_work
int LAPACKE_cggsvd_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, lapack_complex_float* work, float* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvp
int LAPACKE_cggsvp(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, int* k, int* l, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvp3
int LAPACKE_cggsvp3(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, int* k, int* l, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvp3_work
int LAPACKE_cggsvp3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, int* k, int* l, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, int* iwork, float* rwork, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cggsvp_work
int LAPACKE_cggsvp_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, int* k, int* l, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, int* iwork, float* rwork, lapack_complex_float* tau, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtcon
int LAPACKE_cgtcon(char norm, int n, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtcon_work
int LAPACKE_cgtcon_work(char norm, int n, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtrfs
int LAPACKE_cgtrfs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* dlf, const(lapack_complex_float)* df, const(lapack_complex_float)* duf, const(lapack_complex_float)* du2, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtrfs_work
int LAPACKE_cgtrfs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* dlf, const(lapack_complex_float)* df, const(lapack_complex_float)* duf, const(lapack_complex_float)* du2, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtsv
int LAPACKE_cgtsv(int matrix_layout, int n, int nrhs, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtsv_work
int LAPACKE_cgtsv_work(int matrix_layout, int n, int nrhs, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtsvx
int LAPACKE_cgtsvx(int matrix_layout, char fact, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, lapack_complex_float* dlf, lapack_complex_float* df, lapack_complex_float* duf, lapack_complex_float* du2, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgtsvx_work
int LAPACKE_cgtsvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, lapack_complex_float* dlf, lapack_complex_float* df, lapack_complex_float* duf, lapack_complex_float* du2, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgttrf
int LAPACKE_cgttrf(int n, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgttrf_work
int LAPACKE_cgttrf_work(int n, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgttrs
int LAPACKE_cgttrs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cgttrs_work
int LAPACKE_cgttrs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbev
int LAPACKE_chbev(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbev_work
int LAPACKE_chbev_work(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbevd
int LAPACKE_chbevd(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbevd_work
int LAPACKE_chbevd_work(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbevx
int LAPACKE_chbevx(int matrix_layout, char jobz, char range, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, lapack_complex_float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbevx_work
int LAPACKE_chbevx_work(int matrix_layout, char jobz, char range, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, lapack_complex_float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgst
int LAPACKE_chbgst(int matrix_layout, char vect, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, const(lapack_complex_float)* bb, int ldbb, lapack_complex_float* x, int ldx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgst_work
int LAPACKE_chbgst_work(int matrix_layout, char vect, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, const(lapack_complex_float)* bb, int ldbb, lapack_complex_float* x, int ldx, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgv
int LAPACKE_chbgv(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgv_work
int LAPACKE_chbgv_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgvd
int LAPACKE_chbgvd(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgvd_work
int LAPACKE_chbgvd_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgvx
int LAPACKE_chbgvx(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, lapack_complex_float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbgvx_work
int LAPACKE_chbgvx_work(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, lapack_complex_float* ab, int ldab, lapack_complex_float* bb, int ldbb, lapack_complex_float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbtrd
int LAPACKE_chbtrd(int matrix_layout, char vect, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* d, float* e, lapack_complex_float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chbtrd_work
int LAPACKE_chbtrd_work(int matrix_layout, char vect, char uplo, int n, int kd, lapack_complex_float* ab, int ldab, float* d, float* e, lapack_complex_float* q, int ldq, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_checon
int LAPACKE_checon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_checon_work
int LAPACKE_checon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheequb
int LAPACKE_cheequb(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheequb_work
int LAPACKE_cheequb_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheev
int LAPACKE_cheev(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* a, int lda, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheev_work
int LAPACKE_cheev_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* a, int lda, float* w, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevd
int LAPACKE_cheevd(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* a, int lda, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevd_work
int LAPACKE_cheevd_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* a, int lda, float* w, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevr
int LAPACKE_cheevr(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevr_work
int LAPACKE_cheevr_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* isuppz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevx
int LAPACKE_cheevx(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheevx_work
int LAPACKE_cheevx_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegst
int LAPACKE_chegst(int matrix_layout, int itype, char uplo, int n, lapack_complex_float* a, int lda, const(lapack_complex_float)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegst_work
int LAPACKE_chegst_work(int matrix_layout, int itype, char uplo, int n, lapack_complex_float* a, int lda, const(lapack_complex_float)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegv
int LAPACKE_chegv(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegv_work
int LAPACKE_chegv_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* w, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegvd
int LAPACKE_chegvd(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegvd_work
int LAPACKE_chegvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float* w, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegvx
int LAPACKE_chegvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chegvx_work
int LAPACKE_chegvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cherfs
int LAPACKE_cherfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cherfs_work
int LAPACKE_cherfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cherfsx
int LAPACKE_cherfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cherfsx_work
int LAPACKE_cherfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesv
int LAPACKE_chesv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesv_work
int LAPACKE_chesv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesvx
int LAPACKE_chesvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesvx_work
int LAPACKE_chesvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesvxx
int LAPACKE_chesvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chesvxx_work
int LAPACKE_chesvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheswapr
int LAPACKE_cheswapr(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cheswapr_work
int LAPACKE_cheswapr_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrd
int LAPACKE_chetrd(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, float* d, float* e, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrd_work
int LAPACKE_chetrd_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, float* d, float* e, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrf
int LAPACKE_chetrf(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrf_rook
int LAPACKE_chetrf_rook(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrf_rook_work
int LAPACKE_chetrf_rook_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrf_work
int LAPACKE_chetrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri
int LAPACKE_chetri(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri2
int LAPACKE_chetri2(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri2_work
int LAPACKE_chetri2_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri2x
int LAPACKE_chetri2x(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri2x_work
int LAPACKE_chetri2x_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetri_work
int LAPACKE_chetri_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs
int LAPACKE_chetrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs2
int LAPACKE_chetrs2(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs2_work
int LAPACKE_chetrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs_rook
int LAPACKE_chetrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs_rook_work
int LAPACKE_chetrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chetrs_work
int LAPACKE_chetrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chfrk
int LAPACKE_chfrk(int matrix_layout, char transr, char uplo, char trans, int n, int k, float alpha, const(lapack_complex_float)* a, int lda, float beta, lapack_complex_float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chfrk_work
int LAPACKE_chfrk_work(int matrix_layout, char transr, char uplo, char trans, int n, int k, float alpha, const(lapack_complex_float)* a, int lda, float beta, lapack_complex_float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chgeqz
int LAPACKE_chgeqz(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* h, int ldh, lapack_complex_float* t, int ldt, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chgeqz_work
int LAPACKE_chgeqz_work(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, lapack_complex_float* h, int ldh, lapack_complex_float* t, int ldt, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpcon
int LAPACKE_chpcon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpcon_work
int LAPACKE_chpcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpev
int LAPACKE_chpev(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpev_work
int LAPACKE_chpev_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpevd
int LAPACKE_chpevd(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpevd_work
int LAPACKE_chpevd_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpevx
int LAPACKE_chpevx(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* ap, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpevx_work
int LAPACKE_chpevx_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_float* ap, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgst
int LAPACKE_chpgst(int matrix_layout, int itype, char uplo, int n, lapack_complex_float* ap, const(lapack_complex_float)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgst_work
int LAPACKE_chpgst_work(int matrix_layout, int itype, char uplo, int n, lapack_complex_float* ap, const(lapack_complex_float)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgv
int LAPACKE_chpgv(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgv_work
int LAPACKE_chpgv_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgvd
int LAPACKE_chpgvd(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgvd_work
int LAPACKE_chpgvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgvx
int LAPACKE_chpgvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpgvx_work
int LAPACKE_chpgvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_float* ap, lapack_complex_float* bp, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chprfs
int LAPACKE_chprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chprfs_work
int LAPACKE_chprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpsv
int LAPACKE_chpsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpsv_work
int LAPACKE_chpsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpsvx
int LAPACKE_chpsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chpsvx_work
int LAPACKE_chpsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrd
int LAPACKE_chptrd(int matrix_layout, char uplo, int n, lapack_complex_float* ap, float* d, float* e, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrd_work
int LAPACKE_chptrd_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap, float* d, float* e, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrf
int LAPACKE_chptrf(int matrix_layout, char uplo, int n, lapack_complex_float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrf_work
int LAPACKE_chptrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptri
int LAPACKE_chptri(int matrix_layout, char uplo, int n, lapack_complex_float* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptri_work
int LAPACKE_chptri_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap, const(int)* ipiv, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrs
int LAPACKE_chptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chptrs_work
int LAPACKE_chptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chsein
int LAPACKE_chsein(int matrix_layout, char job, char eigsrc, char initv, const(int)* select, int n, const(lapack_complex_float)* h, int ldh, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chsein_work
int LAPACKE_chsein_work(int matrix_layout, char job, char eigsrc, char initv, const(int)* select, int n, const(lapack_complex_float)* h, int ldh, lapack_complex_float* w, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m, lapack_complex_float* work, float* rwork, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chseqr
int LAPACKE_chseqr(int matrix_layout, char job, char compz, int n, int ilo, int ihi, lapack_complex_float* h, int ldh, lapack_complex_float* w, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_chseqr_work
int LAPACKE_chseqr_work(int matrix_layout, char job, char compz, int n, int ilo, int ihi, lapack_complex_float* h, int ldh, lapack_complex_float* w, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacgv
int LAPACKE_clacgv(int n, lapack_complex_float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacgv_work
int LAPACKE_clacgv_work(int n, lapack_complex_float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacn2
int LAPACKE_clacn2(int n, lapack_complex_float* v, lapack_complex_float* x, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacn2_work
int LAPACKE_clacn2_work(int n, lapack_complex_float* v, lapack_complex_float* x, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacp2
int LAPACKE_clacp2(int matrix_layout, char uplo, int m, int n, const(float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacp2_work
int LAPACKE_clacp2_work(int matrix_layout, char uplo, int m, int n, const(float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacpy
int LAPACKE_clacpy(int matrix_layout, char uplo, int m, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clacpy_work
int LAPACKE_clacpy_work(int matrix_layout, char uplo, int m, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clag2z
int LAPACKE_clag2z(int matrix_layout, int m, int n, const(lapack_complex_float)* sa, int ldsa, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clag2z_work
int LAPACKE_clag2z_work(int matrix_layout, int m, int n, const(lapack_complex_float)* sa, int ldsa, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clagge
int LAPACKE_clagge(int matrix_layout, int m, int n, int kl, int ku, const(float)* d, lapack_complex_float* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clagge_work
int LAPACKE_clagge_work(int matrix_layout, int m, int n, int kl, int ku, const(float)* d, lapack_complex_float* a, int lda, int* iseed, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claghe
int LAPACKE_claghe(int matrix_layout, int n, int k, const(float)* d, lapack_complex_float* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claghe_work
int LAPACKE_claghe_work(int matrix_layout, int n, int k, const(float)* d, lapack_complex_float* a, int lda, int* iseed, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clagsy
int LAPACKE_clagsy(int matrix_layout, int n, int k, const(float)* d, lapack_complex_float* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clagsy_work
int LAPACKE_clagsy_work(int matrix_layout, int n, int k, const(float)* d, lapack_complex_float* a, int lda, int* iseed, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clange
float LAPACKE_clange(int matrix_layout, char norm, int m, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clange_work
float LAPACKE_clange_work(int matrix_layout, char norm, int m, int n, const(lapack_complex_float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clanhe
float LAPACKE_clanhe(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clanhe_work
float LAPACKE_clanhe_work(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clansy
float LAPACKE_clansy(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clansy_work
float LAPACKE_clansy_work(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clantr
float LAPACKE_clantr(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clantr_work
float LAPACKE_clantr_work(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(lapack_complex_float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clapmr
int LAPACKE_clapmr(int matrix_layout, int forwrd, int m, int n, lapack_complex_float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clapmr_work
int LAPACKE_clapmr_work(int matrix_layout, int forwrd, int m, int n, lapack_complex_float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clapmt
int LAPACKE_clapmt(int matrix_layout, int forwrd, int m, int n, lapack_complex_float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clapmt_work
int LAPACKE_clapmt_work(int matrix_layout, int forwrd, int m, int n, lapack_complex_float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfb
int LAPACKE_clarfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfb_work
int LAPACKE_clarfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* c, int ldc, lapack_complex_float* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfg
int LAPACKE_clarfg(int n, lapack_complex_float* alpha, lapack_complex_float* x, int incx, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfg_work
int LAPACKE_clarfg_work(int n, lapack_complex_float* alpha, lapack_complex_float* x, int incx, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarft
int LAPACKE_clarft(int matrix_layout, char direct, char storev, int n, int k, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* tau, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarft_work
int LAPACKE_clarft_work(int matrix_layout, char direct, char storev, int n, int k, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* tau, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfx
int LAPACKE_clarfx(int matrix_layout, char side, int m, int n, const(lapack_complex_float)* v, lapack_complex_float tau, lapack_complex_float* c, int ldc, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarfx_work
int LAPACKE_clarfx_work(int matrix_layout, char side, int m, int n, const(lapack_complex_float)* v, lapack_complex_float tau, lapack_complex_float* c, int ldc, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarnv
int LAPACKE_clarnv(int idist, int* iseed, int n, lapack_complex_float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clarnv_work
int LAPACKE_clarnv_work(int idist, int* iseed, int n, lapack_complex_float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clascl
int LAPACKE_clascl(int matrix_layout, char type, int kl, int ku, float cfrom, float cto, int m, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clascl_work
int LAPACKE_clascl_work(int matrix_layout, char type, int kl, int ku, float cfrom, float cto, int m, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claset
int LAPACKE_claset(int matrix_layout, char uplo, int m, int n, lapack_complex_float alpha, lapack_complex_float beta, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claset_work
int LAPACKE_claset_work(int matrix_layout, char uplo, int m, int n, lapack_complex_float alpha, lapack_complex_float beta, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claswp
int LAPACKE_claswp(int matrix_layout, int n, lapack_complex_float* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_claswp_work
int LAPACKE_claswp_work(int matrix_layout, int n, lapack_complex_float* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clatms
int LAPACKE_clatms(int matrix_layout, int m, int n, char dist, int* iseed, char sym, float* d, int mode, float cond, float dmax, int kl, int ku, char pack, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clatms_work
int LAPACKE_clatms_work(int matrix_layout, int m, int n, char dist, int* iseed, char sym, float* d, int mode, float cond, float dmax, int kl, int ku, char pack, lapack_complex_float* a, int lda, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clauum
int LAPACKE_clauum(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_clauum_work
int LAPACKE_clauum_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbcon
int LAPACKE_cpbcon(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_float)* ab, int ldab, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbcon_work
int LAPACKE_cpbcon_work(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_float)* ab, int ldab, float anorm, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbequ
int LAPACKE_cpbequ(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_float)* ab, int ldab, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbequ_work
int LAPACKE_cpbequ_work(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_float)* ab, int ldab, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbrfs
int LAPACKE_cpbrfs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbrfs_work
int LAPACKE_cpbrfs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* afb, int ldafb, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbstf
int LAPACKE_cpbstf(int matrix_layout, char uplo, int n, int kb, lapack_complex_float* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbstf_work
int LAPACKE_cpbstf_work(int matrix_layout, char uplo, int n, int kb, lapack_complex_float* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbsv
int LAPACKE_cpbsv(int matrix_layout, char uplo, int n, int kd, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbsv_work
int LAPACKE_cpbsv_work(int matrix_layout, char uplo, int n, int kd, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbsvx
int LAPACKE_cpbsvx(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbsvx_work
int LAPACKE_cpbsvx_work(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, lapack_complex_float* ab, int ldab, lapack_complex_float* afb, int ldafb, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbtrf
int LAPACKE_cpbtrf(int matrix_layout, char uplo, int n, int kd, lapack_complex_float* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbtrf_work
int LAPACKE_cpbtrf_work(int matrix_layout, char uplo, int n, int kd, lapack_complex_float* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbtrs
int LAPACKE_cpbtrs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpbtrs_work
int LAPACKE_cpbtrs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftrf
int LAPACKE_cpftrf(int matrix_layout, char transr, char uplo, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftrf_work
int LAPACKE_cpftrf_work(int matrix_layout, char transr, char uplo, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftri
int LAPACKE_cpftri(int matrix_layout, char transr, char uplo, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftri_work
int LAPACKE_cpftri_work(int matrix_layout, char transr, char uplo, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftrs
int LAPACKE_cpftrs(int matrix_layout, char transr, char uplo, int n, int nrhs, const(lapack_complex_float)* a, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpftrs_work
int LAPACKE_cpftrs_work(int matrix_layout, char transr, char uplo, int n, int nrhs, const(lapack_complex_float)* a, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpocon
int LAPACKE_cpocon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpocon_work
int LAPACKE_cpocon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float anorm, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpoequ
int LAPACKE_cpoequ(int matrix_layout, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpoequ_work
int LAPACKE_cpoequ_work(int matrix_layout, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpoequb
int LAPACKE_cpoequb(int matrix_layout, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpoequb_work
int LAPACKE_cpoequb_work(int matrix_layout, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cporfs
int LAPACKE_cporfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cporfs_work
int LAPACKE_cporfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cporfsx
int LAPACKE_cporfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cporfsx_work
int LAPACKE_cporfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposv
int LAPACKE_cposv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposv_work
int LAPACKE_cposv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposvx
int LAPACKE_cposvx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposvx_work
int LAPACKE_cposvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposvxx
int LAPACKE_cposvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cposvxx_work
int LAPACKE_cposvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrf
int LAPACKE_cpotrf(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrf2
int LAPACKE_cpotrf2(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrf2_work
int LAPACKE_cpotrf2_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrf_work
int LAPACKE_cpotrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotri
int LAPACKE_cpotri(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotri_work
int LAPACKE_cpotri_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrs
int LAPACKE_cpotrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpotrs_work
int LAPACKE_cpotrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppcon
int LAPACKE_cppcon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppcon_work
int LAPACKE_cppcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, float anorm, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppequ
int LAPACKE_cppequ(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppequ_work
int LAPACKE_cppequ_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpprfs
int LAPACKE_cpprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpprfs_work
int LAPACKE_cpprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppsv
int LAPACKE_cppsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppsv_work
int LAPACKE_cppsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppsvx
int LAPACKE_cppsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* ap, lapack_complex_float* afp, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cppsvx_work
int LAPACKE_cppsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* ap, lapack_complex_float* afp, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptrf
int LAPACKE_cpptrf(int matrix_layout, char uplo, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptrf_work
int LAPACKE_cpptrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptri
int LAPACKE_cpptri(int matrix_layout, char uplo, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptri_work
int LAPACKE_cpptri_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptrs
int LAPACKE_cpptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpptrs_work
int LAPACKE_cpptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpstrf
int LAPACKE_cpstrf(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* piv, int* rank, float tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpstrf_work
int LAPACKE_cpstrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* piv, int* rank, float tol, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptcon
int LAPACKE_cptcon(int n, const(float)* d, const(lapack_complex_float)* e, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptcon_work
int LAPACKE_cptcon_work(int n, const(float)* d, const(lapack_complex_float)* e, float anorm, float* rcond, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpteqr
int LAPACKE_cpteqr(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpteqr_work
int LAPACKE_cpteqr_work(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptrfs
int LAPACKE_cptrfs(int matrix_layout, char uplo, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, const(float)* df, const(lapack_complex_float)* ef, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptrfs_work
int LAPACKE_cptrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, const(float)* df, const(lapack_complex_float)* ef, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptsv
int LAPACKE_cptsv(int matrix_layout, int n, int nrhs, float* d, lapack_complex_float* e, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptsv_work
int LAPACKE_cptsv_work(int matrix_layout, int n, int nrhs, float* d, lapack_complex_float* e, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptsvx
int LAPACKE_cptsvx(int matrix_layout, char fact, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, float* df, lapack_complex_float* ef, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cptsvx_work
int LAPACKE_cptsvx_work(int matrix_layout, char fact, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, float* df, lapack_complex_float* ef, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpttrf
int LAPACKE_cpttrf(int n, float* d, lapack_complex_float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpttrf_work
int LAPACKE_cpttrf_work(int n, float* d, lapack_complex_float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpttrs
int LAPACKE_cpttrs(int matrix_layout, char uplo, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cpttrs_work
int LAPACKE_cpttrs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* d, const(lapack_complex_float)* e, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspcon
int LAPACKE_cspcon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspcon_work
int LAPACKE_cspcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csprfs
int LAPACKE_csprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csprfs_work
int LAPACKE_csprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspsv
int LAPACKE_cspsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspsv_work
int LAPACKE_cspsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspsvx
int LAPACKE_cspsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cspsvx_work
int LAPACKE_cspsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptrf
int LAPACKE_csptrf(int matrix_layout, char uplo, int n, lapack_complex_float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptrf_work
int LAPACKE_csptrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptri
int LAPACKE_csptri(int matrix_layout, char uplo, int n, lapack_complex_float* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptri_work
int LAPACKE_csptri_work(int matrix_layout, char uplo, int n, lapack_complex_float* ap, const(int)* ipiv, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptrs
int LAPACKE_csptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csptrs_work
int LAPACKE_csptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstedc
int LAPACKE_cstedc(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstedc_work
int LAPACKE_cstedc_work(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstegr
int LAPACKE_cstegr(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstegr_work
int LAPACKE_cstegr_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, lapack_complex_float* z, int ldz, int* isuppz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstein
int LAPACKE_cstein(int matrix_layout, int n, const(float)* d, const(float)* e, int m, const(float)* w, const(int)* iblock, const(int)* isplit, lapack_complex_float* z, int ldz, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstein_work
int LAPACKE_cstein_work(int matrix_layout, int n, const(float)* d, const(float)* e, int m, const(float)* w, const(int)* iblock, const(int)* isplit, lapack_complex_float* z, int ldz, float* work, int* iwork, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstemr
int LAPACKE_cstemr(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* m, float* w, lapack_complex_float* z, int ldz, int nzc, int* isuppz, int* tryrac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cstemr_work
int LAPACKE_cstemr_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* m, float* w, lapack_complex_float* z, int ldz, int nzc, int* isuppz, int* tryrac, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csteqr
int LAPACKE_csteqr(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csteqr_work
int LAPACKE_csteqr_work(int matrix_layout, char compz, int n, float* d, float* e, lapack_complex_float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csycon
int LAPACKE_csycon(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csycon_work
int LAPACKE_csycon_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, const(int)* ipiv, float anorm, float* rcond, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyconv
int LAPACKE_csyconv(int matrix_layout, char uplo, char way, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyconv_work
int LAPACKE_csyconv_work(int matrix_layout, char uplo, char way, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyequb
int LAPACKE_csyequb(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyequb_work
int LAPACKE_csyequb_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, float* s, float* scond, float* amax, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyr
int LAPACKE_csyr(int matrix_layout, char uplo, int n, lapack_complex_float alpha, const(lapack_complex_float)* x, int incx, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyr_work
int LAPACKE_csyr_work(int matrix_layout, char uplo, int n, lapack_complex_float alpha, const(lapack_complex_float)* x, int incx, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyrfs
int LAPACKE_csyrfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyrfs_work
int LAPACKE_csyrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyrfsx
int LAPACKE_csyrfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyrfsx_work
int LAPACKE_csyrfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysv
int LAPACKE_csysv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysv_rook
int LAPACKE_csysv_rook(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysv_rook_work
int LAPACKE_csysv_rook_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysv_work
int LAPACKE_csysv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* b, int ldb, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysvx
int LAPACKE_csysvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysvx_work
int LAPACKE_csysvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, const(lapack_complex_float)* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, int lwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysvxx
int LAPACKE_csysvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csysvxx_work
int LAPACKE_csysvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_float* a, int lda, lapack_complex_float* af, int ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int ldb, lapack_complex_float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyswapr
int LAPACKE_csyswapr(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csyswapr_work
int LAPACKE_csyswapr_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrf
int LAPACKE_csytrf(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrf_rook
int LAPACKE_csytrf_rook(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrf_rook_work
int LAPACKE_csytrf_rook_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrf_work
int LAPACKE_csytrf_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, int* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri
int LAPACKE_csytri(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri2
int LAPACKE_csytri2(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri2_work
int LAPACKE_csytri2_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri2x
int LAPACKE_csytri2x(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri2x_work
int LAPACKE_csytri2x_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytri_work
int LAPACKE_csytri_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(int)* ipiv, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs
int LAPACKE_csytrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs2
int LAPACKE_csytrs2(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs2_work
int LAPACKE_csytrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs_rook
int LAPACKE_csytrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs_rook_work
int LAPACKE_csytrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_csytrs_work
int LAPACKE_csytrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(int)* ipiv, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbcon
int LAPACKE_ctbcon(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(lapack_complex_float)* ab, int ldab, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbcon_work
int LAPACKE_ctbcon_work(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(lapack_complex_float)* ab, int ldab, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbrfs
int LAPACKE_ctbrfs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbrfs_work
int LAPACKE_ctbrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbtrs
int LAPACKE_ctbtrs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctbtrs_work
int LAPACKE_ctbtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_float)* ab, int ldab, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfsm
int LAPACKE_ctfsm(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, lapack_complex_float alpha, const(lapack_complex_float)* a, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfsm_work
int LAPACKE_ctfsm_work(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, lapack_complex_float alpha, const(lapack_complex_float)* a, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctftri
int LAPACKE_ctftri(int matrix_layout, char transr, char uplo, char diag, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctftri_work
int LAPACKE_ctftri_work(int matrix_layout, char transr, char uplo, char diag, int n, lapack_complex_float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfttp
int LAPACKE_ctfttp(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* arf, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfttp_work
int LAPACKE_ctfttp_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* arf, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfttr
int LAPACKE_ctfttr(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* arf, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctfttr_work
int LAPACKE_ctfttr_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* arf, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgevc
int LAPACKE_ctgevc(int matrix_layout, char side, char howmny, const(int)* select, int n, const(lapack_complex_float)* s, int lds, const(lapack_complex_float)* p, int ldp, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgevc_work
int LAPACKE_ctgevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, const(lapack_complex_float)* s, int lds, const(lapack_complex_float)* p, int ldp, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgexc
int LAPACKE_ctgexc(int matrix_layout, int wantq, int wantz, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgexc_work
int LAPACKE_ctgexc_work(int matrix_layout, int wantq, int wantz, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsen
int LAPACKE_ctgsen(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, int* m, float* pl, float* pr, float* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsen_work
int LAPACKE_ctgsen_work(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int ldq, lapack_complex_float* z, int ldz, int* m, float* pl, float* pr, float* dif, lapack_complex_float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsja
int LAPACKE_ctgsja(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsja_work
int LAPACKE_ctgsja_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, float tola, float tolb, float* alpha, float* beta, lapack_complex_float* u, int ldu, lapack_complex_float* v, int ldv, lapack_complex_float* q, int ldq, lapack_complex_float* work, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsna
int LAPACKE_ctgsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* vl, int ldvl, const(lapack_complex_float)* vr, int ldvr, float* s, float* dif, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsna_work
int LAPACKE_ctgsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* vl, int ldvl, const(lapack_complex_float)* vr, int ldvr, float* s, float* dif, int mm, int* m, lapack_complex_float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsyl
int LAPACKE_ctgsyl(int matrix_layout, char trans, int ijob, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, lapack_complex_float* c, int ldc, const(lapack_complex_float)* d, int ldd, const(lapack_complex_float)* e, int lde, lapack_complex_float* f, int ldf, float* scale, float* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctgsyl_work
int LAPACKE_ctgsyl_work(int matrix_layout, char trans, int ijob, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, lapack_complex_float* c, int ldc, const(lapack_complex_float)* d, int ldd, const(lapack_complex_float)* e, int lde, lapack_complex_float* f, int ldf, float* scale, float* dif, lapack_complex_float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpcon
int LAPACKE_ctpcon(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_float)* ap, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpcon_work
int LAPACKE_ctpcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_float)* ap, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpmqrt
int LAPACKE_ctpmqrt(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpmqrt_work
int LAPACKE_ctpmqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpqrt
int LAPACKE_ctpqrt(int matrix_layout, int m, int n, int l, int nb, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpqrt2
int LAPACKE_ctpqrt2(int matrix_layout, int m, int n, int l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpqrt2_work
int LAPACKE_ctpqrt2_work(int matrix_layout, int m, int n, int l, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpqrt_work
int LAPACKE_ctpqrt_work(int matrix_layout, int m, int n, int l, int nb, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* t, int ldt, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctprfb
int LAPACKE_ctprfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctprfb_work
int LAPACKE_ctprfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(lapack_complex_float)* v, int ldv, const(lapack_complex_float)* t, int ldt, lapack_complex_float* a, int lda, lapack_complex_float* b, int ldb, lapack_complex_float* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctprfs
int LAPACKE_ctprfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctprfs_work
int LAPACKE_ctprfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctptri
int LAPACKE_ctptri(int matrix_layout, char uplo, char diag, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctptri_work
int LAPACKE_ctptri_work(int matrix_layout, char uplo, char diag, int n, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctptrs
int LAPACKE_ctptrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctptrs_work
int LAPACKE_ctptrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpttf
int LAPACKE_ctpttf(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* ap, lapack_complex_float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpttf_work
int LAPACKE_ctpttf_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* ap, lapack_complex_float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpttr
int LAPACKE_ctpttr(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctpttr_work
int LAPACKE_ctpttr_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrcon
int LAPACKE_ctrcon(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_float)* a, int lda, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrcon_work
int LAPACKE_ctrcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_float)* a, int lda, float* rcond, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrevc
int LAPACKE_ctrevc(int matrix_layout, char side, char howmny, const(int)* select, int n, lapack_complex_float* t, int ldt, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrevc_work
int LAPACKE_ctrevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, lapack_complex_float* t, int ldt, lapack_complex_float* vl, int ldvl, lapack_complex_float* vr, int ldvr, int mm, int* m, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrexc
int LAPACKE_ctrexc(int matrix_layout, char compq, int n, lapack_complex_float* t, int ldt, lapack_complex_float* q, int ldq, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrexc_work
int LAPACKE_ctrexc_work(int matrix_layout, char compq, int n, lapack_complex_float* t, int ldt, lapack_complex_float* q, int ldq, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrrfs
int LAPACKE_ctrrfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrrfs_work
int LAPACKE_ctrrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, const(lapack_complex_float)* x, int ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsen
int LAPACKE_ctrsen(int matrix_layout, char job, char compq, const(int)* select, int n, lapack_complex_float* t, int ldt, lapack_complex_float* q, int ldq, lapack_complex_float* w, int* m, float* s, float* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsen_work
int LAPACKE_ctrsen_work(int matrix_layout, char job, char compq, const(int)* select, int n, lapack_complex_float* t, int ldt, lapack_complex_float* q, int ldq, lapack_complex_float* w, int* m, float* s, float* sep, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsna
int LAPACKE_ctrsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_float)* t, int ldt, const(lapack_complex_float)* vl, int ldvl, const(lapack_complex_float)* vr, int ldvr, float* s, float* sep, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsna_work
int LAPACKE_ctrsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_float)* t, int ldt, const(lapack_complex_float)* vl, int ldvl, const(lapack_complex_float)* vr, int ldvr, float* s, float* sep, int mm, int* m, lapack_complex_float* work, int ldwork, float* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsyl
int LAPACKE_ctrsyl(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, lapack_complex_float* c, int ldc, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrsyl_work
int LAPACKE_ctrsyl_work(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* b, int ldb, lapack_complex_float* c, int ldc, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrtri
int LAPACKE_ctrtri(int matrix_layout, char uplo, char diag, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrtri_work
int LAPACKE_ctrtri_work(int matrix_layout, char uplo, char diag, int n, lapack_complex_float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrtrs
int LAPACKE_ctrtrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrtrs_work
int LAPACKE_ctrtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_float)* a, int lda, lapack_complex_float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrttf
int LAPACKE_ctrttf(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrttf_work
int LAPACKE_ctrttf_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrttp
int LAPACKE_ctrttp(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctrttp_work
int LAPACKE_ctrttp_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* a, int lda, lapack_complex_float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctzrzf
int LAPACKE_ctzrzf(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ctzrzf_work
int LAPACKE_ctzrzf_work(int matrix_layout, int m, int n, lapack_complex_float* a, int lda, lapack_complex_float* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunbdb
int LAPACKE_cunbdb(int matrix_layout, char trans, char signs, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x12, int ldx12, lapack_complex_float* x21, int ldx21, lapack_complex_float* x22, int ldx22, float* theta, float* phi, lapack_complex_float* taup1, lapack_complex_float* taup2, lapack_complex_float* tauq1, lapack_complex_float* tauq2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunbdb_work
int LAPACKE_cunbdb_work(int matrix_layout, char trans, char signs, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x12, int ldx12, lapack_complex_float* x21, int ldx21, lapack_complex_float* x22, int ldx22, float* theta, float* phi, lapack_complex_float* taup1, lapack_complex_float* taup2, lapack_complex_float* tauq1, lapack_complex_float* tauq2, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cuncsd
int LAPACKE_cuncsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x12, int ldx12, lapack_complex_float* x21, int ldx21, lapack_complex_float* x22, int ldx22, float* theta, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t, lapack_complex_float* v2t, int ldv2t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cuncsd2by1
int LAPACKE_cuncsd2by1(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x21, int ldx21, float* theta, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cuncsd2by1_work
int LAPACKE_cuncsd2by1_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x21, int ldx21, float* theta, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cuncsd_work
int LAPACKE_cuncsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, lapack_complex_float* x11, int ldx11, lapack_complex_float* x12, int ldx12, lapack_complex_float* x21, int ldx21, lapack_complex_float* x22, int ldx22, float* theta, lapack_complex_float* u1, int ldu1, lapack_complex_float* u2, int ldu2, lapack_complex_float* v1t, int ldv1t, lapack_complex_float* v2t, int ldv2t, lapack_complex_float* work, int lwork, float* rwork, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungbr
int LAPACKE_cungbr(int matrix_layout, char vect, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungbr_work
int LAPACKE_cungbr_work(int matrix_layout, char vect, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunghr
int LAPACKE_cunghr(int matrix_layout, int n, int ilo, int ihi, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunghr_work
int LAPACKE_cunghr_work(int matrix_layout, int n, int ilo, int ihi, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunglq
int LAPACKE_cunglq(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunglq_work
int LAPACKE_cunglq_work(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungql
int LAPACKE_cungql(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungql_work
int LAPACKE_cungql_work(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungqr
int LAPACKE_cungqr(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungqr_work
int LAPACKE_cungqr_work(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungrq
int LAPACKE_cungrq(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungrq_work
int LAPACKE_cungrq_work(int matrix_layout, int m, int n, int k, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungtr
int LAPACKE_cungtr(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cungtr_work
int LAPACKE_cungtr_work(int matrix_layout, char uplo, int n, lapack_complex_float* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmbr
int LAPACKE_cunmbr(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmbr_work
int LAPACKE_cunmbr_work(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmhr
int LAPACKE_cunmhr(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmhr_work
int LAPACKE_cunmhr_work(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmlq
int LAPACKE_cunmlq(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmlq_work
int LAPACKE_cunmlq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmql
int LAPACKE_cunmql(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmql_work
int LAPACKE_cunmql_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmqr
int LAPACKE_cunmqr(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmqr_work
int LAPACKE_cunmqr_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmrq
int LAPACKE_cunmrq(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmrq_work
int LAPACKE_cunmrq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmrz
int LAPACKE_cunmrz(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmrz_work
int LAPACKE_cunmrz_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmtr
int LAPACKE_cunmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cunmtr_work
int LAPACKE_cunmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_float)* a, int lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cupgtr
int LAPACKE_cupgtr(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cupgtr_work
int LAPACKE_cupgtr_work(int matrix_layout, char uplo, int n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* q, int ldq, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cupmtr
int LAPACKE_cupmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_cupmtr_work
int LAPACKE_cupmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* c, int ldc, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbbcsd
int LAPACKE_dbbcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, double* theta, double* phi, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t, double* v2t, int ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbbcsd_work
int LAPACKE_dbbcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, double* theta, double* phi, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t, double* v2t, int ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsdc
int LAPACKE_dbdsdc(int matrix_layout, char uplo, char compq, int n, double* d, double* e, double* u, int ldu, double* vt, int ldvt, double* q, int* iq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsdc_work
int LAPACKE_dbdsdc_work(int matrix_layout, char uplo, char compq, int n, double* d, double* e, double* u, int ldu, double* vt, int ldvt, double* q, int* iq, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsqr
int LAPACKE_dbdsqr(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, double* d, double* e, double* vt, int ldvt, double* u, int ldu, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsqr_work
int LAPACKE_dbdsqr_work(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, double* d, double* e, double* vt, int ldvt, double* u, int ldu, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsvdx
int LAPACKE_dbdsvdx(int matrix_layout, char uplo, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* ns, double* s, double* z, int ldz, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dbdsvdx_work
int LAPACKE_dbdsvdx_work(int matrix_layout, char uplo, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* ns, double* s, double* z, int ldz, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ddisna
int LAPACKE_ddisna(char job, int m, int n, const(double)* d, double* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ddisna_work
int LAPACKE_ddisna_work(char job, int m, int n, const(double)* d, double* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbbrd
int LAPACKE_dgbbrd(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, double* ab, int ldab, double* d, double* e, double* q, int ldq, double* pt, int ldpt, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbbrd_work
int LAPACKE_dgbbrd_work(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, double* ab, int ldab, double* d, double* e, double* q, int ldq, double* pt, int ldpt, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbcon
int LAPACKE_dgbcon(int matrix_layout, char norm, int n, int kl, int ku, const(double)* ab, int ldab, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbcon_work
int LAPACKE_dgbcon_work(int matrix_layout, char norm, int n, int kl, int ku, const(double)* ab, int ldab, const(int)* ipiv, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbequ
int LAPACKE_dgbequ(int matrix_layout, int m, int n, int kl, int ku, const(double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbequ_work
int LAPACKE_dgbequ_work(int matrix_layout, int m, int n, int kl, int ku, const(double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbequb
int LAPACKE_dgbequb(int matrix_layout, int m, int n, int kl, int ku, const(double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbequb_work
int LAPACKE_dgbequb_work(int matrix_layout, int m, int n, int kl, int ku, const(double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbrfs
int LAPACKE_dgbrfs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbrfs_work
int LAPACKE_dgbrfs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbrfsx
int LAPACKE_dgbrfsx(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbrfsx_work
int LAPACKE_dgbrfsx_work(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsv
int LAPACKE_dgbsv(int matrix_layout, int n, int kl, int ku, int nrhs, double* ab, int ldab, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsv_work
int LAPACKE_dgbsv_work(int matrix_layout, int n, int kl, int ku, int nrhs, double* ab, int ldab, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsvx
int LAPACKE_dgbsvx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, double* ab, int ldab, double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsvx_work
int LAPACKE_dgbsvx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, double* ab, int ldab, double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsvxx
int LAPACKE_dgbsvxx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, double* ab, int ldab, double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbsvxx_work
int LAPACKE_dgbsvxx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, double* ab, int ldab, double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbtrf
int LAPACKE_dgbtrf(int matrix_layout, int m, int n, int kl, int ku, double* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbtrf_work
int LAPACKE_dgbtrf_work(int matrix_layout, int m, int n, int kl, int ku, double* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbtrs
int LAPACKE_dgbtrs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgbtrs_work
int LAPACKE_dgbtrs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(double)* ab, int ldab, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebak
int LAPACKE_dgebak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* scale, int m, double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebak_work
int LAPACKE_dgebak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* scale, int m, double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebal
int LAPACKE_dgebal(int matrix_layout, char job, int n, double* a, int lda, int* ilo, int* ihi, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebal_work
int LAPACKE_dgebal_work(int matrix_layout, char job, int n, double* a, int lda, int* ilo, int* ihi, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebrd
int LAPACKE_dgebrd(int matrix_layout, int m, int n, double* a, int lda, double* d, double* e, double* tauq, double* taup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgebrd_work
int LAPACKE_dgebrd_work(int matrix_layout, int m, int n, double* a, int lda, double* d, double* e, double* tauq, double* taup, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgecon
int LAPACKE_dgecon(int matrix_layout, char norm, int n, const(double)* a, int lda, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgecon_work
int LAPACKE_dgecon_work(int matrix_layout, char norm, int n, const(double)* a, int lda, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeequ
int LAPACKE_dgeequ(int matrix_layout, int m, int n, const(double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeequ_work
int LAPACKE_dgeequ_work(int matrix_layout, int m, int n, const(double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeequb
int LAPACKE_dgeequb(int matrix_layout, int m, int n, const(double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeequb_work
int LAPACKE_dgeequb_work(int matrix_layout, int m, int n, const(double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgees
int LAPACKE_dgees(int matrix_layout, char jobvs, char sort, LAPACK_D_SELECT2 select, int n, double* a, int lda, int* sdim, double* wr, double* wi, double* vs, int ldvs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgees_work
int LAPACKE_dgees_work(int matrix_layout, char jobvs, char sort, LAPACK_D_SELECT2 select, int n, double* a, int lda, int* sdim, double* wr, double* wi, double* vs, int ldvs, double* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeesx
int LAPACKE_dgeesx(int matrix_layout, char jobvs, char sort, LAPACK_D_SELECT2 select, char sense, int n, double* a, int lda, int* sdim, double* wr, double* wi, double* vs, int ldvs, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeesx_work
int LAPACKE_dgeesx_work(int matrix_layout, char jobvs, char sort, LAPACK_D_SELECT2 select, char sense, int n, double* a, int lda, int* sdim, double* wr, double* wi, double* vs, int ldvs, double* rconde, double* rcondv, double* work, int lwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeev
int LAPACKE_dgeev(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* wr, double* wi, double* vl, int ldvl, double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeev_work
int LAPACKE_dgeev_work(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* wr, double* wi, double* vl, int ldvl, double* vr, int ldvr, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeevx
int LAPACKE_dgeevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, double* a, int lda, double* wr, double* wi, double* vl, int ldvl, double* vr, int ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeevx_work
int LAPACKE_dgeevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, double* a, int lda, double* wr, double* wi, double* vl, int ldvl, double* vr, int ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgehrd
int LAPACKE_dgehrd(int matrix_layout, int n, int ilo, int ihi, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgehrd_work
int LAPACKE_dgehrd_work(int matrix_layout, int n, int ilo, int ihi, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgejsv
int LAPACKE_dgejsv(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, double* a, int lda, double* sva, double* u, int ldu, double* v, int ldv, double* stat, int* istat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgejsv_work
int LAPACKE_dgejsv_work(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, double* a, int lda, double* sva, double* u, int ldu, double* v, int ldv, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelq2
int LAPACKE_dgelq2(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelq2_work
int LAPACKE_dgelq2_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelqf
int LAPACKE_dgelqf(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelqf_work
int LAPACKE_dgelqf_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgels
int LAPACKE_dgels(int matrix_layout, char trans, int m, int n, int nrhs, double* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgels_work
int LAPACKE_dgels_work(int matrix_layout, char trans, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelsd
int LAPACKE_dgelsd(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, double* s, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelsd_work
int LAPACKE_dgelsd_work(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, double* s, double rcond, int* rank, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelss
int LAPACKE_dgelss(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, double* s, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelss_work
int LAPACKE_dgelss_work(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, double* s, double rcond, int* rank, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelsy
int LAPACKE_dgelsy(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, int* jpvt, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgelsy_work
int LAPACKE_dgelsy_work(int matrix_layout, int m, int n, int nrhs, double* a, int lda, double* b, int ldb, int* jpvt, double rcond, int* rank, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgemqrt
int LAPACKE_dgemqrt(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(double)* v, int ldv, const(double)* t, int ldt, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgemqrt_work
int LAPACKE_dgemqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(double)* v, int ldv, const(double)* t, int ldt, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqlf
int LAPACKE_dgeqlf(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqlf_work
int LAPACKE_dgeqlf_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqp3
int LAPACKE_dgeqp3(int matrix_layout, int m, int n, double* a, int lda, int* jpvt, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqp3_work
int LAPACKE_dgeqp3_work(int matrix_layout, int m, int n, double* a, int lda, int* jpvt, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqpf
int LAPACKE_dgeqpf(int matrix_layout, int m, int n, double* a, int lda, int* jpvt, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqpf_work
int LAPACKE_dgeqpf_work(int matrix_layout, int m, int n, double* a, int lda, int* jpvt, double* tau, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqr2
int LAPACKE_dgeqr2(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqr2_work
int LAPACKE_dgeqr2_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrf
int LAPACKE_dgeqrf(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrf_work
int LAPACKE_dgeqrf_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrfp
int LAPACKE_dgeqrfp(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrfp_work
int LAPACKE_dgeqrfp_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt
int LAPACKE_dgeqrt(int matrix_layout, int m, int n, int nb, double* a, int lda, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt2
int LAPACKE_dgeqrt2(int matrix_layout, int m, int n, double* a, int lda, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt2_work
int LAPACKE_dgeqrt2_work(int matrix_layout, int m, int n, double* a, int lda, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt3
int LAPACKE_dgeqrt3(int matrix_layout, int m, int n, double* a, int lda, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt3_work
int LAPACKE_dgeqrt3_work(int matrix_layout, int m, int n, double* a, int lda, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgeqrt_work
int LAPACKE_dgeqrt_work(int matrix_layout, int m, int n, int nb, double* a, int lda, double* t, int ldt, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerfs
int LAPACKE_dgerfs(int matrix_layout, char trans, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerfs_work
int LAPACKE_dgerfs_work(int matrix_layout, char trans, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerfsx
int LAPACKE_dgerfsx(int matrix_layout, char trans, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerfsx_work
int LAPACKE_dgerfsx_work(int matrix_layout, char trans, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerqf
int LAPACKE_dgerqf(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgerqf_work
int LAPACKE_dgerqf_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesdd
int LAPACKE_dgesdd(int matrix_layout, char jobz, int m, int n, double* a, int lda, double* s, double* u, int ldu, double* vt, int ldvt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesdd_work
int LAPACKE_dgesdd_work(int matrix_layout, char jobz, int m, int n, double* a, int lda, double* s, double* u, int ldu, double* vt, int ldvt, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesv
int LAPACKE_dgesv(int matrix_layout, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesv_work
int LAPACKE_dgesv_work(int matrix_layout, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvd
int LAPACKE_dgesvd(int matrix_layout, char jobu, char jobvt, int m, int n, double* a, int lda, double* s, double* u, int ldu, double* vt, int ldvt, double* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvd_work
int LAPACKE_dgesvd_work(int matrix_layout, char jobu, char jobvt, int m, int n, double* a, int lda, double* s, double* u, int ldu, double* vt, int ldvt, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvdx
int LAPACKE_dgesvdx(int matrix_layout, char jobu, char jobvt, char range, int m, int n, double* a, int lda, double vl, double vu, int il, int iu, int* ns, double* s, double* u, int ldu, double* vt, int ldvt, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvdx_work
int LAPACKE_dgesvdx_work(int matrix_layout, char jobu, char jobvt, char range, int m, int n, double* a, int lda, double vl, double vu, int il, int iu, int* ns, double* s, double* u, int ldu, double* vt, int ldvt, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvj
int LAPACKE_dgesvj(int matrix_layout, char joba, char jobu, char jobv, int m, int n, double* a, int lda, double* sva, int mv, double* v, int ldv, double* stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvj_work
int LAPACKE_dgesvj_work(int matrix_layout, char joba, char jobu, char jobv, int m, int n, double* a, int lda, double* sva, int mv, double* v, int ldv, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvx
int LAPACKE_dgesvx(int matrix_layout, char fact, char trans, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvx_work
int LAPACKE_dgesvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvxx
int LAPACKE_dgesvxx(int matrix_layout, char fact, char trans, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgesvxx_work
int LAPACKE_dgesvxx_work(int matrix_layout, char fact, char trans, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetf2
int LAPACKE_dgetf2(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetf2_work
int LAPACKE_dgetf2_work(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrf
int LAPACKE_dgetrf(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrf2
int LAPACKE_dgetrf2(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrf2_work
int LAPACKE_dgetrf2_work(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrf_work
int LAPACKE_dgetrf_work(int matrix_layout, int m, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetri
int LAPACKE_dgetri(int matrix_layout, int n, double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetri_work
int LAPACKE_dgetri_work(int matrix_layout, int n, double* a, int lda, const(int)* ipiv, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrs
int LAPACKE_dgetrs(int matrix_layout, char trans, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgetrs_work
int LAPACKE_dgetrs_work(int matrix_layout, char trans, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggbak
int LAPACKE_dggbak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* lscale, const(double)* rscale, int m, double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggbak_work
int LAPACKE_dggbak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* lscale, const(double)* rscale, int m, double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggbal
int LAPACKE_dggbal(int matrix_layout, char job, int n, double* a, int lda, double* b, int ldb, int* ilo, int* ihi, double* lscale, double* rscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggbal_work
int LAPACKE_dggbal_work(int matrix_layout, char job, int n, double* a, int lda, double* b, int ldb, int* ilo, int* ihi, double* lscale, double* rscale, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgges
int LAPACKE_dgges(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgges3
int LAPACKE_dgges3(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgges3_work
int LAPACKE_dgges3_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr, double* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgges_work
int LAPACKE_dgges_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr, double* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggesx
int LAPACKE_dggesx(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, char sense, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggesx_work
int LAPACKE_dggesx_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_D_SELECT3 selctg, char sense, int n, double* a, int lda, double* b, int ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int ldvsl, double* vsr, int ldvsr, double* rconde, double* rcondv, double* work, int lwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggev
int LAPACKE_dggev(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggev3
int LAPACKE_dggev3(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggev3_work
int LAPACKE_dggev3_work(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggev_work
int LAPACKE_dggev_work(int matrix_layout, char jobvl, char jobvr, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggevx
int LAPACKE_dggevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggevx_work
int LAPACKE_dggevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* vl, int ldvl, double* vr, int ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv, double* work, int lwork, int* iwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggglm
int LAPACKE_dggglm(int matrix_layout, int n, int m, int p, double* a, int lda, double* b, int ldb, double* d, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggglm_work
int LAPACKE_dggglm_work(int matrix_layout, int n, int m, int p, double* a, int lda, double* b, int ldb, double* d, double* x, double* y, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgghd3
int LAPACKE_dgghd3(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgghd3_work
int LAPACKE_dgghd3_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgghrd
int LAPACKE_dgghrd(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgghrd_work
int LAPACKE_dgghrd_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgglse
int LAPACKE_dgglse(int matrix_layout, int m, int n, int p, double* a, int lda, double* b, int ldb, double* c, double* d, double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgglse_work
int LAPACKE_dgglse_work(int matrix_layout, int m, int n, int p, double* a, int lda, double* b, int ldb, double* c, double* d, double* x, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggqrf
int LAPACKE_dggqrf(int matrix_layout, int n, int m, int p, double* a, int lda, double* taua, double* b, int ldb, double* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggqrf_work
int LAPACKE_dggqrf_work(int matrix_layout, int n, int m, int p, double* a, int lda, double* taua, double* b, int ldb, double* taub, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggrqf
int LAPACKE_dggrqf(int matrix_layout, int m, int p, int n, double* a, int lda, double* taua, double* b, int ldb, double* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggrqf_work
int LAPACKE_dggrqf_work(int matrix_layout, int m, int p, int n, double* a, int lda, double* taua, double* b, int ldb, double* taub, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvd
int LAPACKE_dggsvd(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, double* a, int lda, double* b, int ldb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvd3
int LAPACKE_dggsvd3(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, double* a, int lda, double* b, int ldb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvd3_work
int LAPACKE_dggsvd3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, double* a, int lda, double* b, int ldb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvd_work
int LAPACKE_dggsvd_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, double* a, int lda, double* b, int ldb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvp
int LAPACKE_dggsvp(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, double* a, int lda, double* b, int ldb, double tola, double tolb, int* k, int* l, double* u, int ldu, double* v, int ldv, double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvp3
int LAPACKE_dggsvp3(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, double* a, int lda, double* b, int ldb, double tola, double tolb, int* k, int* l, double* u, int ldu, double* v, int ldv, double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvp3_work
int LAPACKE_dggsvp3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, double* a, int lda, double* b, int ldb, double tola, double tolb, int* k, int* l, double* u, int ldu, double* v, int ldv, double* q, int ldq, int* iwork, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dggsvp_work
int LAPACKE_dggsvp_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, double* a, int lda, double* b, int ldb, double tola, double tolb, int* k, int* l, double* u, int ldu, double* v, int ldv, double* q, int ldq, int* iwork, double* tau, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtcon
int LAPACKE_dgtcon(char norm, int n, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtcon_work
int LAPACKE_dgtcon_work(char norm, int n, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtrfs
int LAPACKE_dgtrfs(int matrix_layout, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* dlf, const(double)* df, const(double)* duf, const(double)* du2, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtrfs_work
int LAPACKE_dgtrfs_work(int matrix_layout, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* dlf, const(double)* df, const(double)* duf, const(double)* du2, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtsv
int LAPACKE_dgtsv(int matrix_layout, int n, int nrhs, double* dl, double* d, double* du, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtsv_work
int LAPACKE_dgtsv_work(int matrix_layout, int n, int nrhs, double* dl, double* d, double* du, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtsvx
int LAPACKE_dgtsvx(int matrix_layout, char fact, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, double* dlf, double* df, double* duf, double* du2, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgtsvx_work
int LAPACKE_dgtsvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, double* dlf, double* df, double* duf, double* du2, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgttrf
int LAPACKE_dgttrf(int n, double* dl, double* d, double* du, double* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgttrf_work
int LAPACKE_dgttrf_work(int n, double* dl, double* d, double* du, double* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgttrs
int LAPACKE_dgttrs(int matrix_layout, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dgttrs_work
int LAPACKE_dgttrs_work(int matrix_layout, char trans, int n, int nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhgeqz
int LAPACKE_dhgeqz(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, double* h, int ldh, double* t, int ldt, double* alphar, double* alphai, double* beta, double* q, int ldq, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhgeqz_work
int LAPACKE_dhgeqz_work(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, double* h, int ldh, double* t, int ldt, double* alphar, double* alphai, double* beta, double* q, int ldq, double* z, int ldz, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhsein
int LAPACKE_dhsein(int matrix_layout, char job, char eigsrc, char initv, int* select, int n, const(double)* h, int ldh, double* wr, const(double)* wi, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhsein_work
int LAPACKE_dhsein_work(int matrix_layout, char job, char eigsrc, char initv, int* select, int n, const(double)* h, int ldh, double* wr, const(double)* wi, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m, double* work, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhseqr
int LAPACKE_dhseqr(int matrix_layout, char job, char compz, int n, int ilo, int ihi, double* h, int ldh, double* wr, double* wi, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dhseqr_work
int LAPACKE_dhseqr_work(int matrix_layout, char job, char compz, int n, int ilo, int ihi, double* h, int ldh, double* wr, double* wi, double* z, int ldz, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlacn2
int LAPACKE_dlacn2(int n, double* v, double* x, int* isgn, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlacn2_work
int LAPACKE_dlacn2_work(int n, double* v, double* x, int* isgn, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlacpy
int LAPACKE_dlacpy(int matrix_layout, char uplo, int m, int n, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlacpy_work
int LAPACKE_dlacpy_work(int matrix_layout, char uplo, int m, int n, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlag2s
int LAPACKE_dlag2s(int matrix_layout, int m, int n, const(double)* a, int lda, float* sa, int ldsa)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlag2s_work
int LAPACKE_dlag2s_work(int matrix_layout, int m, int n, const(double)* a, int lda, float* sa, int ldsa)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlagge
int LAPACKE_dlagge(int matrix_layout, int m, int n, int kl, int ku, const(double)* d, double* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlagge_work
int LAPACKE_dlagge_work(int matrix_layout, int m, int n, int kl, int ku, const(double)* d, double* a, int lda, int* iseed, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlagsy
int LAPACKE_dlagsy(int matrix_layout, int n, int k, const(double)* d, double* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlagsy_work
int LAPACKE_dlagsy_work(int matrix_layout, int n, int k, const(double)* d, double* a, int lda, int* iseed, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlamch
double LAPACKE_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.
LAPACKE_dlamch_work
double LAPACKE_dlamch_work(char cmach)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlange
double LAPACKE_dlange(int matrix_layout, char norm, int m, int n, const(double)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlange_work
double LAPACKE_dlange_work(int matrix_layout, char norm, int m, int n, const(double)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlansy
double LAPACKE_dlansy(int matrix_layout, char norm, char uplo, int n, const(double)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlansy_work
double LAPACKE_dlansy_work(int matrix_layout, char norm, char uplo, int n, const(double)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlantr
double LAPACKE_dlantr(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(double)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlantr_work
double LAPACKE_dlantr_work(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(double)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapmr
int LAPACKE_dlapmr(int matrix_layout, int forwrd, int m, int n, double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapmr_work
int LAPACKE_dlapmr_work(int matrix_layout, int forwrd, int m, int n, double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapmt
int LAPACKE_dlapmt(int matrix_layout, int forwrd, int m, int n, double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapmt_work
int LAPACKE_dlapmt_work(int matrix_layout, int forwrd, int m, int n, double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapy2
double LAPACKE_dlapy2(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapy2_work
double LAPACKE_dlapy2_work(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapy3
double LAPACKE_dlapy3(double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlapy3_work
double LAPACKE_dlapy3_work(double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfb
int LAPACKE_dlarfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(double)* v, int ldv, const(double)* t, int ldt, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfb_work
int LAPACKE_dlarfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(double)* v, int ldv, const(double)* t, int ldt, double* c, int ldc, double* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfg
int LAPACKE_dlarfg(int n, double* alpha, double* x, int incx, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfg_work
int LAPACKE_dlarfg_work(int n, double* alpha, double* x, int incx, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarft
int LAPACKE_dlarft(int matrix_layout, char direct, char storev, int n, int k, const(double)* v, int ldv, const(double)* tau, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarft_work
int LAPACKE_dlarft_work(int matrix_layout, char direct, char storev, int n, int k, const(double)* v, int ldv, const(double)* tau, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfx
int LAPACKE_dlarfx(int matrix_layout, char side, int m, int n, const(double)* v, double tau, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarfx_work
int LAPACKE_dlarfx_work(int matrix_layout, char side, int m, int n, const(double)* v, double tau, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarnv
int LAPACKE_dlarnv(int idist, int* iseed, int n, double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlarnv_work
int LAPACKE_dlarnv_work(int idist, int* iseed, int n, double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlartgp
int LAPACKE_dlartgp(double f, double g, double* cs, double* sn, double* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlartgp_work
int LAPACKE_dlartgp_work(double f, double g, double* cs, double* sn, double* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlartgs
int LAPACKE_dlartgs(double x, double y, double sigma, double* cs, double* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlartgs_work
int LAPACKE_dlartgs_work(double x, double y, double sigma, double* cs, double* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlascl
int LAPACKE_dlascl(int matrix_layout, char type, int kl, int ku, double cfrom, double cto, int m, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlascl_work
int LAPACKE_dlascl_work(int matrix_layout, char type, int kl, int ku, double cfrom, double cto, int m, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlaset
int LAPACKE_dlaset(int matrix_layout, char uplo, int m, int n, double alpha, double beta, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlaset_work
int LAPACKE_dlaset_work(int matrix_layout, char uplo, int m, int n, double alpha, double beta, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlasrt
int LAPACKE_dlasrt(char id, int n, double* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlasrt_work
int LAPACKE_dlasrt_work(char id, int n, double* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlaswp
int LAPACKE_dlaswp(int matrix_layout, int n, double* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlaswp_work
int LAPACKE_dlaswp_work(int matrix_layout, int n, double* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlatms
int LAPACKE_dlatms(int matrix_layout, int m, int n, char dist, int* iseed, char sym, double* d, int mode, double cond, double dmax, int kl, int ku, char pack, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlatms_work
int LAPACKE_dlatms_work(int matrix_layout, int m, int n, char dist, int* iseed, char sym, double* d, int mode, double cond, double dmax, int kl, int ku, char pack, double* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlauum
int LAPACKE_dlauum(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dlauum_work
int LAPACKE_dlauum_work(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dopgtr
int LAPACKE_dopgtr(int matrix_layout, char uplo, int n, const(double)* ap, const(double)* tau, double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dopgtr_work
int LAPACKE_dopgtr_work(int matrix_layout, char uplo, int n, const(double)* ap, const(double)* tau, double* q, int ldq, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dopmtr
int LAPACKE_dopmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(double)* ap, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dopmtr_work
int LAPACKE_dopmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(double)* ap, const(double)* tau, double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorbdb
int LAPACKE_dorbdb(int matrix_layout, char trans, char signs, int m, int p, int q, double* x11, int ldx11, double* x12, int ldx12, double* x21, int ldx21, double* x22, int ldx22, double* theta, double* phi, double* taup1, double* taup2, double* tauq1, double* tauq2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorbdb_work
int LAPACKE_dorbdb_work(int matrix_layout, char trans, char signs, int m, int p, int q, double* x11, int ldx11, double* x12, int ldx12, double* x21, int ldx21, double* x22, int ldx22, double* theta, double* phi, double* taup1, double* taup2, double* tauq1, double* tauq2, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorcsd
int LAPACKE_dorcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, double* x11, int ldx11, double* x12, int ldx12, double* x21, int ldx21, double* x22, int ldx22, double* theta, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t, double* v2t, int ldv2t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorcsd2by1
int LAPACKE_dorcsd2by1(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, double* x11, int ldx11, double* x21, int ldx21, double* theta, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorcsd2by1_work
int LAPACKE_dorcsd2by1_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, double* x11, int ldx11, double* x21, int ldx21, double* theta, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorcsd_work
int LAPACKE_dorcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, double* x11, int ldx11, double* x12, int ldx12, double* x21, int ldx21, double* x22, int ldx22, double* theta, double* u1, int ldu1, double* u2, int ldu2, double* v1t, int ldv1t, double* v2t, int ldv2t, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgbr
int LAPACKE_dorgbr(int matrix_layout, char vect, int m, int n, int k, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgbr_work
int LAPACKE_dorgbr_work(int matrix_layout, char vect, int m, int n, int k, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorghr
int LAPACKE_dorghr(int matrix_layout, int n, int ilo, int ihi, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorghr_work
int LAPACKE_dorghr_work(int matrix_layout, int n, int ilo, int ihi, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorglq
int LAPACKE_dorglq(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorglq_work
int LAPACKE_dorglq_work(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgql
int LAPACKE_dorgql(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgql_work
int LAPACKE_dorgql_work(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgqr
int LAPACKE_dorgqr(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgqr_work
int LAPACKE_dorgqr_work(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgrq
int LAPACKE_dorgrq(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgrq_work
int LAPACKE_dorgrq_work(int matrix_layout, int m, int n, int k, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgtr
int LAPACKE_dorgtr(int matrix_layout, char uplo, int n, double* a, int lda, const(double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dorgtr_work
int LAPACKE_dorgtr_work(int matrix_layout, char uplo, int n, double* a, int lda, const(double)* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormbr
int LAPACKE_dormbr(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormbr_work
int LAPACKE_dormbr_work(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormhr
int LAPACKE_dormhr(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormhr_work
int LAPACKE_dormhr_work(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormlq
int LAPACKE_dormlq(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormlq_work
int LAPACKE_dormlq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormql
int LAPACKE_dormql(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormql_work
int LAPACKE_dormql_work(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormqr
int LAPACKE_dormqr(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormqr_work
int LAPACKE_dormqr_work(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormrq
int LAPACKE_dormrq(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormrq_work
int LAPACKE_dormrq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormrz
int LAPACKE_dormrz(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormrz_work
int LAPACKE_dormrz_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormtr
int LAPACKE_dormtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(double)* a, int lda, const(double)* tau, double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dormtr_work
int LAPACKE_dormtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(double)* a, int lda, const(double)* tau, double* c, int ldc, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbcon
int LAPACKE_dpbcon(int matrix_layout, char uplo, int n, int kd, const(double)* ab, int ldab, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbcon_work
int LAPACKE_dpbcon_work(int matrix_layout, char uplo, int n, int kd, const(double)* ab, int ldab, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbequ
int LAPACKE_dpbequ(int matrix_layout, char uplo, int n, int kd, const(double)* ab, int ldab, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbequ_work
int LAPACKE_dpbequ_work(int matrix_layout, char uplo, int n, int kd, const(double)* ab, int ldab, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbrfs
int LAPACKE_dpbrfs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbrfs_work
int LAPACKE_dpbrfs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(double)* ab, int ldab, const(double)* afb, int ldafb, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbstf
int LAPACKE_dpbstf(int matrix_layout, char uplo, int n, int kb, double* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbstf_work
int LAPACKE_dpbstf_work(int matrix_layout, char uplo, int n, int kb, double* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbsv
int LAPACKE_dpbsv(int matrix_layout, char uplo, int n, int kd, int nrhs, double* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbsv_work
int LAPACKE_dpbsv_work(int matrix_layout, char uplo, int n, int kd, int nrhs, double* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbsvx
int LAPACKE_dpbsvx(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, double* ab, int ldab, double* afb, int ldafb, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbsvx_work
int LAPACKE_dpbsvx_work(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, double* ab, int ldab, double* afb, int ldafb, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbtrf
int LAPACKE_dpbtrf(int matrix_layout, char uplo, int n, int kd, double* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbtrf_work
int LAPACKE_dpbtrf_work(int matrix_layout, char uplo, int n, int kd, double* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbtrs
int LAPACKE_dpbtrs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(double)* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpbtrs_work
int LAPACKE_dpbtrs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(double)* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftrf
int LAPACKE_dpftrf(int matrix_layout, char transr, char uplo, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftrf_work
int LAPACKE_dpftrf_work(int matrix_layout, char transr, char uplo, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftri
int LAPACKE_dpftri(int matrix_layout, char transr, char uplo, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftri_work
int LAPACKE_dpftri_work(int matrix_layout, char transr, char uplo, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftrs
int LAPACKE_dpftrs(int matrix_layout, char transr, char uplo, int n, int nrhs, const(double)* a, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpftrs_work
int LAPACKE_dpftrs_work(int matrix_layout, char transr, char uplo, int n, int nrhs, const(double)* a, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpocon
int LAPACKE_dpocon(int matrix_layout, char uplo, int n, const(double)* a, int lda, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpocon_work
int LAPACKE_dpocon_work(int matrix_layout, char uplo, int n, const(double)* a, int lda, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpoequ
int LAPACKE_dpoequ(int matrix_layout, int n, const(double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpoequ_work
int LAPACKE_dpoequ_work(int matrix_layout, int n, const(double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpoequb
int LAPACKE_dpoequb(int matrix_layout, int n, const(double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpoequb_work
int LAPACKE_dpoequb_work(int matrix_layout, int n, const(double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dporfs
int LAPACKE_dporfs(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dporfs_work
int LAPACKE_dporfs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dporfsx
int LAPACKE_dporfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(double)* s, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dporfsx_work
int LAPACKE_dporfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(double)* s, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposv
int LAPACKE_dposv(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposv_work
int LAPACKE_dposv_work(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposvx
int LAPACKE_dposvx(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposvx_work
int LAPACKE_dposvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposvxx
int LAPACKE_dposvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dposvxx_work
int LAPACKE_dposvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrf
int LAPACKE_dpotrf(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrf2
int LAPACKE_dpotrf2(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrf2_work
int LAPACKE_dpotrf2_work(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrf_work
int LAPACKE_dpotrf_work(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotri
int LAPACKE_dpotri(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotri_work
int LAPACKE_dpotri_work(int matrix_layout, char uplo, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrs
int LAPACKE_dpotrs(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpotrs_work
int LAPACKE_dpotrs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppcon
int LAPACKE_dppcon(int matrix_layout, char uplo, int n, const(double)* ap, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppcon_work
int LAPACKE_dppcon_work(int matrix_layout, char uplo, int n, const(double)* ap, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppequ
int LAPACKE_dppequ(int matrix_layout, char uplo, int n, const(double)* ap, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppequ_work
int LAPACKE_dppequ_work(int matrix_layout, char uplo, int n, const(double)* ap, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpprfs
int LAPACKE_dpprfs(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(double)* afp, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpprfs_work
int LAPACKE_dpprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(double)* afp, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppsv
int LAPACKE_dppsv(int matrix_layout, char uplo, int n, int nrhs, double* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppsv_work
int LAPACKE_dppsv_work(int matrix_layout, char uplo, int n, int nrhs, double* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppsvx
int LAPACKE_dppsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, double* ap, double* afp, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dppsvx_work
int LAPACKE_dppsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, double* ap, double* afp, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptrf
int LAPACKE_dpptrf(int matrix_layout, char uplo, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptrf_work
int LAPACKE_dpptrf_work(int matrix_layout, char uplo, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptri
int LAPACKE_dpptri(int matrix_layout, char uplo, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptri_work
int LAPACKE_dpptri_work(int matrix_layout, char uplo, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptrs
int LAPACKE_dpptrs(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpptrs_work
int LAPACKE_dpptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpstrf
int LAPACKE_dpstrf(int matrix_layout, char uplo, int n, double* a, int lda, int* piv, int* rank, double tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpstrf_work
int LAPACKE_dpstrf_work(int matrix_layout, char uplo, int n, double* a, int lda, int* piv, int* rank, double tol, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptcon
int LAPACKE_dptcon(int n, const(double)* d, const(double)* e, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptcon_work
int LAPACKE_dptcon_work(int n, const(double)* d, const(double)* e, double anorm, double* rcond, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpteqr
int LAPACKE_dpteqr(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpteqr_work
int LAPACKE_dpteqr_work(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptrfs
int LAPACKE_dptrfs(int matrix_layout, int n, int nrhs, const(double)* d, const(double)* e, const(double)* df, const(double)* ef, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptrfs_work
int LAPACKE_dptrfs_work(int matrix_layout, int n, int nrhs, const(double)* d, const(double)* e, const(double)* df, const(double)* ef, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptsv
int LAPACKE_dptsv(int matrix_layout, int n, int nrhs, double* d, double* e, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptsv_work
int LAPACKE_dptsv_work(int matrix_layout, int n, int nrhs, double* d, double* e, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptsvx
int LAPACKE_dptsvx(int matrix_layout, char fact, int n, int nrhs, const(double)* d, const(double)* e, double* df, double* ef, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dptsvx_work
int LAPACKE_dptsvx_work(int matrix_layout, char fact, int n, int nrhs, const(double)* d, const(double)* e, double* df, double* ef, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpttrf
int LAPACKE_dpttrf(int n, double* d, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpttrf_work
int LAPACKE_dpttrf_work(int n, double* d, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpttrs
int LAPACKE_dpttrs(int matrix_layout, int n, int nrhs, const(double)* d, const(double)* e, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dpttrs_work
int LAPACKE_dpttrs_work(int matrix_layout, int n, int nrhs, const(double)* d, const(double)* e, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbev
int LAPACKE_dsbev(int matrix_layout, char jobz, char uplo, int n, int kd, double* ab, int ldab, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbev_work
int LAPACKE_dsbev_work(int matrix_layout, char jobz, char uplo, int n, int kd, double* ab, int ldab, double* w, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbevd
int LAPACKE_dsbevd(int matrix_layout, char jobz, char uplo, int n, int kd, double* ab, int ldab, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbevd_work
int LAPACKE_dsbevd_work(int matrix_layout, char jobz, char uplo, int n, int kd, double* ab, int ldab, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbevx
int LAPACKE_dsbevx(int matrix_layout, char jobz, char range, char uplo, int n, int kd, double* ab, int ldab, double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbevx_work
int LAPACKE_dsbevx_work(int matrix_layout, char jobz, char range, char uplo, int n, int kd, double* ab, int ldab, double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgst
int LAPACKE_dsbgst(int matrix_layout, char vect, char uplo, int n, int ka, int kb, double* ab, int ldab, const(double)* bb, int ldbb, double* x, int ldx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgst_work
int LAPACKE_dsbgst_work(int matrix_layout, char vect, char uplo, int n, int ka, int kb, double* ab, int ldab, const(double)* bb, int ldbb, double* x, int ldx, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgv
int LAPACKE_dsbgv(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgv_work
int LAPACKE_dsbgv_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* w, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgvd
int LAPACKE_dsbgvd(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgvd_work
int LAPACKE_dsbgvd_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgvx
int LAPACKE_dsbgvx(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbgvx_work
int LAPACKE_dsbgvx_work(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, double* ab, int ldab, double* bb, int ldbb, double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbtrd
int LAPACKE_dsbtrd(int matrix_layout, char vect, char uplo, int n, int kd, double* ab, int ldab, double* d, double* e, double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsbtrd_work
int LAPACKE_dsbtrd_work(int matrix_layout, char vect, char uplo, int n, int kd, double* ab, int ldab, double* d, double* e, double* q, int ldq, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsfrk
int LAPACKE_dsfrk(int matrix_layout, char transr, char uplo, char trans, int n, int k, double alpha, const(double)* a, int lda, double beta, double* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsfrk_work
int LAPACKE_dsfrk_work(int matrix_layout, char transr, char uplo, char trans, int n, int k, double alpha, const(double)* a, int lda, double beta, double* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsgesv
int LAPACKE_dsgesv(int matrix_layout, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb, double* x, int ldx, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsgesv_work
int LAPACKE_dsgesv_work(int matrix_layout, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb, double* x, int ldx, double* work, float* swork, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspcon
int LAPACKE_dspcon(int matrix_layout, char uplo, int n, const(double)* ap, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspcon_work
int LAPACKE_dspcon_work(int matrix_layout, char uplo, int n, const(double)* ap, const(int)* ipiv, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspev
int LAPACKE_dspev(int matrix_layout, char jobz, char uplo, int n, double* ap, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspev_work
int LAPACKE_dspev_work(int matrix_layout, char jobz, char uplo, int n, double* ap, double* w, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspevd
int LAPACKE_dspevd(int matrix_layout, char jobz, char uplo, int n, double* ap, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspevd_work
int LAPACKE_dspevd_work(int matrix_layout, char jobz, char uplo, int n, double* ap, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspevx
int LAPACKE_dspevx(int matrix_layout, char jobz, char range, char uplo, int n, double* ap, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspevx_work
int LAPACKE_dspevx_work(int matrix_layout, char jobz, char range, char uplo, int n, double* ap, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgst
int LAPACKE_dspgst(int matrix_layout, int itype, char uplo, int n, double* ap, const(double)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgst_work
int LAPACKE_dspgst_work(int matrix_layout, int itype, char uplo, int n, double* ap, const(double)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgv
int LAPACKE_dspgv(int matrix_layout, int itype, char jobz, char uplo, int n, double* ap, double* bp, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgv_work
int LAPACKE_dspgv_work(int matrix_layout, int itype, char jobz, char uplo, int n, double* ap, double* bp, double* w, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgvd
int LAPACKE_dspgvd(int matrix_layout, int itype, char jobz, char uplo, int n, double* ap, double* bp, double* w, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgvd_work
int LAPACKE_dspgvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, double* ap, double* bp, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgvx
int LAPACKE_dspgvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, double* ap, double* bp, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspgvx_work
int LAPACKE_dspgvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, double* ap, double* bp, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsposv
int LAPACKE_dsposv(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, double* b, int ldb, double* x, int ldx, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsposv_work
int LAPACKE_dsposv_work(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, double* b, int ldb, double* x, int ldx, double* work, float* swork, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsprfs
int LAPACKE_dsprfs(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(double)* afp, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsprfs_work
int LAPACKE_dsprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(double)* afp, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspsv
int LAPACKE_dspsv(int matrix_layout, char uplo, int n, int nrhs, double* ap, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspsv_work
int LAPACKE_dspsv_work(int matrix_layout, char uplo, int n, int nrhs, double* ap, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspsvx
int LAPACKE_dspsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(double)* ap, double* afp, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dspsvx_work
int LAPACKE_dspsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(double)* ap, double* afp, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrd
int LAPACKE_dsptrd(int matrix_layout, char uplo, int n, double* ap, double* d, double* e, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrd_work
int LAPACKE_dsptrd_work(int matrix_layout, char uplo, int n, double* ap, double* d, double* e, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrf
int LAPACKE_dsptrf(int matrix_layout, char uplo, int n, double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrf_work
int LAPACKE_dsptrf_work(int matrix_layout, char uplo, int n, double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptri
int LAPACKE_dsptri(int matrix_layout, char uplo, int n, double* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptri_work
int LAPACKE_dsptri_work(int matrix_layout, char uplo, int n, double* ap, const(int)* ipiv, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrs
int LAPACKE_dsptrs(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsptrs_work
int LAPACKE_dsptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* ap, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstebz
int LAPACKE_dstebz(char range, char order, int n, double vl, double vu, int il, int iu, double abstol, const(double)* d, const(double)* e, int* m, int* nsplit, double* w, int* iblock, int* isplit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstebz_work
int LAPACKE_dstebz_work(char range, char order, int n, double vl, double vu, int il, int iu, double abstol, const(double)* d, const(double)* e, int* m, int* nsplit, double* w, int* iblock, int* isplit, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstedc
int LAPACKE_dstedc(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstedc_work
int LAPACKE_dstedc_work(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstegr
int LAPACKE_dstegr(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstegr_work
int LAPACKE_dstegr_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstein
int LAPACKE_dstein(int matrix_layout, int n, const(double)* d, const(double)* e, int m, const(double)* w, const(int)* iblock, const(int)* isplit, double* z, int ldz, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstein_work
int LAPACKE_dstein_work(int matrix_layout, int n, const(double)* d, const(double)* e, int m, const(double)* w, const(int)* iblock, const(int)* isplit, double* z, int ldz, double* work, int* iwork, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstemr
int LAPACKE_dstemr(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* m, double* w, double* z, int ldz, int nzc, int* isuppz, int* tryrac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstemr_work
int LAPACKE_dstemr_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* m, double* w, double* z, int ldz, int nzc, int* isuppz, int* tryrac, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsteqr
int LAPACKE_dsteqr(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsteqr_work
int LAPACKE_dsteqr_work(int matrix_layout, char compz, int n, double* d, double* e, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsterf
int LAPACKE_dsterf(int n, double* d, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsterf_work
int LAPACKE_dsterf_work(int n, double* d, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstev
int LAPACKE_dstev(int matrix_layout, char jobz, int n, double* d, double* e, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstev_work
int LAPACKE_dstev_work(int matrix_layout, char jobz, int n, double* d, double* e, double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevd
int LAPACKE_dstevd(int matrix_layout, char jobz, int n, double* d, double* e, double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevd_work
int LAPACKE_dstevd_work(int matrix_layout, char jobz, int n, double* d, double* e, double* z, int ldz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevr
int LAPACKE_dstevr(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevr_work
int LAPACKE_dstevr_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevx
int LAPACKE_dstevx(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dstevx_work
int LAPACKE_dstevx_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsycon
int LAPACKE_dsycon(int matrix_layout, char uplo, int n, const(double)* a, int lda, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsycon_work
int LAPACKE_dsycon_work(int matrix_layout, char uplo, int n, const(double)* a, int lda, const(int)* ipiv, double anorm, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyconv
int LAPACKE_dsyconv(int matrix_layout, char uplo, char way, int n, double* a, int lda, const(int)* ipiv, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyconv_work
int LAPACKE_dsyconv_work(int matrix_layout, char uplo, char way, int n, double* a, int lda, const(int)* ipiv, double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyequb
int LAPACKE_dsyequb(int matrix_layout, char uplo, int n, const(double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyequb_work
int LAPACKE_dsyequb_work(int matrix_layout, char uplo, int n, const(double)* a, int lda, double* s, double* scond, double* amax, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyev
int LAPACKE_dsyev(int matrix_layout, char jobz, char uplo, int n, double* a, int lda, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyev_work
int LAPACKE_dsyev_work(int matrix_layout, char jobz, char uplo, int n, double* a, int lda, double* w, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevd
int LAPACKE_dsyevd(int matrix_layout, char jobz, char uplo, int n, double* a, int lda, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevd_work
int LAPACKE_dsyevd_work(int matrix_layout, char jobz, char uplo, int n, double* a, int lda, double* w, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevr
int LAPACKE_dsyevr(int matrix_layout, char jobz, char range, char uplo, int n, double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevr_work
int LAPACKE_dsyevr_work(int matrix_layout, char jobz, char range, char uplo, int n, double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* isuppz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevx
int LAPACKE_dsyevx(int matrix_layout, char jobz, char range, char uplo, int n, double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyevx_work
int LAPACKE_dsyevx_work(int matrix_layout, char jobz, char range, char uplo, int n, double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygst
int LAPACKE_dsygst(int matrix_layout, int itype, char uplo, int n, double* a, int lda, const(double)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygst_work
int LAPACKE_dsygst_work(int matrix_layout, int itype, char uplo, int n, double* a, int lda, const(double)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygv
int LAPACKE_dsygv(int matrix_layout, int itype, char jobz, char uplo, int n, double* a, int lda, double* b, int ldb, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygv_work
int LAPACKE_dsygv_work(int matrix_layout, int itype, char jobz, char uplo, int n, double* a, int lda, double* b, int ldb, double* w, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygvd
int LAPACKE_dsygvd(int matrix_layout, int itype, char jobz, char uplo, int n, double* a, int lda, double* b, int ldb, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygvd_work
int LAPACKE_dsygvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, double* a, int lda, double* b, int ldb, double* w, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygvx
int LAPACKE_dsygvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, double* a, int lda, double* b, int ldb, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsygvx_work
int LAPACKE_dsygvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, double* a, int lda, double* b, int ldb, double vl, double vu, int il, int iu, double abstol, int* m, double* w, double* z, int ldz, double* work, int lwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyrfs
int LAPACKE_dsyrfs(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyrfs_work
int LAPACKE_dsyrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* b, int ldb, double* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyrfsx
int LAPACKE_dsyrfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyrfsx_work
int LAPACKE_dsyrfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(double)* a, int lda, const(double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysv
int LAPACKE_dsysv(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysv_rook
int LAPACKE_dsysv_rook(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysv_rook_work
int LAPACKE_dsysv_rook_work(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysv_work
int LAPACKE_dsysv_work(int matrix_layout, char uplo, int n, int nrhs, double* a, int lda, int* ipiv, double* b, int ldb, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysvx
int LAPACKE_dsysvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(double)* a, int lda, double* af, int ldaf, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysvx_work
int LAPACKE_dsysvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(double)* a, int lda, double* af, int ldaf, int* ipiv, const(double)* b, int ldb, double* x, int ldx, double* rcond, double* ferr, double* berr, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysvxx
int LAPACKE_dsysvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsysvxx_work
int LAPACKE_dsysvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, double* a, int lda, double* af, int ldaf, int* ipiv, char* equed, double* s, double* b, int ldb, double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyswapr
int LAPACKE_dsyswapr(int matrix_layout, char uplo, int n, double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsyswapr_work
int LAPACKE_dsyswapr_work(int matrix_layout, char uplo, int n, double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrd
int LAPACKE_dsytrd(int matrix_layout, char uplo, int n, double* a, int lda, double* d, double* e, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrd_work
int LAPACKE_dsytrd_work(int matrix_layout, char uplo, int n, double* a, int lda, double* d, double* e, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrf
int LAPACKE_dsytrf(int matrix_layout, char uplo, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrf_rook
int LAPACKE_dsytrf_rook(int matrix_layout, char uplo, int n, double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrf_rook_work
int LAPACKE_dsytrf_rook_work(int matrix_layout, char uplo, int n, double* a, int lda, int* ipiv, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrf_work
int LAPACKE_dsytrf_work(int matrix_layout, char uplo, int n, double* a, int lda, int* ipiv, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri
int LAPACKE_dsytri(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri2
int LAPACKE_dsytri2(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri2_work
int LAPACKE_dsytri2_work(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri2x
int LAPACKE_dsytri2x(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri2x_work
int LAPACKE_dsytri2x_work(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv, double* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytri_work
int LAPACKE_dsytri_work(int matrix_layout, char uplo, int n, double* a, int lda, const(int)* ipiv, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs
int LAPACKE_dsytrs(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs2
int LAPACKE_dsytrs2(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs2_work
int LAPACKE_dsytrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs_rook
int LAPACKE_dsytrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs_rook_work
int LAPACKE_dsytrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dsytrs_work
int LAPACKE_dsytrs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* a, int lda, const(int)* ipiv, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbcon
int LAPACKE_dtbcon(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(double)* ab, int ldab, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbcon_work
int LAPACKE_dtbcon_work(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(double)* ab, int ldab, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbrfs
int LAPACKE_dtbrfs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(double)* ab, int ldab, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbrfs_work
int LAPACKE_dtbrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(double)* ab, int ldab, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbtrs
int LAPACKE_dtbtrs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(double)* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtbtrs_work
int LAPACKE_dtbtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(double)* ab, int ldab, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfsm
int LAPACKE_dtfsm(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, double alpha, const(double)* a, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfsm_work
int LAPACKE_dtfsm_work(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, double alpha, const(double)* a, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtftri
int LAPACKE_dtftri(int matrix_layout, char transr, char uplo, char diag, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtftri_work
int LAPACKE_dtftri_work(int matrix_layout, char transr, char uplo, char diag, int n, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfttp
int LAPACKE_dtfttp(int matrix_layout, char transr, char uplo, int n, const(double)* arf, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfttp_work
int LAPACKE_dtfttp_work(int matrix_layout, char transr, char uplo, int n, const(double)* arf, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfttr
int LAPACKE_dtfttr(int matrix_layout, char transr, char uplo, int n, const(double)* arf, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtfttr_work
int LAPACKE_dtfttr_work(int matrix_layout, char transr, char uplo, int n, const(double)* arf, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgevc
int LAPACKE_dtgevc(int matrix_layout, char side, char howmny, const(int)* select, int n, const(double)* s, int lds, const(double)* p, int ldp, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgevc_work
int LAPACKE_dtgevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, const(double)* s, int lds, const(double)* p, int ldp, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgexc
int LAPACKE_dtgexc(int matrix_layout, int wantq, int wantz, int n, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz, int* ifst, int* ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgexc_work
int LAPACKE_dtgexc_work(int matrix_layout, int wantq, int wantz, int n, double* a, int lda, double* b, int ldb, double* q, int ldq, double* z, int ldz, int* ifst, int* ilst, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsen
int LAPACKE_dtgsen(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* q, int ldq, double* z, int ldz, int* m, double* pl, double* pr, double* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsen_work
int LAPACKE_dtgsen_work(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, double* a, int lda, double* b, int ldb, double* alphar, double* alphai, double* beta, double* q, int ldq, double* z, int ldz, int* m, double* pl, double* pr, double* dif, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsja
int LAPACKE_dtgsja(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, double* a, int lda, double* b, int ldb, double tola, double tolb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsja_work
int LAPACKE_dtgsja_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, double* a, int lda, double* b, int ldb, double tola, double tolb, double* alpha, double* beta, double* u, int ldu, double* v, int ldv, double* q, int ldq, double* work, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsna
int LAPACKE_dtgsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(double)* a, int lda, const(double)* b, int ldb, const(double)* vl, int ldvl, const(double)* vr, int ldvr, double* s, double* dif, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsna_work
int LAPACKE_dtgsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(double)* a, int lda, const(double)* b, int ldb, const(double)* vl, int ldvl, const(double)* vr, int ldvr, double* s, double* dif, int mm, int* m, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsyl
int LAPACKE_dtgsyl(int matrix_layout, char trans, int ijob, int m, int n, const(double)* a, int lda, const(double)* b, int ldb, double* c, int ldc, const(double)* d, int ldd, const(double)* e, int lde, double* f, int ldf, double* scale, double* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtgsyl_work
int LAPACKE_dtgsyl_work(int matrix_layout, char trans, int ijob, int m, int n, const(double)* a, int lda, const(double)* b, int ldb, double* c, int ldc, const(double)* d, int ldd, const(double)* e, int lde, double* f, int ldf, double* scale, double* dif, double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpcon
int LAPACKE_dtpcon(int matrix_layout, char norm, char uplo, char diag, int n, const(double)* ap, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpcon_work
int LAPACKE_dtpcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(double)* ap, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpmqrt
int LAPACKE_dtpmqrt(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(double)* v, int ldv, const(double)* t, int ldt, double* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpmqrt_work
int LAPACKE_dtpmqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(double)* v, int ldv, const(double)* t, int ldt, double* a, int lda, double* b, int ldb, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpqrt
int LAPACKE_dtpqrt(int matrix_layout, int m, int n, int l, int nb, double* a, int lda, double* b, int ldb, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpqrt2
int LAPACKE_dtpqrt2(int matrix_layout, int m, int n, int l, double* a, int lda, double* b, int ldb, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpqrt2_work
int LAPACKE_dtpqrt2_work(int matrix_layout, int m, int n, int l, double* a, int lda, double* b, int ldb, double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpqrt_work
int LAPACKE_dtpqrt_work(int matrix_layout, int m, int n, int l, int nb, double* a, int lda, double* b, int ldb, double* t, int ldt, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtprfb
int LAPACKE_dtprfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(double)* v, int ldv, const(double)* t, int ldt, double* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtprfb_work
int LAPACKE_dtprfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(double)* v, int ldv, const(double)* t, int ldt, double* a, int lda, double* b, int ldb, double* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtprfs
int LAPACKE_dtprfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* ap, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtprfs_work
int LAPACKE_dtprfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* ap, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtptri
int LAPACKE_dtptri(int matrix_layout, char uplo, char diag, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtptri_work
int LAPACKE_dtptri_work(int matrix_layout, char uplo, char diag, int n, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtptrs
int LAPACKE_dtptrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtptrs_work
int LAPACKE_dtptrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* ap, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpttf
int LAPACKE_dtpttf(int matrix_layout, char transr, char uplo, int n, const(double)* ap, double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpttf_work
int LAPACKE_dtpttf_work(int matrix_layout, char transr, char uplo, int n, const(double)* ap, double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpttr
int LAPACKE_dtpttr(int matrix_layout, char uplo, int n, const(double)* ap, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtpttr_work
int LAPACKE_dtpttr_work(int matrix_layout, char uplo, int n, const(double)* ap, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrcon
int LAPACKE_dtrcon(int matrix_layout, char norm, char uplo, char diag, int n, const(double)* a, int lda, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrcon_work
int LAPACKE_dtrcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(double)* a, int lda, double* rcond, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrevc
int LAPACKE_dtrevc(int matrix_layout, char side, char howmny, int* select, int n, const(double)* t, int ldt, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrevc_work
int LAPACKE_dtrevc_work(int matrix_layout, char side, char howmny, int* select, int n, const(double)* t, int ldt, double* vl, int ldvl, double* vr, int ldvr, int mm, int* m, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrexc
int LAPACKE_dtrexc(int matrix_layout, char compq, int n, double* t, int ldt, double* q, int ldq, int* ifst, int* ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrexc_work
int LAPACKE_dtrexc_work(int matrix_layout, char compq, int n, double* t, int ldt, double* q, int ldq, int* ifst, int* ilst, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrrfs
int LAPACKE_dtrrfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* a, int lda, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrrfs_work
int LAPACKE_dtrrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* a, int lda, const(double)* b, int ldb, const(double)* x, int ldx, double* ferr, double* berr, double* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsen
int LAPACKE_dtrsen(int matrix_layout, char job, char compq, const(int)* select, int n, double* t, int ldt, double* q, int ldq, double* wr, double* wi, int* m, double* s, double* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsen_work
int LAPACKE_dtrsen_work(int matrix_layout, char job, char compq, const(int)* select, int n, double* t, int ldt, double* q, int ldq, double* wr, double* wi, int* m, double* s, double* sep, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsna
int LAPACKE_dtrsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(double)* t, int ldt, const(double)* vl, int ldvl, const(double)* vr, int ldvr, double* s, double* sep, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsna_work
int LAPACKE_dtrsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(double)* t, int ldt, const(double)* vl, int ldvl, const(double)* vr, int ldvr, double* s, double* sep, int mm, int* m, double* work, int ldwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsyl
int LAPACKE_dtrsyl(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(double)* a, int lda, const(double)* b, int ldb, double* c, int ldc, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrsyl_work
int LAPACKE_dtrsyl_work(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(double)* a, int lda, const(double)* b, int ldb, double* c, int ldc, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrtri
int LAPACKE_dtrtri(int matrix_layout, char uplo, char diag, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrtri_work
int LAPACKE_dtrtri_work(int matrix_layout, char uplo, char diag, int n, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrtrs
int LAPACKE_dtrtrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrtrs_work
int LAPACKE_dtrtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(double)* a, int lda, double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrttf
int LAPACKE_dtrttf(int matrix_layout, char transr, char uplo, int n, const(double)* a, int lda, double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrttf_work
int LAPACKE_dtrttf_work(int matrix_layout, char transr, char uplo, int n, const(double)* a, int lda, double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrttp
int LAPACKE_dtrttp(int matrix_layout, char uplo, int n, const(double)* a, int lda, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtrttp_work
int LAPACKE_dtrttp_work(int matrix_layout, char uplo, int n, const(double)* a, int lda, double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtzrzf
int LAPACKE_dtzrzf(int matrix_layout, int m, int n, double* a, int lda, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_dtzrzf_work
int LAPACKE_dtzrzf_work(int matrix_layout, int m, int n, double* a, int lda, double* tau, double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ilaver
void LAPACKE_ilaver(int* vers_major, int* vers_minor, int* vers_patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbbcsd
int LAPACKE_sbbcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, float* theta, float* phi, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t, float* v2t, int ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbbcsd_work
int LAPACKE_sbbcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, float* theta, float* phi, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t, float* v2t, int ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsdc
int LAPACKE_sbdsdc(int matrix_layout, char uplo, char compq, int n, float* d, float* e, float* u, int ldu, float* vt, int ldvt, float* q, int* iq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsdc_work
int LAPACKE_sbdsdc_work(int matrix_layout, char uplo, char compq, int n, float* d, float* e, float* u, int ldu, float* vt, int ldvt, float* q, int* iq, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsqr
int LAPACKE_sbdsqr(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, float* d, float* e, float* vt, int ldvt, float* u, int ldu, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsqr_work
int LAPACKE_sbdsqr_work(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, float* d, float* e, float* vt, int ldvt, float* u, int ldu, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsvdx
int LAPACKE_sbdsvdx(int matrix_layout, char uplo, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* ns, float* s, float* z, int ldz, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sbdsvdx_work
int LAPACKE_sbdsvdx_work(int matrix_layout, char uplo, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* ns, float* s, float* z, int ldz, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sdisna
int LAPACKE_sdisna(char job, int m, int n, const(float)* d, float* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sdisna_work
int LAPACKE_sdisna_work(char job, int m, int n, const(float)* d, float* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbbrd
int LAPACKE_sgbbrd(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, float* ab, int ldab, float* d, float* e, float* q, int ldq, float* pt, int ldpt, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbbrd_work
int LAPACKE_sgbbrd_work(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, float* ab, int ldab, float* d, float* e, float* q, int ldq, float* pt, int ldpt, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbcon
int LAPACKE_sgbcon(int matrix_layout, char norm, int n, int kl, int ku, const(float)* ab, int ldab, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbcon_work
int LAPACKE_sgbcon_work(int matrix_layout, char norm, int n, int kl, int ku, const(float)* ab, int ldab, const(int)* ipiv, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbequ
int LAPACKE_sgbequ(int matrix_layout, int m, int n, int kl, int ku, const(float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbequ_work
int LAPACKE_sgbequ_work(int matrix_layout, int m, int n, int kl, int ku, const(float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbequb
int LAPACKE_sgbequb(int matrix_layout, int m, int n, int kl, int ku, const(float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbequb_work
int LAPACKE_sgbequb_work(int matrix_layout, int m, int n, int kl, int ku, const(float)* ab, int ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbrfs
int LAPACKE_sgbrfs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbrfs_work
int LAPACKE_sgbrfs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbrfsx
int LAPACKE_sgbrfsx(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbrfsx_work
int LAPACKE_sgbrfsx_work(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsv
int LAPACKE_sgbsv(int matrix_layout, int n, int kl, int ku, int nrhs, float* ab, int ldab, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsv_work
int LAPACKE_sgbsv_work(int matrix_layout, int n, int kl, int ku, int nrhs, float* ab, int ldab, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsvx
int LAPACKE_sgbsvx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, float* ab, int ldab, float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsvx_work
int LAPACKE_sgbsvx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, float* ab, int ldab, float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsvxx
int LAPACKE_sgbsvxx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, float* ab, int ldab, float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbsvxx_work
int LAPACKE_sgbsvxx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, float* ab, int ldab, float* afb, int ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbtrf
int LAPACKE_sgbtrf(int matrix_layout, int m, int n, int kl, int ku, float* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbtrf_work
int LAPACKE_sgbtrf_work(int matrix_layout, int m, int n, int kl, int ku, float* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbtrs
int LAPACKE_sgbtrs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgbtrs_work
int LAPACKE_sgbtrs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(float)* ab, int ldab, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebak
int LAPACKE_sgebak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* scale, int m, float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebak_work
int LAPACKE_sgebak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* scale, int m, float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebal
int LAPACKE_sgebal(int matrix_layout, char job, int n, float* a, int lda, int* ilo, int* ihi, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebal_work
int LAPACKE_sgebal_work(int matrix_layout, char job, int n, float* a, int lda, int* ilo, int* ihi, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebrd
int LAPACKE_sgebrd(int matrix_layout, int m, int n, float* a, int lda, float* d, float* e, float* tauq, float* taup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgebrd_work
int LAPACKE_sgebrd_work(int matrix_layout, int m, int n, float* a, int lda, float* d, float* e, float* tauq, float* taup, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgecon
int LAPACKE_sgecon(int matrix_layout, char norm, int n, const(float)* a, int lda, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgecon_work
int LAPACKE_sgecon_work(int matrix_layout, char norm, int n, const(float)* a, int lda, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeequ
int LAPACKE_sgeequ(int matrix_layout, int m, int n, const(float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeequ_work
int LAPACKE_sgeequ_work(int matrix_layout, int m, int n, const(float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeequb
int LAPACKE_sgeequb(int matrix_layout, int m, int n, const(float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeequb_work
int LAPACKE_sgeequb_work(int matrix_layout, int m, int n, const(float)* a, int lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgees
int LAPACKE_sgees(int matrix_layout, char jobvs, char sort, LAPACK_S_SELECT2 select, int n, float* a, int lda, int* sdim, float* wr, float* wi, float* vs, int ldvs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgees_work
int LAPACKE_sgees_work(int matrix_layout, char jobvs, char sort, LAPACK_S_SELECT2 select, int n, float* a, int lda, int* sdim, float* wr, float* wi, float* vs, int ldvs, float* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeesx
int LAPACKE_sgeesx(int matrix_layout, char jobvs, char sort, LAPACK_S_SELECT2 select, char sense, int n, float* a, int lda, int* sdim, float* wr, float* wi, float* vs, int ldvs, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeesx_work
int LAPACKE_sgeesx_work(int matrix_layout, char jobvs, char sort, LAPACK_S_SELECT2 select, char sense, int n, float* a, int lda, int* sdim, float* wr, float* wi, float* vs, int ldvs, float* rconde, float* rcondv, float* work, int lwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeev
int LAPACKE_sgeev(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* wr, float* wi, float* vl, int ldvl, float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeev_work
int LAPACKE_sgeev_work(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* wr, float* wi, float* vl, int ldvl, float* vr, int ldvr, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeevx
int LAPACKE_sgeevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, float* a, int lda, float* wr, float* wi, float* vl, int ldvl, float* vr, int ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeevx_work
int LAPACKE_sgeevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, float* a, int lda, float* wr, float* wi, float* vl, int ldvl, float* vr, int ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgehrd
int LAPACKE_sgehrd(int matrix_layout, int n, int ilo, int ihi, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgehrd_work
int LAPACKE_sgehrd_work(int matrix_layout, int n, int ilo, int ihi, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgejsv
int LAPACKE_sgejsv(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, float* a, int lda, float* sva, float* u, int ldu, float* v, int ldv, float* stat, int* istat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgejsv_work
int LAPACKE_sgejsv_work(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, float* a, int lda, float* sva, float* u, int ldu, float* v, int ldv, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelq2
int LAPACKE_sgelq2(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelq2_work
int LAPACKE_sgelq2_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelqf
int LAPACKE_sgelqf(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelqf_work
int LAPACKE_sgelqf_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgels
int LAPACKE_sgels(int matrix_layout, char trans, int m, int n, int nrhs, float* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgels_work
int LAPACKE_sgels_work(int matrix_layout, char trans, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelsd
int LAPACKE_sgelsd(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, float* s, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelsd_work
int LAPACKE_sgelsd_work(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, float* s, float rcond, int* rank, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelss
int LAPACKE_sgelss(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, float* s, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelss_work
int LAPACKE_sgelss_work(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, float* s, float rcond, int* rank, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelsy
int LAPACKE_sgelsy(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, int* jpvt, float rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgelsy_work
int LAPACKE_sgelsy_work(int matrix_layout, int m, int n, int nrhs, float* a, int lda, float* b, int ldb, int* jpvt, float rcond, int* rank, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgemqrt
int LAPACKE_sgemqrt(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(float)* v, int ldv, const(float)* t, int ldt, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgemqrt_work
int LAPACKE_sgemqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(float)* v, int ldv, const(float)* t, int ldt, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqlf
int LAPACKE_sgeqlf(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqlf_work
int LAPACKE_sgeqlf_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqp3
int LAPACKE_sgeqp3(int matrix_layout, int m, int n, float* a, int lda, int* jpvt, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqp3_work
int LAPACKE_sgeqp3_work(int matrix_layout, int m, int n, float* a, int lda, int* jpvt, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqpf
int LAPACKE_sgeqpf(int matrix_layout, int m, int n, float* a, int lda, int* jpvt, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqpf_work
int LAPACKE_sgeqpf_work(int matrix_layout, int m, int n, float* a, int lda, int* jpvt, float* tau, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqr2
int LAPACKE_sgeqr2(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqr2_work
int LAPACKE_sgeqr2_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrf
int LAPACKE_sgeqrf(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrf_work
int LAPACKE_sgeqrf_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrfp
int LAPACKE_sgeqrfp(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrfp_work
int LAPACKE_sgeqrfp_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt
int LAPACKE_sgeqrt(int matrix_layout, int m, int n, int nb, float* a, int lda, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt2
int LAPACKE_sgeqrt2(int matrix_layout, int m, int n, float* a, int lda, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt2_work
int LAPACKE_sgeqrt2_work(int matrix_layout, int m, int n, float* a, int lda, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt3
int LAPACKE_sgeqrt3(int matrix_layout, int m, int n, float* a, int lda, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt3_work
int LAPACKE_sgeqrt3_work(int matrix_layout, int m, int n, float* a, int lda, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgeqrt_work
int LAPACKE_sgeqrt_work(int matrix_layout, int m, int n, int nb, float* a, int lda, float* t, int ldt, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerfs
int LAPACKE_sgerfs(int matrix_layout, char trans, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerfs_work
int LAPACKE_sgerfs_work(int matrix_layout, char trans, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerfsx
int LAPACKE_sgerfsx(int matrix_layout, char trans, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerfsx_work
int LAPACKE_sgerfsx_work(int matrix_layout, char trans, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerqf
int LAPACKE_sgerqf(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgerqf_work
int LAPACKE_sgerqf_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesdd
int LAPACKE_sgesdd(int matrix_layout, char jobz, int m, int n, float* a, int lda, float* s, float* u, int ldu, float* vt, int ldvt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesdd_work
int LAPACKE_sgesdd_work(int matrix_layout, char jobz, int m, int n, float* a, int lda, float* s, float* u, int ldu, float* vt, int ldvt, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesv
int LAPACKE_sgesv(int matrix_layout, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesv_work
int LAPACKE_sgesv_work(int matrix_layout, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvd
int LAPACKE_sgesvd(int matrix_layout, char jobu, char jobvt, int m, int n, float* a, int lda, float* s, float* u, int ldu, float* vt, int ldvt, float* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvd_work
int LAPACKE_sgesvd_work(int matrix_layout, char jobu, char jobvt, int m, int n, float* a, int lda, float* s, float* u, int ldu, float* vt, int ldvt, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvdx
int LAPACKE_sgesvdx(int matrix_layout, char jobu, char jobvt, char range, int m, int n, float* a, int lda, float vl, float vu, int il, int iu, int* ns, float* s, float* u, int ldu, float* vt, int ldvt, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvdx_work
int LAPACKE_sgesvdx_work(int matrix_layout, char jobu, char jobvt, char range, int m, int n, float* a, int lda, float vl, float vu, int il, int iu, int* ns, float* s, float* u, int ldu, float* vt, int ldvt, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvj
int LAPACKE_sgesvj(int matrix_layout, char joba, char jobu, char jobv, int m, int n, float* a, int lda, float* sva, int mv, float* v, int ldv, float* stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvj_work
int LAPACKE_sgesvj_work(int matrix_layout, char joba, char jobu, char jobv, int m, int n, float* a, int lda, float* sva, int mv, float* v, int ldv, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvx
int LAPACKE_sgesvx(int matrix_layout, char fact, char trans, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvx_work
int LAPACKE_sgesvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvxx
int LAPACKE_sgesvxx(int matrix_layout, char fact, char trans, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgesvxx_work
int LAPACKE_sgesvxx_work(int matrix_layout, char fact, char trans, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetf2
int LAPACKE_sgetf2(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetf2_work
int LAPACKE_sgetf2_work(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrf
int LAPACKE_sgetrf(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrf2
int LAPACKE_sgetrf2(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrf2_work
int LAPACKE_sgetrf2_work(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrf_work
int LAPACKE_sgetrf_work(int matrix_layout, int m, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetri
int LAPACKE_sgetri(int matrix_layout, int n, float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetri_work
int LAPACKE_sgetri_work(int matrix_layout, int n, float* a, int lda, const(int)* ipiv, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrs
int LAPACKE_sgetrs(int matrix_layout, char trans, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgetrs_work
int LAPACKE_sgetrs_work(int matrix_layout, char trans, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggbak
int LAPACKE_sggbak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* lscale, const(float)* rscale, int m, float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggbak_work
int LAPACKE_sggbak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(float)* lscale, const(float)* rscale, int m, float* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggbal
int LAPACKE_sggbal(int matrix_layout, char job, int n, float* a, int lda, float* b, int ldb, int* ilo, int* ihi, float* lscale, float* rscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggbal_work
int LAPACKE_sggbal_work(int matrix_layout, char job, int n, float* a, int lda, float* b, int ldb, int* ilo, int* ihi, float* lscale, float* rscale, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgges
int LAPACKE_sgges(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgges3
int LAPACKE_sgges3(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgges3_work
int LAPACKE_sgges3_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr, float* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgges_work
int LAPACKE_sgges_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr, float* work, int lwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggesx
int LAPACKE_sggesx(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, char sense, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggesx_work
int LAPACKE_sggesx_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_S_SELECT3 selctg, char sense, int n, float* a, int lda, float* b, int ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int ldvsl, float* vsr, int ldvsr, float* rconde, float* rcondv, float* work, int lwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggev
int LAPACKE_sggev(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggev3
int LAPACKE_sggev3(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggev3_work
int LAPACKE_sggev3_work(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggev_work
int LAPACKE_sggev_work(int matrix_layout, char jobvl, char jobvr, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggevx
int LAPACKE_sggevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggevx_work
int LAPACKE_sggevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* vl, int ldvl, float* vr, int ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv, float* work, int lwork, int* iwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggglm
int LAPACKE_sggglm(int matrix_layout, int n, int m, int p, float* a, int lda, float* b, int ldb, float* d, float* x, float* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggglm_work
int LAPACKE_sggglm_work(int matrix_layout, int n, int m, int p, float* a, int lda, float* b, int ldb, float* d, float* x, float* y, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgghd3
int LAPACKE_sgghd3(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgghd3_work
int LAPACKE_sgghd3_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgghrd
int LAPACKE_sgghrd(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgghrd_work
int LAPACKE_sgghrd_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgglse
int LAPACKE_sgglse(int matrix_layout, int m, int n, int p, float* a, int lda, float* b, int ldb, float* c, float* d, float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgglse_work
int LAPACKE_sgglse_work(int matrix_layout, int m, int n, int p, float* a, int lda, float* b, int ldb, float* c, float* d, float* x, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggqrf
int LAPACKE_sggqrf(int matrix_layout, int n, int m, int p, float* a, int lda, float* taua, float* b, int ldb, float* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggqrf_work
int LAPACKE_sggqrf_work(int matrix_layout, int n, int m, int p, float* a, int lda, float* taua, float* b, int ldb, float* taub, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggrqf
int LAPACKE_sggrqf(int matrix_layout, int m, int p, int n, float* a, int lda, float* taua, float* b, int ldb, float* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggrqf_work
int LAPACKE_sggrqf_work(int matrix_layout, int m, int p, int n, float* a, int lda, float* taua, float* b, int ldb, float* taub, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvd
int LAPACKE_sggsvd(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, float* a, int lda, float* b, int ldb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvd3
int LAPACKE_sggsvd3(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, float* a, int lda, float* b, int ldb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvd3_work
int LAPACKE_sggsvd3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, float* a, int lda, float* b, int ldb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvd_work
int LAPACKE_sggsvd_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, float* a, int lda, float* b, int ldb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvp
int LAPACKE_sggsvp(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, float* a, int lda, float* b, int ldb, float tola, float tolb, int* k, int* l, float* u, int ldu, float* v, int ldv, float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvp3
int LAPACKE_sggsvp3(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, float* a, int lda, float* b, int ldb, float tola, float tolb, int* k, int* l, float* u, int ldu, float* v, int ldv, float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvp3_work
int LAPACKE_sggsvp3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, float* a, int lda, float* b, int ldb, float tola, float tolb, int* k, int* l, float* u, int ldu, float* v, int ldv, float* q, int ldq, int* iwork, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sggsvp_work
int LAPACKE_sggsvp_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, float* a, int lda, float* b, int ldb, float tola, float tolb, int* k, int* l, float* u, int ldu, float* v, int ldv, float* q, int ldq, int* iwork, float* tau, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtcon
int LAPACKE_sgtcon(char norm, int n, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtcon_work
int LAPACKE_sgtcon_work(char norm, int n, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtrfs
int LAPACKE_sgtrfs(int matrix_layout, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* dlf, const(float)* df, const(float)* duf, const(float)* du2, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtrfs_work
int LAPACKE_sgtrfs_work(int matrix_layout, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* dlf, const(float)* df, const(float)* duf, const(float)* du2, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtsv
int LAPACKE_sgtsv(int matrix_layout, int n, int nrhs, float* dl, float* d, float* du, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtsv_work
int LAPACKE_sgtsv_work(int matrix_layout, int n, int nrhs, float* dl, float* d, float* du, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtsvx
int LAPACKE_sgtsvx(int matrix_layout, char fact, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, float* dlf, float* df, float* duf, float* du2, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgtsvx_work
int LAPACKE_sgtsvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, float* dlf, float* df, float* duf, float* du2, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgttrf
int LAPACKE_sgttrf(int n, float* dl, float* d, float* du, float* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgttrf_work
int LAPACKE_sgttrf_work(int n, float* dl, float* d, float* du, float* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgttrs
int LAPACKE_sgttrs(int matrix_layout, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sgttrs_work
int LAPACKE_sgttrs_work(int matrix_layout, char trans, int n, int nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shgeqz
int LAPACKE_shgeqz(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, float* h, int ldh, float* t, int ldt, float* alphar, float* alphai, float* beta, float* q, int ldq, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shgeqz_work
int LAPACKE_shgeqz_work(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, float* h, int ldh, float* t, int ldt, float* alphar, float* alphai, float* beta, float* q, int ldq, float* z, int ldz, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shsein
int LAPACKE_shsein(int matrix_layout, char job, char eigsrc, char initv, int* select, int n, const(float)* h, int ldh, float* wr, const(float)* wi, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shsein_work
int LAPACKE_shsein_work(int matrix_layout, char job, char eigsrc, char initv, int* select, int n, const(float)* h, int ldh, float* wr, const(float)* wi, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m, float* work, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shseqr
int LAPACKE_shseqr(int matrix_layout, char job, char compz, int n, int ilo, int ihi, float* h, int ldh, float* wr, float* wi, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_shseqr_work
int LAPACKE_shseqr_work(int matrix_layout, char job, char compz, int n, int ilo, int ihi, float* h, int ldh, float* wr, float* wi, float* z, int ldz, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slacn2
int LAPACKE_slacn2(int n, float* v, float* x, int* isgn, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slacn2_work
int LAPACKE_slacn2_work(int n, float* v, float* x, int* isgn, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slacpy
int LAPACKE_slacpy(int matrix_layout, char uplo, int m, int n, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slacpy_work
int LAPACKE_slacpy_work(int matrix_layout, char uplo, int m, int n, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slag2d
int LAPACKE_slag2d(int matrix_layout, int m, int n, const(float)* sa, int ldsa, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slag2d_work
int LAPACKE_slag2d_work(int matrix_layout, int m, int n, const(float)* sa, int ldsa, double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slagge
int LAPACKE_slagge(int matrix_layout, int m, int n, int kl, int ku, const(float)* d, float* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slagge_work
int LAPACKE_slagge_work(int matrix_layout, int m, int n, int kl, int ku, const(float)* d, float* a, int lda, int* iseed, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slagsy
int LAPACKE_slagsy(int matrix_layout, int n, int k, const(float)* d, float* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slagsy_work
int LAPACKE_slagsy_work(int matrix_layout, int n, int k, const(float)* d, float* a, int lda, int* iseed, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slamch
float LAPACKE_slamch(char cmach)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slamch_work
float LAPACKE_slamch_work(char cmach)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slange
float LAPACKE_slange(int matrix_layout, char norm, int m, int n, const(float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slange_work
float LAPACKE_slange_work(int matrix_layout, char norm, int m, int n, const(float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slansy
float LAPACKE_slansy(int matrix_layout, char norm, char uplo, int n, const(float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slansy_work
float LAPACKE_slansy_work(int matrix_layout, char norm, char uplo, int n, const(float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slantr
float LAPACKE_slantr(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slantr_work
float LAPACKE_slantr_work(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(float)* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapmr
int LAPACKE_slapmr(int matrix_layout, int forwrd, int m, int n, float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapmr_work
int LAPACKE_slapmr_work(int matrix_layout, int forwrd, int m, int n, float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapmt
int LAPACKE_slapmt(int matrix_layout, int forwrd, int m, int n, float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapmt_work
int LAPACKE_slapmt_work(int matrix_layout, int forwrd, int m, int n, float* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapy2
float LAPACKE_slapy2(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapy2_work
float LAPACKE_slapy2_work(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapy3
float LAPACKE_slapy3(float x, float y, float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slapy3_work
float LAPACKE_slapy3_work(float x, float y, float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfb
int LAPACKE_slarfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(float)* v, int ldv, const(float)* t, int ldt, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfb_work
int LAPACKE_slarfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(float)* v, int ldv, const(float)* t, int ldt, float* c, int ldc, float* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfg
int LAPACKE_slarfg(int n, float* alpha, float* x, int incx, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfg_work
int LAPACKE_slarfg_work(int n, float* alpha, float* x, int incx, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarft
int LAPACKE_slarft(int matrix_layout, char direct, char storev, int n, int k, const(float)* v, int ldv, const(float)* tau, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarft_work
int LAPACKE_slarft_work(int matrix_layout, char direct, char storev, int n, int k, const(float)* v, int ldv, const(float)* tau, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfx
int LAPACKE_slarfx(int matrix_layout, char side, int m, int n, const(float)* v, float tau, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarfx_work
int LAPACKE_slarfx_work(int matrix_layout, char side, int m, int n, const(float)* v, float tau, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarnv
int LAPACKE_slarnv(int idist, int* iseed, int n, float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slarnv_work
int LAPACKE_slarnv_work(int idist, int* iseed, int n, float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slartgp
int LAPACKE_slartgp(float f, float g, float* cs, float* sn, float* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slartgp_work
int LAPACKE_slartgp_work(float f, float g, float* cs, float* sn, float* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slartgs
int LAPACKE_slartgs(float x, float y, float sigma, float* cs, float* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slartgs_work
int LAPACKE_slartgs_work(float x, float y, float sigma, float* cs, float* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slascl
int LAPACKE_slascl(int matrix_layout, char type, int kl, int ku, float cfrom, float cto, int m, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slascl_work
int LAPACKE_slascl_work(int matrix_layout, char type, int kl, int ku, float cfrom, float cto, int m, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slaset
int LAPACKE_slaset(int matrix_layout, char uplo, int m, int n, float alpha, float beta, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slaset_work
int LAPACKE_slaset_work(int matrix_layout, char uplo, int m, int n, float alpha, float beta, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slasrt
int LAPACKE_slasrt(char id, int n, float* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slasrt_work
int LAPACKE_slasrt_work(char id, int n, float* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slaswp
int LAPACKE_slaswp(int matrix_layout, int n, float* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slaswp_work
int LAPACKE_slaswp_work(int matrix_layout, int n, float* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slatms
int LAPACKE_slatms(int matrix_layout, int m, int n, char dist, int* iseed, char sym, float* d, int mode, float cond, float dmax, int kl, int ku, char pack, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slatms_work
int LAPACKE_slatms_work(int matrix_layout, int m, int n, char dist, int* iseed, char sym, float* d, int mode, float cond, float dmax, int kl, int ku, char pack, float* a, int lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slauum
int LAPACKE_slauum(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_slauum_work
int LAPACKE_slauum_work(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sopgtr
int LAPACKE_sopgtr(int matrix_layout, char uplo, int n, const(float)* ap, const(float)* tau, float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sopgtr_work
int LAPACKE_sopgtr_work(int matrix_layout, char uplo, int n, const(float)* ap, const(float)* tau, float* q, int ldq, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sopmtr
int LAPACKE_sopmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(float)* ap, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sopmtr_work
int LAPACKE_sopmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(float)* ap, const(float)* tau, float* c, int ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorbdb
int LAPACKE_sorbdb(int matrix_layout, char trans, char signs, int m, int p, int q, float* x11, int ldx11, float* x12, int ldx12, float* x21, int ldx21, float* x22, int ldx22, float* theta, float* phi, float* taup1, float* taup2, float* tauq1, float* tauq2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorbdb_work
int LAPACKE_sorbdb_work(int matrix_layout, char trans, char signs, int m, int p, int q, float* x11, int ldx11, float* x12, int ldx12, float* x21, int ldx21, float* x22, int ldx22, float* theta, float* phi, float* taup1, float* taup2, float* tauq1, float* tauq2, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorcsd
int LAPACKE_sorcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, float* x11, int ldx11, float* x12, int ldx12, float* x21, int ldx21, float* x22, int ldx22, float* theta, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t, float* v2t, int ldv2t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorcsd2by1
int LAPACKE_sorcsd2by1(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, float* x11, int ldx11, float* x21, int ldx21, float* theta, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorcsd2by1_work
int LAPACKE_sorcsd2by1_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, float* x11, int ldx11, float* x21, int ldx21, float* theta, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorcsd_work
int LAPACKE_sorcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, float* x11, int ldx11, float* x12, int ldx12, float* x21, int ldx21, float* x22, int ldx22, float* theta, float* u1, int ldu1, float* u2, int ldu2, float* v1t, int ldv1t, float* v2t, int ldv2t, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgbr
int LAPACKE_sorgbr(int matrix_layout, char vect, int m, int n, int k, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgbr_work
int LAPACKE_sorgbr_work(int matrix_layout, char vect, int m, int n, int k, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorghr
int LAPACKE_sorghr(int matrix_layout, int n, int ilo, int ihi, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorghr_work
int LAPACKE_sorghr_work(int matrix_layout, int n, int ilo, int ihi, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorglq
int LAPACKE_sorglq(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorglq_work
int LAPACKE_sorglq_work(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgql
int LAPACKE_sorgql(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgql_work
int LAPACKE_sorgql_work(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgqr
int LAPACKE_sorgqr(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgqr_work
int LAPACKE_sorgqr_work(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgrq
int LAPACKE_sorgrq(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgrq_work
int LAPACKE_sorgrq_work(int matrix_layout, int m, int n, int k, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgtr
int LAPACKE_sorgtr(int matrix_layout, char uplo, int n, float* a, int lda, const(float)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sorgtr_work
int LAPACKE_sorgtr_work(int matrix_layout, char uplo, int n, float* a, int lda, const(float)* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormbr
int LAPACKE_sormbr(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormbr_work
int LAPACKE_sormbr_work(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormhr
int LAPACKE_sormhr(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormhr_work
int LAPACKE_sormhr_work(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormlq
int LAPACKE_sormlq(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormlq_work
int LAPACKE_sormlq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormql
int LAPACKE_sormql(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormql_work
int LAPACKE_sormql_work(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormqr
int LAPACKE_sormqr(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormqr_work
int LAPACKE_sormqr_work(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormrq
int LAPACKE_sormrq(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormrq_work
int LAPACKE_sormrq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormrz
int LAPACKE_sormrz(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormrz_work
int LAPACKE_sormrz_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormtr
int LAPACKE_sormtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(float)* a, int lda, const(float)* tau, float* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sormtr_work
int LAPACKE_sormtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(float)* a, int lda, const(float)* tau, float* c, int ldc, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbcon
int LAPACKE_spbcon(int matrix_layout, char uplo, int n, int kd, const(float)* ab, int ldab, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbcon_work
int LAPACKE_spbcon_work(int matrix_layout, char uplo, int n, int kd, const(float)* ab, int ldab, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbequ
int LAPACKE_spbequ(int matrix_layout, char uplo, int n, int kd, const(float)* ab, int ldab, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbequ_work
int LAPACKE_spbequ_work(int matrix_layout, char uplo, int n, int kd, const(float)* ab, int ldab, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbrfs
int LAPACKE_spbrfs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbrfs_work
int LAPACKE_spbrfs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(float)* ab, int ldab, const(float)* afb, int ldafb, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbstf
int LAPACKE_spbstf(int matrix_layout, char uplo, int n, int kb, float* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbstf_work
int LAPACKE_spbstf_work(int matrix_layout, char uplo, int n, int kb, float* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbsv
int LAPACKE_spbsv(int matrix_layout, char uplo, int n, int kd, int nrhs, float* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbsv_work
int LAPACKE_spbsv_work(int matrix_layout, char uplo, int n, int kd, int nrhs, float* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbsvx
int LAPACKE_spbsvx(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, float* ab, int ldab, float* afb, int ldafb, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbsvx_work
int LAPACKE_spbsvx_work(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, float* ab, int ldab, float* afb, int ldafb, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbtrf
int LAPACKE_spbtrf(int matrix_layout, char uplo, int n, int kd, float* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbtrf_work
int LAPACKE_spbtrf_work(int matrix_layout, char uplo, int n, int kd, float* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbtrs
int LAPACKE_spbtrs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(float)* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spbtrs_work
int LAPACKE_spbtrs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(float)* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftrf
int LAPACKE_spftrf(int matrix_layout, char transr, char uplo, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftrf_work
int LAPACKE_spftrf_work(int matrix_layout, char transr, char uplo, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftri
int LAPACKE_spftri(int matrix_layout, char transr, char uplo, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftri_work
int LAPACKE_spftri_work(int matrix_layout, char transr, char uplo, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftrs
int LAPACKE_spftrs(int matrix_layout, char transr, char uplo, int n, int nrhs, const(float)* a, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spftrs_work
int LAPACKE_spftrs_work(int matrix_layout, char transr, char uplo, int n, int nrhs, const(float)* a, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spocon
int LAPACKE_spocon(int matrix_layout, char uplo, int n, const(float)* a, int lda, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spocon_work
int LAPACKE_spocon_work(int matrix_layout, char uplo, int n, const(float)* a, int lda, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spoequ
int LAPACKE_spoequ(int matrix_layout, int n, const(float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spoequ_work
int LAPACKE_spoequ_work(int matrix_layout, int n, const(float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spoequb
int LAPACKE_spoequb(int matrix_layout, int n, const(float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spoequb_work
int LAPACKE_spoequb_work(int matrix_layout, int n, const(float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sporfs
int LAPACKE_sporfs(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sporfs_work
int LAPACKE_sporfs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sporfsx
int LAPACKE_sporfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(float)* s, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sporfsx_work
int LAPACKE_sporfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(float)* s, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposv
int LAPACKE_sposv(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposv_work
int LAPACKE_sposv_work(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposvx
int LAPACKE_sposvx(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposvx_work
int LAPACKE_sposvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposvxx
int LAPACKE_sposvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sposvxx_work
int LAPACKE_sposvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrf
int LAPACKE_spotrf(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrf2
int LAPACKE_spotrf2(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrf2_work
int LAPACKE_spotrf2_work(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrf_work
int LAPACKE_spotrf_work(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotri
int LAPACKE_spotri(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotri_work
int LAPACKE_spotri_work(int matrix_layout, char uplo, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrs
int LAPACKE_spotrs(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spotrs_work
int LAPACKE_spotrs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppcon
int LAPACKE_sppcon(int matrix_layout, char uplo, int n, const(float)* ap, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppcon_work
int LAPACKE_sppcon_work(int matrix_layout, char uplo, int n, const(float)* ap, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppequ
int LAPACKE_sppequ(int matrix_layout, char uplo, int n, const(float)* ap, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppequ_work
int LAPACKE_sppequ_work(int matrix_layout, char uplo, int n, const(float)* ap, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spprfs
int LAPACKE_spprfs(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(float)* afp, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spprfs_work
int LAPACKE_spprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(float)* afp, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppsv
int LAPACKE_sppsv(int matrix_layout, char uplo, int n, int nrhs, float* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppsv_work
int LAPACKE_sppsv_work(int matrix_layout, char uplo, int n, int nrhs, float* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppsvx
int LAPACKE_sppsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, float* ap, float* afp, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sppsvx_work
int LAPACKE_sppsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, float* ap, float* afp, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptrf
int LAPACKE_spptrf(int matrix_layout, char uplo, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptrf_work
int LAPACKE_spptrf_work(int matrix_layout, char uplo, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptri
int LAPACKE_spptri(int matrix_layout, char uplo, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptri_work
int LAPACKE_spptri_work(int matrix_layout, char uplo, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptrs
int LAPACKE_spptrs(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spptrs_work
int LAPACKE_spptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spstrf
int LAPACKE_spstrf(int matrix_layout, char uplo, int n, float* a, int lda, int* piv, int* rank, float tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spstrf_work
int LAPACKE_spstrf_work(int matrix_layout, char uplo, int n, float* a, int lda, int* piv, int* rank, float tol, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptcon
int LAPACKE_sptcon(int n, const(float)* d, const(float)* e, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptcon_work
int LAPACKE_sptcon_work(int n, const(float)* d, const(float)* e, float anorm, float* rcond, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spteqr
int LAPACKE_spteqr(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spteqr_work
int LAPACKE_spteqr_work(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptrfs
int LAPACKE_sptrfs(int matrix_layout, int n, int nrhs, const(float)* d, const(float)* e, const(float)* df, const(float)* ef, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptrfs_work
int LAPACKE_sptrfs_work(int matrix_layout, int n, int nrhs, const(float)* d, const(float)* e, const(float)* df, const(float)* ef, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptsv
int LAPACKE_sptsv(int matrix_layout, int n, int nrhs, float* d, float* e, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptsv_work
int LAPACKE_sptsv_work(int matrix_layout, int n, int nrhs, float* d, float* e, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptsvx
int LAPACKE_sptsvx(int matrix_layout, char fact, int n, int nrhs, const(float)* d, const(float)* e, float* df, float* ef, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sptsvx_work
int LAPACKE_sptsvx_work(int matrix_layout, char fact, int n, int nrhs, const(float)* d, const(float)* e, float* df, float* ef, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spttrf
int LAPACKE_spttrf(int n, float* d, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spttrf_work
int LAPACKE_spttrf_work(int n, float* d, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spttrs
int LAPACKE_spttrs(int matrix_layout, int n, int nrhs, const(float)* d, const(float)* e, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_spttrs_work
int LAPACKE_spttrs_work(int matrix_layout, int n, int nrhs, const(float)* d, const(float)* e, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbev
int LAPACKE_ssbev(int matrix_layout, char jobz, char uplo, int n, int kd, float* ab, int ldab, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbev_work
int LAPACKE_ssbev_work(int matrix_layout, char jobz, char uplo, int n, int kd, float* ab, int ldab, float* w, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbevd
int LAPACKE_ssbevd(int matrix_layout, char jobz, char uplo, int n, int kd, float* ab, int ldab, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbevd_work
int LAPACKE_ssbevd_work(int matrix_layout, char jobz, char uplo, int n, int kd, float* ab, int ldab, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbevx
int LAPACKE_ssbevx(int matrix_layout, char jobz, char range, char uplo, int n, int kd, float* ab, int ldab, float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbevx_work
int LAPACKE_ssbevx_work(int matrix_layout, char jobz, char range, char uplo, int n, int kd, float* ab, int ldab, float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgst
int LAPACKE_ssbgst(int matrix_layout, char vect, char uplo, int n, int ka, int kb, float* ab, int ldab, const(float)* bb, int ldbb, float* x, int ldx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgst_work
int LAPACKE_ssbgst_work(int matrix_layout, char vect, char uplo, int n, int ka, int kb, float* ab, int ldab, const(float)* bb, int ldbb, float* x, int ldx, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgv
int LAPACKE_ssbgv(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgv_work
int LAPACKE_ssbgv_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* w, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgvd
int LAPACKE_ssbgvd(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgvd_work
int LAPACKE_ssbgvd_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgvx
int LAPACKE_ssbgvx(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbgvx_work
int LAPACKE_ssbgvx_work(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, float* ab, int ldab, float* bb, int ldbb, float* q, int ldq, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbtrd
int LAPACKE_ssbtrd(int matrix_layout, char vect, char uplo, int n, int kd, float* ab, int ldab, float* d, float* e, float* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssbtrd_work
int LAPACKE_ssbtrd_work(int matrix_layout, char vect, char uplo, int n, int kd, float* ab, int ldab, float* d, float* e, float* q, int ldq, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssfrk
int LAPACKE_ssfrk(int matrix_layout, char transr, char uplo, char trans, int n, int k, float alpha, const(float)* a, int lda, float beta, float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssfrk_work
int LAPACKE_ssfrk_work(int matrix_layout, char transr, char uplo, char trans, int n, int k, float alpha, const(float)* a, int lda, float beta, float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspcon
int LAPACKE_sspcon(int matrix_layout, char uplo, int n, const(float)* ap, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspcon_work
int LAPACKE_sspcon_work(int matrix_layout, char uplo, int n, const(float)* ap, const(int)* ipiv, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspev
int LAPACKE_sspev(int matrix_layout, char jobz, char uplo, int n, float* ap, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspev_work
int LAPACKE_sspev_work(int matrix_layout, char jobz, char uplo, int n, float* ap, float* w, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspevd
int LAPACKE_sspevd(int matrix_layout, char jobz, char uplo, int n, float* ap, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspevd_work
int LAPACKE_sspevd_work(int matrix_layout, char jobz, char uplo, int n, float* ap, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspevx
int LAPACKE_sspevx(int matrix_layout, char jobz, char range, char uplo, int n, float* ap, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspevx_work
int LAPACKE_sspevx_work(int matrix_layout, char jobz, char range, char uplo, int n, float* ap, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgst
int LAPACKE_sspgst(int matrix_layout, int itype, char uplo, int n, float* ap, const(float)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgst_work
int LAPACKE_sspgst_work(int matrix_layout, int itype, char uplo, int n, float* ap, const(float)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgv
int LAPACKE_sspgv(int matrix_layout, int itype, char jobz, char uplo, int n, float* ap, float* bp, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgv_work
int LAPACKE_sspgv_work(int matrix_layout, int itype, char jobz, char uplo, int n, float* ap, float* bp, float* w, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgvd
int LAPACKE_sspgvd(int matrix_layout, int itype, char jobz, char uplo, int n, float* ap, float* bp, float* w, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgvd_work
int LAPACKE_sspgvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, float* ap, float* bp, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgvx
int LAPACKE_sspgvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, float* ap, float* bp, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspgvx_work
int LAPACKE_sspgvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, float* ap, float* bp, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssprfs
int LAPACKE_ssprfs(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(float)* afp, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssprfs_work
int LAPACKE_ssprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(float)* afp, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspsv
int LAPACKE_sspsv(int matrix_layout, char uplo, int n, int nrhs, float* ap, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspsv_work
int LAPACKE_sspsv_work(int matrix_layout, char uplo, int n, int nrhs, float* ap, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspsvx
int LAPACKE_sspsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(float)* ap, float* afp, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sspsvx_work
int LAPACKE_sspsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(float)* ap, float* afp, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrd
int LAPACKE_ssptrd(int matrix_layout, char uplo, int n, float* ap, float* d, float* e, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrd_work
int LAPACKE_ssptrd_work(int matrix_layout, char uplo, int n, float* ap, float* d, float* e, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrf
int LAPACKE_ssptrf(int matrix_layout, char uplo, int n, float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrf_work
int LAPACKE_ssptrf_work(int matrix_layout, char uplo, int n, float* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptri
int LAPACKE_ssptri(int matrix_layout, char uplo, int n, float* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptri_work
int LAPACKE_ssptri_work(int matrix_layout, char uplo, int n, float* ap, const(int)* ipiv, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrs
int LAPACKE_ssptrs(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssptrs_work
int LAPACKE_ssptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* ap, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstebz
int LAPACKE_sstebz(char range, char order, int n, float vl, float vu, int il, int iu, float abstol, const(float)* d, const(float)* e, int* m, int* nsplit, float* w, int* iblock, int* isplit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstebz_work
int LAPACKE_sstebz_work(char range, char order, int n, float vl, float vu, int il, int iu, float abstol, const(float)* d, const(float)* e, int* m, int* nsplit, float* w, int* iblock, int* isplit, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstedc
int LAPACKE_sstedc(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstedc_work
int LAPACKE_sstedc_work(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstegr
int LAPACKE_sstegr(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstegr_work
int LAPACKE_sstegr_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstein
int LAPACKE_sstein(int matrix_layout, int n, const(float)* d, const(float)* e, int m, const(float)* w, const(int)* iblock, const(int)* isplit, float* z, int ldz, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstein_work
int LAPACKE_sstein_work(int matrix_layout, int n, const(float)* d, const(float)* e, int m, const(float)* w, const(int)* iblock, const(int)* isplit, float* z, int ldz, float* work, int* iwork, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstemr
int LAPACKE_sstemr(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* m, float* w, float* z, int ldz, int nzc, int* isuppz, int* tryrac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstemr_work
int LAPACKE_sstemr_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, int* m, float* w, float* z, int ldz, int nzc, int* isuppz, int* tryrac, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssteqr
int LAPACKE_ssteqr(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssteqr_work
int LAPACKE_ssteqr_work(int matrix_layout, char compz, int n, float* d, float* e, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssterf
int LAPACKE_ssterf(int n, float* d, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssterf_work
int LAPACKE_ssterf_work(int n, float* d, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstev
int LAPACKE_sstev(int matrix_layout, char jobz, int n, float* d, float* e, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstev_work
int LAPACKE_sstev_work(int matrix_layout, char jobz, int n, float* d, float* e, float* z, int ldz, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevd
int LAPACKE_sstevd(int matrix_layout, char jobz, int n, float* d, float* e, float* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevd_work
int LAPACKE_sstevd_work(int matrix_layout, char jobz, int n, float* d, float* e, float* z, int ldz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevr
int LAPACKE_sstevr(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevr_work
int LAPACKE_sstevr_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevx
int LAPACKE_sstevx(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_sstevx_work
int LAPACKE_sstevx_work(int matrix_layout, char jobz, char range, int n, float* d, float* e, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssycon
int LAPACKE_ssycon(int matrix_layout, char uplo, int n, const(float)* a, int lda, const(int)* ipiv, float anorm, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssycon_work
int LAPACKE_ssycon_work(int matrix_layout, char uplo, int n, const(float)* a, int lda, const(int)* ipiv, float anorm, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyconv
int LAPACKE_ssyconv(int matrix_layout, char uplo, char way, int n, float* a, int lda, const(int)* ipiv, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyconv_work
int LAPACKE_ssyconv_work(int matrix_layout, char uplo, char way, int n, float* a, int lda, const(int)* ipiv, float* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyequb
int LAPACKE_ssyequb(int matrix_layout, char uplo, int n, const(float)* a, int lda, float* s, float* scond, float* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyequb_work
int LAPACKE_ssyequb_work(int matrix_layout, char uplo, int n, const(float)* a, int lda, float* s, float* scond, float* amax, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyev
int LAPACKE_ssyev(int matrix_layout, char jobz, char uplo, int n, float* a, int lda, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyev_work
int LAPACKE_ssyev_work(int matrix_layout, char jobz, char uplo, int n, float* a, int lda, float* w, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevd
int LAPACKE_ssyevd(int matrix_layout, char jobz, char uplo, int n, float* a, int lda, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevd_work
int LAPACKE_ssyevd_work(int matrix_layout, char jobz, char uplo, int n, float* a, int lda, float* w, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevr
int LAPACKE_ssyevr(int matrix_layout, char jobz, char range, char uplo, int n, float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevr_work
int LAPACKE_ssyevr_work(int matrix_layout, char jobz, char range, char uplo, int n, float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* isuppz, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevx
int LAPACKE_ssyevx(int matrix_layout, char jobz, char range, char uplo, int n, float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyevx_work
int LAPACKE_ssyevx_work(int matrix_layout, char jobz, char range, char uplo, int n, float* a, int lda, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygst
int LAPACKE_ssygst(int matrix_layout, int itype, char uplo, int n, float* a, int lda, const(float)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygst_work
int LAPACKE_ssygst_work(int matrix_layout, int itype, char uplo, int n, float* a, int lda, const(float)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygv
int LAPACKE_ssygv(int matrix_layout, int itype, char jobz, char uplo, int n, float* a, int lda, float* b, int ldb, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygv_work
int LAPACKE_ssygv_work(int matrix_layout, int itype, char jobz, char uplo, int n, float* a, int lda, float* b, int ldb, float* w, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygvd
int LAPACKE_ssygvd(int matrix_layout, int itype, char jobz, char uplo, int n, float* a, int lda, float* b, int ldb, float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygvd_work
int LAPACKE_ssygvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, float* a, int lda, float* b, int ldb, float* w, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygvx
int LAPACKE_ssygvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, float* a, int lda, float* b, int ldb, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssygvx_work
int LAPACKE_ssygvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, float* a, int lda, float* b, int ldb, float vl, float vu, int il, int iu, float abstol, int* m, float* w, float* z, int ldz, float* work, int lwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyrfs
int LAPACKE_ssyrfs(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyrfs_work
int LAPACKE_ssyrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* b, int ldb, float* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyrfsx
int LAPACKE_ssyrfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyrfsx_work
int LAPACKE_ssyrfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(float)* a, int lda, const(float)* af, int ldaf, const(int)* ipiv, const(float)* s, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysv
int LAPACKE_ssysv(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysv_rook
int LAPACKE_ssysv_rook(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysv_rook_work
int LAPACKE_ssysv_rook_work(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysv_work
int LAPACKE_ssysv_work(int matrix_layout, char uplo, int n, int nrhs, float* a, int lda, int* ipiv, float* b, int ldb, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysvx
int LAPACKE_ssysvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(float)* a, int lda, float* af, int ldaf, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysvx_work
int LAPACKE_ssysvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(float)* a, int lda, float* af, int ldaf, int* ipiv, const(float)* b, int ldb, float* x, int ldx, float* rcond, float* ferr, float* berr, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysvxx
int LAPACKE_ssysvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssysvxx_work
int LAPACKE_ssysvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, float* a, int lda, float* af, int ldaf, int* ipiv, char* equed, float* s, float* b, int ldb, float* x, int ldx, float* rcond, float* rpvgrw, float* berr, int n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int nparams, float* params, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyswapr
int LAPACKE_ssyswapr(int matrix_layout, char uplo, int n, float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssyswapr_work
int LAPACKE_ssyswapr_work(int matrix_layout, char uplo, int n, float* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrd
int LAPACKE_ssytrd(int matrix_layout, char uplo, int n, float* a, int lda, float* d, float* e, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrd_work
int LAPACKE_ssytrd_work(int matrix_layout, char uplo, int n, float* a, int lda, float* d, float* e, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrf
int LAPACKE_ssytrf(int matrix_layout, char uplo, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrf_rook
int LAPACKE_ssytrf_rook(int matrix_layout, char uplo, int n, float* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrf_rook_work
int LAPACKE_ssytrf_rook_work(int matrix_layout, char uplo, int n, float* a, int lda, int* ipiv, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrf_work
int LAPACKE_ssytrf_work(int matrix_layout, char uplo, int n, float* a, int lda, int* ipiv, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri
int LAPACKE_ssytri(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri2
int LAPACKE_ssytri2(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri2_work
int LAPACKE_ssytri2_work(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri2x
int LAPACKE_ssytri2x(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri2x_work
int LAPACKE_ssytri2x_work(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv, float* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytri_work
int LAPACKE_ssytri_work(int matrix_layout, char uplo, int n, float* a, int lda, const(int)* ipiv, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs
int LAPACKE_ssytrs(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs2
int LAPACKE_ssytrs2(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs2_work
int LAPACKE_ssytrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs_rook
int LAPACKE_ssytrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs_rook_work
int LAPACKE_ssytrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ssytrs_work
int LAPACKE_ssytrs_work(int matrix_layout, char uplo, int n, int nrhs, const(float)* a, int lda, const(int)* ipiv, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbcon
int LAPACKE_stbcon(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(float)* ab, int ldab, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbcon_work
int LAPACKE_stbcon_work(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(float)* ab, int ldab, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbrfs
int LAPACKE_stbrfs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(float)* ab, int ldab, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbrfs_work
int LAPACKE_stbrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(float)* ab, int ldab, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbtrs
int LAPACKE_stbtrs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(float)* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stbtrs_work
int LAPACKE_stbtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(float)* ab, int ldab, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfsm
int LAPACKE_stfsm(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, float alpha, const(float)* a, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfsm_work
int LAPACKE_stfsm_work(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, float alpha, const(float)* a, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stftri
int LAPACKE_stftri(int matrix_layout, char transr, char uplo, char diag, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stftri_work
int LAPACKE_stftri_work(int matrix_layout, char transr, char uplo, char diag, int n, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfttp
int LAPACKE_stfttp(int matrix_layout, char transr, char uplo, int n, const(float)* arf, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfttp_work
int LAPACKE_stfttp_work(int matrix_layout, char transr, char uplo, int n, const(float)* arf, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfttr
int LAPACKE_stfttr(int matrix_layout, char transr, char uplo, int n, const(float)* arf, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stfttr_work
int LAPACKE_stfttr_work(int matrix_layout, char transr, char uplo, int n, const(float)* arf, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgevc
int LAPACKE_stgevc(int matrix_layout, char side, char howmny, const(int)* select, int n, const(float)* s, int lds, const(float)* p, int ldp, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgevc_work
int LAPACKE_stgevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, const(float)* s, int lds, const(float)* p, int ldp, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgexc
int LAPACKE_stgexc(int matrix_layout, int wantq, int wantz, int n, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz, int* ifst, int* ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgexc_work
int LAPACKE_stgexc_work(int matrix_layout, int wantq, int wantz, int n, float* a, int lda, float* b, int ldb, float* q, int ldq, float* z, int ldz, int* ifst, int* ilst, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsen
int LAPACKE_stgsen(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* q, int ldq, float* z, int ldz, int* m, float* pl, float* pr, float* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsen_work
int LAPACKE_stgsen_work(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, float* a, int lda, float* b, int ldb, float* alphar, float* alphai, float* beta, float* q, int ldq, float* z, int ldz, int* m, float* pl, float* pr, float* dif, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsja
int LAPACKE_stgsja(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, float* a, int lda, float* b, int ldb, float tola, float tolb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsja_work
int LAPACKE_stgsja_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, float* a, int lda, float* b, int ldb, float tola, float tolb, float* alpha, float* beta, float* u, int ldu, float* v, int ldv, float* q, int ldq, float* work, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsna
int LAPACKE_stgsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(float)* a, int lda, const(float)* b, int ldb, const(float)* vl, int ldvl, const(float)* vr, int ldvr, float* s, float* dif, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsna_work
int LAPACKE_stgsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(float)* a, int lda, const(float)* b, int ldb, const(float)* vl, int ldvl, const(float)* vr, int ldvr, float* s, float* dif, int mm, int* m, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsyl
int LAPACKE_stgsyl(int matrix_layout, char trans, int ijob, int m, int n, const(float)* a, int lda, const(float)* b, int ldb, float* c, int ldc, const(float)* d, int ldd, const(float)* e, int lde, float* f, int ldf, float* scale, float* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stgsyl_work
int LAPACKE_stgsyl_work(int matrix_layout, char trans, int ijob, int m, int n, const(float)* a, int lda, const(float)* b, int ldb, float* c, int ldc, const(float)* d, int ldd, const(float)* e, int lde, float* f, int ldf, float* scale, float* dif, float* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpcon
int LAPACKE_stpcon(int matrix_layout, char norm, char uplo, char diag, int n, const(float)* ap, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpcon_work
int LAPACKE_stpcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(float)* ap, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpmqrt
int LAPACKE_stpmqrt(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(float)* v, int ldv, const(float)* t, int ldt, float* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpmqrt_work
int LAPACKE_stpmqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(float)* v, int ldv, const(float)* t, int ldt, float* a, int lda, float* b, int ldb, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpqrt
int LAPACKE_stpqrt(int matrix_layout, int m, int n, int l, int nb, float* a, int lda, float* b, int ldb, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpqrt2
int LAPACKE_stpqrt2(int matrix_layout, int m, int n, int l, float* a, int lda, float* b, int ldb, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpqrt2_work
int LAPACKE_stpqrt2_work(int matrix_layout, int m, int n, int l, float* a, int lda, float* b, int ldb, float* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpqrt_work
int LAPACKE_stpqrt_work(int matrix_layout, int m, int n, int l, int nb, float* a, int lda, float* b, int ldb, float* t, int ldt, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stprfb
int LAPACKE_stprfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(float)* v, int ldv, const(float)* t, int ldt, float* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stprfb_work
int LAPACKE_stprfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(float)* v, int ldv, const(float)* t, int ldt, float* a, int lda, float* b, int ldb, float* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stprfs
int LAPACKE_stprfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* ap, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stprfs_work
int LAPACKE_stprfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* ap, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stptri
int LAPACKE_stptri(int matrix_layout, char uplo, char diag, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stptri_work
int LAPACKE_stptri_work(int matrix_layout, char uplo, char diag, int n, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stptrs
int LAPACKE_stptrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stptrs_work
int LAPACKE_stptrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* ap, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpttf
int LAPACKE_stpttf(int matrix_layout, char transr, char uplo, int n, const(float)* ap, float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpttf_work
int LAPACKE_stpttf_work(int matrix_layout, char transr, char uplo, int n, const(float)* ap, float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpttr
int LAPACKE_stpttr(int matrix_layout, char uplo, int n, const(float)* ap, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stpttr_work
int LAPACKE_stpttr_work(int matrix_layout, char uplo, int n, const(float)* ap, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strcon
int LAPACKE_strcon(int matrix_layout, char norm, char uplo, char diag, int n, const(float)* a, int lda, float* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strcon_work
int LAPACKE_strcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(float)* a, int lda, float* rcond, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strevc
int LAPACKE_strevc(int matrix_layout, char side, char howmny, int* select, int n, const(float)* t, int ldt, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strevc_work
int LAPACKE_strevc_work(int matrix_layout, char side, char howmny, int* select, int n, const(float)* t, int ldt, float* vl, int ldvl, float* vr, int ldvr, int mm, int* m, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strexc
int LAPACKE_strexc(int matrix_layout, char compq, int n, float* t, int ldt, float* q, int ldq, int* ifst, int* ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strexc_work
int LAPACKE_strexc_work(int matrix_layout, char compq, int n, float* t, int ldt, float* q, int ldq, int* ifst, int* ilst, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strrfs
int LAPACKE_strrfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* a, int lda, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strrfs_work
int LAPACKE_strrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* a, int lda, const(float)* b, int ldb, const(float)* x, int ldx, float* ferr, float* berr, float* work, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsen
int LAPACKE_strsen(int matrix_layout, char job, char compq, const(int)* select, int n, float* t, int ldt, float* q, int ldq, float* wr, float* wi, int* m, float* s, float* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsen_work
int LAPACKE_strsen_work(int matrix_layout, char job, char compq, const(int)* select, int n, float* t, int ldt, float* q, int ldq, float* wr, float* wi, int* m, float* s, float* sep, float* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsna
int LAPACKE_strsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(float)* t, int ldt, const(float)* vl, int ldvl, const(float)* vr, int ldvr, float* s, float* sep, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsna_work
int LAPACKE_strsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(float)* t, int ldt, const(float)* vl, int ldvl, const(float)* vr, int ldvr, float* s, float* sep, int mm, int* m, float* work, int ldwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsyl
int LAPACKE_strsyl(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(float)* a, int lda, const(float)* b, int ldb, float* c, int ldc, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strsyl_work
int LAPACKE_strsyl_work(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(float)* a, int lda, const(float)* b, int ldb, float* c, int ldc, float* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strtri
int LAPACKE_strtri(int matrix_layout, char uplo, char diag, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strtri_work
int LAPACKE_strtri_work(int matrix_layout, char uplo, char diag, int n, float* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strtrs
int LAPACKE_strtrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strtrs_work
int LAPACKE_strtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(float)* a, int lda, float* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strttf
int LAPACKE_strttf(int matrix_layout, char transr, char uplo, int n, const(float)* a, int lda, float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strttf_work
int LAPACKE_strttf_work(int matrix_layout, char transr, char uplo, int n, const(float)* a, int lda, float* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strttp
int LAPACKE_strttp(int matrix_layout, char uplo, int n, const(float)* a, int lda, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_strttp_work
int LAPACKE_strttp_work(int matrix_layout, char uplo, int n, const(float)* a, int lda, float* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stzrzf
int LAPACKE_stzrzf(int matrix_layout, int m, int n, float* a, int lda, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_stzrzf_work
int LAPACKE_stzrzf_work(int matrix_layout, int m, int n, float* a, int lda, float* tau, float* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zbbcsd
int LAPACKE_zbbcsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, double* theta, double* phi, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t, lapack_complex_double* v2t, int ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zbbcsd_work
int LAPACKE_zbbcsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, int m, int p, int q, double* theta, double* phi, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t, lapack_complex_double* v2t, int ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e, double* rwork, int lrwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zbdsqr
int LAPACKE_zbdsqr(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, double* d, double* e, lapack_complex_double* vt, int ldvt, lapack_complex_double* u, int ldu, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zbdsqr_work
int LAPACKE_zbdsqr_work(int matrix_layout, char uplo, int n, int ncvt, int nru, int ncc, double* d, double* e, lapack_complex_double* vt, int ldvt, lapack_complex_double* u, int ldu, lapack_complex_double* c, int ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zcgesv
int LAPACKE_zcgesv(int matrix_layout, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zcgesv_work
int LAPACKE_zcgesv_work(int matrix_layout, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, lapack_complex_double* work, lapack_complex_double* swork, double* rwork, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zcposv
int LAPACKE_zcposv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zcposv_work
int LAPACKE_zcposv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, lapack_complex_double* work, lapack_complex_double* swork, double* rwork, int* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbbrd
int LAPACKE_zgbbrd(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, lapack_complex_double* ab, int ldab, double* d, double* e, lapack_complex_double* q, int ldq, lapack_complex_double* pt, int ldpt, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbbrd_work
int LAPACKE_zgbbrd_work(int matrix_layout, char vect, int m, int n, int ncc, int kl, int ku, lapack_complex_double* ab, int ldab, double* d, double* e, lapack_complex_double* q, int ldq, lapack_complex_double* pt, int ldpt, lapack_complex_double* c, int ldc, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbcon
int LAPACKE_zgbcon(int matrix_layout, char norm, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbcon_work
int LAPACKE_zgbcon_work(int matrix_layout, char norm, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbequ
int LAPACKE_zgbequ(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbequ_work
int LAPACKE_zgbequ_work(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbequb
int LAPACKE_zgbequb(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbequb_work
int LAPACKE_zgbequb_work(int matrix_layout, int m, int n, int kl, int ku, const(lapack_complex_double)* ab, int ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbrfs
int LAPACKE_zgbrfs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbrfs_work
int LAPACKE_zgbrfs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbrfsx
int LAPACKE_zgbrfsx(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbrfsx_work
int LAPACKE_zgbrfsx_work(int matrix_layout, char trans, char equed, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsv
int LAPACKE_zgbsv(int matrix_layout, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsv_work
int LAPACKE_zgbsv_work(int matrix_layout, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsvx
int LAPACKE_zgbsvx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, double* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsvx_work
int LAPACKE_zgbsvx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsvxx
int LAPACKE_zgbsvxx(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbsvxx_work
int LAPACKE_zgbsvxx_work(int matrix_layout, char fact, char trans, int n, int kl, int ku, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbtrf
int LAPACKE_zgbtrf(int matrix_layout, int m, int n, int kl, int ku, lapack_complex_double* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbtrf_work
int LAPACKE_zgbtrf_work(int matrix_layout, int m, int n, int kl, int ku, lapack_complex_double* ab, int ldab, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbtrs
int LAPACKE_zgbtrs(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgbtrs_work
int LAPACKE_zgbtrs_work(int matrix_layout, char trans, int n, int kl, int ku, int nrhs, const(lapack_complex_double)* ab, int ldab, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebak
int LAPACKE_zgebak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* scale, int m, lapack_complex_double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebak_work
int LAPACKE_zgebak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* scale, int m, lapack_complex_double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebal
int LAPACKE_zgebal(int matrix_layout, char job, int n, lapack_complex_double* a, int lda, int* ilo, int* ihi, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebal_work
int LAPACKE_zgebal_work(int matrix_layout, char job, int n, lapack_complex_double* a, int lda, int* ilo, int* ihi, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebrd
int LAPACKE_zgebrd(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, double* d, double* e, lapack_complex_double* tauq, lapack_complex_double* taup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgebrd_work
int LAPACKE_zgebrd_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, double* d, double* e, lapack_complex_double* tauq, lapack_complex_double* taup, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgecon
int LAPACKE_zgecon(int matrix_layout, char norm, int n, const(lapack_complex_double)* a, int lda, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgecon_work
int LAPACKE_zgecon_work(int matrix_layout, char norm, int n, const(lapack_complex_double)* a, int lda, double anorm, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeequ
int LAPACKE_zgeequ(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeequ_work
int LAPACKE_zgeequ_work(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeequb
int LAPACKE_zgeequb(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeequb_work
int LAPACKE_zgeequb_work(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgees
int LAPACKE_zgees(int matrix_layout, char jobvs, char sort, LAPACK_Z_SELECT1 select, int n, lapack_complex_double* a, int lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int ldvs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgees_work
int LAPACKE_zgees_work(int matrix_layout, char jobvs, char sort, LAPACK_Z_SELECT1 select, int n, lapack_complex_double* a, int lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int ldvs, lapack_complex_double* work, int lwork, double* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeesx
int LAPACKE_zgeesx(int matrix_layout, char jobvs, char sort, LAPACK_Z_SELECT1 select, char sense, int n, lapack_complex_double* a, int lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int ldvs, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeesx_work
int LAPACKE_zgeesx_work(int matrix_layout, char jobvs, char sort, LAPACK_Z_SELECT1 select, char sense, int n, lapack_complex_double* a, int lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int ldvs, double* rconde, double* rcondv, lapack_complex_double* work, int lwork, double* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeev
int LAPACKE_zgeev(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeev_work
int LAPACKE_zgeev_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeevx
int LAPACKE_zgeevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeevx_work
int LAPACKE_zgeevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgehrd
int LAPACKE_zgehrd(int matrix_layout, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgehrd_work
int LAPACKE_zgehrd_work(int matrix_layout, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgejsv
int LAPACKE_zgejsv(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, lapack_complex_double* a, int lda, double* sva, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, double* stat, int* istat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgejsv_work
int LAPACKE_zgejsv_work(int matrix_layout, char joba, char jobu, char jobv, char jobr, char jobt, char jobp, int m, int n, lapack_complex_double* a, int lda, double* sva, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* cwork, int lwork, double* work, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelq2
int LAPACKE_zgelq2(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelq2_work
int LAPACKE_zgelq2_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelqf
int LAPACKE_zgelqf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelqf_work
int LAPACKE_zgelqf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgels
int LAPACKE_zgels(int matrix_layout, char trans, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgels_work
int LAPACKE_zgels_work(int matrix_layout, char trans, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelsd
int LAPACKE_zgelsd(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* s, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelsd_work
int LAPACKE_zgelsd_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* s, double rcond, int* rank, lapack_complex_double* work, int lwork, double* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelss
int LAPACKE_zgelss(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* s, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelss_work
int LAPACKE_zgelss_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* s, double rcond, int* rank, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelsy
int LAPACKE_zgelsy(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* jpvt, double rcond, int* rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgelsy_work
int LAPACKE_zgelsy_work(int matrix_layout, int m, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* jpvt, double rcond, int* rank, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgemqrt
int LAPACKE_zgemqrt(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgemqrt_work
int LAPACKE_zgemqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int nb, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* c, int ldc, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqlf
int LAPACKE_zgeqlf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqlf_work
int LAPACKE_zgeqlf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqp3
int LAPACKE_zgeqp3(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* jpvt, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqp3_work
int LAPACKE_zgeqp3_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* jpvt, lapack_complex_double* tau, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqpf
int LAPACKE_zgeqpf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* jpvt, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqpf_work
int LAPACKE_zgeqpf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* jpvt, lapack_complex_double* tau, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqr2
int LAPACKE_zgeqr2(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqr2_work
int LAPACKE_zgeqr2_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrf
int LAPACKE_zgeqrf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrf_work
int LAPACKE_zgeqrf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrfp
int LAPACKE_zgeqrfp(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrfp_work
int LAPACKE_zgeqrfp_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt
int LAPACKE_zgeqrt(int matrix_layout, int m, int n, int nb, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt2
int LAPACKE_zgeqrt2(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt2_work
int LAPACKE_zgeqrt2_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt3
int LAPACKE_zgeqrt3(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt3_work
int LAPACKE_zgeqrt3_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgeqrt_work
int LAPACKE_zgeqrt_work(int matrix_layout, int m, int n, int nb, lapack_complex_double* a, int lda, lapack_complex_double* t, int ldt, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerfs
int LAPACKE_zgerfs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerfs_work
int LAPACKE_zgerfs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerfsx
int LAPACKE_zgerfsx(int matrix_layout, char trans, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerfsx_work
int LAPACKE_zgerfsx_work(int matrix_layout, char trans, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerqf
int LAPACKE_zgerqf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgerqf_work
int LAPACKE_zgerqf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesdd
int LAPACKE_zgesdd(int matrix_layout, char jobz, int m, int n, lapack_complex_double* a, int lda, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesdd_work
int LAPACKE_zgesdd_work(int matrix_layout, char jobz, int m, int n, lapack_complex_double* a, int lda, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt, lapack_complex_double* work, int lwork, double* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesv
int LAPACKE_zgesv(int matrix_layout, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesv_work
int LAPACKE_zgesv_work(int matrix_layout, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvd
int LAPACKE_zgesvd(int matrix_layout, char jobu, char jobvt, int m, int n, lapack_complex_double* a, int lda, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt, double* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvd_work
int LAPACKE_zgesvd_work(int matrix_layout, char jobu, char jobvt, int m, int n, lapack_complex_double* a, int lda, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvdx
int LAPACKE_zgesvdx(int matrix_layout, char jobu, char jobvt, char range, int m, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, int* ns, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt, int* superb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvdx_work
int LAPACKE_zgesvdx_work(int matrix_layout, char jobu, char jobvt, char range, int m, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, int* ns, double* s, lapack_complex_double* u, int ldu, lapack_complex_double* vt, int ldvt, lapack_complex_double* work, int lwork, double* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvj
int LAPACKE_zgesvj(int matrix_layout, char joba, char jobu, char jobv, int m, int n, lapack_complex_double* a, int lda, double* sva, int mv, lapack_complex_double* v, int ldv, double* stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvj_work
int LAPACKE_zgesvj_work(int matrix_layout, char joba, char jobu, char jobv, int m, int n, lapack_complex_double* a, int lda, double* sva, int mv, lapack_complex_double* v, int ldv, lapack_complex_double* cwork, int lwork, double* rwork, int lrwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvx
int LAPACKE_zgesvx(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, double* rpivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvx_work
int LAPACKE_zgesvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvxx
int LAPACKE_zgesvxx(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgesvxx_work
int LAPACKE_zgesvxx_work(int matrix_layout, char fact, char trans, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetf2
int LAPACKE_zgetf2(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetf2_work
int LAPACKE_zgetf2_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrf
int LAPACKE_zgetrf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrf2
int LAPACKE_zgetrf2(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrf2_work
int LAPACKE_zgetrf2_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrf_work
int LAPACKE_zgetrf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetri
int LAPACKE_zgetri(int matrix_layout, int n, lapack_complex_double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetri_work
int LAPACKE_zgetri_work(int matrix_layout, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrs
int LAPACKE_zgetrs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgetrs_work
int LAPACKE_zgetrs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggbak
int LAPACKE_zggbak(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* lscale, const(double)* rscale, int m, lapack_complex_double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggbak_work
int LAPACKE_zggbak_work(int matrix_layout, char job, char side, int n, int ilo, int ihi, const(double)* lscale, const(double)* rscale, int m, lapack_complex_double* v, int ldv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggbal
int LAPACKE_zggbal(int matrix_layout, char job, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* ilo, int* ihi, double* lscale, double* rscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggbal_work
int LAPACKE_zggbal_work(int matrix_layout, char job, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* ilo, int* ihi, double* lscale, double* rscale, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgges
int LAPACKE_zgges(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgges3
int LAPACKE_zgges3(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgges3_work
int LAPACKE_zgges3_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr, lapack_complex_double* work, int lwork, double* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgges_work
int LAPACKE_zgges_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr, lapack_complex_double* work, int lwork, double* rwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggesx
int LAPACKE_zggesx(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggesx_work
int LAPACKE_zggesx_work(int matrix_layout, char jobvsl, char jobvsr, char sort, LAPACK_Z_SELECT2 selctg, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int ldvsl, lapack_complex_double* vsr, int ldvsr, double* rconde, double* rcondv, lapack_complex_double* work, int lwork, double* rwork, int* iwork, int liwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggev
int LAPACKE_zggev(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggev3
int LAPACKE_zggev3(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggev3_work
int LAPACKE_zggev3_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggev_work
int LAPACKE_zggev_work(int matrix_layout, char jobvl, char jobvr, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggevx
int LAPACKE_zggevx(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggevx_work
int LAPACKE_zggevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv, lapack_complex_double* work, int lwork, double* rwork, int* iwork, int* bwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggglm
int LAPACKE_zggglm(int matrix_layout, int n, int m, int p, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* d, lapack_complex_double* x, lapack_complex_double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggglm_work
int LAPACKE_zggglm_work(int matrix_layout, int n, int m, int p, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* d, lapack_complex_double* x, lapack_complex_double* y, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgghd3
int LAPACKE_zgghd3(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgghd3_work
int LAPACKE_zgghd3_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgghrd
int LAPACKE_zgghrd(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgghrd_work
int LAPACKE_zgghrd_work(int matrix_layout, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgglse
int LAPACKE_zgglse(int matrix_layout, int m, int n, int p, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* c, lapack_complex_double* d, lapack_complex_double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgglse_work
int LAPACKE_zgglse_work(int matrix_layout, int m, int n, int p, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* c, lapack_complex_double* d, lapack_complex_double* x, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggqrf
int LAPACKE_zggqrf(int matrix_layout, int n, int m, int p, lapack_complex_double* a, int lda, lapack_complex_double* taua, lapack_complex_double* b, int ldb, lapack_complex_double* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggqrf_work
int LAPACKE_zggqrf_work(int matrix_layout, int n, int m, int p, lapack_complex_double* a, int lda, lapack_complex_double* taua, lapack_complex_double* b, int ldb, lapack_complex_double* taub, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggrqf
int LAPACKE_zggrqf(int matrix_layout, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* taua, lapack_complex_double* b, int ldb, lapack_complex_double* taub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggrqf_work
int LAPACKE_zggrqf_work(int matrix_layout, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* taua, lapack_complex_double* b, int ldb, lapack_complex_double* taub, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvd
int LAPACKE_zggsvd(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvd3
int LAPACKE_zggsvd3(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvd3_work
int LAPACKE_zggsvd3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, lapack_complex_double* work, int lwork, double* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvd_work
int LAPACKE_zggsvd_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int n, int p, int* k, int* l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, lapack_complex_double* work, double* rwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvp
int LAPACKE_zggsvp(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, int* k, int* l, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvp3
int LAPACKE_zggsvp3(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, int* k, int* l, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvp3_work
int LAPACKE_zggsvp3_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, int* k, int* l, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, int* iwork, double* rwork, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zggsvp_work
int LAPACKE_zggsvp_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, int* k, int* l, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, int* iwork, double* rwork, lapack_complex_double* tau, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtcon
int LAPACKE_zgtcon(char norm, int n, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtcon_work
int LAPACKE_zgtcon_work(char norm, int n, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtrfs
int LAPACKE_zgtrfs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* dlf, const(lapack_complex_double)* df, const(lapack_complex_double)* duf, const(lapack_complex_double)* du2, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtrfs_work
int LAPACKE_zgtrfs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* dlf, const(lapack_complex_double)* df, const(lapack_complex_double)* duf, const(lapack_complex_double)* du2, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtsv
int LAPACKE_zgtsv(int matrix_layout, int n, int nrhs, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtsv_work
int LAPACKE_zgtsv_work(int matrix_layout, int n, int nrhs, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtsvx
int LAPACKE_zgtsvx(int matrix_layout, char fact, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, lapack_complex_double* dlf, lapack_complex_double* df, lapack_complex_double* duf, lapack_complex_double* du2, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgtsvx_work
int LAPACKE_zgtsvx_work(int matrix_layout, char fact, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, lapack_complex_double* dlf, lapack_complex_double* df, lapack_complex_double* duf, lapack_complex_double* du2, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgttrf
int LAPACKE_zgttrf(int n, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgttrf_work
int LAPACKE_zgttrf_work(int n, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* du2, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgttrs
int LAPACKE_zgttrs(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zgttrs_work
int LAPACKE_zgttrs_work(int matrix_layout, char trans, int n, int nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbev
int LAPACKE_zhbev(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbev_work
int LAPACKE_zhbev_work(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbevd
int LAPACKE_zhbevd(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbevd_work
int LAPACKE_zhbevd_work(int matrix_layout, char jobz, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbevx
int LAPACKE_zhbevx(int matrix_layout, char jobz, char range, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, lapack_complex_double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbevx_work
int LAPACKE_zhbevx_work(int matrix_layout, char jobz, char range, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, lapack_complex_double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgst
int LAPACKE_zhbgst(int matrix_layout, char vect, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, const(lapack_complex_double)* bb, int ldbb, lapack_complex_double* x, int ldx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgst_work
int LAPACKE_zhbgst_work(int matrix_layout, char vect, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, const(lapack_complex_double)* bb, int ldbb, lapack_complex_double* x, int ldx, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgv
int LAPACKE_zhbgv(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgv_work
int LAPACKE_zhbgv_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgvd
int LAPACKE_zhbgvd(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgvd_work
int LAPACKE_zhbgvd_work(int matrix_layout, char jobz, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgvx
int LAPACKE_zhbgvx(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, lapack_complex_double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbgvx_work
int LAPACKE_zhbgvx_work(int matrix_layout, char jobz, char range, char uplo, int n, int ka, int kb, lapack_complex_double* ab, int ldab, lapack_complex_double* bb, int ldbb, lapack_complex_double* q, int ldq, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbtrd
int LAPACKE_zhbtrd(int matrix_layout, char vect, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* d, double* e, lapack_complex_double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhbtrd_work
int LAPACKE_zhbtrd_work(int matrix_layout, char vect, char uplo, int n, int kd, lapack_complex_double* ab, int ldab, double* d, double* e, lapack_complex_double* q, int ldq, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhecon
int LAPACKE_zhecon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhecon_work
int LAPACKE_zhecon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheequb
int LAPACKE_zheequb(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheequb_work
int LAPACKE_zheequb_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheev
int LAPACKE_zheev(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* a, int lda, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheev_work
int LAPACKE_zheev_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* a, int lda, double* w, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevd
int LAPACKE_zheevd(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* a, int lda, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevd_work
int LAPACKE_zheevd_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* a, int lda, double* w, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevr
int LAPACKE_zheevr(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevr_work
int LAPACKE_zheevr_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* isuppz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevx
int LAPACKE_zheevx(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheevx_work
int LAPACKE_zheevx_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegst
int LAPACKE_zhegst(int matrix_layout, int itype, char uplo, int n, lapack_complex_double* a, int lda, const(lapack_complex_double)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegst_work
int LAPACKE_zhegst_work(int matrix_layout, int itype, char uplo, int n, lapack_complex_double* a, int lda, const(lapack_complex_double)* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegv
int LAPACKE_zhegv(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegv_work
int LAPACKE_zhegv_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* w, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegvd
int LAPACKE_zhegvd(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegvd_work
int LAPACKE_zhegvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double* w, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegvx
int LAPACKE_zhegvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhegvx_work
int LAPACKE_zhegvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zherfs
int LAPACKE_zherfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zherfs_work
int LAPACKE_zherfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zherfsx
int LAPACKE_zherfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zherfsx_work
int LAPACKE_zherfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesv
int LAPACKE_zhesv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesv_work
int LAPACKE_zhesv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesvx
int LAPACKE_zhesvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesvx_work
int LAPACKE_zhesvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesvxx
int LAPACKE_zhesvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhesvxx_work
int LAPACKE_zhesvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheswapr
int LAPACKE_zheswapr(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zheswapr_work
int LAPACKE_zheswapr_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrd
int LAPACKE_zhetrd(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, double* d, double* e, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrd_work
int LAPACKE_zhetrd_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, double* d, double* e, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrf
int LAPACKE_zhetrf(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrf_rook
int LAPACKE_zhetrf_rook(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrf_rook_work
int LAPACKE_zhetrf_rook_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrf_work
int LAPACKE_zhetrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri
int LAPACKE_zhetri(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri2
int LAPACKE_zhetri2(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri2_work
int LAPACKE_zhetri2_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri2x
int LAPACKE_zhetri2x(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri2x_work
int LAPACKE_zhetri2x_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetri_work
int LAPACKE_zhetri_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs
int LAPACKE_zhetrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs2
int LAPACKE_zhetrs2(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs2_work
int LAPACKE_zhetrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs_rook
int LAPACKE_zhetrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs_rook_work
int LAPACKE_zhetrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhetrs_work
int LAPACKE_zhetrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhfrk
int LAPACKE_zhfrk(int matrix_layout, char transr, char uplo, char trans, int n, int k, double alpha, const(lapack_complex_double)* a, int lda, double beta, lapack_complex_double* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhfrk_work
int LAPACKE_zhfrk_work(int matrix_layout, char transr, char uplo, char trans, int n, int k, double alpha, const(lapack_complex_double)* a, int lda, double beta, lapack_complex_double* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhgeqz
int LAPACKE_zhgeqz(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* h, int ldh, lapack_complex_double* t, int ldt, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhgeqz_work
int LAPACKE_zhgeqz_work(int matrix_layout, char job, char compq, char compz, int n, int ilo, int ihi, lapack_complex_double* h, int ldh, lapack_complex_double* t, int ldt, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpcon
int LAPACKE_zhpcon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpcon_work
int LAPACKE_zhpcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpev
int LAPACKE_zhpev(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpev_work
int LAPACKE_zhpev_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpevd
int LAPACKE_zhpevd(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpevd_work
int LAPACKE_zhpevd_work(int matrix_layout, char jobz, char uplo, int n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpevx
int LAPACKE_zhpevx(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* ap, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpevx_work
int LAPACKE_zhpevx_work(int matrix_layout, char jobz, char range, char uplo, int n, lapack_complex_double* ap, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgst
int LAPACKE_zhpgst(int matrix_layout, int itype, char uplo, int n, lapack_complex_double* ap, const(lapack_complex_double)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgst_work
int LAPACKE_zhpgst_work(int matrix_layout, int itype, char uplo, int n, lapack_complex_double* ap, const(lapack_complex_double)* bp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgv
int LAPACKE_zhpgv(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgv_work
int LAPACKE_zhpgv_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgvd
int LAPACKE_zhpgvd(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgvd_work
int LAPACKE_zhpgvd_work(int matrix_layout, int itype, char jobz, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgvx
int LAPACKE_zhpgvx(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpgvx_work
int LAPACKE_zhpgvx_work(int matrix_layout, int itype, char jobz, char range, char uplo, int n, lapack_complex_double* ap, lapack_complex_double* bp, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhprfs
int LAPACKE_zhprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhprfs_work
int LAPACKE_zhprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpsv
int LAPACKE_zhpsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpsv_work
int LAPACKE_zhpsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpsvx
int LAPACKE_zhpsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhpsvx_work
int LAPACKE_zhpsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrd
int LAPACKE_zhptrd(int matrix_layout, char uplo, int n, lapack_complex_double* ap, double* d, double* e, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrd_work
int LAPACKE_zhptrd_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap, double* d, double* e, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrf
int LAPACKE_zhptrf(int matrix_layout, char uplo, int n, lapack_complex_double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrf_work
int LAPACKE_zhptrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptri
int LAPACKE_zhptri(int matrix_layout, char uplo, int n, lapack_complex_double* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptri_work
int LAPACKE_zhptri_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap, const(int)* ipiv, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrs
int LAPACKE_zhptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhptrs_work
int LAPACKE_zhptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhsein
int LAPACKE_zhsein(int matrix_layout, char job, char eigsrc, char initv, const(int)* select, int n, const(lapack_complex_double)* h, int ldh, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhsein_work
int LAPACKE_zhsein_work(int matrix_layout, char job, char eigsrc, char initv, const(int)* select, int n, const(lapack_complex_double)* h, int ldh, lapack_complex_double* w, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m, lapack_complex_double* work, double* rwork, int* ifaill, int* ifailr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhseqr
int LAPACKE_zhseqr(int matrix_layout, char job, char compz, int n, int ilo, int ihi, lapack_complex_double* h, int ldh, lapack_complex_double* w, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zhseqr_work
int LAPACKE_zhseqr_work(int matrix_layout, char job, char compz, int n, int ilo, int ihi, lapack_complex_double* h, int ldh, lapack_complex_double* w, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacgv
int LAPACKE_zlacgv(int n, lapack_complex_double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacgv_work
int LAPACKE_zlacgv_work(int n, lapack_complex_double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacn2
int LAPACKE_zlacn2(int n, lapack_complex_double* v, lapack_complex_double* x, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacn2_work
int LAPACKE_zlacn2_work(int n, lapack_complex_double* v, lapack_complex_double* x, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacp2
int LAPACKE_zlacp2(int matrix_layout, char uplo, int m, int n, const(double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacp2_work
int LAPACKE_zlacp2_work(int matrix_layout, char uplo, int m, int n, const(double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacpy
int LAPACKE_zlacpy(int matrix_layout, char uplo, int m, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlacpy_work
int LAPACKE_zlacpy_work(int matrix_layout, char uplo, int m, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlag2c
int LAPACKE_zlag2c(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* sa, int ldsa)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlag2c_work
int LAPACKE_zlag2c_work(int matrix_layout, int m, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* sa, int ldsa)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlagge
int LAPACKE_zlagge(int matrix_layout, int m, int n, int kl, int ku, const(double)* d, lapack_complex_double* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlagge_work
int LAPACKE_zlagge_work(int matrix_layout, int m, int n, int kl, int ku, const(double)* d, lapack_complex_double* a, int lda, int* iseed, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaghe
int LAPACKE_zlaghe(int matrix_layout, int n, int k, const(double)* d, lapack_complex_double* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaghe_work
int LAPACKE_zlaghe_work(int matrix_layout, int n, int k, const(double)* d, lapack_complex_double* a, int lda, int* iseed, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlagsy
int LAPACKE_zlagsy(int matrix_layout, int n, int k, const(double)* d, lapack_complex_double* a, int lda, int* iseed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlagsy_work
int LAPACKE_zlagsy_work(int matrix_layout, int n, int k, const(double)* d, lapack_complex_double* a, int lda, int* iseed, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlange
double LAPACKE_zlange(int matrix_layout, char norm, int m, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlange_work
double LAPACKE_zlange_work(int matrix_layout, char norm, int m, int n, const(lapack_complex_float)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlanhe
double LAPACKE_zlanhe(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlanhe_work
double LAPACKE_zlanhe_work(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlansy
double LAPACKE_zlansy(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlansy_work
double LAPACKE_zlansy_work(int matrix_layout, char norm, char uplo, int n, const(lapack_complex_float)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlantr
double LAPACKE_zlantr(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(lapack_complex_float)* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlantr_work
double LAPACKE_zlantr_work(int matrix_layout, char norm, char uplo, char diag, int m, int n, const(lapack_complex_float)* a, int lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlapmr
int LAPACKE_zlapmr(int matrix_layout, int forwrd, int m, int n, lapack_complex_double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlapmr_work
int LAPACKE_zlapmr_work(int matrix_layout, int forwrd, int m, int n, lapack_complex_double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlapmt
int LAPACKE_zlapmt(int matrix_layout, int forwrd, int m, int n, lapack_complex_double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlapmt_work
int LAPACKE_zlapmt_work(int matrix_layout, int forwrd, int m, int n, lapack_complex_double* x, int ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfb
int LAPACKE_zlarfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfb_work
int LAPACKE_zlarfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* c, int ldc, lapack_complex_double* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfg
int LAPACKE_zlarfg(int n, lapack_complex_double* alpha, lapack_complex_double* x, int incx, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfg_work
int LAPACKE_zlarfg_work(int n, lapack_complex_double* alpha, lapack_complex_double* x, int incx, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarft
int LAPACKE_zlarft(int matrix_layout, char direct, char storev, int n, int k, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* tau, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarft_work
int LAPACKE_zlarft_work(int matrix_layout, char direct, char storev, int n, int k, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* tau, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfx
int LAPACKE_zlarfx(int matrix_layout, char side, int m, int n, const(lapack_complex_double)* v, lapack_complex_double tau, lapack_complex_double* c, int ldc, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarfx_work
int LAPACKE_zlarfx_work(int matrix_layout, char side, int m, int n, const(lapack_complex_double)* v, lapack_complex_double tau, lapack_complex_double* c, int ldc, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarnv
int LAPACKE_zlarnv(int idist, int* iseed, int n, lapack_complex_double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlarnv_work
int LAPACKE_zlarnv_work(int idist, int* iseed, int n, lapack_complex_double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlascl
int LAPACKE_zlascl(int matrix_layout, char type, int kl, int ku, double cfrom, double cto, int m, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlascl_work
int LAPACKE_zlascl_work(int matrix_layout, char type, int kl, int ku, double cfrom, double cto, int m, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaset
int LAPACKE_zlaset(int matrix_layout, char uplo, int m, int n, lapack_complex_double alpha, lapack_complex_double beta, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaset_work
int LAPACKE_zlaset_work(int matrix_layout, char uplo, int m, int n, lapack_complex_double alpha, lapack_complex_double beta, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaswp
int LAPACKE_zlaswp(int matrix_layout, int n, lapack_complex_double* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlaswp_work
int LAPACKE_zlaswp_work(int matrix_layout, int n, lapack_complex_double* a, int lda, int k1, int k2, const(int)* ipiv, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlatms
int LAPACKE_zlatms(int matrix_layout, int m, int n, char dist, int* iseed, char sym, double* d, int mode, double cond, double dmax, int kl, int ku, char pack, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlatms_work
int LAPACKE_zlatms_work(int matrix_layout, int m, int n, char dist, int* iseed, char sym, double* d, int mode, double cond, double dmax, int kl, int ku, char pack, lapack_complex_double* a, int lda, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlauum
int LAPACKE_zlauum(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zlauum_work
int LAPACKE_zlauum_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbcon
int LAPACKE_zpbcon(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_double)* ab, int ldab, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbcon_work
int LAPACKE_zpbcon_work(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_double)* ab, int ldab, double anorm, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbequ
int LAPACKE_zpbequ(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_double)* ab, int ldab, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbequ_work
int LAPACKE_zpbequ_work(int matrix_layout, char uplo, int n, int kd, const(lapack_complex_double)* ab, int ldab, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbrfs
int LAPACKE_zpbrfs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbrfs_work
int LAPACKE_zpbrfs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* afb, int ldafb, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbstf
int LAPACKE_zpbstf(int matrix_layout, char uplo, int n, int kb, lapack_complex_double* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbstf_work
int LAPACKE_zpbstf_work(int matrix_layout, char uplo, int n, int kb, lapack_complex_double* bb, int ldbb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbsv
int LAPACKE_zpbsv(int matrix_layout, char uplo, int n, int kd, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbsv_work
int LAPACKE_zpbsv_work(int matrix_layout, char uplo, int n, int kd, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbsvx
int LAPACKE_zpbsvx(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbsvx_work
int LAPACKE_zpbsvx_work(int matrix_layout, char fact, char uplo, int n, int kd, int nrhs, lapack_complex_double* ab, int ldab, lapack_complex_double* afb, int ldafb, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbtrf
int LAPACKE_zpbtrf(int matrix_layout, char uplo, int n, int kd, lapack_complex_double* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbtrf_work
int LAPACKE_zpbtrf_work(int matrix_layout, char uplo, int n, int kd, lapack_complex_double* ab, int ldab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbtrs
int LAPACKE_zpbtrs(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpbtrs_work
int LAPACKE_zpbtrs_work(int matrix_layout, char uplo, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftrf
int LAPACKE_zpftrf(int matrix_layout, char transr, char uplo, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftrf_work
int LAPACKE_zpftrf_work(int matrix_layout, char transr, char uplo, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftri
int LAPACKE_zpftri(int matrix_layout, char transr, char uplo, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftri_work
int LAPACKE_zpftri_work(int matrix_layout, char transr, char uplo, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftrs
int LAPACKE_zpftrs(int matrix_layout, char transr, char uplo, int n, int nrhs, const(lapack_complex_double)* a, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpftrs_work
int LAPACKE_zpftrs_work(int matrix_layout, char transr, char uplo, int n, int nrhs, const(lapack_complex_double)* a, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpocon
int LAPACKE_zpocon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpocon_work
int LAPACKE_zpocon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double anorm, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpoequ
int LAPACKE_zpoequ(int matrix_layout, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpoequ_work
int LAPACKE_zpoequ_work(int matrix_layout, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpoequb
int LAPACKE_zpoequb(int matrix_layout, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpoequb_work
int LAPACKE_zpoequb_work(int matrix_layout, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zporfs
int LAPACKE_zporfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zporfs_work
int LAPACKE_zporfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zporfsx
int LAPACKE_zporfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zporfsx_work
int LAPACKE_zporfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposv
int LAPACKE_zposv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposv_work
int LAPACKE_zposv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposvx
int LAPACKE_zposvx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposvx_work
int LAPACKE_zposvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposvxx
int LAPACKE_zposvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zposvxx_work
int LAPACKE_zposvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrf
int LAPACKE_zpotrf(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrf2
int LAPACKE_zpotrf2(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrf2_work
int LAPACKE_zpotrf2_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrf_work
int LAPACKE_zpotrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotri
int LAPACKE_zpotri(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotri_work
int LAPACKE_zpotri_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrs
int LAPACKE_zpotrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpotrs_work
int LAPACKE_zpotrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppcon
int LAPACKE_zppcon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppcon_work
int LAPACKE_zppcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, double anorm, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppequ
int LAPACKE_zppequ(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppequ_work
int LAPACKE_zppequ_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpprfs
int LAPACKE_zpprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpprfs_work
int LAPACKE_zpprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppsv
int LAPACKE_zppsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppsv_work
int LAPACKE_zppsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppsvx
int LAPACKE_zppsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* ap, lapack_complex_double* afp, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zppsvx_work
int LAPACKE_zppsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* ap, lapack_complex_double* afp, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptrf
int LAPACKE_zpptrf(int matrix_layout, char uplo, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptrf_work
int LAPACKE_zpptrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptri
int LAPACKE_zpptri(int matrix_layout, char uplo, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptri_work
int LAPACKE_zpptri_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptrs
int LAPACKE_zpptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpptrs_work
int LAPACKE_zpptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpstrf
int LAPACKE_zpstrf(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* piv, int* rank, double tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpstrf_work
int LAPACKE_zpstrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* piv, int* rank, double tol, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptcon
int LAPACKE_zptcon(int n, const(double)* d, const(lapack_complex_double)* e, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptcon_work
int LAPACKE_zptcon_work(int n, const(double)* d, const(lapack_complex_double)* e, double anorm, double* rcond, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpteqr
int LAPACKE_zpteqr(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpteqr_work
int LAPACKE_zpteqr_work(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptrfs
int LAPACKE_zptrfs(int matrix_layout, char uplo, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, const(double)* df, const(lapack_complex_double)* ef, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptrfs_work
int LAPACKE_zptrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, const(double)* df, const(lapack_complex_double)* ef, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptsv
int LAPACKE_zptsv(int matrix_layout, int n, int nrhs, double* d, lapack_complex_double* e, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptsv_work
int LAPACKE_zptsv_work(int matrix_layout, int n, int nrhs, double* d, lapack_complex_double* e, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptsvx
int LAPACKE_zptsvx(int matrix_layout, char fact, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, double* df, lapack_complex_double* ef, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zptsvx_work
int LAPACKE_zptsvx_work(int matrix_layout, char fact, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, double* df, lapack_complex_double* ef, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpttrf
int LAPACKE_zpttrf(int n, double* d, lapack_complex_double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpttrf_work
int LAPACKE_zpttrf_work(int n, double* d, lapack_complex_double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpttrs
int LAPACKE_zpttrs(int matrix_layout, char uplo, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zpttrs_work
int LAPACKE_zpttrs_work(int matrix_layout, char uplo, int n, int nrhs, const(double)* d, const(lapack_complex_double)* e, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspcon
int LAPACKE_zspcon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspcon_work
int LAPACKE_zspcon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsprfs
int LAPACKE_zsprfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsprfs_work
int LAPACKE_zsprfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspsv
int LAPACKE_zspsv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspsv_work
int LAPACKE_zspsv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspsvx
int LAPACKE_zspsvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zspsvx_work
int LAPACKE_zspsvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptrf
int LAPACKE_zsptrf(int matrix_layout, char uplo, int n, lapack_complex_double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptrf_work
int LAPACKE_zsptrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptri
int LAPACKE_zsptri(int matrix_layout, char uplo, int n, lapack_complex_double* ap, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptri_work
int LAPACKE_zsptri_work(int matrix_layout, char uplo, int n, lapack_complex_double* ap, const(int)* ipiv, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptrs
int LAPACKE_zsptrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsptrs_work
int LAPACKE_zsptrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstedc
int LAPACKE_zstedc(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstedc_work
int LAPACKE_zstedc_work(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstegr
int LAPACKE_zstegr(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* isuppz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstegr_work
int LAPACKE_zstegr_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, double abstol, int* m, double* w, lapack_complex_double* z, int ldz, int* isuppz, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstein
int LAPACKE_zstein(int matrix_layout, int n, const(double)* d, const(double)* e, int m, const(double)* w, const(int)* iblock, const(int)* isplit, lapack_complex_double* z, int ldz, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstein_work
int LAPACKE_zstein_work(int matrix_layout, int n, const(double)* d, const(double)* e, int m, const(double)* w, const(int)* iblock, const(int)* isplit, lapack_complex_double* z, int ldz, double* work, int* iwork, int* ifailv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstemr
int LAPACKE_zstemr(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* m, double* w, lapack_complex_double* z, int ldz, int nzc, int* isuppz, int* tryrac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zstemr_work
int LAPACKE_zstemr_work(int matrix_layout, char jobz, char range, int n, double* d, double* e, double vl, double vu, int il, int iu, int* m, double* w, lapack_complex_double* z, int ldz, int nzc, int* isuppz, int* tryrac, double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsteqr
int LAPACKE_zsteqr(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsteqr_work
int LAPACKE_zsteqr_work(int matrix_layout, char compz, int n, double* d, double* e, lapack_complex_double* z, int ldz, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsycon
int LAPACKE_zsycon(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, const(int)* ipiv, double anorm, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsycon_work
int LAPACKE_zsycon_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, const(int)* ipiv, double anorm, double* rcond, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyconv
int LAPACKE_zsyconv(int matrix_layout, char uplo, char way, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyconv_work
int LAPACKE_zsyconv_work(int matrix_layout, char uplo, char way, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyequb
int LAPACKE_zsyequb(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyequb_work
int LAPACKE_zsyequb_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, double* s, double* scond, double* amax, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyr
int LAPACKE_zsyr(int matrix_layout, char uplo, int n, lapack_complex_double alpha, const(lapack_complex_double)* x, int incx, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyr_work
int LAPACKE_zsyr_work(int matrix_layout, char uplo, int n, lapack_complex_double alpha, const(lapack_complex_double)* x, int incx, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyrfs
int LAPACKE_zsyrfs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyrfs_work
int LAPACKE_zsyrfs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyrfsx
int LAPACKE_zsyrfsx(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyrfsx_work
int LAPACKE_zsyrfsx_work(int matrix_layout, char uplo, char equed, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* af, int ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysv
int LAPACKE_zsysv(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysv_rook
int LAPACKE_zsysv_rook(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysv_rook_work
int LAPACKE_zsysv_rook_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysv_work
int LAPACKE_zsysv_work(int matrix_layout, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysvx
int LAPACKE_zsysvx(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysvx_work
int LAPACKE_zsysvx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, const(lapack_complex_double)* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, int lwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysvxx
int LAPACKE_zsysvxx(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsysvxx_work
int LAPACKE_zsysvxx_work(int matrix_layout, char fact, char uplo, int n, int nrhs, lapack_complex_double* a, int lda, lapack_complex_double* af, int ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int ldb, lapack_complex_double* x, int ldx, double* rcond, double* rpvgrw, double* berr, int n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int nparams, double* params, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyswapr
int LAPACKE_zsyswapr(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsyswapr_work
int LAPACKE_zsyswapr_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int i1, int i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrf
int LAPACKE_zsytrf(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrf_rook
int LAPACKE_zsytrf_rook(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrf_rook_work
int LAPACKE_zsytrf_rook_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrf_work
int LAPACKE_zsytrf_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, int* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri
int LAPACKE_zsytri(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri2
int LAPACKE_zsytri2(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri2_work
int LAPACKE_zsytri2_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri2x
int LAPACKE_zsytri2x(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri2x_work
int LAPACKE_zsytri2x_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work, int nb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytri_work
int LAPACKE_zsytri_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(int)* ipiv, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs
int LAPACKE_zsytrs(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs2
int LAPACKE_zsytrs2(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs2_work
int LAPACKE_zsytrs2_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs_rook
int LAPACKE_zsytrs_rook(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs_rook_work
int LAPACKE_zsytrs_rook_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zsytrs_work
int LAPACKE_zsytrs_work(int matrix_layout, char uplo, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(int)* ipiv, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbcon
int LAPACKE_ztbcon(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(lapack_complex_double)* ab, int ldab, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbcon_work
int LAPACKE_ztbcon_work(int matrix_layout, char norm, char uplo, char diag, int n, int kd, const(lapack_complex_double)* ab, int ldab, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbrfs
int LAPACKE_ztbrfs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbrfs_work
int LAPACKE_ztbrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbtrs
int LAPACKE_ztbtrs(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztbtrs_work
int LAPACKE_ztbtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int kd, int nrhs, const(lapack_complex_double)* ab, int ldab, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfsm
int LAPACKE_ztfsm(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, lapack_complex_double alpha, const(lapack_complex_double)* a, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfsm_work
int LAPACKE_ztfsm_work(int matrix_layout, char transr, char side, char uplo, char trans, char diag, int m, int n, lapack_complex_double alpha, const(lapack_complex_double)* a, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztftri
int LAPACKE_ztftri(int matrix_layout, char transr, char uplo, char diag, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztftri_work
int LAPACKE_ztftri_work(int matrix_layout, char transr, char uplo, char diag, int n, lapack_complex_double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfttp
int LAPACKE_ztfttp(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* arf, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfttp_work
int LAPACKE_ztfttp_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* arf, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfttr
int LAPACKE_ztfttr(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* arf, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztfttr_work
int LAPACKE_ztfttr_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* arf, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgevc
int LAPACKE_ztgevc(int matrix_layout, char side, char howmny, const(int)* select, int n, const(lapack_complex_double)* s, int lds, const(lapack_complex_double)* p, int ldp, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgevc_work
int LAPACKE_ztgevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, const(lapack_complex_double)* s, int lds, const(lapack_complex_double)* p, int ldp, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgexc
int LAPACKE_ztgexc(int matrix_layout, int wantq, int wantz, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgexc_work
int LAPACKE_ztgexc_work(int matrix_layout, int wantq, int wantz, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsen
int LAPACKE_ztgsen(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, int* m, double* pl, double* pr, double* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsen_work
int LAPACKE_ztgsen_work(int matrix_layout, int ijob, int wantq, int wantz, const(int)* select, int n, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int ldq, lapack_complex_double* z, int ldz, int* m, double* pl, double* pr, double* dif, lapack_complex_double* work, int lwork, int* iwork, int liwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsja
int LAPACKE_ztgsja(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsja_work
int LAPACKE_ztgsja_work(int matrix_layout, char jobu, char jobv, char jobq, int m, int p, int n, int k, int l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, double tola, double tolb, double* alpha, double* beta, lapack_complex_double* u, int ldu, lapack_complex_double* v, int ldv, lapack_complex_double* q, int ldq, lapack_complex_double* work, int* ncycle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsna
int LAPACKE_ztgsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* vl, int ldvl, const(lapack_complex_double)* vr, int ldvr, double* s, double* dif, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsna_work
int LAPACKE_ztgsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* vl, int ldvl, const(lapack_complex_double)* vr, int ldvr, double* s, double* dif, int mm, int* m, lapack_complex_double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsyl
int LAPACKE_ztgsyl(int matrix_layout, char trans, int ijob, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, lapack_complex_double* c, int ldc, const(lapack_complex_double)* d, int ldd, const(lapack_complex_double)* e, int lde, lapack_complex_double* f, int ldf, double* scale, double* dif)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztgsyl_work
int LAPACKE_ztgsyl_work(int matrix_layout, char trans, int ijob, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, lapack_complex_double* c, int ldc, const(lapack_complex_double)* d, int ldd, const(lapack_complex_double)* e, int lde, lapack_complex_double* f, int ldf, double* scale, double* dif, lapack_complex_double* work, int lwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpcon
int LAPACKE_ztpcon(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_double)* ap, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpcon_work
int LAPACKE_ztpcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_double)* ap, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpmqrt
int LAPACKE_ztpmqrt(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpmqrt_work
int LAPACKE_ztpmqrt_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, int nb, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpqrt
int LAPACKE_ztpqrt(int matrix_layout, int m, int n, int l, int nb, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpqrt2
int LAPACKE_ztpqrt2(int matrix_layout, int m, int n, int l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpqrt2_work
int LAPACKE_ztpqrt2_work(int matrix_layout, int m, int n, int l, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* t, int ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpqrt_work
int LAPACKE_ztpqrt_work(int matrix_layout, int m, int n, int l, int nb, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* t, int ldt, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztprfb
int LAPACKE_ztprfb(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztprfb_work
int LAPACKE_ztprfb_work(int matrix_layout, char side, char trans, char direct, char storev, int m, int n, int k, int l, const(lapack_complex_double)* v, int ldv, const(lapack_complex_double)* t, int ldt, lapack_complex_double* a, int lda, lapack_complex_double* b, int ldb, lapack_complex_double* work, int ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztprfs
int LAPACKE_ztprfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztprfs_work
int LAPACKE_ztprfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztptri
int LAPACKE_ztptri(int matrix_layout, char uplo, char diag, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztptri_work
int LAPACKE_ztptri_work(int matrix_layout, char uplo, char diag, int n, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztptrs
int LAPACKE_ztptrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztptrs_work
int LAPACKE_ztptrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpttf
int LAPACKE_ztpttf(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* ap, lapack_complex_double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpttf_work
int LAPACKE_ztpttf_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* ap, lapack_complex_double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpttr
int LAPACKE_ztpttr(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztpttr_work
int LAPACKE_ztpttr_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrcon
int LAPACKE_ztrcon(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_double)* a, int lda, double* rcond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrcon_work
int LAPACKE_ztrcon_work(int matrix_layout, char norm, char uplo, char diag, int n, const(lapack_complex_double)* a, int lda, double* rcond, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrevc
int LAPACKE_ztrevc(int matrix_layout, char side, char howmny, const(int)* select, int n, lapack_complex_double* t, int ldt, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrevc_work
int LAPACKE_ztrevc_work(int matrix_layout, char side, char howmny, const(int)* select, int n, lapack_complex_double* t, int ldt, lapack_complex_double* vl, int ldvl, lapack_complex_double* vr, int ldvr, int mm, int* m, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrexc
int LAPACKE_ztrexc(int matrix_layout, char compq, int n, lapack_complex_double* t, int ldt, lapack_complex_double* q, int ldq, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrexc_work
int LAPACKE_ztrexc_work(int matrix_layout, char compq, int n, lapack_complex_double* t, int ldt, lapack_complex_double* q, int ldq, int ifst, int ilst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrrfs
int LAPACKE_ztrrfs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrrfs_work
int LAPACKE_ztrrfs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, const(lapack_complex_double)* x, int ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsen
int LAPACKE_ztrsen(int matrix_layout, char job, char compq, const(int)* select, int n, lapack_complex_double* t, int ldt, lapack_complex_double* q, int ldq, lapack_complex_double* w, int* m, double* s, double* sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsen_work
int LAPACKE_ztrsen_work(int matrix_layout, char job, char compq, const(int)* select, int n, lapack_complex_double* t, int ldt, lapack_complex_double* q, int ldq, lapack_complex_double* w, int* m, double* s, double* sep, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsna
int LAPACKE_ztrsna(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_double)* t, int ldt, const(lapack_complex_double)* vl, int ldvl, const(lapack_complex_double)* vr, int ldvr, double* s, double* sep, int mm, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsna_work
int LAPACKE_ztrsna_work(int matrix_layout, char job, char howmny, const(int)* select, int n, const(lapack_complex_double)* t, int ldt, const(lapack_complex_double)* vl, int ldvl, const(lapack_complex_double)* vr, int ldvr, double* s, double* sep, int mm, int* m, lapack_complex_double* work, int ldwork, double* rwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsyl
int LAPACKE_ztrsyl(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, lapack_complex_double* c, int ldc, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrsyl_work
int LAPACKE_ztrsyl_work(int matrix_layout, char trana, char tranb, int isgn, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* b, int ldb, lapack_complex_double* c, int ldc, double* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrtri
int LAPACKE_ztrtri(int matrix_layout, char uplo, char diag, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrtri_work
int LAPACKE_ztrtri_work(int matrix_layout, char uplo, char diag, int n, lapack_complex_double* a, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrtrs
int LAPACKE_ztrtrs(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrtrs_work
int LAPACKE_ztrtrs_work(int matrix_layout, char uplo, char trans, char diag, int n, int nrhs, const(lapack_complex_double)* a, int lda, lapack_complex_double* b, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrttf
int LAPACKE_ztrttf(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrttf_work
int LAPACKE_ztrttf_work(int matrix_layout, char transr, char uplo, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* arf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrttp
int LAPACKE_ztrttp(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztrttp_work
int LAPACKE_ztrttp_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* a, int lda, lapack_complex_double* ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztzrzf
int LAPACKE_ztzrzf(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_ztzrzf_work
int LAPACKE_ztzrzf_work(int matrix_layout, int m, int n, lapack_complex_double* a, int lda, lapack_complex_double* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunbdb
int LAPACKE_zunbdb(int matrix_layout, char trans, char signs, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x12, int ldx12, lapack_complex_double* x21, int ldx21, lapack_complex_double* x22, int ldx22, double* theta, double* phi, lapack_complex_double* taup1, lapack_complex_double* taup2, lapack_complex_double* tauq1, lapack_complex_double* tauq2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunbdb_work
int LAPACKE_zunbdb_work(int matrix_layout, char trans, char signs, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x12, int ldx12, lapack_complex_double* x21, int ldx21, lapack_complex_double* x22, int ldx22, double* theta, double* phi, lapack_complex_double* taup1, lapack_complex_double* taup2, lapack_complex_double* tauq1, lapack_complex_double* tauq2, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zuncsd
int LAPACKE_zuncsd(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x12, int ldx12, lapack_complex_double* x21, int ldx21, lapack_complex_double* x22, int ldx22, double* theta, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t, lapack_complex_double* v2t, int ldv2t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zuncsd2by1
int LAPACKE_zuncsd2by1(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x21, int ldx21, double* theta, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zuncsd2by1_work
int LAPACKE_zuncsd2by1_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x21, int ldx21, double* theta, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zuncsd_work
int LAPACKE_zuncsd_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, char jobv2t, char trans, char signs, int m, int p, int q, lapack_complex_double* x11, int ldx11, lapack_complex_double* x12, int ldx12, lapack_complex_double* x21, int ldx21, lapack_complex_double* x22, int ldx22, double* theta, lapack_complex_double* u1, int ldu1, lapack_complex_double* u2, int ldu2, lapack_complex_double* v1t, int ldv1t, lapack_complex_double* v2t, int ldv2t, lapack_complex_double* work, int lwork, double* rwork, int lrwork, int* iwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungbr
int LAPACKE_zungbr(int matrix_layout, char vect, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungbr_work
int LAPACKE_zungbr_work(int matrix_layout, char vect, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunghr
int LAPACKE_zunghr(int matrix_layout, int n, int ilo, int ihi, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunghr_work
int LAPACKE_zunghr_work(int matrix_layout, int n, int ilo, int ihi, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunglq
int LAPACKE_zunglq(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunglq_work
int LAPACKE_zunglq_work(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungql
int LAPACKE_zungql(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungql_work
int LAPACKE_zungql_work(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungqr
int LAPACKE_zungqr(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungqr_work
int LAPACKE_zungqr_work(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungrq
int LAPACKE_zungrq(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungrq_work
int LAPACKE_zungrq_work(int matrix_layout, int m, int n, int k, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungtr
int LAPACKE_zungtr(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zungtr_work
int LAPACKE_zungtr_work(int matrix_layout, char uplo, int n, lapack_complex_double* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmbr
int LAPACKE_zunmbr(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmbr_work
int LAPACKE_zunmbr_work(int matrix_layout, char vect, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmhr
int LAPACKE_zunmhr(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmhr_work
int LAPACKE_zunmhr_work(int matrix_layout, char side, char trans, int m, int n, int ilo, int ihi, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmlq
int LAPACKE_zunmlq(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmlq_work
int LAPACKE_zunmlq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmql
int LAPACKE_zunmql(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmql_work
int LAPACKE_zunmql_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmqr
int LAPACKE_zunmqr(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmqr_work
int LAPACKE_zunmqr_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmrq
int LAPACKE_zunmrq(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmrq_work
int LAPACKE_zunmrq_work(int matrix_layout, char side, char trans, int m, int n, int k, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmrz
int LAPACKE_zunmrz(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmrz_work
int LAPACKE_zunmrz_work(int matrix_layout, char side, char trans, int m, int n, int k, int l, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmtr
int LAPACKE_zunmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zunmtr_work
int LAPACKE_zunmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_double)* a, int lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work, int lwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zupgtr
int LAPACKE_zupgtr(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* q, int ldq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zupgtr_work
int LAPACKE_zupgtr_work(int matrix_layout, char uplo, int n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* q, int ldq, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zupmtr
int LAPACKE_zupmtr(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LAPACKE_zupmtr_work
int LAPACKE_zupmtr_work(int matrix_layout, char side, char uplo, char trans, int m, int n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* c, int ldc, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbbcsd_
void cbbcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, int* m, int* p, int* q, float* theta, float* phi, lapack_complex_float* u1, int* ldu1, lapack_complex_float* u2, int* ldu2, lapack_complex_float* v1t, int* ldv1t, lapack_complex_float* v2t, int* ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e, float* rwork, int* lrwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbdsqr_
void cbdsqr_(char* uplo, int* n, int* ncvt, int* nru, int* ncc, float* d, float* e, lapack_complex_float* vt, int* ldvt, lapack_complex_float* u, int* ldu, lapack_complex_float* c, int* ldc, float* work, int* 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, int* m, int* n, int* ncc, int* kl, int* ku, lapack_complex_float* ab, int* ldab, float* d, float* e, lapack_complex_float* q, int* ldq, lapack_complex_float* pt, int* ldpt, lapack_complex_float* c, int* ldc, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kl, int* ku, const(lapack_complex_float)* ab, int* ldab, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, float* rwork, int* 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_(int* m, int* n, int* kl, int* ku, const(lapack_complex_float)* ab, int* ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbequb_
void cgbequb_(int* m, int* n, int* kl, int* ku, const(lapack_complex_float)* ab, int* ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* 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, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_float)* ab, int* ldab, const(lapack_complex_float)* afb, int* ldafb, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbrfsx_
void cgbrfsx_(char* trans, char* equed, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_float)* ab, int* ldab, const(lapack_complex_float)* afb, int* ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* 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_(int* n, int* kl, int* ku, int* nrhs, lapack_complex_float* ab, int* ldab, int* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* kl, int* ku, int* nrhs, lapack_complex_float* ab, int* ldab, lapack_complex_float* afb, int* ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgbsvxx_
void cgbsvxx_(char* fact, char* trans, int* n, int* kl, int* ku, int* nrhs, lapack_complex_float* ab, int* ldab, lapack_complex_float* afb, int* ldafb, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* 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_(int* m, int* n, int* kl, int* ku, lapack_complex_float* ab, int* ldab, int* ipiv, int* 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, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_float)* ab, int* ldab, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(float)* scale, int* m, lapack_complex_float* v, int* ldv, int* 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, int* n, lapack_complex_float* a, int* lda, int* ilo, int* ihi, float* scale, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, float* d, float* e, lapack_complex_float* tauq, lapack_complex_float* taup, lapack_complex_float* work, int* lwork, int* 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, int* n, const(lapack_complex_float)* a, int* lda, float* anorm, float* rcond, lapack_complex_float* work, float* rwork, int* 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_(int* m, int* n, const(lapack_complex_float)* a, int* lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeequb_
void cgeequb_(int* m, int* n, const(lapack_complex_float)* a, int* lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* 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, LAPACK_C_SELECT1 select, int* n, lapack_complex_float* a, int* lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int* ldvs, lapack_complex_float* work, int* lwork, float* rwork, int* bwork, int* 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, LAPACK_C_SELECT1 select, char* sense, int* n, lapack_complex_float* a, int* lda, int* sdim, lapack_complex_float* w, lapack_complex_float* vs, int* ldvs, float* rconde, float* rcondv, lapack_complex_float* work, int* lwork, float* rwork, int* bwork, int* 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, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* w, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, lapack_complex_float* work, int* lwork, float* rwork, int* 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, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* w, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv, lapack_complex_float* work, int* lwork, float* rwork, int* 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_(int* n, int* ilo, int* ihi, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgejsv_
void cgejsv_(char* joba, char* jobu, char* jobv, char* jobr, char* jobt, char* jobp, int* m, int* n, lapack_complex_float* a, int* lda, float* sva, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* cwork, int* lwork, float* work, int* lrwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgelq2_
void cgelq2_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* 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, int* m, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* lwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* s, float* rcond, int* rank, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* s, float* rcond, int* rank, lapack_complex_float* work, int* lwork, float* rwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* jpvt, float* rcond, int* rank, lapack_complex_float* work, int* lwork, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgemqrt_
void cgemqrt_(char* side, char* trans, int* m, int* n, int* k, int* nb, const(lapack_complex_float)* v, int* ldv, const(lapack_complex_float)* t, int* ldt, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, int* jpvt, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, float* rwork, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, int* jpvt, lapack_complex_float* tau, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqr2_
void cgeqr2_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrfp_
void cgeqrfp_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrt2_
void cgeqrt2_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrt3_
void cgeqrt3_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgeqrt_
void cgeqrt_(int* m, int* n, int* nb, lapack_complex_float* a, int* lda, lapack_complex_float* t, int* ldt, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgerfsx_
void cgerfsx_(char* trans, char* equed, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* 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, int* m, int* n, lapack_complex_float* a, int* lda, float* s, lapack_complex_float* u, int* ldu, lapack_complex_float* vt, int* ldvt, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* 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_(int* n, int* nrhs, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* m, int* n, lapack_complex_float* a, int* lda, float* s, lapack_complex_float* u, int* ldu, lapack_complex_float* vt, int* ldvt, lapack_complex_float* work, int* lwork, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesvdx_
void cgesvdx_(char* jobu, char* jobvt, char* range, int* m, int* n, lapack_complex_float* a, int* lda, float* vl, float* vu, int* il, int* iu, int* ns, float* s, lapack_complex_float* u, int* ldu, lapack_complex_float* vt, int* ldvt, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesvj_
void cgesvj_(char* joba, char* jobu, char* jobv, int* m, int* n, lapack_complex_float* a, int* lda, float* sva, int* mv, lapack_complex_float* v, int* ldv, lapack_complex_float* cwork, int* lwork, float* rwork, int* lrwork, int* 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, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgesvxx_
void cgesvxx_(char* fact, char* trans, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, char* equed, float* r, float* c, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgetf2_
void cgetf2_(int* m, int* n, lapack_complex_float* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgetrf2_
void cgetrf2_(int* m, int* n, lapack_complex_float* a, int* lda, int* ipiv, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, int* ipiv, int* 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_(int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* lwork, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(float)* lscale, const(float)* rscale, int* m, lapack_complex_float* v, int* ldv, int* 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, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* ilo, int* ihi, float* lscale, float* rscale, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgges3_
void cgges3_(char* jobvsl, char* jobvsr, char* sort, LAPACK_C_SELECT2 selctg, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int* ldvsl, lapack_complex_float* vsr, int* ldvsr, lapack_complex_float* work, int* lwork, float* rwork, int* bwork, int* 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, LAPACK_C_SELECT2 selctg, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int* ldvsl, lapack_complex_float* vsr, int* ldvsr, lapack_complex_float* work, int* lwork, float* rwork, int* bwork, int* 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, LAPACK_C_SELECT2 selctg, char* sense, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* sdim, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vsl, int* ldvsl, lapack_complex_float* vsr, int* ldvsr, float* rconde, float* rcondv, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* liwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggev3_
void cggev3_(char* jobvl, char* jobvr, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, lapack_complex_float* work, int* lwork, float* rwork, int* 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, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, lapack_complex_float* work, int* lwork, float* rwork, int* 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, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* bwork, int* 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_(int* n, int* m, int* p, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* d, lapack_complex_float* x, lapack_complex_float* y, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cgghd3_
void cgghd3_(char* compq, char* compz, int* n, int* ilo, int* ihi, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* q, int* ldq, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, int* 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, int* n, int* ilo, int* ihi, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* q, int* ldq, lapack_complex_float* z, int* ldz, int* 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_(int* m, int* n, int* p, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* c, lapack_complex_float* d, lapack_complex_float* x, lapack_complex_float* work, int* lwork, int* 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_(int* n, int* m, int* p, lapack_complex_float* a, int* lda, lapack_complex_float* taua, lapack_complex_float* b, int* ldb, lapack_complex_float* taub, lapack_complex_float* work, int* lwork, int* 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_(int* m, int* p, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* taua, lapack_complex_float* b, int* ldb, lapack_complex_float* taub, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggsvd3_
void cggsvd3_(char* jobu, char* jobv, char* jobq, int* m, int* n, int* p, int* k, int* l, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* alpha, float* beta, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* q, int* ldq, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* 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, int* m, int* n, int* p, int* k, int* l, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* alpha, float* beta, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* q, int* ldq, lapack_complex_float* work, float* rwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cggsvp3_
void cggsvp3_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* tola, float* tolb, int* k, int* l, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* q, int* ldq, int* iwork, float* rwork, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* 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, int* m, int* p, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* tola, float* tolb, int* k, int* l, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* q, int* ldq, int* iwork, float* rwork, lapack_complex_float* tau, lapack_complex_float* work, int* 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, int* n, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* dlf, const(lapack_complex_float)* df, const(lapack_complex_float)* duf, const(lapack_complex_float)* du2, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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_(int* n, int* nrhs, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* b, int* ldb, int* 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, int* n, int* nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, lapack_complex_float* dlf, lapack_complex_float* df, lapack_complex_float* duf, lapack_complex_float* du2, int* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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_(int* n, lapack_complex_float* dl, lapack_complex_float* d, lapack_complex_float* du, lapack_complex_float* du2, int* ipiv, int* 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, int* n, int* nrhs, const(lapack_complex_float)* dl, const(lapack_complex_float)* d, const(lapack_complex_float)* du, const(lapack_complex_float)* du2, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* kd, lapack_complex_float* ab, int* ldab, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbevd_
void chbevd_(char* jobz, char* uplo, int* n, int* kd, lapack_complex_float* ab, int* ldab, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbevx_
void chbevx_(char* jobz, char* range, char* uplo, int* n, int* kd, lapack_complex_float* ab, int* ldab, lapack_complex_float* q, int* ldq, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbgst_
void chbgst_(char* vect, char* uplo, int* n, int* ka, int* kb, lapack_complex_float* ab, int* ldab, const(lapack_complex_float)* bb, int* ldbb, lapack_complex_float* x, int* ldx, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbgv_
void chbgv_(char* jobz, char* uplo, int* n, int* ka, int* kb, lapack_complex_float* ab, int* ldab, lapack_complex_float* bb, int* ldbb, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbgvd_
void chbgvd_(char* jobz, char* uplo, int* n, int* ka, int* kb, lapack_complex_float* ab, int* ldab, lapack_complex_float* bb, int* ldbb, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbgvx_
void chbgvx_(char* jobz, char* range, char* uplo, int* n, int* ka, int* kb, lapack_complex_float* ab, int* ldab, lapack_complex_float* bb, int* ldbb, lapack_complex_float* q, int* ldq, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chbtrd_
void chbtrd_(char* vect, char* uplo, int* n, int* kd, lapack_complex_float* ab, int* ldab, float* d, float* e, lapack_complex_float* q, int* ldq, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
checon_
void checon_(char* uplo, int* n, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheequb_
void cheequb_(char* uplo, int* n, const(lapack_complex_float)* a, int* lda, float* s, float* scond, float* amax, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheev_
void cheev_(char* jobz, char* uplo, int* n, lapack_complex_float* a, int* lda, float* w, lapack_complex_float* work, int* lwork, float* rwork, int* 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, int* n, lapack_complex_float* a, int* lda, float* w, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, lapack_complex_float* a, int* lda, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, int* isuppz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheevx_
void cheevx_(char* jobz, char* range, char* uplo, int* n, lapack_complex_float* a, int* lda, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chegst_
void chegst_(int* itype, char* uplo, int* n, lapack_complex_float* a, int* lda, const(lapack_complex_float)* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chegv_
void chegv_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* w, lapack_complex_float* work, int* lwork, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chegvd_
void chegvd_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* w, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chegvx_
void chegvx_(int* itype, char* jobz, char* range, char* uplo, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cherfs_
void cherfs_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cherfsx_
void cherfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chesv_
void chesv_(char* uplo, int* n, int* nrhs, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chesvx_
void chesvx_(char* fact, char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, int* lwork, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chesvxx_
void chesvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cheswapr_
void cheswapr_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* i1, int* i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrd_
void chetrd_(char* uplo, int* n, lapack_complex_float* a, int* lda, float* d, float* e, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrf_
void chetrf_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrf_rook_
void chetrf_rook_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetri2_
void chetri2_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetri2x_
void chetri2x_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* nb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetri_
void chetri_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrs2_
void chetrs2_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrs_
void chetrs_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chetrs_rook_
void chetrs_rook_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chfrk_
void chfrk_(char* transr, char* uplo, char* trans, int* n, int* k, float* alpha, const(lapack_complex_float)* a, int* lda, float* beta, lapack_complex_float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chgeqz_
void chgeqz_(char* job, char* compq, char* compz, int* n, int* ilo, int* ihi, lapack_complex_float* h, int* ldh, lapack_complex_float* t, int* ldt, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int* ldq, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* 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, int* n, const(lapack_complex_float)* ap, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpev_
void chpev_(char* jobz, char* uplo, int* n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpevd_
void chpevd_(char* jobz, char* uplo, int* n, lapack_complex_float* ap, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpevx_
void chpevx_(char* jobz, char* range, char* uplo, int* n, lapack_complex_float* ap, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpgst_
void chpgst_(int* itype, char* uplo, int* n, lapack_complex_float* ap, const(lapack_complex_float)* bp, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpgv_
void chpgv_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpgvd_
void chpgvd_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_float* ap, lapack_complex_float* bp, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpgvx_
void chpgvx_(int* itype, char* jobz, char* range, char* uplo, int* n, lapack_complex_float* ap, lapack_complex_float* bp, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, float* rwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chprfs_
void chprfs_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpsv_
void chpsv_(char* uplo, int* n, int* nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chpsvx_
void chpsvx_(char* fact, char* uplo, int* n, int* nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chptrd_
void chptrd_(char* uplo, int* n, lapack_complex_float* ap, float* d, float* e, lapack_complex_float* tau, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chptrf_
void chptrf_(char* uplo, int* n, lapack_complex_float* ap, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chptri_
void chptri_(char* uplo, int* n, lapack_complex_float* ap, const(int)* ipiv, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chptrs_
void chptrs_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chsein_
void chsein_(char* job, char* eigsrc, char* initv, const(int)* select, int* n, const(lapack_complex_float)* h, int* ldh, lapack_complex_float* w, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, int* mm, int* m, lapack_complex_float* work, float* rwork, int* ifaill, int* ifailr, int* 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, int* n, int* ilo, int* ihi, lapack_complex_float* h, int* ldh, lapack_complex_float* w, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clacgv_
void clacgv_(int* n, lapack_complex_float* x, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clacn2_
void clacn2_(int* n, lapack_complex_float* v, lapack_complex_float* x, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clacp2_
void clacp2_(char* uplo, int* m, int* n, const(float)* a, int* lda, lapack_complex_float* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clacpy_
void clacpy_(char* uplo, int* m, int* n, const(lapack_complex_float)* a, int* lda, lapack_complex_float* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clag2z_
void clag2z_(int* m, int* n, const(lapack_complex_float)* sa, int* ldsa, lapack_complex_float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clagge_
void clagge_(int* m, int* n, int* kl, int* ku, const(float)* d, lapack_complex_float* a, int* lda, int* iseed, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
claghe_
void claghe_(int* n, int* k, const(float)* d, lapack_complex_float* a, int* lda, int* iseed, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clagsy_
void clagsy_(int* n, int* k, const(float)* d, lapack_complex_float* a, int* lda, int* iseed, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clange_
float clange_(char* norm, int* m, int* n, const(lapack_complex_float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clanhe_
float clanhe_(char* norm, char* uplo, int* n, const(lapack_complex_float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clansy_
float clansy_(char* norm, char* uplo, int* n, const(lapack_complex_float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clantr_
float clantr_(char* norm, char* uplo, char* diag, int* m, int* n, const(lapack_complex_float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clapmr_
void clapmr_(int* forwrd, int* m, int* n, lapack_complex_float* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clapmt_
void clapmt_(int* forwrd, int* m, int* n, lapack_complex_float* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clarfb_
void clarfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, const(lapack_complex_float)* v, int* ldv, const(lapack_complex_float)* t, int* ldt, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clarfg_
void clarfg_(int* n, lapack_complex_float* alpha, lapack_complex_float* x, int* incx, lapack_complex_float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clarft_
void clarft_(char* direct, char* storev, int* n, int* k, const(lapack_complex_float)* v, int* ldv, const(lapack_complex_float)* tau, lapack_complex_float* t, int* ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clarfx_
void clarfx_(char* side, int* m, int* n, const(lapack_complex_float)* v, lapack_complex_float* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clarnv_
void clarnv_(int* idist, int* iseed, int* n, lapack_complex_float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clascl_
void clascl_(char* type, int* kl, int* ku, float* cfrom, float* cto, int* m, int* n, lapack_complex_float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
claset_
void claset_(char* uplo, int* m, int* n, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* a, int* lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
claswp_
void claswp_(int* n, lapack_complex_float* a, int* lda, int* k1, int* k2, const(int)* ipiv, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clatms_
void clatms_(int* m, int* n, char* dist, int* iseed, char* sym, float* d, int* mode, float* cond, float* dmax, int* kl, int* ku, char* pack, lapack_complex_float* a, int* lda, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clauum_
void clauum_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* 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, int* n, int* kd, const(lapack_complex_float)* ab, int* ldab, float* anorm, float* rcond, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kd, const(lapack_complex_float)* ab, int* ldab, float* s, float* scond, float* amax, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_float)* ab, int* ldab, const(lapack_complex_float)* afb, int* ldafb, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kb, lapack_complex_float* bb, int* ldbb, int* 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, int* n, int* kd, int* nrhs, lapack_complex_float* ab, int* ldab, lapack_complex_float* b, int* ldb, int* 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, int* n, int* kd, int* nrhs, lapack_complex_float* ab, int* ldab, lapack_complex_float* afb, int* ldafb, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kd, lapack_complex_float* ab, int* ldab, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_float)* ab, int* ldab, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpftrf_
void cpftrf_(char* transr, char* uplo, int* n, lapack_complex_float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpftri_
void cpftri_(char* transr, char* uplo, int* n, lapack_complex_float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpftrs_
void cpftrs_(char* transr, char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, lapack_complex_float* b, int* ldb, int* 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, int* n, const(lapack_complex_float)* a, int* lda, float* anorm, float* rcond, lapack_complex_float* work, float* rwork, int* 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_(int* n, const(lapack_complex_float)* a, int* lda, float* s, float* scond, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpoequb_
void cpoequb_(int* n, const(lapack_complex_float)* a, int* lda, float* s, float* scond, float* amax, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cporfsx_
void cporfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(float)* s, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* 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, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, int* 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, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cposvxx_
void cposvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpotrf2_
void cpotrf2_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* 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, int* n, lapack_complex_float* a, int* lda, int* 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, int* n, lapack_complex_float* a, int* lda, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, lapack_complex_float* b, int* ldb, int* 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, int* n, const(lapack_complex_float)* ap, float* anorm, float* rcond, lapack_complex_float* work, float* rwork, int* 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, int* n, const(lapack_complex_float)* ap, float* s, float* scond, float* amax, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, int* nrhs, lapack_complex_float* ap, lapack_complex_float* b, int* ldb, int* 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, int* n, int* nrhs, lapack_complex_float* ap, lapack_complex_float* afp, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, lapack_complex_float* ap, int* 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, int* n, lapack_complex_float* ap, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpstrf_
void cpstrf_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* piv, int* rank, float* tol, float* work, int* 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_(int* n, const(float)* d, const(lapack_complex_float)* e, float* anorm, float* rcond, float* work, int* 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, int* n, float* d, float* e, lapack_complex_float* z, int* ldz, float* work, int* 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, int* n, int* nrhs, const(float)* d, const(lapack_complex_float)* e, const(float)* df, const(lapack_complex_float)* ef, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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_(int* n, int* nrhs, float* d, lapack_complex_float* e, lapack_complex_float* b, int* ldb, int* 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, int* n, int* nrhs, const(float)* d, const(lapack_complex_float)* e, float* df, lapack_complex_float* ef, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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_(int* n, float* d, lapack_complex_float* e, int* 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, int* n, int* nrhs, const(float)* d, const(lapack_complex_float)* e, lapack_complex_float* b, int* ldb, int* 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, int* n, const(lapack_complex_float)* ap, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* afp, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, int* nrhs, lapack_complex_float* ap, int* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, lapack_complex_float* afp, int* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, lapack_complex_float* ap, int* ipiv, int* 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, int* n, lapack_complex_float* ap, const(int)* ipiv, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, float* d, float* e, lapack_complex_float* z, int* ldz, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, lapack_complex_float* z, int* ldz, int* isuppz, float* work, int* lwork, int* iwork, int* liwork, int* 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_(int* n, const(float)* d, const(float)* e, int* m, const(float)* w, const(int)* iblock, const(int)* isplit, lapack_complex_float* z, int* ldz, float* work, int* iwork, int* ifailv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cstemr_
void cstemr_(char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, int* m, float* w, lapack_complex_float* z, int* ldz, int* nzc, int* isuppz, int* tryrac, float* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, float* d, float* e, lapack_complex_float* z, int* ldz, float* work, int* 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, int* n, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, float* anorm, float* rcond, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyconv_
void csyconv_(char* uplo, char* way, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyequb_
void csyequb_(char* uplo, int* n, const(lapack_complex_float)* a, int* lda, float* s, float* scond, float* amax, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyr_
void csyr_(char* uplo, int* n, lapack_complex_float* alpha, const(lapack_complex_float)* x, int* incx, lapack_complex_float* a, int* lda)
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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyrfsx_
void csyrfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* af, int* ldaf, const(int)* ipiv, const(float)* s, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* 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, int* n, int* nrhs, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* lwork, int* 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, int* n, int* nrhs, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* lwork, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* ferr, float* berr, lapack_complex_float* work, int* lwork, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csysvxx_
void csysvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_float* a, int* lda, lapack_complex_float* af, int* ldaf, int* ipiv, char* equed, float* s, lapack_complex_float* b, int* ldb, lapack_complex_float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csyswapr_
void csyswapr_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* i1, int* i2)
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, int* n, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrf_rook_
void csytrf_rook_(char* uplo, int* n, lapack_complex_float* a, int* lda, int* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytri2_
void csytri2_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytri2x_
void csytri2x_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* nb, int* 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, int* n, lapack_complex_float* a, int* lda, const(int)* ipiv, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
csytrs_rook_
void csytrs_rook_(char* uplo, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(int)* ipiv, lapack_complex_float* b, int* ldb, int* 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, int* n, int* kd, const(lapack_complex_float)* ab, int* ldab, float* rcond, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_float)* ab, int* ldab, const(lapack_complex_float)* b, int* ldb, const(lapack_complex_float)* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_float)* ab, int* ldab, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctfsm_
void ctfsm_(char* transr, char* side, char* uplo, char* trans, char* diag, int* m, int* n, lapack_complex_float* alpha, const(lapack_complex_float)* a, lapack_complex_float* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctftri_
void ctftri_(char* transr, char* uplo, char* diag, int* n, lapack_complex_float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctfttp_
void ctfttp_(char* transr, char* uplo, int* n, const(lapack_complex_float)* arf, lapack_complex_float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctfttr_
void ctfttr_(char* transr, char* uplo, int* n, const(lapack_complex_float)* arf, lapack_complex_float* a, int* lda, int* 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, const(int)* select, int* n, const(lapack_complex_float)* s, int* lds, const(lapack_complex_float)* p, int* ldp, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, int* mm, int* m, lapack_complex_float* work, float* rwork, int* 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_(int* wantq, int* wantz, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* q, int* ldq, lapack_complex_float* z, int* ldz, int* ifst, int* ilst, int* 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_(int* ijob, int* wantq, int* wantz, const(int)* select, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* alpha, lapack_complex_float* beta, lapack_complex_float* q, int* ldq, lapack_complex_float* z, int* ldz, int* m, float* pl, float* pr, float* dif, lapack_complex_float* work, int* lwork, int* iwork, int* liwork, int* 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, int* m, int* p, int* n, int* k, int* l, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, float* tola, float* tolb, float* alpha, float* beta, lapack_complex_float* u, int* ldu, lapack_complex_float* v, int* ldv, lapack_complex_float* q, int* ldq, lapack_complex_float* work, int* ncycle, int* 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, const(int)* select, int* n, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* b, int* ldb, const(lapack_complex_float)* vl, int* ldvl, const(lapack_complex_float)* vr, int* ldvr, float* s, float* dif, int* mm, int* m, lapack_complex_float* work, int* lwork, int* iwork, int* 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, int* ijob, int* m, int* n, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* c, int* ldc, const(lapack_complex_float)* d, int* ldd, const(lapack_complex_float)* e, int* lde, lapack_complex_float* f, int* ldf, float* scale, float* dif, lapack_complex_float* work, int* lwork, int* iwork, int* 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, int* n, const(lapack_complex_float)* ap, float* rcond, lapack_complex_float* work, float* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpmqrt_
void ctpmqrt_(char* side, char* trans, int* m, int* n, int* k, int* l, int* nb, const(lapack_complex_float)* v, int* ldv, const(lapack_complex_float)* t, int* ldt, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpqrt2_
void ctpqrt2_(int* m, int* n, int* l, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpqrt_
void ctpqrt_(int* m, int* n, int* l, int* nb, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* t, int* ldt, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctprfb_
void ctprfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, int* l, const(lapack_complex_float)* v, int* ldv, const(lapack_complex_float)* t, int* ldt, lapack_complex_float* a, int* lda, lapack_complex_float* b, int* ldb, lapack_complex_float* work, int* ldwork)
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, int* n, int* nrhs, const(lapack_complex_float)* ap, const(lapack_complex_float)* b, int* ldb, const(lapack_complex_float)* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, int* n, lapack_complex_float* ap, int* 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, int* n, int* nrhs, const(lapack_complex_float)* ap, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpttf_
void ctpttf_(char* transr, char* uplo, int* n, const(lapack_complex_float)* ap, lapack_complex_float* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctpttr_
void ctpttr_(char* uplo, int* n, const(lapack_complex_float)* ap, lapack_complex_float* a, int* lda, int* 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, int* n, const(lapack_complex_float)* a, int* lda, float* rcond, lapack_complex_float* work, float* rwork, int* 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, const(int)* select, int* n, lapack_complex_float* t, int* ldt, lapack_complex_float* vl, int* ldvl, lapack_complex_float* vr, int* ldvr, int* mm, int* m, lapack_complex_float* work, float* rwork, int* 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, int* n, lapack_complex_float* t, int* ldt, lapack_complex_float* q, int* ldq, int* ifst, int* ilst, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* b, int* ldb, const(lapack_complex_float)* x, int* ldx, float* ferr, float* berr, lapack_complex_float* work, float* rwork, int* 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, const(int)* select, int* n, lapack_complex_float* t, int* ldt, lapack_complex_float* q, int* ldq, lapack_complex_float* w, int* m, float* s, float* sep, lapack_complex_float* work, int* lwork, int* 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, const(int)* select, int* n, const(lapack_complex_float)* t, int* ldt, const(lapack_complex_float)* vl, int* ldvl, const(lapack_complex_float)* vr, int* ldvr, float* s, float* sep, int* mm, int* m, lapack_complex_float* work, int* ldwork, float* rwork, int* 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, int* isgn, int* m, int* n, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* b, int* ldb, lapack_complex_float* c, int* ldc, float* scale, int* 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, int* n, lapack_complex_float* a, int* lda, int* 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, int* n, int* nrhs, const(lapack_complex_float)* a, int* lda, lapack_complex_float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrttf_
void ctrttf_(char* transr, char* uplo, int* n, const(lapack_complex_float)* a, int* lda, lapack_complex_float* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctrttp_
void ctrttp_(char* uplo, int* n, const(lapack_complex_float)* a, int* lda, lapack_complex_float* ap, int* 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_(int* m, int* n, lapack_complex_float* a, int* lda, lapack_complex_float* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunbdb_
void cunbdb_(char* trans, char* signs, int* m, int* p, int* q, lapack_complex_float* x11, int* ldx11, lapack_complex_float* x12, int* ldx12, lapack_complex_float* x21, int* ldx21, lapack_complex_float* x22, int* ldx22, float* theta, float* phi, lapack_complex_float* taup1, lapack_complex_float* taup2, lapack_complex_float* tauq1, lapack_complex_float* tauq2, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuncsd2by1_
void cuncsd2by1_(char* jobu1, char* jobu2, char* jobv1t, int* m, int* p, int* q, lapack_complex_float* x11, int* ldx11, lapack_complex_float* x21, int* ldx21, float* theta, lapack_complex_float* u1, int* ldu1, lapack_complex_float* u2, int* ldu2, lapack_complex_float* v1t, int* ldv1t, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuncsd_
void cuncsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, char* signs, int* m, int* p, int* q, lapack_complex_float* x11, int* ldx11, lapack_complex_float* x12, int* ldx12, lapack_complex_float* x21, int* ldx21, lapack_complex_float* x22, int* ldx22, float* theta, lapack_complex_float* u1, int* ldu1, lapack_complex_float* u2, int* ldu2, lapack_complex_float* v1t, int* ldv1t, lapack_complex_float* v2t, int* ldv2t, lapack_complex_float* work, int* lwork, float* rwork, int* lrwork, int* iwork, int* 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, int* m, int* n, int* k, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunghr_
void cunghr_(int* n, int* ilo, int* ihi, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunglq_
void cunglq_(int* m, int* n, int* k, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cungql_
void cungql_(int* m, int* n, int* k, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cungqr_
void cungqr_(int* m, int* n, int* k, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cungrq_
void cungrq_(int* m, int* n, int* k, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cungtr_
void cungtr_(char* uplo, int* n, lapack_complex_float* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmbr_
void cunmbr_(char* vect, char* side, char* trans, int* m, int* n, int* k, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmhr_
void cunmhr_(char* side, char* trans, int* m, int* n, int* ilo, int* ihi, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmlq_
void cunmlq_(char* side, char* trans, int* m, int* n, int* k, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmql_
void cunmql_(char* side, char* trans, int* m, int* n, int* k, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmqr_
void cunmqr_(char* side, char* trans, int* m, int* n, int* k, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmrq_
void cunmrq_(char* side, char* trans, int* m, int* n, int* k, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmrz_
void cunmrz_(char* side, char* trans, int* m, int* n, int* k, int* l, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cunmtr_
void cunmtr_(char* side, char* uplo, char* trans, int* m, int* n, const(lapack_complex_float)* a, int* lda, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cupgtr_
void cupgtr_(char* uplo, int* n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* q, int* ldq, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cupmtr_
void cupmtr_(char* side, char* uplo, char* trans, int* m, int* n, const(lapack_complex_float)* ap, const(lapack_complex_float)* tau, lapack_complex_float* c, int* ldc, lapack_complex_float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbbcsd_
void dbbcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, int* m, int* p, int* q, double* theta, double* phi, double* u1, int* ldu1, double* u2, int* ldu2, double* v1t, int* ldv1t, double* v2t, int* ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbdsdc_
void dbdsdc_(char* uplo, char* compq, int* n, double* d, double* e, double* u, int* ldu, double* vt, int* ldvt, double* q, int* iq, double* work, int* iwork, int* 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, int* n, int* ncvt, int* nru, int* ncc, double* d, double* e, double* vt, int* ldvt, double* u, int* ldu, double* c, int* ldc, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbdsvdx_
void dbdsvdx_(char* uplo, char* jobz, char* range, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, int* ns, double* s, double* z, int* ldz, double* work, int* iwork, int* 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, int* m, int* n, const(double)* d, double* sep, int* 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, int* m, int* n, int* ncc, int* kl, int* ku, double* ab, int* ldab, double* d, double* e, double* q, int* ldq, double* pt, int* ldpt, double* c, int* ldc, double* work, int* 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, int* n, int* kl, int* ku, const(double)* ab, int* ldab, const(int)* ipiv, double* anorm, double* rcond, double* work, int* iwork, int* 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_(int* m, int* n, int* kl, int* ku, const(double)* ab, int* ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbequb_
void dgbequb_(int* m, int* n, int* kl, int* ku, const(double)* ab, int* ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* 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, int* n, int* kl, int* ku, int* nrhs, const(double)* ab, int* ldab, const(double)* afb, int* ldafb, const(int)* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbrfsx_
void dgbrfsx_(char* trans, char* equed, int* n, int* kl, int* ku, int* nrhs, const(double)* ab, int* ldab, const(double)* afb, int* ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* 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_(int* n, int* kl, int* ku, int* nrhs, double* ab, int* ldab, int* ipiv, double* b, int* ldb, int* 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, int* n, int* kl, int* ku, int* nrhs, double* ab, int* ldab, double* afb, int* ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgbsvxx_
void dgbsvxx_(char* fact, char* trans, int* n, int* kl, int* ku, int* nrhs, double* ab, int* ldab, double* afb, int* ldafb, int* ipiv, char* equed, double* r, double* c, double* b, int* ldb, double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* 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_(int* m, int* n, int* kl, int* ku, double* ab, int* ldab, int* ipiv, int* 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, int* n, int* kl, int* ku, int* nrhs, const(double)* ab, int* ldab, const(int)* ipiv, double* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(double)* scale, int* m, double* v, int* ldv, int* 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, int* n, double* a, int* lda, int* ilo, int* ihi, double* scale, int* 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_(int* m, int* n, double* a, int* lda, double* d, double* e, double* tauq, double* taup, double* work, int* lwork, int* 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, int* n, const(double)* a, int* lda, double* anorm, double* rcond, double* work, int* iwork, int* 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_(int* m, int* n, const(double)* a, int* lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeequb_
void dgeequb_(int* m, int* n, const(double)* a, int* lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* 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, LAPACK_D_SELECT2 select, int* n, double* a, int* lda, int* sdim, double* wr, double* wi, double* vs, int* ldvs, double* work, int* lwork, int* bwork, int* 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, LAPACK_D_SELECT2 select, char* sense, int* n, double* a, int* lda, int* sdim, double* wr, double* wi, double* vs, int* ldvs, double* rconde, double* rcondv, double* work, int* lwork, int* iwork, int* liwork, int* bwork, int* 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, int* n, double* a, int* lda, double* wr, double* wi, double* vl, int* ldvl, double* vr, int* ldvr, double* work, int* lwork, int* 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, int* n, double* a, int* lda, double* wr, double* wi, double* vl, int* ldvl, double* vr, int* ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv, double* work, int* lwork, int* iwork, int* 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_(int* n, int* ilo, int* ihi, double* a, int* lda, double* tau, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgejsv_
void dgejsv_(char* joba, char* jobu, char* jobv, char* jobr, char* jobt, char* jobp, int* m, int* n, double* a, int* lda, double* sva, double* u, int* ldu, double* v, int* ldv, double* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgelq2_
void dgelq2_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* 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_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* 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, int* m, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, double* work, int* lwork, int* 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_(int* m, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, double* s, double* rcond, int* rank, double* work, int* lwork, int* iwork, int* 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_(int* m, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, double* s, double* rcond, int* rank, double* work, int* lwork, int* 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_(int* m, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, int* jpvt, double* rcond, int* rank, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgemqrt_
void dgemqrt_(char* side, char* trans, int* m, int* n, int* k, int* nb, const(double)* v, int* ldv, const(double)* t, int* ldt, double* c, int* ldc, double* work, int* 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_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* 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_(int* m, int* n, double* a, int* lda, int* jpvt, double* tau, double* work, int* lwork, int* 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_(int* m, int* n, double* a, int* lda, int* jpvt, double* tau, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqr2_
void dgeqr2_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* 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_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrfp_
void dgeqrfp_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrt2_
void dgeqrt2_(int* m, int* n, double* a, int* lda, double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrt3_
void dgeqrt3_(int* m, int* n, double* a, int* lda, double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgeqrt_
void dgeqrt_(int* m, int* n, int* nb, double* a, int* lda, double* t, int* ldt, double* work, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(int)* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgerfsx_
void dgerfsx_(char* trans, char* equed, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* 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_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* 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, int* m, int* n, double* a, int* lda, double* s, double* u, int* ldu, double* vt, int* ldvt, double* work, int* lwork, int* iwork, int* 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_(int* n, int* nrhs, double* a, int* lda, int* ipiv, double* b, int* ldb, int* 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, int* m, int* n, double* a, int* lda, double* s, double* u, int* ldu, double* vt, int* ldvt, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesvdx_
void dgesvdx_(char* jobu, char* jobvt, char* range, int* m, int* n, double* a, int* lda, double* vl, double* vu, int* il, int* iu, int* ns, double* s, double* u, int* ldu, double* vt, int* ldvt, double* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesvj_
void dgesvj_(char* joba, char* jobu, char* jobv, int* m, int* n, double* a, int* lda, double* sva, int* mv, double* v, int* ldv, double* work, int* lwork, int* 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, int* n, int* nrhs, double* a, int* lda, double* af, int* ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgesvxx_
void dgesvxx_(char* fact, char* trans, int* n, int* nrhs, double* a, int* lda, double* af, int* ldaf, int* ipiv, char* equed, double* r, double* c, double* b, int* ldb, double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgetf2_
void dgetf2_(int* m, int* n, double* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgetrf2_
void dgetrf2_(int* m, int* n, double* a, int* lda, int* ipiv, int* 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_(int* m, int* n, double* a, int* lda, int* ipiv, int* 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_(int* n, double* a, int* lda, const(int)* ipiv, double* work, int* lwork, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(int)* ipiv, double* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(double)* lscale, const(double)* rscale, int* m, double* v, int* ldv, int* 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, int* n, double* a, int* lda, double* b, int* ldb, int* ilo, int* ihi, double* lscale, double* rscale, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgges3_
void dgges3_(char* jobvsl, char* jobvsr, char* sort, LAPACK_D_SELECT3 selctg, int* n, double* a, int* lda, double* b, int* ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int* ldvsl, double* vsr, int* ldvsr, double* work, int* lwork, int* bwork, int* 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, LAPACK_D_SELECT3 selctg, int* n, double* a, int* lda, double* b, int* ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int* ldvsl, double* vsr, int* ldvsr, double* work, int* lwork, int* bwork, int* 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, LAPACK_D_SELECT3 selctg, char* sense, int* n, double* a, int* lda, double* b, int* ldb, int* sdim, double* alphar, double* alphai, double* beta, double* vsl, int* ldvsl, double* vsr, int* ldvsr, double* rconde, double* rcondv, double* work, int* lwork, int* iwork, int* liwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggev3_
void dggev3_(char* jobvl, char* jobvr, int* n, double* a, int* lda, double* b, int* ldb, double* alphar, double* alphai, double* beta, double* vl, int* ldvl, double* vr, int* ldvr, double* work, int* lwork, int* 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, int* n, double* a, int* lda, double* b, int* ldb, double* alphar, double* alphai, double* beta, double* vl, int* ldvl, double* vr, int* ldvr, double* work, int* lwork, int* 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, int* n, double* a, int* lda, double* b, int* ldb, double* alphar, double* alphai, double* beta, double* vl, int* ldvl, double* vr, int* ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv, double* work, int* lwork, int* iwork, int* bwork, int* 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_(int* n, int* m, int* p, double* a, int* lda, double* b, int* ldb, double* d, double* x, double* y, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgghd3_
void dgghd3_(char* compq, char* compz, int* n, int* ilo, int* ihi, double* a, int* lda, double* b, int* ldb, double* q, int* ldq, double* z, int* ldz, double* work, int* lwork, int* 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, int* n, int* ilo, int* ihi, double* a, int* lda, double* b, int* ldb, double* q, int* ldq, double* z, int* ldz, int* 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_(int* m, int* n, int* p, double* a, int* lda, double* b, int* ldb, double* c, double* d, double* x, double* work, int* lwork, int* 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_(int* n, int* m, int* p, double* a, int* lda, double* taua, double* b, int* ldb, double* taub, double* work, int* lwork, int* 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_(int* m, int* p, int* n, double* a, int* lda, double* taua, double* b, int* ldb, double* taub, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggsvd3_
void dggsvd3_(char* jobu, char* jobv, char* jobq, int* m, int* n, int* p, int* k, int* l, double* a, int* lda, double* b, int* ldb, double* alpha, double* beta, double* u, int* ldu, double* v, int* ldv, double* q, int* ldq, double* work, int* lwork, int* iwork, int* 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, int* m, int* n, int* p, int* k, int* l, double* a, int* lda, double* b, int* ldb, double* alpha, double* beta, double* u, int* ldu, double* v, int* ldv, double* q, int* ldq, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dggsvp3_
void dggsvp3_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, double* a, int* lda, double* b, int* ldb, double* tola, double* tolb, int* k, int* l, double* u, int* ldu, double* v, int* ldv, double* q, int* ldq, int* iwork, double* tau, double* work, int* lwork, int* 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, int* m, int* p, int* n, double* a, int* lda, double* b, int* ldb, double* tola, double* tolb, int* k, int* l, double* u, int* ldu, double* v, int* ldv, double* q, int* ldq, int* iwork, double* tau, double* work, int* 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, int* n, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double* anorm, double* rcond, double* work, int* iwork, int* 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, int* n, int* nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* dlf, const(double)* df, const(double)* duf, const(double)* du2, const(int)* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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_(int* n, int* nrhs, double* dl, double* d, double* du, double* b, int* ldb, int* 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, int* n, int* nrhs, const(double)* dl, const(double)* d, const(double)* du, double* dlf, double* df, double* duf, double* du2, int* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* 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_(int* n, double* dl, double* d, double* du, double* du2, int* ipiv, int* 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, int* n, int* nrhs, const(double)* dl, const(double)* d, const(double)* du, const(double)* du2, const(int)* ipiv, double* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, double* h, int* ldh, double* t, int* ldt, double* alphar, double* alphai, double* beta, double* q, int* ldq, double* z, int* ldz, double* work, int* lwork, int* 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* job, char* eigsrc, char* initv, int* select, int* n, const(double)* h, int* ldh, double* wr, const(double)* wi, double* vl, int* ldvl, double* vr, int* ldvr, int* mm, int* m, double* work, int* ifaill, int* ifailr, int* 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, int* n, int* ilo, int* ihi, double* h, int* ldh, double* wr, double* wi, double* z, int* ldz, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlacn2_
void dlacn2_(int* n, double* v, double* x, int* isgn, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlacpy_
void dlacpy_(char* uplo, int* m, int* n, const(double)* a, int* lda, double* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlag2s_
void dlag2s_(int* m, int* n, const(double)* a, int* lda, float* sa, int* ldsa, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlagge_
void dlagge_(int* m, int* n, int* kl, int* ku, const(double)* d, double* a, int* lda, int* iseed, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlagsy_
void dlagsy_(int* n, int* k, const(double)* d, double* a, int* lda, int* iseed, double* work, int* 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.
dlange_
double dlange_(char* norm, int* m, int* n, const(double)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlansy_
double dlansy_(char* norm, char* uplo, int* n, const(double)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlantr_
double dlantr_(char* norm, char* uplo, char* diag, int* m, int* n, const(double)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlapmr_
void dlapmr_(int* forwrd, int* m, int* n, double* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlapmt_
void dlapmt_(int* forwrd, int* m, int* n, double* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlapy2_
double dlapy2_(double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlapy3_
double dlapy3_(double* x, double* y, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlarfb_
void dlarfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, const(double)* v, int* ldv, const(double)* t, int* ldt, double* c, int* ldc, double* work, int* ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlarfg_
void dlarfg_(int* n, double* alpha, double* x, int* incx, double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlarft_
void dlarft_(char* direct, char* storev, int* n, int* k, const(double)* v, int* ldv, const(double)* tau, double* t, int* ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlarfx_
void dlarfx_(char* side, int* m, int* n, const(double)* v, double* tau, double* c, int* ldc, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlarnv_
void dlarnv_(int* idist, int* iseed, int* n, double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlartgp_
void dlartgp_(double* f, double* g, double* cs, double* sn, double* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlartgs_
void dlartgs_(double* x, double* y, double* sigma, double* cs, double* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlascl_
void dlascl_(char* type, int* kl, int* ku, double* cfrom, double* cto, int* m, int* n, double* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlaset_
void dlaset_(char* uplo, int* m, int* n, double* alpha, double* beta, double* a, int* lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlasrt_
void dlasrt_(char* id, int* n, double* d, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlaswp_
void dlaswp_(int* n, double* a, int* lda, int* k1, int* k2, const(int)* ipiv, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlatms_
void dlatms_(int* m, int* n, char* dist, int* iseed, char* sym, double* d, int* mode, double* cond, double* dmax, int* kl, int* ku, char* pack, double* a, int* lda, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlauum_
void dlauum_(char* uplo, int* n, double* a, int* lda, int* info)
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, int* n, const(double)* ap, const(double)* tau, double* q, int* ldq, double* work, int* 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, int* m, int* n, const(double)* ap, const(double)* tau, double* c, int* ldc, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorbdb_
void dorbdb_(char* trans, char* signs, int* m, int* p, int* q, double* x11, int* ldx11, double* x12, int* ldx12, double* x21, int* ldx21, double* x22, int* ldx22, double* theta, double* phi, double* taup1, double* taup2, double* tauq1, double* tauq2, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorcsd2by1_
void dorcsd2by1_(char* jobu1, char* jobu2, char* jobv1t, int* m, int* p, int* q, double* x11, int* ldx11, double* x21, int* ldx21, double* theta, double* u1, int* ldu1, double* u2, int* ldu2, double* v1t, int* ldv1t, double* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dorcsd_
void dorcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, char* signs, int* m, int* p, int* q, double* x11, int* ldx11, double* x12, int* ldx12, double* x21, int* ldx21, double* x22, int* ldx22, double* theta, double* u1, int* ldu1, double* u2, int* ldu2, double* v1t, int* ldv1t, double* v2t, int* ldv2t, double* work, int* lwork, int* iwork, int* 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, int* m, int* n, int* k, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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_(int* n, int* ilo, int* ihi, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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_(int* m, int* n, int* k, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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_(int* m, int* n, int* k, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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_(int* m, int* n, int* k, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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_(int* m, int* n, int* k, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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, int* n, double* a, int* lda, const(double)* tau, double* work, int* lwork, int* 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, int* m, int* n, int* k, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* ilo, int* ihi, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* k, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* k, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* k, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* k, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, int* k, int* l, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* m, int* n, const(double)* a, int* lda, const(double)* tau, double* c, int* ldc, double* work, int* lwork, int* 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, int* n, int* kd, const(double)* ab, int* ldab, double* anorm, double* rcond, double* work, int* iwork, int* 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, int* n, int* kd, const(double)* ab, int* ldab, double* s, double* scond, double* amax, int* 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, int* n, int* kd, int* nrhs, const(double)* ab, int* ldab, const(double)* afb, int* ldafb, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, int* kb, double* bb, int* ldbb, int* 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, int* n, int* kd, int* nrhs, double* ab, int* ldab, double* b, int* ldb, int* 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, int* n, int* kd, int* nrhs, double* ab, int* ldab, double* afb, int* ldafb, char* equed, double* s, double* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, int* kd, double* ab, int* ldab, int* 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, int* n, int* kd, int* nrhs, const(double)* ab, int* ldab, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpftrf_
void dpftrf_(char* transr, char* uplo, int* n, double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpftri_
void dpftri_(char* transr, char* uplo, int* n, double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpftrs_
void dpftrs_(char* transr, char* uplo, int* n, int* nrhs, const(double)* a, double* b, int* ldb, int* 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, int* n, const(double)* a, int* lda, double* anorm, double* rcond, double* work, int* iwork, int* 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_(int* n, const(double)* a, int* lda, double* s, double* scond, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpoequb_
void dpoequb_(int* n, const(double)* a, int* lda, double* s, double* scond, double* amax, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dporfsx_
void dporfsx_(char* uplo, char* equed, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(double)* s, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* 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, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, int* 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, int* n, int* nrhs, double* a, int* lda, double* af, int* ldaf, char* equed, double* s, double* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dposvxx_
void dposvxx_(char* fact, char* uplo, int* n, int* nrhs, double* a, int* lda, double* af, int* ldaf, char* equed, double* s, double* b, int* ldb, double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpotrf2_
void dpotrf2_(char* uplo, int* n, double* a, int* lda, int* 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, int* n, double* a, int* lda, int* 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, int* n, double* a, int* lda, int* 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, int* n, int* nrhs, const(double)* a, int* lda, double* b, int* ldb, int* 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, int* n, const(double)* ap, double* anorm, double* rcond, double* work, int* iwork, int* 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, int* n, const(double)* ap, double* s, double* scond, double* amax, int* 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, int* n, int* nrhs, const(double)* ap, const(double)* afp, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, int* nrhs, double* ap, double* b, int* ldb, int* 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, int* n, int* nrhs, double* ap, double* afp, char* equed, double* s, double* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, double* ap, int* 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, int* n, double* ap, int* 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, int* n, int* nrhs, const(double)* ap, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dpstrf_
void dpstrf_(char* uplo, int* n, double* a, int* lda, int* piv, int* rank, double* tol, double* work, int* 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_(int* n, const(double)* d, const(double)* e, double* anorm, double* rcond, double* work, int* 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, int* n, double* d, double* e, double* z, int* ldz, double* work, int* 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_(int* n, int* nrhs, const(double)* d, const(double)* e, const(double)* df, const(double)* ef, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* 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_(int* n, int* nrhs, double* d, double* e, double* b, int* ldb, int* 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, int* n, int* nrhs, const(double)* d, const(double)* e, double* df, double* ef, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* 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_(int* n, double* d, double* e, int* 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_(int* n, int* nrhs, const(double)* d, const(double)* e, double* b, int* ldb, int* 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, int* n, int* kd, double* ab, int* ldab, double* w, double* z, int* ldz, double* work, int* 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, int* n, int* kd, double* ab, int* ldab, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, int* kd, double* ab, int* ldab, double* q, int* ldq, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* iwork, int* ifail, int* 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, int* n, int* ka, int* kb, double* ab, int* ldab, const(double)* bb, int* ldbb, double* x, int* ldx, double* work, int* 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, int* n, int* ka, int* kb, double* ab, int* ldab, double* bb, int* ldbb, double* w, double* z, int* ldz, double* work, int* 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, int* n, int* ka, int* kb, double* ab, int* ldab, double* bb, int* ldbb, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, int* ka, int* kb, double* ab, int* ldab, double* bb, int* ldbb, double* q, int* ldq, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* iwork, int* ifail, int* 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, int* n, int* kd, double* ab, int* ldab, double* d, double* e, double* q, int* ldq, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsfrk_
void dsfrk_(char* transr, char* uplo, char* trans, int* n, int* k, double* alpha, const(double)* a, int* lda, double* beta, double* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsgesv_
void dsgesv_(int* n, int* nrhs, double* a, int* lda, int* ipiv, double* b, int* ldb, double* x, int* ldx, double* work, float* swork, int* iter, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dspcon_
void dspcon_(char* uplo, int* n, const(double)* ap, const(int)* ipiv, double* anorm, double* rcond, double* work, int* iwork, int* 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, int* n, double* ap, double* w, double* z, int* ldz, double* work, int* 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, int* n, double* ap, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* ap, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* iwork, int* ifail, int* 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_(int* itype, char* uplo, int* n, double* ap, const(double)* bp, int* 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_(int* itype, char* jobz, char* uplo, int* n, double* ap, double* bp, double* w, double* z, int* ldz, double* work, int* 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_(int* itype, char* jobz, char* uplo, int* n, double* ap, double* bp, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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_(int* itype, char* jobz, char* range, char* uplo, int* n, double* ap, double* bp, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsposv_
void dsposv_(char* uplo, int* n, int* nrhs, double* a, int* lda, double* b, int* ldb, double* x, int* ldx, double* work, float* swork, int* iter, int* 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, int* n, int* nrhs, const(double)* ap, const(double)* afp, const(int)* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, int* nrhs, double* ap, int* ipiv, double* b, int* ldb, int* 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, int* n, int* nrhs, const(double)* ap, double* afp, int* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, double* ap, double* d, double* e, double* tau, int* 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, int* n, double* ap, int* ipiv, int* 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, int* n, double* ap, const(int)* ipiv, double* work, int* 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, int* n, int* nrhs, const(double)* ap, const(int)* ipiv, double* b, int* ldb, int* 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, int* n, double* vl, double* vu, int* il, int* iu, double* abstol, const(double)* d, const(double)* e, int* m, int* nsplit, double* w, int* iblock, int* isplit, double* work, int* iwork, int* 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, int* n, double* d, double* e, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, int* isuppz, double* work, int* lwork, int* iwork, int* liwork, int* 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_(int* n, const(double)* d, const(double)* e, int* m, const(double)* w, const(int)* iblock, const(int)* isplit, double* z, int* ldz, double* work, int* iwork, int* ifailv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dstemr_
void dstemr_(char* jobz, char* range, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, int* m, double* w, double* z, int* ldz, int* nzc, int* isuppz, int* tryrac, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, double* z, int* ldz, double* work, int* 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_(int* n, double* d, double* e, int* 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, int* n, double* d, double* e, double* z, int* ldz, double* work, int* 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, int* n, double* d, double* e, double* z, int* ldz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, int* isuppz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* iwork, int* ifail, int* 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, int* n, const(double)* a, int* lda, const(int)* ipiv, double* anorm, double* rcond, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyconv_
void dsyconv_(char* uplo, char* way, int* n, double* a, int* lda, const(int)* ipiv, double* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyequb_
void dsyequb_(char* uplo, int* n, const(double)* a, int* lda, double* s, double* scond, double* amax, double* work, int* 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, int* n, double* a, int* lda, double* w, double* work, int* lwork, int* 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, int* n, double* a, int* lda, double* w, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* a, int* lda, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, int* isuppz, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* a, int* lda, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* ifail, int* 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_(int* itype, char* uplo, int* n, double* a, int* lda, const(double)* b, int* ldb, int* 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_(int* itype, char* jobz, char* uplo, int* n, double* a, int* lda, double* b, int* ldb, double* w, double* work, int* lwork, int* 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_(int* itype, char* jobz, char* uplo, int* n, double* a, int* lda, double* b, int* ldb, double* w, double* work, int* lwork, int* iwork, int* liwork, int* 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_(int* itype, char* jobz, char* range, char* uplo, int* n, double* a, int* lda, double* b, int* ldb, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, double* z, int* ldz, double* work, int* lwork, int* iwork, int* ifail, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(int)* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyrfsx_
void dsyrfsx_(char* uplo, char* equed, int* n, int* nrhs, const(double)* a, int* lda, const(double)* af, int* ldaf, const(int)* ipiv, const(double)* s, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* 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, int* n, int* nrhs, double* a, int* lda, int* ipiv, double* b, int* ldb, double* work, int* lwork, int* 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, int* n, int* nrhs, double* a, int* lda, int* ipiv, double* b, int* ldb, double* work, int* lwork, int* 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, int* n, int* nrhs, const(double)* a, int* lda, double* af, int* ldaf, int* ipiv, const(double)* b, int* ldb, double* x, int* ldx, double* rcond, double* ferr, double* berr, double* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsysvxx_
void dsysvxx_(char* fact, char* uplo, int* n, int* nrhs, double* a, int* lda, double* af, int* ldaf, int* ipiv, char* equed, double* s, double* b, int* ldb, double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsyswapr_
void dsyswapr_(char* uplo, int* n, double* a, int* lda, int* i1, int* i2)
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, int* n, double* a, int* lda, double* d, double* e, double* tau, double* work, int* lwork, int* 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, int* n, double* a, int* lda, int* ipiv, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrf_rook_
void dsytrf_rook_(char* uplo, int* n, double* a, int* lda, int* ipiv, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytri2_
void dsytri2_(char* uplo, int* n, double* a, int* lda, const(int)* ipiv, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytri2x_
void dsytri2x_(char* uplo, int* n, double* a, int* lda, const(int)* ipiv, double* work, int* nb, int* 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, int* n, double* a, int* lda, const(int)* ipiv, double* work, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(int)* ipiv, double* b, int* ldb, double* work, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(int)* ipiv, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dsytrs_rook_
void dsytrs_rook_(char* uplo, int* n, int* nrhs, const(double)* a, int* lda, const(int)* ipiv, double* b, int* ldb, int* 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, int* n, int* kd, const(double)* ab, int* ldab, double* rcond, double* work, int* iwork, int* 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, int* n, int* kd, int* nrhs, const(double)* ab, int* ldab, const(double)* b, int* ldb, const(double)* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, int* kd, int* nrhs, const(double)* ab, int* ldab, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtfsm_
void dtfsm_(char* transr, char* side, char* uplo, char* trans, char* diag, int* m, int* n, double* alpha, const(double)* a, double* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtftri_
void dtftri_(char* transr, char* uplo, char* diag, int* n, double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtfttp_
void dtfttp_(char* transr, char* uplo, int* n, const(double)* arf, double* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtfttr_
void dtfttr_(char* transr, char* uplo, int* n, const(double)* arf, double* a, int* lda, int* 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, const(int)* select, int* n, const(double)* s, int* lds, const(double)* p, int* ldp, double* vl, int* ldvl, double* vr, int* ldvr, int* mm, int* m, double* work, int* 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_(int* wantq, int* wantz, int* n, double* a, int* lda, double* b, int* ldb, double* q, int* ldq, double* z, int* ldz, int* ifst, int* ilst, double* work, int* lwork, int* 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_(int* ijob, int* wantq, int* wantz, const(int)* select, int* n, double* a, int* lda, double* b, int* ldb, double* alphar, double* alphai, double* beta, double* q, int* ldq, double* z, int* ldz, int* m, double* pl, double* pr, double* dif, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* m, int* p, int* n, int* k, int* l, double* a, int* lda, double* b, int* ldb, double* tola, double* tolb, double* alpha, double* beta, double* u, int* ldu, double* v, int* ldv, double* q, int* ldq, double* work, int* ncycle, int* 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, const(int)* select, int* n, const(double)* a, int* lda, const(double)* b, int* ldb, const(double)* vl, int* ldvl, const(double)* vr, int* ldvr, double* s, double* dif, int* mm, int* m, double* work, int* lwork, int* iwork, int* 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, int* ijob, int* m, int* n, const(double)* a, int* lda, const(double)* b, int* ldb, double* c, int* ldc, const(double)* d, int* ldd, const(double)* e, int* lde, double* f, int* ldf, double* scale, double* dif, double* work, int* lwork, int* iwork, int* 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, int* n, const(double)* ap, double* rcond, double* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpmqrt_
void dtpmqrt_(char* side, char* trans, int* m, int* n, int* k, int* l, int* nb, const(double)* v, int* ldv, const(double)* t, int* ldt, double* a, int* lda, double* b, int* ldb, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpqrt2_
void dtpqrt2_(int* m, int* n, int* l, double* a, int* lda, double* b, int* ldb, double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpqrt_
void dtpqrt_(int* m, int* n, int* l, int* nb, double* a, int* lda, double* b, int* ldb, double* t, int* ldt, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtprfb_
void dtprfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, int* l, const(double)* v, int* ldv, const(double)* t, int* ldt, double* a, int* lda, double* b, int* ldb, const(double)* work, int* ldwork)
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, int* n, int* nrhs, const(double)* ap, const(double)* b, int* ldb, const(double)* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, int* n, double* ap, int* 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, int* n, int* nrhs, const(double)* ap, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpttf_
void dtpttf_(char* transr, char* uplo, int* n, const(double)* ap, double* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtpttr_
void dtpttr_(char* uplo, int* n, const(double)* ap, double* a, int* lda, int* 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, int* n, const(double)* a, int* lda, double* rcond, double* work, int* iwork, int* 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, int* select, int* n, const(double)* t, int* ldt, double* vl, int* ldvl, double* vr, int* ldvr, int* mm, int* m, double* work, int* 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, int* n, double* t, int* ldt, double* q, int* ldq, int* ifst, int* ilst, double* work, int* 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, int* n, int* nrhs, const(double)* a, int* lda, const(double)* b, int* ldb, const(double)* x, int* ldx, double* ferr, double* berr, double* work, int* iwork, int* 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, const(int)* select, int* n, double* t, int* ldt, double* q, int* ldq, double* wr, double* wi, int* m, double* s, double* sep, double* work, int* lwork, int* iwork, int* liwork, int* 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, const(int)* select, int* n, const(double)* t, int* ldt, const(double)* vl, int* ldvl, const(double)* vr, int* ldvr, double* s, double* sep, int* mm, int* m, double* work, int* ldwork, int* iwork, int* 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, int* isgn, int* m, int* n, const(double)* a, int* lda, const(double)* b, int* ldb, double* c, int* ldc, double* scale, int* 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, int* n, double* a, int* lda, int* 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, int* n, int* nrhs, const(double)* a, int* lda, double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrttf_
void dtrttf_(char* transr, char* uplo, int* n, const(double)* a, int* lda, double* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dtrttp_
void dtrttp_(char* uplo, int* n, const(double)* a, int* lda, double* ap, int* 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_(int* m, int* n, double* a, int* lda, double* tau, double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ilaver_
void ilaver_(const(int)* vers_major, const(int)* vers_minor, const(int)* vers_patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lsame_
int lsame_(char* ca, char* cb, int lca, int lcb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sbbcsd_
void sbbcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, int* m, int* p, int* q, float* theta, float* phi, float* u1, int* ldu1, float* u2, int* ldu2, float* v1t, int* ldv1t, float* v2t, int* ldv2t, float* b11d, float* b11e, float* b12d, float* b12e, float* b21d, float* b21e, float* b22d, float* b22e, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sbdsdc_
void sbdsdc_(char* uplo, char* compq, int* n, float* d, float* e, float* u, int* ldu, float* vt, int* ldvt, float* q, int* iq, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sbdsqr_
void sbdsqr_(char* uplo, int* n, int* ncvt, int* nru, int* ncc, float* d, float* e, float* vt, int* ldvt, float* u, int* ldu, float* c, int* ldc, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sbdsvdx_
void sbdsvdx_(char* uplo, char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, int* ns, float* s, float* z, int* ldz, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sdisna_
void sdisna_(char* job, int* m, int* n, const(float)* d, float* sep, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbbrd_
void sgbbrd_(char* vect, int* m, int* n, int* ncc, int* kl, int* ku, float* ab, int* ldab, float* d, float* e, float* q, int* ldq, float* pt, int* ldpt, float* c, int* ldc, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbcon_
void sgbcon_(char* norm, int* n, int* kl, int* ku, const(float)* ab, int* ldab, const(int)* ipiv, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbequ_
void sgbequ_(int* m, int* n, int* kl, int* ku, const(float)* ab, int* ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbequb_
void sgbequb_(int* m, int* n, int* kl, int* ku, const(float)* ab, int* ldab, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbrfs_
void sgbrfs_(char* trans, int* n, int* kl, int* ku, int* nrhs, const(float)* ab, int* ldab, const(float)* afb, int* ldafb, const(int)* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbrfsx_
void sgbrfsx_(char* trans, char* equed, int* n, int* kl, int* ku, int* nrhs, const(float)* ab, int* ldab, const(float)* afb, int* ldafb, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbsv_
void sgbsv_(int* n, int* kl, int* ku, int* nrhs, float* ab, int* ldab, int* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbsvx_
void sgbsvx_(char* fact, char* trans, int* n, int* kl, int* ku, int* nrhs, float* ab, int* ldab, float* afb, int* ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbsvxx_
void sgbsvxx_(char* fact, char* trans, int* n, int* kl, int* ku, int* nrhs, float* ab, int* ldab, float* afb, int* ldafb, int* ipiv, char* equed, float* r, float* c, float* b, int* ldb, float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbtrf_
void sgbtrf_(int* m, int* n, int* kl, int* ku, float* ab, int* ldab, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgbtrs_
void sgbtrs_(char* trans, int* n, int* kl, int* ku, int* nrhs, const(float)* ab, int* ldab, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgebak_
void sgebak_(char* job, char* side, int* n, int* ilo, int* ihi, const(float)* scale, int* m, float* v, int* ldv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgebal_
void sgebal_(char* job, int* n, float* a, int* lda, int* ilo, int* ihi, float* scale, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgebrd_
void sgebrd_(int* m, int* n, float* a, int* lda, float* d, float* e, float* tauq, float* taup, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgecon_
void sgecon_(char* norm, int* n, const(float)* a, int* lda, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeequ_
void sgeequ_(int* m, int* n, const(float)* a, int* lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeequb_
void sgeequb_(int* m, int* n, const(float)* a, int* lda, float* r, float* c, float* rowcnd, float* colcnd, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgees_
void sgees_(char* jobvs, char* sort, LAPACK_S_SELECT2 select, int* n, float* a, int* lda, int* sdim, float* wr, float* wi, float* vs, int* ldvs, float* work, int* lwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeesx_
void sgeesx_(char* jobvs, char* sort, LAPACK_S_SELECT2 select, char* sense, int* n, float* a, int* lda, int* sdim, float* wr, float* wi, float* vs, int* ldvs, float* rconde, float* rcondv, float* work, int* lwork, int* iwork, int* liwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeev_
void sgeev_(char* jobvl, char* jobvr, int* n, float* a, int* lda, float* wr, float* wi, float* vl, int* ldvl, float* vr, int* ldvr, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeevx_
void sgeevx_(char* balanc, char* jobvl, char* jobvr, char* sense, int* n, float* a, int* lda, float* wr, float* wi, float* vl, int* ldvl, float* vr, int* ldvr, int* ilo, int* ihi, float* scale, float* abnrm, float* rconde, float* rcondv, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgehrd_
void sgehrd_(int* n, int* ilo, int* ihi, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgejsv_
void sgejsv_(char* joba, char* jobu, char* jobv, char* jobr, char* jobt, char* jobp, int* m, int* n, float* a, int* lda, float* sva, float* u, int* ldu, float* v, int* ldv, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgelq2_
void sgelq2_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgelqf_
void sgelqf_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgels_
void sgels_(char* trans, int* m, int* n, int* nrhs, float* a, int* lda, float* b, int* ldb, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgelsd_
void sgelsd_(int* m, int* n, int* nrhs, float* a, int* lda, float* b, int* ldb, float* s, float* rcond, int* rank, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgelss_
void sgelss_(int* m, int* n, int* nrhs, float* a, int* lda, float* b, int* ldb, float* s, float* rcond, int* rank, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgelsy_
void sgelsy_(int* m, int* n, int* nrhs, float* a, int* lda, float* b, int* ldb, int* jpvt, float* rcond, int* rank, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgemqrt_
void sgemqrt_(char* side, char* trans, int* m, int* n, int* k, int* nb, const(float)* v, int* ldv, const(float)* t, int* ldt, float* c, int* ldc, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqlf_
void sgeqlf_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqp3_
void sgeqp3_(int* m, int* n, float* a, int* lda, int* jpvt, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqpf_
void sgeqpf_(int* m, int* n, float* a, int* lda, int* jpvt, float* tau, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqr2_
void sgeqr2_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqrf_
void sgeqrf_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqrfp_
void sgeqrfp_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqrt2_
void sgeqrt2_(int* m, int* n, float* a, int* lda, float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqrt3_
void sgeqrt3_(int* m, int* n, float* a, int* lda, float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgeqrt_
void sgeqrt_(int* m, int* n, int* nb, float* a, int* lda, float* t, int* ldt, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgerfs_
void sgerfs_(char* trans, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(int)* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgerfsx_
void sgerfsx_(char* trans, char* equed, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(int)* ipiv, const(float)* r, const(float)* c, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgerqf_
void sgerqf_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesdd_
void sgesdd_(char* jobz, int* m, int* n, float* a, int* lda, float* s, float* u, int* ldu, float* vt, int* ldvt, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesv_
void sgesv_(int* n, int* nrhs, float* a, int* lda, int* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesvd_
void sgesvd_(char* jobu, char* jobvt, int* m, int* n, float* a, int* lda, float* s, float* u, int* ldu, float* vt, int* ldvt, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesvdx_
void sgesvdx_(char* jobu, char* jobvt, char* range, int* m, int* n, float* a, int* lda, float* vl, float* vu, int* il, int* iu, int* ns, float* s, float* u, int* ldu, float* vt, int* ldvt, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesvj_
void sgesvj_(char* joba, char* jobu, char* jobv, int* m, int* n, float* a, int* lda, float* sva, int* mv, float* v, int* ldv, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesvx_
void sgesvx_(char* fact, char* trans, int* n, int* nrhs, float* a, int* lda, float* af, int* ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgesvxx_
void sgesvxx_(char* fact, char* trans, int* n, int* nrhs, float* a, int* lda, float* af, int* ldaf, int* ipiv, char* equed, float* r, float* c, float* b, int* ldb, float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgetf2_
void sgetf2_(int* m, int* n, float* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgetrf2_
void sgetrf2_(int* m, int* n, float* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgetrf_
void sgetrf_(int* m, int* n, float* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgetri_
void sgetri_(int* n, float* a, int* lda, const(int)* ipiv, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgetrs_
void sgetrs_(char* trans, int* n, int* nrhs, const(float)* a, int* lda, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggbak_
void sggbak_(char* job, char* side, int* n, int* ilo, int* ihi, const(float)* lscale, const(float)* rscale, int* m, float* v, int* ldv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggbal_
void sggbal_(char* job, int* n, float* a, int* lda, float* b, int* ldb, int* ilo, int* ihi, float* lscale, float* rscale, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgges3_
void sgges3_(char* jobvsl, char* jobvsr, char* sort, LAPACK_S_SELECT3 selctg, int* n, float* a, int* lda, float* b, int* ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int* ldvsl, float* vsr, int* ldvsr, float* work, int* lwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgges_
void sgges_(char* jobvsl, char* jobvsr, char* sort, LAPACK_S_SELECT3 selctg, int* n, float* a, int* lda, float* b, int* ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int* ldvsl, float* vsr, int* ldvsr, float* work, int* lwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggesx_
void sggesx_(char* jobvsl, char* jobvsr, char* sort, LAPACK_S_SELECT3 selctg, char* sense, int* n, float* a, int* lda, float* b, int* ldb, int* sdim, float* alphar, float* alphai, float* beta, float* vsl, int* ldvsl, float* vsr, int* ldvsr, float* rconde, float* rcondv, float* work, int* lwork, int* iwork, int* liwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggev3_
void sggev3_(char* jobvl, char* jobvr, int* n, float* a, int* lda, float* b, int* ldb, float* alphar, float* alphai, float* beta, float* vl, int* ldvl, float* vr, int* ldvr, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggev_
void sggev_(char* jobvl, char* jobvr, int* n, float* a, int* lda, float* b, int* ldb, float* alphar, float* alphai, float* beta, float* vl, int* ldvl, float* vr, int* ldvr, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggevx_
void sggevx_(char* balanc, char* jobvl, char* jobvr, char* sense, int* n, float* a, int* lda, float* b, int* ldb, float* alphar, float* alphai, float* beta, float* vl, int* ldvl, float* vr, int* ldvr, int* ilo, int* ihi, float* lscale, float* rscale, float* abnrm, float* bbnrm, float* rconde, float* rcondv, float* work, int* lwork, int* iwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggglm_
void sggglm_(int* n, int* m, int* p, float* a, int* lda, float* b, int* ldb, float* d, float* x, float* y, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgghd3_
void sgghd3_(char* compq, char* compz, int* n, int* ilo, int* ihi, float* a, int* lda, float* b, int* ldb, float* q, int* ldq, float* z, int* ldz, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgghrd_
void sgghrd_(char* compq, char* compz, int* n, int* ilo, int* ihi, float* a, int* lda, float* b, int* ldb, float* q, int* ldq, float* z, int* ldz, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgglse_
void sgglse_(int* m, int* n, int* p, float* a, int* lda, float* b, int* ldb, float* c, float* d, float* x, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggqrf_
void sggqrf_(int* n, int* m, int* p, float* a, int* lda, float* taua, float* b, int* ldb, float* taub, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggrqf_
void sggrqf_(int* m, int* p, int* n, float* a, int* lda, float* taua, float* b, int* ldb, float* taub, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggsvd3_
void sggsvd3_(char* jobu, char* jobv, char* jobq, int* m, int* n, int* p, int* k, int* l, float* a, int* lda, float* b, int* ldb, float* alpha, float* beta, float* u, int* ldu, float* v, int* ldv, float* q, int* ldq, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggsvd_
void sggsvd_(char* jobu, char* jobv, char* jobq, int* m, int* n, int* p, int* k, int* l, float* a, int* lda, float* b, int* ldb, float* alpha, float* beta, float* u, int* ldu, float* v, int* ldv, float* q, int* ldq, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggsvp3_
void sggsvp3_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, float* a, int* lda, float* b, int* ldb, float* tola, float* tolb, int* k, int* l, float* u, int* ldu, float* v, int* ldv, float* q, int* ldq, int* iwork, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sggsvp_
void sggsvp_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, float* a, int* lda, float* b, int* ldb, float* tola, float* tolb, int* k, int* l, float* u, int* ldu, float* v, int* ldv, float* q, int* ldq, int* iwork, float* tau, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgtcon_
void sgtcon_(char* norm, int* n, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgtrfs_
void sgtrfs_(char* trans, int* n, int* nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* dlf, const(float)* df, const(float)* duf, const(float)* du2, const(int)* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgtsv_
void sgtsv_(int* n, int* nrhs, float* dl, float* d, float* du, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgtsvx_
void sgtsvx_(char* fact, char* trans, int* n, int* nrhs, const(float)* dl, const(float)* d, const(float)* du, float* dlf, float* df, float* duf, float* du2, int* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgttrf_
void sgttrf_(int* n, float* dl, float* d, float* du, float* du2, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgttrs_
void sgttrs_(char* trans, int* n, int* nrhs, const(float)* dl, const(float)* d, const(float)* du, const(float)* du2, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shgeqz_
void shgeqz_(char* job, char* compq, char* compz, int* n, int* ilo, int* ihi, float* h, int* ldh, float* t, int* ldt, float* alphar, float* alphai, float* beta, float* q, int* ldq, float* z, int* ldz, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shsein_
void shsein_(char* job, char* eigsrc, char* initv, int* select, int* n, const(float)* h, int* ldh, float* wr, const(float)* wi, float* vl, int* ldvl, float* vr, int* ldvr, int* mm, int* m, float* work, int* ifaill, int* ifailr, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shseqr_
void shseqr_(char* job, char* compz, int* n, int* ilo, int* ihi, float* h, int* ldh, float* wr, float* wi, float* z, int* ldz, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slacn2_
void slacn2_(int* n, float* v, float* x, int* isgn, float* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slacpy_
void slacpy_(char* uplo, int* m, int* n, const(float)* a, int* lda, float* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slag2d_
void slag2d_(int* m, int* n, const(float)* sa, int* ldsa, double* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slagge_
void slagge_(int* m, int* n, int* kl, int* ku, const(float)* d, float* a, int* lda, int* iseed, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slagsy_
void slagsy_(int* n, int* k, const(float)* d, float* a, int* lda, int* iseed, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slamch_
float slamch_(char* cmach)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slange_
float slange_(char* norm, int* m, int* n, const(float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slansy_
float slansy_(char* norm, char* uplo, int* n, const(float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slantr_
float slantr_(char* norm, char* uplo, char* diag, int* m, int* n, const(float)* a, int* lda, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slapmr_
void slapmr_(int* forwrd, int* m, int* n, float* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slapmt_
void slapmt_(int* forwrd, int* m, int* n, float* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slapy2_
float slapy2_(float* x, float* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slapy3_
float slapy3_(float* x, float* y, float* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slarfb_
void slarfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, const(float)* v, int* ldv, const(float)* t, int* ldt, float* c, int* ldc, float* work, int* ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slarfg_
void slarfg_(int* n, float* alpha, float* x, int* incx, float* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slarft_
void slarft_(char* direct, char* storev, int* n, int* k, const(float)* v, int* ldv, const(float)* tau, float* t, int* ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slarfx_
void slarfx_(char* side, int* m, int* n, const(float)* v, float* tau, float* c, int* ldc, float* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slarnv_
void slarnv_(int* idist, int* iseed, int* n, float* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slartgp_
void slartgp_(float* f, float* g, float* cs, float* sn, float* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slartgs_
void slartgs_(float* x, float* y, float* sigma, float* cs, float* sn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slascl_
void slascl_(char* type, int* kl, int* ku, float* cfrom, float* cto, int* m, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slaset_
void slaset_(char* uplo, int* m, int* n, float* alpha, float* beta, float* a, int* lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slasrt_
void slasrt_(char* id, int* n, float* d, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slaswp_
void slaswp_(int* n, float* a, int* lda, int* k1, int* k2, const(int)* ipiv, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slatms_
void slatms_(int* m, int* n, char* dist, int* iseed, char* sym, float* d, int* mode, float* cond, float* dmax, int* kl, int* ku, char* pack, float* a, int* lda, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slauum_
void slauum_(char* uplo, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sopgtr_
void sopgtr_(char* uplo, int* n, const(float)* ap, const(float)* tau, float* q, int* ldq, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sopmtr_
void sopmtr_(char* side, char* uplo, char* trans, int* m, int* n, const(float)* ap, const(float)* tau, float* c, int* ldc, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorbdb_
void sorbdb_(char* trans, char* signs, int* m, int* p, int* q, float* x11, int* ldx11, float* x12, int* ldx12, float* x21, int* ldx21, float* x22, int* ldx22, float* theta, float* phi, float* taup1, float* taup2, float* tauq1, float* tauq2, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorcsd2by1_
void sorcsd2by1_(char* jobu1, char* jobu2, char* jobv1t, int* m, int* p, int* q, float* x11, int* ldx11, float* x21, int* ldx21, float* theta, float* u1, int* ldu1, float* u2, int* ldu2, float* v1t, int* ldv1t, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorcsd_
void sorcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, char* signs, int* m, int* p, int* q, float* x11, int* ldx11, float* x12, int* ldx12, float* x21, int* ldx21, float* x22, int* ldx22, float* theta, float* u1, int* ldu1, float* u2, int* ldu2, float* v1t, int* ldv1t, float* v2t, int* ldv2t, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorgbr_
void sorgbr_(char* vect, int* m, int* n, int* k, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorghr_
void sorghr_(int* n, int* ilo, int* ihi, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorglq_
void sorglq_(int* m, int* n, int* k, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorgql_
void sorgql_(int* m, int* n, int* k, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorgqr_
void sorgqr_(int* m, int* n, int* k, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorgrq_
void sorgrq_(int* m, int* n, int* k, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sorgtr_
void sorgtr_(char* uplo, int* n, float* a, int* lda, const(float)* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormbr_
void sormbr_(char* vect, char* side, char* trans, int* m, int* n, int* k, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormhr_
void sormhr_(char* side, char* trans, int* m, int* n, int* ilo, int* ihi, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormlq_
void sormlq_(char* side, char* trans, int* m, int* n, int* k, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormql_
void sormql_(char* side, char* trans, int* m, int* n, int* k, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormqr_
void sormqr_(char* side, char* trans, int* m, int* n, int* k, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormrq_
void sormrq_(char* side, char* trans, int* m, int* n, int* k, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormrz_
void sormrz_(char* side, char* trans, int* m, int* n, int* k, int* l, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sormtr_
void sormtr_(char* side, char* uplo, char* trans, int* m, int* n, const(float)* a, int* lda, const(float)* tau, float* c, int* ldc, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbcon_
void spbcon_(char* uplo, int* n, int* kd, const(float)* ab, int* ldab, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbequ_
void spbequ_(char* uplo, int* n, int* kd, const(float)* ab, int* ldab, float* s, float* scond, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbrfs_
void spbrfs_(char* uplo, int* n, int* kd, int* nrhs, const(float)* ab, int* ldab, const(float)* afb, int* ldafb, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbstf_
void spbstf_(char* uplo, int* n, int* kb, float* bb, int* ldbb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbsv_
void spbsv_(char* uplo, int* n, int* kd, int* nrhs, float* ab, int* ldab, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbsvx_
void spbsvx_(char* fact, char* uplo, int* n, int* kd, int* nrhs, float* ab, int* ldab, float* afb, int* ldafb, char* equed, float* s, float* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbtrf_
void spbtrf_(char* uplo, int* n, int* kd, float* ab, int* ldab, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spbtrs_
void spbtrs_(char* uplo, int* n, int* kd, int* nrhs, const(float)* ab, int* ldab, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spftrf_
void spftrf_(char* transr, char* uplo, int* n, float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spftri_
void spftri_(char* transr, char* uplo, int* n, float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spftrs_
void spftrs_(char* transr, char* uplo, int* n, int* nrhs, const(float)* a, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spocon_
void spocon_(char* uplo, int* n, const(float)* a, int* lda, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spoequ_
void spoequ_(int* n, const(float)* a, int* lda, float* s, float* scond, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spoequb_
void spoequb_(int* n, const(float)* a, int* lda, float* s, float* scond, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sporfs_
void sporfs_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sporfsx_
void sporfsx_(char* uplo, char* equed, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(float)* s, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sposv_
void sposv_(char* uplo, int* n, int* nrhs, float* a, int* lda, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sposvx_
void sposvx_(char* fact, char* uplo, int* n, int* nrhs, float* a, int* lda, float* af, int* ldaf, char* equed, float* s, float* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sposvxx_
void sposvxx_(char* fact, char* uplo, int* n, int* nrhs, float* a, int* lda, float* af, int* ldaf, char* equed, float* s, float* b, int* ldb, float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spotrf2_
void spotrf2_(char* uplo, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spotrf_
void spotrf_(char* uplo, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spotri_
void spotri_(char* uplo, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spotrs_
void spotrs_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sppcon_
void sppcon_(char* uplo, int* n, const(float)* ap, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sppequ_
void sppequ_(char* uplo, int* n, const(float)* ap, float* s, float* scond, float* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spprfs_
void spprfs_(char* uplo, int* n, int* nrhs, const(float)* ap, const(float)* afp, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sppsv_
void sppsv_(char* uplo, int* n, int* nrhs, float* ap, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sppsvx_
void sppsvx_(char* fact, char* uplo, int* n, int* nrhs, float* ap, float* afp, char* equed, float* s, float* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spptrf_
void spptrf_(char* uplo, int* n, float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spptri_
void spptri_(char* uplo, int* n, float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spptrs_
void spptrs_(char* uplo, int* n, int* nrhs, const(float)* ap, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spstrf_
void spstrf_(char* uplo, int* n, float* a, int* lda, int* piv, int* rank, float* tol, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sptcon_
void sptcon_(int* n, const(float)* d, const(float)* e, float* anorm, float* rcond, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spteqr_
void spteqr_(char* compz, int* n, float* d, float* e, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sptrfs_
void sptrfs_(int* n, int* nrhs, const(float)* d, const(float)* e, const(float)* df, const(float)* ef, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sptsv_
void sptsv_(int* n, int* nrhs, float* d, float* e, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sptsvx_
void sptsvx_(char* fact, int* n, int* nrhs, const(float)* d, const(float)* e, float* df, float* ef, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spttrf_
void spttrf_(int* n, float* d, float* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spttrs_
void spttrs_(int* n, int* nrhs, const(float)* d, const(float)* e, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbev_
void ssbev_(char* jobz, char* uplo, int* n, int* kd, float* ab, int* ldab, float* w, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbevd_
void ssbevd_(char* jobz, char* uplo, int* n, int* kd, float* ab, int* ldab, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbevx_
void ssbevx_(char* jobz, char* range, char* uplo, int* n, int* kd, float* ab, int* ldab, float* q, int* ldq, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbgst_
void ssbgst_(char* vect, char* uplo, int* n, int* ka, int* kb, float* ab, int* ldab, const(float)* bb, int* ldbb, float* x, int* ldx, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbgv_
void ssbgv_(char* jobz, char* uplo, int* n, int* ka, int* kb, float* ab, int* ldab, float* bb, int* ldbb, float* w, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbgvd_
void ssbgvd_(char* jobz, char* uplo, int* n, int* ka, int* kb, float* ab, int* ldab, float* bb, int* ldbb, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbgvx_
void ssbgvx_(char* jobz, char* range, char* uplo, int* n, int* ka, int* kb, float* ab, int* ldab, float* bb, int* ldbb, float* q, int* ldq, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssbtrd_
void ssbtrd_(char* vect, char* uplo, int* n, int* kd, float* ab, int* ldab, float* d, float* e, float* q, int* ldq, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssfrk_
void ssfrk_(char* transr, char* uplo, char* trans, int* n, int* k, float* alpha, const(float)* a, int* lda, float* beta, float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspcon_
void sspcon_(char* uplo, int* n, const(float)* ap, const(int)* ipiv, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspev_
void sspev_(char* jobz, char* uplo, int* n, float* ap, float* w, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspevd_
void sspevd_(char* jobz, char* uplo, int* n, float* ap, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspevx_
void sspevx_(char* jobz, char* range, char* uplo, int* n, float* ap, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspgst_
void sspgst_(int* itype, char* uplo, int* n, float* ap, const(float)* bp, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspgv_
void sspgv_(int* itype, char* jobz, char* uplo, int* n, float* ap, float* bp, float* w, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspgvd_
void sspgvd_(int* itype, char* jobz, char* uplo, int* n, float* ap, float* bp, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspgvx_
void sspgvx_(int* itype, char* jobz, char* range, char* uplo, int* n, float* ap, float* bp, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssprfs_
void ssprfs_(char* uplo, int* n, int* nrhs, const(float)* ap, const(float)* afp, const(int)* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspsv_
void sspsv_(char* uplo, int* n, int* nrhs, float* ap, int* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sspsvx_
void sspsvx_(char* fact, char* uplo, int* n, int* nrhs, const(float)* ap, float* afp, int* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssptrd_
void ssptrd_(char* uplo, int* n, float* ap, float* d, float* e, float* tau, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssptrf_
void ssptrf_(char* uplo, int* n, float* ap, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssptri_
void ssptri_(char* uplo, int* n, float* ap, const(int)* ipiv, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssptrs_
void ssptrs_(char* uplo, int* n, int* nrhs, const(float)* ap, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstebz_
void sstebz_(char* range, char* order, int* n, float* vl, float* vu, int* il, int* iu, float* abstol, const(float)* d, const(float)* e, int* m, int* nsplit, float* w, int* iblock, int* isplit, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstedc_
void sstedc_(char* compz, int* n, float* d, float* e, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstegr_
void sstegr_(char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, int* isuppz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstein_
void sstein_(int* n, const(float)* d, const(float)* e, int* m, const(float)* w, const(int)* iblock, const(int)* isplit, float* z, int* ldz, float* work, int* iwork, int* ifailv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstemr_
void sstemr_(char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, int* m, float* w, float* z, int* ldz, int* nzc, int* isuppz, int* tryrac, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssteqr_
void ssteqr_(char* compz, int* n, float* d, float* e, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssterf_
void ssterf_(int* n, float* d, float* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstev_
void sstev_(char* jobz, int* n, float* d, float* e, float* z, int* ldz, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstevd_
void sstevd_(char* jobz, int* n, float* d, float* e, float* z, int* ldz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstevr_
void sstevr_(char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, int* isuppz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sstevx_
void sstevx_(char* jobz, char* range, int* n, float* d, float* e, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssycon_
void ssycon_(char* uplo, int* n, const(float)* a, int* lda, const(int)* ipiv, float* anorm, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyconv_
void ssyconv_(char* uplo, char* way, int* n, float* a, int* lda, const(int)* ipiv, float* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyequb_
void ssyequb_(char* uplo, int* n, const(float)* a, int* lda, float* s, float* scond, float* amax, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyev_
void ssyev_(char* jobz, char* uplo, int* n, float* a, int* lda, float* w, float* work, int* lwork, int* 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, int* n, float* a, int* lda, float* w, float* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, float* a, int* lda, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, int* isuppz, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyevx_
void ssyevx_(char* jobz, char* range, char* uplo, int* n, float* a, int* lda, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssygst_
void ssygst_(int* itype, char* uplo, int* n, float* a, int* lda, const(float)* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssygv_
void ssygv_(int* itype, char* jobz, char* uplo, int* n, float* a, int* lda, float* b, int* ldb, float* w, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssygvd_
void ssygvd_(int* itype, char* jobz, char* uplo, int* n, float* a, int* lda, float* b, int* ldb, float* w, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssygvx_
void ssygvx_(int* itype, char* jobz, char* range, char* uplo, int* n, float* a, int* lda, float* b, int* ldb, float* vl, float* vu, int* il, int* iu, float* abstol, int* m, float* w, float* z, int* ldz, float* work, int* lwork, int* iwork, int* ifail, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyrfs_
void ssyrfs_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(int)* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyrfsx_
void ssyrfsx_(char* uplo, char* equed, int* n, int* nrhs, const(float)* a, int* lda, const(float)* af, int* ldaf, const(int)* ipiv, const(float)* s, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssysv_
void ssysv_(char* uplo, int* n, int* nrhs, float* a, int* lda, int* ipiv, float* b, int* ldb, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssysv_rook_
void ssysv_rook_(char* uplo, int* n, int* nrhs, float* a, int* lda, int* ipiv, float* b, int* ldb, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssysvx_
void ssysvx_(char* fact, char* uplo, int* n, int* nrhs, const(float)* a, int* lda, float* af, int* ldaf, int* ipiv, const(float)* b, int* ldb, float* x, int* ldx, float* rcond, float* ferr, float* berr, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssysvxx_
void ssysvxx_(char* fact, char* uplo, int* n, int* nrhs, float* a, int* lda, float* af, int* ldaf, int* ipiv, char* equed, float* s, float* b, int* ldb, float* x, int* ldx, float* rcond, float* rpvgrw, float* berr, int* n_err_bnds, float* err_bnds_norm, float* err_bnds_comp, int* nparams, float* params, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssyswapr_
void ssyswapr_(char* uplo, int* n, float* a, int* lda, int* i1, int* i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrd_
void ssytrd_(char* uplo, int* n, float* a, int* lda, float* d, float* e, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrf_
void ssytrf_(char* uplo, int* n, float* a, int* lda, int* ipiv, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrf_rook_
void ssytrf_rook_(char* uplo, int* n, float* a, int* lda, int* ipiv, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytri2_
void ssytri2_(char* uplo, int* n, float* a, int* lda, const(int)* ipiv, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytri2x_
void ssytri2x_(char* uplo, int* n, float* a, int* lda, const(int)* ipiv, float* work, int* nb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytri_
void ssytri_(char* uplo, int* n, float* a, int* lda, const(int)* ipiv, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrs2_
void ssytrs2_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, const(int)* ipiv, float* b, int* ldb, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrs_
void ssytrs_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssytrs_rook_
void ssytrs_rook_(char* uplo, int* n, int* nrhs, const(float)* a, int* lda, const(int)* ipiv, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbcon_
void stbcon_(char* norm, char* uplo, char* diag, int* n, int* kd, const(float)* ab, int* ldab, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbrfs_
void stbrfs_(char* uplo, char* trans, char* diag, int* n, int* kd, int* nrhs, const(float)* ab, int* ldab, const(float)* b, int* ldb, const(float)* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbtrs_
void stbtrs_(char* uplo, char* trans, char* diag, int* n, int* kd, int* nrhs, const(float)* ab, int* ldab, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stfsm_
void stfsm_(char* transr, char* side, char* uplo, char* trans, char* diag, int* m, int* n, float* alpha, const(float)* a, float* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stftri_
void stftri_(char* transr, char* uplo, char* diag, int* n, float* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stfttp_
void stfttp_(char* transr, char* uplo, int* n, const(float)* arf, float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stfttr_
void stfttr_(char* transr, char* uplo, int* n, const(float)* arf, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgevc_
void stgevc_(char* side, char* howmny, const(int)* select, int* n, const(float)* s, int* lds, const(float)* p, int* ldp, float* vl, int* ldvl, float* vr, int* ldvr, int* mm, int* m, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgexc_
void stgexc_(int* wantq, int* wantz, int* n, float* a, int* lda, float* b, int* ldb, float* q, int* ldq, float* z, int* ldz, int* ifst, int* ilst, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgsen_
void stgsen_(int* ijob, int* wantq, int* wantz, const(int)* select, int* n, float* a, int* lda, float* b, int* ldb, float* alphar, float* alphai, float* beta, float* q, int* ldq, float* z, int* ldz, int* m, float* pl, float* pr, float* dif, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgsja_
void stgsja_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, int* k, int* l, float* a, int* lda, float* b, int* ldb, float* tola, float* tolb, float* alpha, float* beta, float* u, int* ldu, float* v, int* ldv, float* q, int* ldq, float* work, int* ncycle, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgsna_
void stgsna_(char* job, char* howmny, const(int)* select, int* n, const(float)* a, int* lda, const(float)* b, int* ldb, const(float)* vl, int* ldvl, const(float)* vr, int* ldvr, float* s, float* dif, int* mm, int* m, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stgsyl_
void stgsyl_(char* trans, int* ijob, int* m, int* n, const(float)* a, int* lda, const(float)* b, int* ldb, float* c, int* ldc, const(float)* d, int* ldd, const(float)* e, int* lde, float* f, int* ldf, float* scale, float* dif, float* work, int* lwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpcon_
void stpcon_(char* norm, char* uplo, char* diag, int* n, const(float)* ap, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpmqrt_
void stpmqrt_(char* side, char* trans, int* m, int* n, int* k, int* l, int* nb, const(float)* v, int* ldv, const(float)* t, int* ldt, float* a, int* lda, float* b, int* ldb, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpqrt2_
void stpqrt2_(int* m, int* n, int* l, float* a, int* lda, float* b, int* ldb, float* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpqrt_
void stpqrt_(int* m, int* n, int* l, int* nb, float* a, int* lda, float* b, int* ldb, float* t, int* ldt, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stprfb_
void stprfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, int* l, const(float)* v, int* ldv, const(float)* t, int* ldt, float* a, int* lda, float* b, int* ldb, const(float)* work, int* ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stprfs_
void stprfs_(char* uplo, char* trans, char* diag, int* n, int* nrhs, const(float)* ap, const(float)* b, int* ldb, const(float)* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stptri_
void stptri_(char* uplo, char* diag, int* n, float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stptrs_
void stptrs_(char* uplo, char* trans, char* diag, int* n, int* nrhs, const(float)* ap, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpttf_
void stpttf_(char* transr, char* uplo, int* n, const(float)* ap, float* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stpttr_
void stpttr_(char* uplo, int* n, const(float)* ap, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcon_
void strcon_(char* norm, char* uplo, char* diag, int* n, const(float)* a, int* lda, float* rcond, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strevc_
void strevc_(char* side, char* howmny, int* select, int* n, const(float)* t, int* ldt, float* vl, int* ldvl, float* vr, int* ldvr, int* mm, int* m, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strexc_
void strexc_(char* compq, int* n, float* t, int* ldt, float* q, int* ldq, int* ifst, int* ilst, float* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strrfs_
void strrfs_(char* uplo, char* trans, char* diag, int* n, int* nrhs, const(float)* a, int* lda, const(float)* b, int* ldb, const(float)* x, int* ldx, float* ferr, float* berr, float* work, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsen_
void strsen_(char* job, char* compq, const(int)* select, int* n, float* t, int* ldt, float* q, int* ldq, float* wr, float* wi, int* m, float* s, float* sep, float* work, int* lwork, int* iwork, int* liwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsna_
void strsna_(char* job, char* howmny, const(int)* select, int* n, const(float)* t, int* ldt, const(float)* vl, int* ldvl, const(float)* vr, int* ldvr, float* s, float* sep, int* mm, int* m, float* work, int* ldwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsyl_
void strsyl_(char* trana, char* tranb, int* isgn, int* m, int* n, const(float)* a, int* lda, const(float)* b, int* ldb, float* c, int* ldc, float* scale, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtri_
void strtri_(char* uplo, char* diag, int* n, float* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtrs_
void strtrs_(char* uplo, char* trans, char* diag, int* n, int* nrhs, const(float)* a, int* lda, float* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strttf_
void strttf_(char* transr, char* uplo, int* n, const(float)* a, int* lda, float* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strttp_
void strttp_(char* uplo, int* n, const(float)* a, int* lda, float* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stzrzf_
void stzrzf_(int* m, int* n, float* a, int* lda, float* tau, float* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zbbcsd_
void zbbcsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, int* m, int* p, int* q, double* theta, double* phi, lapack_complex_double* u1, int* ldu1, lapack_complex_double* u2, int* ldu2, lapack_complex_double* v1t, int* ldv1t, lapack_complex_double* v2t, int* ldv2t, double* b11d, double* b11e, double* b12d, double* b12e, double* b21d, double* b21e, double* b22d, double* b22e, double* rwork, int* lrwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zbdsqr_
void zbdsqr_(char* uplo, int* n, int* ncvt, int* nru, int* ncc, double* d, double* e, lapack_complex_double* vt, int* ldvt, lapack_complex_double* u, int* ldu, lapack_complex_double* c, int* ldc, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zcgesv_
void zcgesv_(int* n, int* nrhs, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, lapack_complex_double* work, lapack_complex_double* swork, double* rwork, int* iter, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zcposv_
void zcposv_(char* uplo, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, lapack_complex_double* work, lapack_complex_double* swork, double* rwork, int* iter, int* 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, int* m, int* n, int* ncc, int* kl, int* ku, lapack_complex_double* ab, int* ldab, double* d, double* e, lapack_complex_double* q, int* ldq, lapack_complex_double* pt, int* ldpt, lapack_complex_double* c, int* ldc, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kl, int* ku, const(lapack_complex_double)* ab, int* ldab, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, double* rwork, int* 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_(int* m, int* n, int* kl, int* ku, const(lapack_complex_double)* ab, int* ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbequb_
void zgbequb_(int* m, int* n, int* kl, int* ku, const(lapack_complex_double)* ab, int* ldab, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* 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, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_double)* ab, int* ldab, const(lapack_complex_double)* afb, int* ldafb, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbrfsx_
void zgbrfsx_(char* trans, char* equed, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_double)* ab, int* ldab, const(lapack_complex_double)* afb, int* ldafb, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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_(int* n, int* kl, int* ku, int* nrhs, lapack_complex_double* ab, int* ldab, int* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* kl, int* ku, int* nrhs, lapack_complex_double* ab, int* ldab, lapack_complex_double* afb, int* ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgbsvxx_
void zgbsvxx_(char* fact, char* trans, int* n, int* kl, int* ku, int* nrhs, lapack_complex_double* ab, int* ldab, lapack_complex_double* afb, int* ldafb, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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_(int* m, int* n, int* kl, int* ku, lapack_complex_double* ab, int* ldab, int* ipiv, int* 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, int* n, int* kl, int* ku, int* nrhs, const(lapack_complex_double)* ab, int* ldab, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(double)* scale, int* m, lapack_complex_double* v, int* ldv, int* 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, int* n, lapack_complex_double* a, int* lda, int* ilo, int* ihi, double* scale, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, double* d, double* e, lapack_complex_double* tauq, lapack_complex_double* taup, lapack_complex_double* work, int* lwork, int* 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, int* n, const(lapack_complex_double)* a, int* lda, double* anorm, double* rcond, lapack_complex_double* work, double* rwork, int* 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_(int* m, int* n, const(lapack_complex_double)* a, int* lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeequb_
void zgeequb_(int* m, int* n, const(lapack_complex_double)* a, int* lda, double* r, double* c, double* rowcnd, double* colcnd, double* amax, int* 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, LAPACK_Z_SELECT1 select, int* n, lapack_complex_double* a, int* lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int* ldvs, lapack_complex_double* work, int* lwork, double* rwork, int* bwork, int* 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, LAPACK_Z_SELECT1 select, char* sense, int* n, lapack_complex_double* a, int* lda, int* sdim, lapack_complex_double* w, lapack_complex_double* vs, int* ldvs, double* rconde, double* rcondv, lapack_complex_double* work, int* lwork, double* rwork, int* bwork, int* 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, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* w, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, lapack_complex_double* work, int* lwork, double* rwork, int* 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, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* w, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, int* ilo, int* ihi, double* scale, double* abnrm, double* rconde, double* rcondv, lapack_complex_double* work, int* lwork, double* rwork, int* 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_(int* n, int* ilo, int* ihi, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgejsv_
void zgejsv_(char* joba, char* jobu, char* jobv, char* jobr, char* jobt, char* jobp, int* m, int* n, lapack_complex_double* a, int* lda, double* sva, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* cwork, int* lwork, double* work, int* lrwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgelq2_
void zgelq2_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* s, double* rcond, int* rank, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* s, double* rcond, int* rank, lapack_complex_double* work, int* lwork, double* rwork, int* 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_(int* m, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* jpvt, double* rcond, int* rank, lapack_complex_double* work, int* lwork, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgemqrt_
void zgemqrt_(char* side, char* trans, int* m, int* n, int* k, int* nb, const(lapack_complex_double)* v, int* ldv, const(lapack_complex_double)* t, int* ldt, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, int* jpvt, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, double* rwork, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, int* jpvt, lapack_complex_double* tau, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqr2_
void zgeqr2_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrfp_
void zgeqrfp_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrt2_
void zgeqrt2_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrt3_
void zgeqrt3_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgeqrt_
void zgeqrt_(int* m, int* n, int* nb, lapack_complex_double* a, int* lda, lapack_complex_double* t, int* ldt, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgerfsx_
void zgerfsx_(char* trans, char* equed, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(double)* r, const(double)* c, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, lapack_complex_double* a, int* lda, double* s, lapack_complex_double* u, int* ldu, lapack_complex_double* vt, int* ldvt, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* 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_(int* n, int* nrhs, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* m, int* n, lapack_complex_double* a, int* lda, double* s, lapack_complex_double* u, int* ldu, lapack_complex_double* vt, int* ldvt, lapack_complex_double* work, int* lwork, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesvdx_
void zgesvdx_(char* jobu, char* jobvt, char* range, int* m, int* n, lapack_complex_double* a, int* lda, double* vl, double* vu, int* il, int* iu, int* ns, double* s, lapack_complex_double* u, int* ldu, lapack_complex_double* vt, int* ldvt, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesvj_
void zgesvj_(char* joba, char* jobu, char* jobv, int* m, int* n, lapack_complex_double* a, int* lda, double* sva, int* mv, lapack_complex_double* v, int* ldv, lapack_complex_double* cwork, int* lwork, double* rwork, int* lrwork, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgesvxx_
void zgesvxx_(char* fact, char* trans, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, char* equed, double* r, double* c, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgetf2_
void zgetf2_(int* m, int* n, lapack_complex_double* a, int* lda, int* ipiv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgetrf2_
void zgetrf2_(int* m, int* n, lapack_complex_double* a, int* lda, int* ipiv, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, int* ipiv, int* 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_(int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* lwork, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* ilo, int* ihi, const(double)* lscale, const(double)* rscale, int* m, lapack_complex_double* v, int* ldv, int* 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, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* ilo, int* ihi, double* lscale, double* rscale, double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgges3_
void zgges3_(char* jobvsl, char* jobvsr, char* sort, LAPACK_Z_SELECT2 selctg, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int* ldvsl, lapack_complex_double* vsr, int* ldvsr, lapack_complex_double* work, int* lwork, double* rwork, int* bwork, int* 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, LAPACK_Z_SELECT2 selctg, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int* ldvsl, lapack_complex_double* vsr, int* ldvsr, lapack_complex_double* work, int* lwork, double* rwork, int* bwork, int* 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, LAPACK_Z_SELECT2 selctg, char* sense, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* sdim, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vsl, int* ldvsl, lapack_complex_double* vsr, int* ldvsr, double* rconde, double* rcondv, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* liwork, int* bwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggev3_
void zggev3_(char* jobvl, char* jobvr, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, lapack_complex_double* work, int* lwork, double* rwork, int* 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, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, lapack_complex_double* work, int* lwork, double* rwork, int* 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, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, int* ilo, int* ihi, double* lscale, double* rscale, double* abnrm, double* bbnrm, double* rconde, double* rcondv, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* bwork, int* 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_(int* n, int* m, int* p, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* d, lapack_complex_double* x, lapack_complex_double* y, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zgghd3_
void zgghd3_(char* compq, char* compz, int* n, int* ilo, int* ihi, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* q, int* ldq, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, int* 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, int* n, int* ilo, int* ihi, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* q, int* ldq, lapack_complex_double* z, int* ldz, int* 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_(int* m, int* n, int* p, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* c, lapack_complex_double* d, lapack_complex_double* x, lapack_complex_double* work, int* lwork, int* 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_(int* n, int* m, int* p, lapack_complex_double* a, int* lda, lapack_complex_double* taua, lapack_complex_double* b, int* ldb, lapack_complex_double* taub, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* p, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* taua, lapack_complex_double* b, int* ldb, lapack_complex_double* taub, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggsvd3_
void zggsvd3_(char* jobu, char* jobv, char* jobq, int* m, int* n, int* p, int* k, int* l, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* alpha, double* beta, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* q, int* ldq, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* 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, int* m, int* n, int* p, int* k, int* l, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* alpha, double* beta, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* q, int* ldq, lapack_complex_double* work, double* rwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zggsvp3_
void zggsvp3_(char* jobu, char* jobv, char* jobq, int* m, int* p, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* tola, double* tolb, int* k, int* l, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* q, int* ldq, int* iwork, double* rwork, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* 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, int* m, int* p, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* tola, double* tolb, int* k, int* l, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* q, int* ldq, int* iwork, double* rwork, lapack_complex_double* tau, lapack_complex_double* work, int* 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, int* n, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* dlf, const(lapack_complex_double)* df, const(lapack_complex_double)* duf, const(lapack_complex_double)* du2, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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_(int* n, int* nrhs, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, lapack_complex_double* dlf, lapack_complex_double* df, lapack_complex_double* duf, lapack_complex_double* du2, int* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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_(int* n, lapack_complex_double* dl, lapack_complex_double* d, lapack_complex_double* du, lapack_complex_double* du2, int* ipiv, int* 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, int* n, int* nrhs, const(lapack_complex_double)* dl, const(lapack_complex_double)* d, const(lapack_complex_double)* du, const(lapack_complex_double)* du2, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* kd, lapack_complex_double* ab, int* ldab, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kd, lapack_complex_double* ab, int* ldab, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, int* kd, lapack_complex_double* ab, int* ldab, lapack_complex_double* q, int* ldq, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail, int* 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, int* n, int* ka, int* kb, lapack_complex_double* ab, int* ldab, const(lapack_complex_double)* bb, int* ldbb, lapack_complex_double* x, int* ldx, lapack_complex_double* work, double* rwork, int* 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, int* n, int* ka, int* kb, lapack_complex_double* ab, int* ldab, lapack_complex_double* bb, int* ldbb, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* 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, int* n, int* ka, int* kb, lapack_complex_double* ab, int* ldab, lapack_complex_double* bb, int* ldbb, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, int* ka, int* kb, lapack_complex_double* ab, int* ldab, lapack_complex_double* bb, int* ldbb, lapack_complex_double* q, int* ldq, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail, int* 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, int* n, int* kd, lapack_complex_double* ab, int* ldab, double* d, double* e, lapack_complex_double* q, int* ldq, lapack_complex_double* work, int* 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, int* n, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheequb_
void zheequb_(char* uplo, int* n, const(lapack_complex_double)* a, int* lda, double* s, double* scond, double* amax, lapack_complex_double* work, int* 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, int* n, lapack_complex_double* a, int* lda, double* w, lapack_complex_double* work, int* lwork, double* rwork, int* 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, int* n, lapack_complex_double* a, int* lda, double* w, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, lapack_complex_double* a, int* lda, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, int* isuppz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, lapack_complex_double* a, int* lda, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* ifail, int* 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_(int* itype, char* uplo, int* n, lapack_complex_double* a, int* lda, const(lapack_complex_double)* b, int* ldb, int* 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_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* w, lapack_complex_double* work, int* lwork, double* rwork, int* 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_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* w, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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_(int* itype, char* jobz, char* range, char* uplo, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* iwork, int* ifail, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zherfsx_
void zherfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* lwork, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, int* lwork, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhesvxx_
void zhesvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zheswapr_
void zheswapr_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* i1, int* i2)
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, int* n, lapack_complex_double* a, int* lda, double* d, double* e, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* 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, int* n, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrf_rook_
void zhetrf_rook_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetri2_
void zhetri2_(char* uplo, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetri2x_
void zhetri2x_(char* uplo, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* nb, int* 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, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrs2_
void zhetrs2_(char* uplo, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhetrs_rook_
void zhetrs_rook_(char* uplo, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zhfrk_
void zhfrk_(char* transr, char* uplo, char* trans, int* n, int* k, double* alpha, const(lapack_complex_double)* a, int* lda, double* beta, lapack_complex_double* c)
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, int* n, int* ilo, int* ihi, lapack_complex_double* h, int* ldh, lapack_complex_double* t, int* ldt, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int* ldq, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* 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, int* n, const(lapack_complex_double)* ap, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, int* 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, int* n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* ap, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, lapack_complex_double* ap, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail, int* 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_(int* itype, char* uplo, int* n, lapack_complex_double* ap, const(lapack_complex_double)* bp, int* 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_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* 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_(int* itype, char* jobz, char* uplo, int* n, lapack_complex_double* ap, lapack_complex_double* bp, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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_(int* itype, char* jobz, char* range, char* uplo, int* n, lapack_complex_double* ap, lapack_complex_double* bp, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, double* rwork, int* iwork, int* ifail, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* ap, double* d, double* e, lapack_complex_double* tau, int* 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, int* n, lapack_complex_double* ap, int* ipiv, int* 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, int* n, lapack_complex_double* ap, const(int)* ipiv, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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* job, char* eigsrc, char* initv, const(int)* select, int* n, const(lapack_complex_double)* h, int* ldh, lapack_complex_double* w, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, int* mm, int* m, lapack_complex_double* work, double* rwork, int* ifaill, int* ifailr, int* 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, int* n, int* ilo, int* ihi, lapack_complex_double* h, int* ldh, lapack_complex_double* w, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlacgv_
void zlacgv_(int* n, lapack_complex_double* x, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlacn2_
void zlacn2_(int* n, lapack_complex_double* v, lapack_complex_double* x, double* est, int* kase, int* isave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlacp2_
void zlacp2_(char* uplo, int* m, int* n, const(double)* a, int* lda, lapack_complex_double* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlacpy_
void zlacpy_(char* uplo, int* m, int* n, const(lapack_complex_double)* a, int* lda, lapack_complex_double* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlag2c_
void zlag2c_(int* m, int* n, const(lapack_complex_double)* a, int* lda, lapack_complex_double* sa, int* ldsa, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlagge_
void zlagge_(int* m, int* n, int* kl, int* ku, const(double)* d, lapack_complex_double* a, int* lda, int* iseed, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlaghe_
void zlaghe_(int* n, int* k, const(double)* d, lapack_complex_double* a, int* lda, int* iseed, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlagsy_
void zlagsy_(int* n, int* k, const(double)* d, lapack_complex_double* a, int* lda, int* iseed, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlange_
double zlange_(char* norm, int* m, int* n, const(lapack_complex_float)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlanhe_
double zlanhe_(char* norm, char* uplo, int* n, const(lapack_complex_float)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlansy_
double zlansy_(char* norm, char* uplo, int* n, const(lapack_complex_float)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlantr_
double zlantr_(char* norm, char* uplo, char* diag, int* m, int* n, const(lapack_complex_float)* a, int* lda, double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlapmr_
void zlapmr_(int* forwrd, int* m, int* n, lapack_complex_double* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlapmt_
void zlapmt_(int* forwrd, int* m, int* n, lapack_complex_double* x, int* ldx, int* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlarfb_
void zlarfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, const(lapack_complex_double)* v, int* ldv, const(lapack_complex_double)* t, int* ldt, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* ldwork)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlarfg_
void zlarfg_(int* n, lapack_complex_double* alpha, lapack_complex_double* x, int* incx, lapack_complex_double* tau)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlarft_
void zlarft_(char* direct, char* storev, int* n, int* k, const(lapack_complex_double)* v, int* ldv, const(lapack_complex_double)* tau, lapack_complex_double* t, int* ldt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlarfx_
void zlarfx_(char* side, int* m, int* n, const(lapack_complex_double)* v, lapack_complex_double* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlarnv_
void zlarnv_(int* idist, int* iseed, int* n, lapack_complex_double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlascl_
void zlascl_(char* type, int* kl, int* ku, double* cfrom, double* cto, int* m, int* n, lapack_complex_double* a, int* lda, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlaset_
void zlaset_(char* uplo, int* m, int* n, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* a, int* lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlaswp_
void zlaswp_(int* n, lapack_complex_double* a, int* lda, int* k1, int* k2, const(int)* ipiv, int* incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlatms_
void zlatms_(int* m, int* n, char* dist, int* iseed, char* sym, double* d, int* mode, double* cond, double* dmax, int* kl, int* ku, char* pack, lapack_complex_double* a, int* lda, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlauum_
void zlauum_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* 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, int* n, int* kd, const(lapack_complex_double)* ab, int* ldab, double* anorm, double* rcond, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kd, const(lapack_complex_double)* ab, int* ldab, double* s, double* scond, double* amax, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_double)* ab, int* ldab, const(lapack_complex_double)* afb, int* ldafb, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kb, lapack_complex_double* bb, int* ldbb, int* 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, int* n, int* kd, int* nrhs, lapack_complex_double* ab, int* ldab, lapack_complex_double* b, int* ldb, int* 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, int* n, int* kd, int* nrhs, lapack_complex_double* ab, int* ldab, lapack_complex_double* afb, int* ldafb, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kd, lapack_complex_double* ab, int* ldab, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_double)* ab, int* ldab, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpftrf_
void zpftrf_(char* transr, char* uplo, int* n, lapack_complex_double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpftri_
void zpftri_(char* transr, char* uplo, int* n, lapack_complex_double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpftrs_
void zpftrs_(char* transr, char* uplo, int* n, int* nrhs, const(lapack_complex_double)* a, lapack_complex_double* b, int* ldb, int* 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, int* n, const(lapack_complex_double)* a, int* lda, double* anorm, double* rcond, lapack_complex_double* work, double* rwork, int* 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_(int* n, const(lapack_complex_double)* a, int* lda, double* s, double* scond, double* amax, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpoequb_
void zpoequb_(int* n, const(lapack_complex_double)* a, int* lda, double* s, double* scond, double* amax, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zporfsx_
void zporfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(double)* s, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zposvxx_
void zposvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpotrf2_
void zpotrf2_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* 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, int* n, lapack_complex_double* a, int* lda, int* 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, int* n, lapack_complex_double* a, int* lda, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, lapack_complex_double* b, int* ldb, int* 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, int* n, const(lapack_complex_double)* ap, double* anorm, double* rcond, lapack_complex_double* work, double* rwork, int* 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, int* n, const(lapack_complex_double)* ap, double* s, double* scond, double* amax, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* ap, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, lapack_complex_double* ap, lapack_complex_double* afp, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* ap, int* 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, int* n, lapack_complex_double* ap, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zpstrf_
void zpstrf_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* piv, int* rank, double* tol, double* work, int* 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_(int* n, const(double)* d, const(lapack_complex_double)* e, double* anorm, double* rcond, double* work, int* 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, int* n, double* d, double* e, lapack_complex_double* z, int* ldz, double* work, int* 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, int* n, int* nrhs, const(double)* d, const(lapack_complex_double)* e, const(double)* df, const(lapack_complex_double)* ef, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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_(int* n, int* nrhs, double* d, lapack_complex_double* e, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, const(double)* d, const(lapack_complex_double)* e, double* df, lapack_complex_double* ef, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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_(int* n, double* d, lapack_complex_double* e, int* 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, int* n, int* nrhs, const(double)* d, const(lapack_complex_double)* e, lapack_complex_double* b, int* ldb, int* 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, int* n, const(lapack_complex_double)* ap, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* afp, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* ap, int* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, lapack_complex_double* afp, int* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* ap, int* ipiv, int* 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, int* n, lapack_complex_double* ap, const(int)* ipiv, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, double* d, double* e, lapack_complex_double* z, int* ldz, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, double* abstol, int* m, double* w, lapack_complex_double* z, int* ldz, int* isuppz, double* work, int* lwork, int* iwork, int* liwork, int* 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_(int* n, const(double)* d, const(double)* e, int* m, const(double)* w, const(int)* iblock, const(int)* isplit, lapack_complex_double* z, int* ldz, double* work, int* iwork, int* ifailv, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zstemr_
void zstemr_(char* jobz, char* range, int* n, double* d, double* e, double* vl, double* vu, int* il, int* iu, int* m, double* w, lapack_complex_double* z, int* ldz, int* nzc, int* isuppz, int* tryrac, double* work, int* lwork, int* iwork, int* liwork, int* 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, int* n, double* d, double* e, lapack_complex_double* z, int* ldz, double* work, int* 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, int* n, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, double* anorm, double* rcond, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyconv_
void zsyconv_(char* uplo, char* way, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* e, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyequb_
void zsyequb_(char* uplo, int* n, const(lapack_complex_double)* a, int* lda, double* s, double* scond, double* amax, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyr_
void zsyr_(char* uplo, int* n, lapack_complex_double* alpha, const(lapack_complex_double)* x, int* incx, lapack_complex_double* a, int* lda)
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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyrfsx_
void zsyrfsx_(char* uplo, char* equed, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* af, int* ldaf, const(int)* ipiv, const(double)* s, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* lwork, int* 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, int* n, int* nrhs, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* lwork, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* ferr, double* berr, lapack_complex_double* work, int* lwork, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsysvxx_
void zsysvxx_(char* fact, char* uplo, int* n, int* nrhs, lapack_complex_double* a, int* lda, lapack_complex_double* af, int* ldaf, int* ipiv, char* equed, double* s, lapack_complex_double* b, int* ldb, lapack_complex_double* x, int* ldx, double* rcond, double* rpvgrw, double* berr, int* n_err_bnds, double* err_bnds_norm, double* err_bnds_comp, int* nparams, double* params, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsyswapr_
void zsyswapr_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* i1, int* i2)
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, int* n, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrf_rook_
void zsytrf_rook_(char* uplo, int* n, lapack_complex_double* a, int* lda, int* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytri2_
void zsytri2_(char* uplo, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytri2x_
void zsytri2x_(char* uplo, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* nb, int* 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, int* n, lapack_complex_double* a, int* lda, const(int)* ipiv, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zsytrs_rook_
void zsytrs_rook_(char* uplo, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(int)* ipiv, lapack_complex_double* b, int* ldb, int* 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, int* n, int* kd, const(lapack_complex_double)* ab, int* ldab, double* rcond, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_double)* ab, int* ldab, const(lapack_complex_double)* b, int* ldb, const(lapack_complex_double)* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, int* kd, int* nrhs, const(lapack_complex_double)* ab, int* ldab, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztfsm_
void ztfsm_(char* transr, char* side, char* uplo, char* trans, char* diag, int* m, int* n, lapack_complex_double* alpha, const(lapack_complex_double)* a, lapack_complex_double* b, int* ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztftri_
void ztftri_(char* transr, char* uplo, char* diag, int* n, lapack_complex_double* a, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztfttp_
void ztfttp_(char* transr, char* uplo, int* n, const(lapack_complex_double)* arf, lapack_complex_double* ap, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztfttr_
void ztfttr_(char* transr, char* uplo, int* n, const(lapack_complex_double)* arf, lapack_complex_double* a, int* lda, int* 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, const(int)* select, int* n, const(lapack_complex_double)* s, int* lds, const(lapack_complex_double)* p, int* ldp, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, int* mm, int* m, lapack_complex_double* work, double* rwork, int* 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_(int* wantq, int* wantz, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* q, int* ldq, lapack_complex_double* z, int* ldz, int* ifst, int* ilst, int* 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_(int* ijob, int* wantq, int* wantz, const(int)* select, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* alpha, lapack_complex_double* beta, lapack_complex_double* q, int* ldq, lapack_complex_double* z, int* ldz, int* m, double* pl, double* pr, double* dif, lapack_complex_double* work, int* lwork, int* iwork, int* liwork, int* 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, int* m, int* p, int* n, int* k, int* l, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, double* tola, double* tolb, double* alpha, double* beta, lapack_complex_double* u, int* ldu, lapack_complex_double* v, int* ldv, lapack_complex_double* q, int* ldq, lapack_complex_double* work, int* ncycle, int* 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, const(int)* select, int* n, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* b, int* ldb, const(lapack_complex_double)* vl, int* ldvl, const(lapack_complex_double)* vr, int* ldvr, double* s, double* dif, int* mm, int* m, lapack_complex_double* work, int* lwork, int* iwork, int* 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, int* ijob, int* m, int* n, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* c, int* ldc, const(lapack_complex_double)* d, int* ldd, const(lapack_complex_double)* e, int* lde, lapack_complex_double* f, int* ldf, double* scale, double* dif, lapack_complex_double* work, int* lwork, int* iwork, int* 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, int* n, const(lapack_complex_double)* ap, double* rcond, lapack_complex_double* work, double* rwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpmqrt_
void ztpmqrt_(char* side, char* trans, int* m, int* n, int* k, int* l, int* nb, const(lapack_complex_double)* v, int* ldv, const(lapack_complex_double)* t, int* ldt, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpqrt2_
void ztpqrt2_(int* m, int* n, int* l, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* t, int* ldt, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpqrt_
void ztpqrt_(int* m, int* n, int* l, int* nb, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* t, int* ldt, lapack_complex_double* work, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztprfb_
void ztprfb_(char* side, char* trans, char* direct, char* storev, int* m, int* n, int* k, int* l, const(lapack_complex_double)* v, int* ldv, const(lapack_complex_double)* t, int* ldt, lapack_complex_double* a, int* lda, lapack_complex_double* b, int* ldb, lapack_complex_double* work, int* ldwork)
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, int* n, int* nrhs, const(lapack_complex_double)* ap, const(lapack_complex_double)* b, int* ldb, const(lapack_complex_double)* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* ap, int* 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, int* n, int* nrhs, const(lapack_complex_double)* ap, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpttf_
void ztpttf_(char* transr, char* uplo, int* n, const(lapack_complex_double)* ap, lapack_complex_double* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztpttr_
void ztpttr_(char* uplo, int* n, const(lapack_complex_double)* ap, lapack_complex_double* a, int* lda, int* 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, int* n, const(lapack_complex_double)* a, int* lda, double* rcond, lapack_complex_double* work, double* rwork, int* 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, const(int)* select, int* n, lapack_complex_double* t, int* ldt, lapack_complex_double* vl, int* ldvl, lapack_complex_double* vr, int* ldvr, int* mm, int* m, lapack_complex_double* work, double* rwork, int* 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, int* n, lapack_complex_double* t, int* ldt, lapack_complex_double* q, int* ldq, int* ifst, int* ilst, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* b, int* ldb, const(lapack_complex_double)* x, int* ldx, double* ferr, double* berr, lapack_complex_double* work, double* rwork, int* 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, const(int)* select, int* n, lapack_complex_double* t, int* ldt, lapack_complex_double* q, int* ldq, lapack_complex_double* w, int* m, double* s, double* sep, lapack_complex_double* work, int* lwork, int* 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, const(int)* select, int* n, const(lapack_complex_double)* t, int* ldt, const(lapack_complex_double)* vl, int* ldvl, const(lapack_complex_double)* vr, int* ldvr, double* s, double* sep, int* mm, int* m, lapack_complex_double* work, int* ldwork, double* rwork, int* 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, int* isgn, int* m, int* n, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* b, int* ldb, lapack_complex_double* c, int* ldc, double* scale, int* 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, int* n, lapack_complex_double* a, int* lda, int* 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, int* n, int* nrhs, const(lapack_complex_double)* a, int* lda, lapack_complex_double* b, int* ldb, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrttf_
void ztrttf_(char* transr, char* uplo, int* n, const(lapack_complex_double)* a, int* lda, lapack_complex_double* arf, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ztrttp_
void ztrttp_(char* uplo, int* n, const(lapack_complex_double)* a, int* lda, lapack_complex_double* ap, int* 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_(int* m, int* n, lapack_complex_double* a, int* lda, lapack_complex_double* tau, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zunbdb_
void zunbdb_(char* trans, char* signs, int* m, int* p, int* q, lapack_complex_double* x11, int* ldx11, lapack_complex_double* x12, int* ldx12, lapack_complex_double* x21, int* ldx21, lapack_complex_double* x22, int* ldx22, double* theta, double* phi, lapack_complex_double* taup1, lapack_complex_double* taup2, lapack_complex_double* tauq1, lapack_complex_double* tauq2, lapack_complex_double* work, int* lwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zuncsd2by1_
void zuncsd2by1_(char* jobu1, char* jobu2, char* jobv1t, int* m, int* p, int* q, lapack_complex_double* x11, int* ldx11, lapack_complex_double* x21, int* ldx21, double* theta, lapack_complex_double* u1, int* ldu1, lapack_complex_double* u2, int* ldu2, lapack_complex_double* v1t, int* ldv1t, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zuncsd_
void zuncsd_(char* jobu1, char* jobu2, char* jobv1t, char* jobv2t, char* trans, char* signs, int* m, int* p, int* q, lapack_complex_double* x11, int* ldx11, lapack_complex_double* x12, int* ldx12, lapack_complex_double* x21, int* ldx21, lapack_complex_double* x22, int* ldx22, double* theta, lapack_complex_double* u1, int* ldu1, lapack_complex_double* u2, int* ldu2, lapack_complex_double* v1t, int* ldv1t, lapack_complex_double* v2t, int* ldv2t, lapack_complex_double* work, int* lwork, double* rwork, int* lrwork, int* iwork, int* 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, int* m, int* n, int* k, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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_(int* n, int* ilo, int* ihi, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, int* k, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, int* k, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, int* k, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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_(int* m, int* n, int* k, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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, int* n, lapack_complex_double* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* ilo, int* ihi, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, int* k, int* l, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* m, int* n, const(lapack_complex_double)* a, int* lda, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* lwork, int* 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, int* n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* q, int* ldq, lapack_complex_double* work, int* 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, int* m, int* n, const(lapack_complex_double)* ap, const(lapack_complex_double)* tau, lapack_complex_double* c, int* ldc, lapack_complex_double* work, int* 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

Chibisi Chima-Okereke

License

Boost License 1.0