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

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

Contents


CHPSL(3F)							     CHPSL(3F)


NAME    [Toc]    [Back]

     CHPSL   - CHISL solves the	complex	Hermitian system A * X = B using the
     factors computed by CHPFA.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE CHPSL(AP,N,KPVT,B)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     AP	COMPLEX(N*(N+1)/2)
	the output from	CHPFA.

     N INTEGER
	the order of the matrix	 A .  KVPT    INTEGER(N)
	the pivot vector from CHPFA.

     B COMPLEX(N)
	the right hand side vector.  On	Return

     B the solution vector  X .	Error Condition

     A division	by zero	may occur if  CHPCO  has set RCOND .EQ.	0.0 or	CHPFA
     has set INFO .NE. 0  .  To	compute	 INVERSE(A) * C	 where	C  is a	matrix
     with  P  columns
	CALL CHPFA(AP,N,KVPT,INFO)
	IF (INFO .NE. 0) GO TO ...
	DO 10 J	= 1, P
	CALL CHPSL(AP,N,KVPT,C(1,J)) 10	CONTINUE LINPACK.  This	version	dated
     08/14/78 .	 James Bunch, Univ. Calif. San Diego, Argonne Nat. Lab.
     Subroutines and Functions BLAS CAXPY,CDOTC	Fortran	CONJG,IABS


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
CHISL IRIX CHISL solves the complex Hermitian system A * X = B using the factors computed by CHIFA.
CPPSL IRIX CPPSL solves the complex Hermitian positive definite system A * X = B using the factors computed by CPPCO or C
CPOSL IRIX CPOSL solves the COMPLEX Hermitian positive definite system A * X = B using the factors computed by CPOCO or C
CPBSL IRIX CPBSL solves the complex Hermitian positive definite band system A*X = B using the factors computed by CPBCO o
CSPSL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSPFA.
CSISL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSIFA.
CGBSL IRIX CGBSL solves the complex band system A * X = B or CTRANS(A) * X = B using the factors computed by CGBCO or CGB
CGESL IRIX CGESL solves the complex system A * X = B or CTRANS(A) * X = B using the factors computed by CGECO or CGEFA.
CHPDI IRIX CHPDI computes the determinant, inertia and inverse of a complex Hermitian matrix using the factors from CHPFA
CHPFA IRIX CHPFA factors a complex Hermitian matrix stored in packed form by elimination with symmetric pivoting. To solv
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service