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

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

Contents


DGEFA(3F)							     DGEFA(3F)


NAME    [Toc]    [Back]

     DGEFA   - DGEFA factors a double precision	matrix by Gaussian
     elimination.

     DGEFA is usually called by	DGECO, but it can be called directly with a
     saving in time if	RCOND  is not needed.  (Time for DGECO)	= (1 +
     9/N)*(Time	for DGEFA) .

SYNOPSYS    [Toc]    [Back]

      SUBROUTINE DGEFA(A,LDA,N,IPVT,INFO)

DESCRIPTION    [Toc]    [Back]

     On	Entry

     A DOUBLE PRECISION(LDA, N)
	the matrix to be factored.

     LDA INTEGER
	the leading dimension of the array  A .

     N INTEGER
	the order of the matrix	 A .  On Return

     A an upper	triangular matrix and the multipliers
	which were used	to obtain it.
	The factorization can be written  A = L*U  where
	L  is a	product	of permutation and unit	lower
	triangular matrices and	 U  is upper triangular.

     IPVT INTEGER(N)
	an integer vector of pivot indices.

     INFO INTEGER
	= 0  normal value.
	= K  if	 U(K,K)	.EQ. 0.0 .  This is not	an error
	condition for this subroutine, but it does
	indicate that DGESL or DGEDI will divide by zero
	if called.  Use	 RCOND	in DGECO for a reliable
	indication of singularity.  LINPACK.  This version dated 08/14/78 .
     Cleve Moler, University of	New Mexico, Argonne National Lab.  Subroutines
     and Functions BLAS	DAXPY,DSCAL,IDAMAX


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
DGECO IRIX DGECO factors a double precision matrix by Gaussian elimination and estimates the condition of the matrix. If
DGEDI IRIX DGEDI computes the determinant and inverse of a matrix using the factors computed by DGECO or DGEFA.
DGBCO IRIX DGBCO factors a double precision band matrix by Gaussian elimination and estimates the condition of the matrix
DGBFA IRIX DGBFA factors a double precision band matrix by elimination. DGBFA is usually called by DGBCO, but it can be c
SGEFA IRIX SGEFA factors a real matrix by Gaussian elimination. SGEFA is usually called by SGECO, but it can be called di
CGEFA IRIX CGEFA factors a complex matrix by Gaussian elimination. CGEFA is usually called by CGECO, but it can be called
DGESL IRIX DGESL solves the double precision system A * X = B or TRANS(A) * X = B using the factors computed by DGECO or
DSIFA IRIX DSIFA factors a double precision symmetric matrix by elimination with symmetric pivoting. To solve A*X = B , f
DSICO IRIX DSICO factors a double precision symmetric matrix by elimination with symmetric pivoting and estimates the con
DPOFA IRIX DPOFA factors a double precision symmetric positive definite matrix. DPOFA is usually called by DPOCO, but it
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service