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

  man pages->IRIX man pages -> libblas/nrm2 (3)              
Title
Content
Arch
Section
 

Contents


_NRM2(3F)							     _NRM2(3F)


NAME    [Toc]    [Back]

     dnrm2, snrm2, zdnrm2, csnrm2 - BLAS level ONE Euclidean norm functions.

SYNOPSIS    [Toc]    [Back]

     double precision  dnrm2( n, x, incx )
     integer	       incx, n
     double precision  x( 1 )

     real	       snrm2( n, x, incx )
     integer	       incx, n
     real	       x( 1 )

     double precision  zdnrm2( n, x, incx )
     integer	       incx, n
     complex*16	       x( 1 )

     real	       csnrm2( n, x, incx )
     integer	       incx, n
     complex	       x( 1 )

DESCRIPTION    [Toc]    [Back]

     DNRM2, SNRM2, ZDNRM2, CSNRM2 compute the Euclidean	norm of	the vector X
     of	length N and increment INCX.
	 nrm2 <--- Sqrt	( Sum( X(i)**2 ) )		   DNRM2  and SNRM2
	 nrm2 <--- Sqrt	( Sum( conjg( X(i) ) * X(i) ) )	   DZNRM2 and SCNRM2

AUTHORS    [Toc]    [Back]

	  C.L. Lawson, linpack,	1/08/78.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
asum IRIX BLAS level ONE L1 norm functions. FORTRAN 77 SYNOPSIS double precision dasum( n, x, incx ) integer incx, n dou
dot IRIX BLAS level ONE, dot product functions FORTRAN 77 SYNOPSIS double precision ddot( n, x, incx, y, incy ) integer
trmv IRIX BLAS Level Two
tbmv IRIX BLAS Level Two
tpmv IRIX BLAS Level Two
spmv IRIX BLAS Level Two (Symmetric/Hermitian)
sbmv IRIX BLAS Level Two (Symmetric/Hermitian)
rot IRIX BLAS level ONE rotation subroutines
symv IRIX BLAS Level Two (Symmetric/Hermitian)Matrix
ger IRIX BLAS Level Two Rank 1 Operation FORTRAN 77 SYNOPSIS subroutine dger( m, n, alpha, x, incx, y, incy, a, lda ) i
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service