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

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

Contents


CGEFA(3F)							     CGEFA(3F)


NAME    [Toc]    [Back]

     CGEFA   - CGEFA factors a complex matrix by Gaussian elimination.

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

SYNOPSYS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

     On	Entry

     A COMPLEX(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 CGESL or CGEDI will divide by zero
	if called.  Use	 RCOND	in CGECO 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	CAXPY,CSCAL,ICAMAX Fortran ABS,AIMAG,REAL


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
SGEFA IRIX SGEFA factors a real matrix by Gaussian elimination. SGEFA is usually called by SGECO, but it can be called di
CGBFA IRIX CGBFA factors a complex band matrix by elimination. CGBFA is usually called by CGBCO, but it can be called dir
CGESL IRIX CGESL solves the complex system A * X = B or CTRANS(A) * X = B using the factors computed by CGECO or CGEFA.
CGECO IRIX CGECO factors a complex matrix by Gaussian elimination and estimates the condition of the matrix. If RCOND is
CGEDI IRIX CGEDI computes the determinant and inverse of a matrix using the factors computed by CGECO or CGEFA.
DGEFA IRIX DGEFA factors a double precision matrix by Gaussian elimination. DGEFA is usually called by DGECO, but it can
SGBFA IRIX SGBFA factors a real band matrix by elimination. SGBFA is usually called by SBGCO, but it can be called direct
CGBCO IRIX CGBCO factors a complex band matrix by Gaussian elimination and estimates the condition of the matrix. If RCON
DGBFA IRIX DGBFA factors a double precision band matrix by elimination. DGBFA is usually called by DGBCO, but it can be c
CPOFA IRIX CPOFA factors a complex Hermitian positive definite matrix. CPOFA is usually called by CPOCO, but it can be ca
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service