*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 complib/cstein(3) -- compute the eigenvectors of a real symmetric tridiagonal matrix T corresponding to specified eigenvalues, usin
    CSTEIN computes the eigenvectors of a real symmetric tridiagonal matrix T corresponding to specified eigenvalues, using inverse iteration. The maximum number of iterations allowed for each eigenvector is specified by an internal parameter MAXITS (currently set to 5). Although the eigenvectors are real, they are stored in a complex array, which may be passed to CUNMTR or CUPMTR for back transformation to the eigenvectors of a complex Hermitian matrix which was reduced to tridiagonal form....
 complib/csteqr(3) -- compute all eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix using the implicit QL
    CSTEQR computes all eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix using the implicit QL or QR method. The eigenvectors of a full or band complex Hermitian matrix can also be found if CHETRD or CHPTRD or CHBTRD has been used to reduce this matrix to tridiagonal form.
 complib/CSVDC(3) -- CSVDC is a subroutine to reduce a complex NxP matrix X by unitary transformations U and V to diagonal form. Th
    On Entry X COMPLEX(LDX,P), where LDX .GE. N. X contains the matrix whose singular value decomposition is to be computed. X is destroyed by CSVDC. LDX INTEGER. LDX is the leading dimension of the array X. N INTEGER. N is the number of columns of the matrix X. P INTEGER. P is the number of rows of the matrix X. LDU INTEGER. LDU is the leading dimension of the array U (see below). LDV INTEGER. LDV is the leading dimension of the array V (see below). WORK COMPLEX(N). WORK is a scratch array. JOB INT...
 complib/csycon(3) -- estimate the reciprocal of the condition number (in the 1-norm) of a complex symmetric matrix A using the fact
    CSYCON estimates the reciprocal of the condition number (in the 1-norm) of a complex symmetric matrix A using the factorization A = U*D*U**T or A = L*D*L**T computed by CSYTRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
 complib/csyr(3) -- perform the symmetric rank 1 operation A := alpha*x*( x' ) + A,
    CSYR performs the symmetric rank 1 operation where alpha is a complex scalar, x is an n element vector and A is an n by n symmetric matrix.
 complib/csyrfs(3) -- improve the computed solution to a system of linear equations when the coefficient matrix is symmetric indefin
    CSYRFS improves the computed solution to a system of linear equations when the coefficient matrix is symmetric indefinite, and provides error bounds and backward error estimates for the solution.
 complib/csysv(3) -- X = B,
    CSYSV computes the solution to a complex system of linear equations A * X = B, where A is an N-by-N symmetric matrix and X and B are Nby-NRHS matrices. The diagonal pivoting method is used to factor A as A = U * D * U**T, if UPLO = 'U', or A = L * D * L**T, if UPLO = 'L', where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. The factored form of A is then used to solve the system of...
 complib/csysvx(3) -- to a complex system of linear equations A * X = B,
    CSYSVX uses the diagonal pivoting factorization to compute the solution to a complex system of linear equations A * X = B, where A is an N-by-N symmetric matrix and X and B are N-by-NRHS matrices. Error bounds on the solution and a condition estimate are also provided.
 complib/csytf2(3) -- the Bunch-Kaufman diagonal pivoting method
    CSYTF2 computes the factorization of a complex symmetric matrix A using the Bunch-Kaufman diagonal pivoting method: A = U*D*U' or A = L*D*L' where U (or L) is a product of permutation and unit upper (lower) triangular matrices, U' is the transpose of U, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the unblocked version of the algorithm, calling Level 2 BLAS....
 complib/csytrf(3) -- the Bunch-Kaufman diagonal pivoting method
    CSYTRF computes the factorization of a complex symmetric matrix A using the Bunch-Kaufman diagonal pivoting method. The form of the factorization is A = U*D*U**T or A = L*D*L**T where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is symmetric and block diagonal with with 1- by-1 and 2-by-2 diagonal blocks. This is the blocked version of the algorithm, calling Level 3 BLAS....
 complib/csytri(3) -- compute the inverse of a complex symmetric indefinite matrix A using the factorization A = U*D*U**T or A = L*D
    CSYTRI computes the inverse of a complex symmetric indefinite matrix A using the factorization A = U*D*U**T or A = L*D*L**T computed by CSYTRF.
 complib/csytrs(3) -- solve a system of linear equations A*X = B with a complex symmetric matrix A using the factorization A = U*D*U
    CSYTRS solves a system of linear equations A*X = B with a complex symmetric matrix A using the factorization A = U*D*U**T or A = L*D*L**T computed by CSYTRF.
 complib/ctbcon(3) -- band matrix A, in either the 1-norm or the infinity-norm
    CTBCON estimates the reciprocal of the condition number of a triangular band matrix A, in either the 1-norm or the infinity-norm. The norm of A is computed and an estimate is obtained for norm(inv(A)), then the reciprocal of the condition number is computed as RCOND = 1 / ( norm(A) * norm(inv(A)) ).
 complib/ctbrfs(3) -- provide error bounds and backward error estimates for the solution to a system of linear equations with a tria
    CTBRFS provides error bounds and backward error estimates for the solution to a system of linear equations with a triangular band coefficient matrix. The solution matrix X must be computed by CTBTRS or some other means before entering this routine. CTBRFS does not do iterative refinement because doing so cannot improve the backward error.
 complib/ctbtrs(3) -- or A**H * X = B,
    CTBTRS solves a triangular system of the form where A is a triangular band matrix of order N, and B is an N-by-NRHS matrix. A check is made to verify that A is nonsingular.
<<  [Prev]  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  
52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service