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

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

Contents


SPBFA(3F)							     SPBFA(3F)


NAME    [Toc]    [Back]

     SPBFA   - SPBFA factors a real symmetric positive definite	matrix stored
     in	band form.

     SPBFA is usually called by	SPBCO, but it can be called directly with a
     saving in time if	RCOND  is not needed.

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE SPBFA(ABD,LDA,N,M,INFO)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     ABD REAL(LDA, N)
	the matrix to be factored.  The	columns	of the upper
	triangle are stored in the columns of ABD and the
	diagonals of the upper triangle	are stored in the
	rows of	ABD .  See the comments	below for details.

     LDA INTEGER
	the leading dimension of the array  ABD	.
	LDA must be .GE. M + 1 .

     N INTEGER
	the order of the matrix	 A .

     M INTEGER
	the number of diagonals	above the main diagonal.
	0 .LE. M .LT. N	.  On Return

     ABD an upper triangular matrix  R , stored	in band
	form, so that  A = TRANS(R)*R .

     INFO INTEGER
	= 0  for normal	return.
	= K  if	the leading minor of order  K  is not
	positive definite.  Band Storage
	If  A  is a symmetric positive definite	band matrix,
	the following program segment will set up the input.
	M = (band width	above diagonal)
	DO 20 J	= 1, N
	I1 = MAX0(1, J-M)
	DO 10 I	= I1, J
	K = I-J+M+1
	ABD(K,J) = A(I,J)
	10    CONTINUE
	20 CONTINUE LINPACK.  This version dated 08/14/78 .  Cleve Moler,
     University	of New Mexico, Argonne National	Lab.  Subroutines and
     Functions BLAS SDOT Fortran MAX0,SQRT


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
SPBCO IRIX SPBCO factors a real symmetric positive definite matrix stored in band form and estimates the condition of the
SPPFA IRIX SPPFA factors a real symmetric positive definite matrix stored in packed form. SPPFA is usually called by SPPC
CPBFA IRIX CPBFA factors a complex Hermitian positive definite matrix stored in band form. CPBFA is usually called by CPB
DPBCO IRIX DPBCO factors a double precision symmetric positive definite matrix stored in band form and estimates the cond
SPBSL IRIX SPBSL solves the real symmetric positive definite band system A*X = B using the factors computed by SPBCO or S
SPPCO IRIX SPPCO factors a real symmetric positive definite matrix stored in packed form and estimates the condition of t
DPBFA IRIX DPBFA factors a double precision symmetric positive definite matrix stored in band form. DPBFA is usually call
CPBCO IRIX CPBCO factors a complex Hermitian positive definite matrix stored in band form and estimates the condition of
CPPFA IRIX CPPFA factors a complex Hermitian positive definite matrix stored in packed form. CPPFA is usually called by C
DPPCO IRIX DPPCO factors a double precision symmetric positive definite matrix stored in packed form and estimates the co
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service