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

  man pages->IRIX man pages -> complib/TRED3 (3)              
Title
Content
Arch
Section
 

Contents


_TRED3(3F)							    _TRED3(3F)


NAME    [Toc]    [Back]

     TRED3, STRED3   -	EISPACK	routine.  This subroutine reduces a REAL
     SYMMETRIC matrix, stored as a one-dimensional array, to a symmetric
     tridiagonal matrix	using orthogonal similarity transformations.

SYNOPSYS    [Toc]    [Back]

	  subroutine  tred3(n, nv, a, d, e, e2)
	  integer	   n, nv
	  double precision a(nv), d(n),	e(n), e2(n)

	  subroutine stred3(n, nv, a, d, e, e2)
	  integer	   n, nv
	  real		   a(nv), d(n),	e(n), e2(n)


DESCRIPTION    [Toc]    [Back]

     On	Input n	is the order of	the matrix.

     NV	must be	set to the dimension of	the array parameter A as declared in
     the calling program dimension statement.

     A contains	the lower triangle of the real symmetric input matrix, stored
     row-wise as a one-dimensional array, in its first N*(N+1)/2 positions.
     On	Output

     A contains	information about the orthogonal transformations used in the
     reduction.

     D contains	the diagonal elements of the tridiagonal matrix.

     E contains	the subdiagonal	elements of the	tridiagonal matrix in its last
     N-1 positions.  E(1) is set to zero.

     E2	contains the squares of	the corresponding elements of E. E2 may
     coincide with E if	the squares are	not needed.  Questions and comments
     should be directed	to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
     NATIONAL LABORATORY


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
ORTHES IRIX EISPACK routine. Given a REAL GENERAL matrix, this subroutine reduces a submatrix situated in rows and columns
ELMHES IRIX EISPACK routine. Given a REAL GENERAL matrix, this subroutine reduces a submatrix situated in rows and columns
HTRIDI IRIX EISPACK routine. This subroutine reduces a COMPLEX HERMITIAN matrix to a real symmetric tridiagonal matrix usi
TRED1 IRIX EISPACK routine. This subroutine reduces a REAL SYMMETRIC matrix to a symmetric tridiagonal matrix using ortho
BANDR IRIX EISPACK routine. This subroutine reduces a REAL SYMMETRIC BAND matrix to a symmetric tridiagonal matrix using
TRED2 IRIX EISPACK routine. This subroutine reduces a REAL SYMMETRIC matrix to a symmetric tridiagonal matrix using and a
REDUC IRIX EISPACK routine. This subroutine reduces the generalized SYMMETRIC eigenproblem Ax=(LAMBDA)Bx, where B is POSI
CORTH IRIX EISPACK routine. Given a COMPLEX GENERAL matrix, this subroutine reduces a submatrix situated in rows and colu
HTRID3 IRIX EISPACK routine. This subroutine reduces a COMPLEX HERMITIAN matrix, stored as a single square array, to a rea
COMHES IRIX EISPACK routine. Given a COMPLEX GENERAL matrix, this subroutine reduces a submatrix situated in rows and colu
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service