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

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

Contents


DSPSL(3F)							     DSPSL(3F)


NAME    [Toc]    [Back]

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

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE DSPSL(AP,N,KPVT,B)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     AP	DOUBLE PRECISION(N*(N+1)/2)
	the output from	DSPFA.

     N INTEGER
	the order of the matrix	 A .

     KPVT INTEGER(N)
	the pivot vector from DSPFA.

     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  DSPCO  has set RCOND .EQ.	0.0 or	DSPFA
     has set INFO .NE. 0  .  To	compute	 INVERSE(A) * C	 where	C  is a	matrix
     with  P  columns
	CALL DSPFA(AP,N,KPVT,INFO)
	IF (INFO .NE. 0) GO TO ...
	DO 10 J	= 1, P
	CALL DSPSL(AP,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
DSISL IRIX DSISL solves the double precision symmetric system A * X = B using the factors computed by DSIFA.
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
DSPFA IRIX DSPFA factors a double precision symmetric matrix stored in packed form by elimination with symmetric pivoting
SSPSL IRIX SSISL solves the real symmetric system A * X = B using the factors computed by SSPFA.
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.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service