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

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

Contents


DTRCO(3F)							     DTRCO(3F)


NAME    [Toc]    [Back]

     DTRCO   - DTRCO estimates the condition of	a double precision triangular
     matrix.

SYNOPSYS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

     On	Entry

     T DOUBLE PRECISION(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 DOUBLE PRECISION
	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 DOUBLE PRECISION(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 DAXPY,DSCAL,DASUM Fortran DABS,DMAX1,DSIGN


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
DGECO IRIX DGECO factors a double precision matrix by Gaussian elimination and estimates the condition of the matrix. If
DGBCO IRIX DGBCO factors a double precision band matrix by Gaussian elimination and estimates the condition of the matrix
DPOCO IRIX DPOCO factors a double precision symmetric positive definite matrix and estimates the condition of the matrix.
CTRCO IRIX CTRCO estimates the condition of a complex triangular matrix.
STRCO IRIX STRCO estimates the condition of a real triangular matrix.
DTRDI IRIX DTRDI computes the determinant and inverse of a double precision triangular matrix.
DPPCO IRIX DPPCO factors a double precision symmetric positive definite matrix stored in packed form and estimates the co
DPBCO IRIX DPBCO factors a double precision symmetric positive definite matrix stored in band form and estimates the cond
DSICO IRIX DSICO factors a double precision symmetric matrix by elimination with symmetric pivoting and estimates the con
SGECO IRIX SGECO factors a real matrix by Gaussian elimination and estimates the condition of the matrix. If RCOND is not
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service