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

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

Contents


CSPSL(3F)							     CSPSL(3F)


NAME    [Toc]    [Back]

     CSPSL   - CSISL solves the	complex	symmetric system A * X = B using the
     factors computed by CSPFA.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE CSPSL(AP,N,KPVT,B)

DESCRIPTION    [Toc]    [Back]

     On	Entry

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

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

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

     B the solution vector  X .	Error Condition

     A division	by zero	may occur if  CSPCO  has set RCOND .EQ.	0.0 or	CSPFA
     has set INFO .NE. 0  .  To	compute	 INVERSE(A) * C	 where	C  is a	matrix
     with  P  columns
	CALL CSPFA(AP,N,KVPT,INFO)
	IF (INFO .NE. 0) GO TO ...
	DO 10 J	= 1, P
	CALL CSPSL(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,CDOTU	Fortran	IABS


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
CSISL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSIFA.
SSPSL IRIX SSISL solves the real symmetric system A * X = B using the factors computed by SSPFA.
SSISL IRIX SSISL solves the real symmetric system A * X = B using the factors computed by SSIFA.
DSISL IRIX DSISL solves the double precision symmetric system A * X = B using the factors computed by DSIFA.
DSPSL IRIX DSISL solves the double precision symmetric system A * X = B using the factors computed by DSPFA.
CHISL IRIX CHISL solves the complex Hermitian system A * X = B using the factors computed by CHIFA.
CHPSL IRIX CHISL solves the complex Hermitian system A * X = B using the factors computed by CHPFA.
DPOSL IRIX DPOSL solves the double precision symmetric positive definite system A * X = B using the factors computed by D
DPPSL IRIX DPPSL solves the double precision symmetric positive definite system A * X = B using the factors computed by D
CGESL IRIX CGESL solves the complex system A * X = B or CTRANS(A) * X = B using the factors computed by CGECO or CGEFA.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service