![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | zgeqpf (M, N, A, LDA, JPVT, TAU, WORK, RWORK, INFO) |
| ZGEQPF More... | |
| subroutine | zgebak (JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, INFO) |
| ZGEBAK More... | |
| subroutine | zgebal (JOB, N, A, LDA, ILO, IHI, SCALE, INFO) |
| ZGEBAL More... | |
| subroutine | zgebd2 (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO) |
| ZGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm. More... | |
| subroutine | zgebrd (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO) |
| ZGEBRD More... | |
| subroutine | zgecon (NORM, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO) |
| ZGECON More... | |
| subroutine | zgeequ (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, INFO) |
| ZGEEQU More... | |
| subroutine | zgeequb (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, INFO) |
| ZGEEQUB More... | |
| subroutine | zgehd2 (N, ILO, IHI, A, LDA, TAU, WORK, INFO) |
| ZGEHD2 reduces a general square matrix to upper Hessenberg form using an unblocked algorithm. More... | |
| subroutine | zgehrd (N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGEHRD More... | |
| subroutine | zgelq2 (M, N, A, LDA, TAU, WORK, INFO) |
| ZGELQ2 computes the LQ factorization of a general rectangular matrix using an unblocked algorithm. More... | |
| subroutine | zgelqf (M, N, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGELQF More... | |
| subroutine | zgemqrt (SIDE, TRANS, M, N, K, NB, V, LDV, T, LDT, C, LDC, WORK, INFO) |
| ZGEMQRT More... | |
| subroutine | zgeql2 (M, N, A, LDA, TAU, WORK, INFO) |
| ZGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More... | |
| subroutine | zgeqlf (M, N, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGEQLF More... | |
| subroutine | zgeqp3 (M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, INFO) |
| ZGEQP3 More... | |
| subroutine | zgeqr2 (M, N, A, LDA, TAU, WORK, INFO) |
| ZGEQR2 computes the QR factorization of a general rectangular matrix using an unblocked algorithm. More... | |
| subroutine | zgeqr2p (M, N, A, LDA, TAU, WORK, INFO) |
| ZGEQR2P computes the QR factorization of a general rectangular matrix with non-negative diagonal elements using an unblocked algorithm. More... | |
| subroutine | zgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGEQRF More... | |
| subroutine | zgeqrfp (M, N, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGEQRFP More... | |
| subroutine | zgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO) |
| ZGEQRT More... | |
| subroutine | zgeqrt2 (M, N, A, LDA, T, LDT, INFO) |
| ZGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More... | |
| recursive subroutine | zgeqrt3 (M, N, A, LDA, T, LDT, INFO) |
| ZGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More... | |
| subroutine | zgerfs (TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO) |
| ZGERFS More... | |
| subroutine | zgerfsx (TRANS, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, R, C, B, LDB, X, LDX, RCOND, BERR, N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, INFO) |
| ZGERFSX More... | |
| subroutine | zgerq2 (M, N, A, LDA, TAU, WORK, INFO) |
| ZGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. More... | |
| subroutine | zgerqf (M, N, A, LDA, TAU, WORK, LWORK, INFO) |
| ZGERQF More... | |
| subroutine | zgesvj (JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, LDV, CWORK, LWORK, RWORK, LRWORK, INFO) |
| ZGESVJ More... | |
| subroutine | zgetf2 (M, N, A, LDA, IPIV, INFO) |
| ZGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). More... | |
| subroutine | zgetrf (M, N, A, LDA, IPIV, INFO) |
| ZGETRF More... | |
| recursive subroutine | zgetrf2 (M, N, A, LDA, IPIV, INFO) |
| ZGETRF2 More... | |
| subroutine | zgetri (N, A, LDA, IPIV, WORK, LWORK, INFO) |
| ZGETRI More... | |
| subroutine | zgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
| ZGETRS More... | |
| subroutine | zhgeqz (JOB, COMPQ, COMPZ, N, ILO, IHI, H, LDH, T, LDT, ALPHA, BETA, Q, LDQ, Z, LDZ, WORK, LWORK, RWORK, INFO) |
| ZHGEQZ More... | |
| subroutine | zla_geamv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY) |
| ZLA_GEAMV computes a matrix-vector product using a general matrix to calculate error bounds. More... | |
| double precision function | zla_gercond_c (TRANS, N, A, LDA, AF, LDAF, IPIV, C, CAPPLY, INFO, WORK, RWORK) |
| ZLA_GERCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for general matrices. More... | |
| double precision function | zla_gercond_x (TRANS, N, A, LDA, AF, LDAF, IPIV, X, INFO, WORK, RWORK) |
| ZLA_GERCOND_X computes the infinity norm condition number of op(A)*diag(x) for general matrices. More... | |
| subroutine | zla_gerfsx_extended (PREC_TYPE, TRANS_TYPE, N, NRHS, A, LDA, AF, LDAF, IPIV, COLEQU, C, B, LDB, Y, LDY, BERR_OUT, N_NORMS, ERRS_N, ERRS_C, RES, AYB, DY, Y_TAIL, RCOND, ITHRESH, RTHRESH, DZ_UB, IGNORE_CWISE, INFO) |
| ZLA_GERFSX_EXTENDED More... | |
| double precision function | zla_gerpvgrw (N, NCOLS, A, LDA, AF, LDAF) |
| ZLA_GERPVGRW multiplies a square real matrix by a complex matrix. More... | |
| subroutine | ztgevc (SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO) |
| ZTGEVC More... | |
| subroutine | ztgexc (WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, LDZ, IFST, ILST, INFO) |
| ZTGEXC More... | |
This is the group of complex16 computational functions for GE matrices