|
complib/clansp(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
CLANSP 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/clansy(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
CLANSY 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/clantb(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
CLANTB 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/clantp(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
CLANTP 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/clantr(3) -- return the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absol
|
CLANTR 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/clapll(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/clapmt(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
|
CLAPMT 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/claqgb(3) -- equilibrate a general M by N band matrix A with KL subdiagonals and KU superdiagonals using the row and scalin
|
CLAQGB 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/claqge(3) -- equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
|
CLAQGE equilibrates a general M by N matrix A using the row and scaling factors in the vectors R and C. |
complib/claqhb(3) -- equilibrate a symmetric band matrix A using the scaling factors in the vector S
|
CLAQHB equilibrates a symmetric band matrix A using the scaling factors in the vector S. |
complib/claqhe(3) -- equilibrate a Hermitian matrix A using the scaling factors in the vector S
|
CLAQHE equilibrates a Hermitian matrix A using the scaling factors in the vector S. |
complib/claqhp(3) -- equilibrate a Hermitian matrix A using the scaling factors in the vector S
|
CLAQHP equilibrates a Hermitian matrix A using the scaling factors in the vector S. |
complib/claqsb(3) -- equilibrate a symmetric band matrix A using the scaling factors in the vector S
|
CLAQSB equilibrates a symmetric band matrix A using the scaling factors in the vector S. |
complib/claqsp(3) -- equilibrate a symmetric matrix A using the scaling factors in the vector S
|
CLAQSP equilibrates a symmetric matrix A using the scaling factors in the vector S. |
complib/claqsy(3) -- equilibrate a symmetric matrix A using the scaling factors in the vector S
|
CLAQSY equilibrates a symmetric matrix A using the scaling factors in the vector S. |