|
complib/zlanht(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANHT returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A. |
complib/zlansb(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANSB returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals. |
|
complib/zlansp(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANSP returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form. |
complib/zlansy(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANSY returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A. |
complib/zlantb(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANTB returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals. |
complib/zlantp(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANTP returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form. |
complib/zlantr(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
ZLANTR returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A. |
complib/zlapll(3) -- two column vectors X and Y, let A = ( X Y )
|
Given two column vectors X and Y, let The subroutine first computes the QR factorization of A = Q*R, and then computes the SVD of the 2-by-2 upper triangular matrix R. The smaller singular value of R is returned in SSMIN, which is used as the measurement of the linear dependency of the vectors X and Y. |
complib/zlapmt(3) -- rearrange the columns of the M by N matrix X as specified by the permutation K(1),K(2),...,K(N) of the integer
|
ZLAPMT rearranges the columns of the M by N matrix X as specified by the permutation K(1),K(2),...,K(N) of the integers 1,...,N. If FORWRD = .TRUE., forward permutation: X(*,K(J)) is moved X(*,J) for J = 1,2,...,N. If FORWRD = .FALSE., backward permutation: X(*,J) is moved to X(*,K(J)) for J = 1,2,...,N. |
complib/zlaqgb(3) -- equilibrate a general M by N band matrix A with KL subdiagonals and KU superdiagonals using the row and scalin
|
ZLAQGB equilibrates a general M by N band matrix A with KL subdiagonals and KU superdiagonals using the row and scaling factors in the vectors R and C. |
complib/zlaqge(3) -- equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
|
ZLAQGE equilibrates a general M by N matrix A using the row and scaling factors in the vectors R and C. |
complib/zlaqhb(3) -- equilibrate a symmetric band matrix A using the scaling factors in the vector S
|
ZLAQHB equilibrates a symmetric band matrix A using the scaling factors in the vector S. |
complib/zlaqhe(3) -- equilibrate a Hermitian matrix A using the scaling factors in the vector S
|
ZLAQHE equilibrates a Hermitian matrix A using the scaling factors in the vector S. |
complib/zlaqhp(3) -- equilibrate a Hermitian matrix A using the scaling factors in the vector S
|
ZLAQHP equilibrates a Hermitian matrix A using the scaling factors in the vector S. |
complib/zlaqsb(3) -- equilibrate a symmetric band matrix A using the scaling factors in the vector S
|
ZLAQSB equilibrates a symmetric band matrix A using the scaling factors in the vector S. |