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

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

Contents


STRCO(3F)							     STRCO(3F)


NAME    [Toc]    [Back]

     STRCO   - STRCO estimates the condition of	a real triangular matrix.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE STRCO(T,LDT,N,RCOND,Z,JOB)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     T REAL(LDT,N)
	T contains the triangular matrix.  The zero
	elements of the	matrix are not referenced, and
	the corresponding elements of the array	can be
	used to	store other information.

     LDT INTEGER
	LDT is the leading dimension of	the array T.

     N INTEGER
	N is the order of the system.

     JOB INTEGER
	= 0	    T  is lower	triangular.
	= nonzero   T  is upper	triangular.  On	Return

     RCOND REAL
	an estimate of the reciprocal condition	of  T .
	For the	system	T*X = B	, relative perturbations
	in  T  and  B  of size	EPSILON	 may cause
	relative perturbations in  X  of size  EPSILON/RCOND .
	If  RCOND  is so small that the	logical	expression
	1.0 + RCOND .EQ. 1.0
	is true, then  T  may be singular to working
	precision.  In particular,  RCOND  is zero  if
	exact singularity is detected or the estimate
	underflows.

     Z REAL(N)
	a work vector whose contents are usually unimportant.
	If  T  is close	to a singular matrix, then  Z  is
	an approximate null vector in the sense	that
	NORM(A*Z) = RCOND*NORM(A)*NORM(Z) .  LINPACK.  This version dated
     08/14/78 .	 Cleve Moler, University of New	Mexico,	Argonne	National Lab.
     Subroutines and Functions BLAS SAXPY,SSCAL,SASUM Fortran ABS,AMAX1,SIGN


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
CTRCO IRIX CTRCO estimates the condition of a complex triangular matrix.
DTRCO IRIX DTRCO estimates the condition of a double precision triangular matrix.
SGECO IRIX SGECO factors a real matrix by Gaussian elimination and estimates the condition of the matrix. If RCOND is not
SPOCO IRIX SPOCO factors a real symmetric positive definite matrix and estimates the condition of the matrix. If RCOND is
SGBCO IRIX SBGCO factors a real band matrix by Gaussian elimination and estimates the condition of the matrix. If RCOND i
SPPCO IRIX SPPCO factors a real symmetric positive definite matrix stored in packed form and estimates the condition of t
SPBCO IRIX SPBCO factors a real symmetric positive definite matrix stored in band form and estimates the condition of the
SSICO IRIX SSICO factors a real symmetric matrix by elimination with symmetric pivoting and estimates the condition of th
CGECO IRIX CGECO factors a complex matrix by Gaussian elimination and estimates the condition of the matrix. If RCOND is
DGECO IRIX DGECO factors a double precision matrix by Gaussian elimination and estimates the condition of the matrix. If
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service