![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgesc2 (n, a, lda, rhs, ipiv, jpiv, scale) |
CGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. | |
subroutine | cgetc2 (n, a, lda, ipiv, jpiv, info) |
CGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. | |
real function | clange (norm, m, n, a, lda, work) |
CLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value of any element of a general rectangular matrix. | |
subroutine | claqge (m, n, a, lda, r, c, rowcnd, colcnd, amax, equed) |
CLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. | |
subroutine | ctgex2 (wantq, wantz, n, a, lda, b, ldb, q, ldq, z, ldz, j1, info) |
CTGEX2 swaps adjacent diagonal blocks in an upper (quasi) triangular matrix pair by an unitary equivalence transformation. | |
This is the group of complex auxiliary functions for GE matrices