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

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

Contents


DSISL(3F)							     DSISL(3F)


NAME    [Toc]    [Back]

     DSISL   - DSISL solves the	double precision symmetric system A * X	= B
     using the factors computed	by DSIFA.

SYNOPSYS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

     On	Entry

     A DOUBLE PRECISION(LDA,N)
	the output from	DSIFA.

     LDA INTEGER
	the leading dimension of the array  A .

     N INTEGER
	the order of the matrix	 A .

     KPVT INTEGER(N)
	the pivot vector from DSIFA.

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

     B the solution vector  X .	Error Condition

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


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
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
DPOSL IRIX DPOSL solves the double precision symmetric positive definite system A * X = B using the factors computed by D
DPBSL IRIX DPBSL solves the double precision symmetric positive definite band system A*X = B using the factors computed b
DGESL IRIX DGESL solves the double precision system A * X = B or TRANS(A) * X = B using the factors computed by DGECO or
DGBSL IRIX DGBSL solves the double precision band system A * X = B or TRANS(A) * X = B using the factors computed by DGBC
DSIFA IRIX DSIFA factors a double precision symmetric matrix by elimination with symmetric pivoting. To solve A*X = B , f
CSISL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSIFA.
SSISL IRIX SSISL solves the real symmetric system A * X = B using the factors computed by SSIFA.
CSPSL IRIX CSISL solves the complex symmetric system A * X = B using the factors computed by CSPFA.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service