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

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

Contents


DTRDI(3F)							     DTRDI(3F)


NAME    [Toc]    [Back]

     DTRDI   - DTRDI computes the determinant and inverse of a double
     precision triangular matrix.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE DTRDI(T,LDT,N,DET,JOB,INFO)

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
	= 010	    no det, inverse of lower triangular.
	= 011	    no det, inverse of upper triangular.
	= 100	    det, no inverse.
	= 110	    det, inverse of lower triangular.
	= 111	    det, inverse of upper triangular.  On Return

     T inverse of original matrix if requested.
	Otherwise unchanged.

     DET DOUBLE	PRECISION(2)
	determinant of original	matrix if requested.
	Otherwise not referenced.
	DETERMINANT = DET(1) * 10.0**DET(2)
	with  1.0 .LE. DABS(DET(1)) .LT. 10.0
	or  DET(1) .EQ.	0.0 .

     INFO INTEGER
	INFO contains zero if the system is nonsingular
	and the	inverse	is requested.
	Otherwise INFO contains	the index of
	a zero diagonal	element	of T.  LINPACK.	 This version dated 08/14/78 .
     Cleve Moler, University of	New Mexico, Argonne National Lab.  Subroutines
     and Functions BLAS	DAXPY,DSCAL Fortran DABS,MOD


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
DSIDI IRIX DSIDI computes the determinant, inertia and inverse of a double precision symmetric matrix using the factors f
DPPDI IRIX DPPDI computes the determinant and inverse of a double precision symmetric positive definite matrix using the
DSPDI IRIX DSPDI computes the determinant, inertia and inverse of a double precision symmetric matrix using the factors f
DPODI IRIX DPODI computes the determinant and inverse of a certain double precision symmetric positive definite matrix (s
CTRDI IRIX CTRDI computes the determinant and inverse of a complex triangular matrix.
STRDI IRIX STRDI computes the determinant and inverse of a real triangular matrix.
DPBDI IRIX DPBDI computes the determinant of a double precision symmetric positive definite band matrix using the factors
CGEDI IRIX CGEDI computes the determinant and inverse of a matrix using the factors computed by CGECO or CGEFA.
DGEDI IRIX DGEDI computes the determinant and inverse of a matrix using the factors computed by DGECO or DGEFA.
CPODI IRIX CPODI computes the determinant and inverse of a certain complex Hermitian positive definite matrix (see below)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service