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

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

Contents


SSISL(3F)							     SSISL(3F)


NAME    [Toc]    [Back]

     SSISL   - SSISL solves the	real symmetric system A	* X = B	using the
     factors computed by SSIFA.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE SSISL(A,LDA,N,KPVT,B)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     A REAL(LDA,N)
	the output from	SSIFA.

     LDA INTEGER
	the leading dimension of the array  A .

     N INTEGER
	the order of the matrix	 A .

     KPVT INTEGER(N)
	the pivot vector from SSIFA.

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

     B the solution vector  X .	Error Condition

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


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
SSPSL IRIX SSISL solves the real symmetric system A * X = B using the factors computed by SSPFA.
SPPSL IRIX SPPSL solves the real symmetric positive definite system A * X = B using the factors computed by SPPCO or SPPF
SPBSL IRIX SPBSL solves the real symmetric positive definite band system A*X = B using the factors computed by SPBCO or S
SPOSL IRIX SPOSL solves the real symmetric positive definite system A * X = B using the factors computed by SPOCO or SPOF
SSIFA IRIX SSIFA factors a real symmetric matrix by elimination with symmetric pivoting. To solve A*X = B , follow SSIFA
CSISL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSIFA.
CSPSL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSPFA.
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.
DPPSL IRIX DPPSL solves the double precision symmetric positive definite system A * X = B using the factors computed by D
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service