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

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

Contents


DLAPLL(3F)							    DLAPLL(3F)


NAME    [Toc]    [Back]

     DLAPLL - two column vectors X and Y, let	A = ( X	Y )

SYNOPSIS    [Toc]    [Back]

     SUBROUTINE	DLAPLL(	N, X, INCX, Y, INCY, SSMIN )

	 INTEGER	INCX, INCY, N

	 DOUBLE		PRECISION SSMIN

	 DOUBLE		PRECISION X( * ), Y( * )

PURPOSE    [Toc]    [Back]

     Given two column vectors X	and Y, let

     The subroutine first computes the QR factorization	of A = Q*R, and	then
     computes the SVD of the 2-by-2 upper triangular matrix R.	The smaller
     singular value of R is returned in	SSMIN, which is	used as	the
     measurement of the	linear dependency of the vectors X and Y.

ARGUMENTS    [Toc]    [Back]

     N	     (input) INTEGER
	     The length	of the vectors X and Y.

     X	     (input/output) DOUBLE PRECISION array,
	     dimension (1+(N-1)*INCX) On entry,	X contains the N-vector	X.  On
	     exit, X is	overwritten.

     INCX    (input) INTEGER
	     The increment between successive elements of X. INCX > 0.

     Y	     (input/output) DOUBLE PRECISION array,
	     dimension (1+(N-1)*INCY) On entry,	Y contains the N-vector	Y.  On
	     exit, Y is	overwritten.

     INCY    (input) INTEGER
	     The increment between successive elements of Y. INCY > 0.

     SSMIN   (output) DOUBLE PRECISION
	     The smallest singular value of the	N-by-2 matrix A	= ( X Y	).
DLAPLL(3F)							    DLAPLL(3F)


NAME    [Toc]    [Back]

     DLAPLL - two column vectors X and Y, let	A = ( X	Y )

SYNOPSIS    [Toc]    [Back]

     SUBROUTINE	DLAPLL(	N, X, INCX, Y, INCY, SSMIN )

	 INTEGER	INCX, INCY, N

	 DOUBLE		PRECISION SSMIN

	 DOUBLE		PRECISION X( * ), Y( * )

PURPOSE    [Toc]    [Back]

     Given two column vectors X	and Y, let

     The subroutine first computes the QR factorization	of A = Q*R, and	then
     computes the SVD of the 2-by-2 upper triangular matrix R.	The smaller
     singular value of R is returned in	SSMIN, which is	used as	the
     measurement of the	linear dependency of the vectors X and Y.

ARGUMENTS    [Toc]    [Back]

     N	     (input) INTEGER
	     The length	of the vectors X and Y.

     X	     (input/output) DOUBLE PRECISION array,
	     dimension (1+(N-1)*INCX) On entry,	X contains the N-vector	X.  On
	     exit, X is	overwritten.

     INCX    (input) INTEGER
	     The increment between successive elements of X. INCX > 0.

     Y	     (input/output) DOUBLE PRECISION array,
	     dimension (1+(N-1)*INCY) On entry,	Y contains the N-vector	Y.  On
	     exit, Y is	overwritten.

     INCY    (input) INTEGER
	     The increment between successive elements of Y. INCY > 0.

     SSMIN   (output) DOUBLE PRECISION
	     The smallest singular value of the	N-by-2 matrix A	= ( X Y	).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
slaqge IRIX equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
uio Tru64 General: Describes I/O, either single vector or multiple vectors
dot_product IRIX Performs dot-product multiplication of numeric or logical vectors
claqge IRIX equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
dlaqge IRIX equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
zlaqge IRIX equilibrate a general M by N matrix A using the row and scaling factors in the vectors R and C
slar2v IRIX sequence of 2-by-2 real symmetric matrices, defined by the elements of the vectors x, y and z
dlar2v IRIX sequence of 2-by-2 real symmetric matrices, defined by the elements of the vectors x, y and z
cgeqpf IRIX compute a QR factorization with column pivoting of a complex Mby-N matrix A
wcswidth FreeBSD number of column positions in wide-character string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service