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

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

Contents


CTRSL(3F)							     CTRSL(3F)


NAME    [Toc]    [Back]

     CTRSL   - CTRSL solves systems of the form

	T * X =	B or
	CTRANS(T) * X =	B

     where T is	a triangular matrix of order N.	 Here CTRANS(T)	denotes	the
     conjugate transpose of the	matrix T.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE CTRSL(T,LDT,N,B,JOB,INFO)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     T COMPLEX(LDT,N)
	T contains the matrix of the system.  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.

     B COMPLEX(N).
	B contains the right hand side of the system.

     JOB INTEGER
	JOB specifies what kind	of system is to	be solved.
	If JOB is
	00   solve T*X = B, T lower triangular,
	01   solve T*X = B, T upper triangular,
	10   solve CTRANS(T)*X = B, T lower triangular,
	11   solve CTRANS(T)*X = B, T upper triangular.	 On Return

     B B contains the solution,	if INFO	.EQ. 0.
	Otherwise B is unaltered.

     INFO INTEGER
	INFO contains zero if the system is nonsingular.
	Otherwise INFO contains	the index of
	the first zero diagonal	element	of T.  LINPACK.	 This version dated
     08/14/78 .	 G. W. Stewart,	University of Maryland,	Argonne	National Lab.
     Subroutines and Functions BLAS CAXPY,CDOTC	Fortran
     ABS,AIMAG,CONJG,MOD,REAL


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
STRSL IRIX STRSL solves systems of the form T * X = B or TRANS(T) * X = B where T is a triangular matrix of order N. Here
DTRSL IRIX DTRSL solves systems of the form T * X = B or TRANS(T) * X = B where T is a triangular matrix of order N. Here
CCHEX IRIX CCHEX updates the Cholesky factorization A = CTRANS(R)*R of a positive definite matrix A of order P under diag
zlarft IRIX form the triangular factor T of a complex block reflector H of order n, which is defined as a product of k ele
clarft IRIX form the triangular factor T of a complex block reflector H of order n, which is defined as a product of k ele
slarft IRIX form the triangular factor T of a real block reflector H of order n, which is defined as a product of k elemen
dlarft IRIX form the triangular factor T of a real block reflector H of order n, which is defined as a product of k elemen
CGESL IRIX CGESL solves the complex system A * X = B or CTRANS(A) * X = B using the factors computed by CGECO or CGEFA.
CGBSL IRIX CGBSL solves the complex band system A * X = B or CTRANS(A) * X = B using the factors computed by CGBCO or CGB
ztzrqf IRIX reduce the M-by-N ( M<=N ) complex upper trapezoidal matrix A to upper triangular form by means of unitary tra
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service