DPBFA man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



DPBFA(3F)							     DPBFA(3F)

NAME
     DPBFA   - DPBFA factors a double precision symmetric positive definite
     matrix stored in band form.

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

SYNOPSYS
      SUBROUTINE DPBFA(ABD,LDA,N,M,INFO)

DESCRIPTION
     On Entry

     ABD DOUBLE PRECISION(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 DDOT Fortran MAX0,DSQRT

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net