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

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

Contents


_ASUM(3F)							     _ASUM(3F)


NAME    [Toc]    [Back]

     dasum, sasum, dzasum, scasum - BLAS level ONE L1 norm functions.

FORTRAN	77 SYNOPSIS
     double precision  dasum( n, x, incx )
     integer	       incx, n
     double precision  x( 1 )

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

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

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

C SYNOPSIS    [Toc]    [Back]

     double dasum( n, x, incx )
     Integer	       incx, n;
     double	       (*x)[ n ];

     float sasum( n, x,	incx )
     Integer	       incx, n;
     real	       (*x)[ n ];

     double dzasum( n, x, incx )
     Integer	       incx, n;
     Zomplex	       (*x)[ n ];

     float scasum( n, x, incx )
     Integer	       incx, n;

     Complex	       (*x)[ n ];

DESCRIPTION    [Toc]    [Back]

     dasum, sasum, scasum, and dzasum, compute the L1 norm of the vector x of
     length n and increment incx.

	 asum <--- Sum(	Abs( X(i) ) ) )			     dasum and sasum

	 asum <--- Sum(	Abs(Real(X(i)))	+ Abs(Imag(X(i))) )  dzasum and	scasum

AUTHORS    [Toc]    [Back]

	  Jack Dongarra, linpack, 3/11/78.





									Page 1






_ASUM(3F)							     _ASUM(3F)


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
dot IRIX BLAS level ONE, dot product functions FORTRAN 77 SYNOPSIS double precision ddot( n, x, incx, y, incy ) integer
amax IRIX BLAS Maximum index functions FORTRAN 77 SYNOPSIS integer function idamax( n, x, incx ) integer incx, n double
copy IRIX BLAS level ONE copy subroutines FORTRAN 77 SYNOPSIS subroutine dcopy( n, dx, incx, dy, incy ) integer incx, in
scal IRIX BLAS level ONE scaling subroutines FORTRAN 77 SYNOPSIS subroutine dscal( n, a, x, incx ) integer incx, n doubl
axpy IRIX BLAS level ONE axpy subroutines FORTRAN 77 SYNOPSIS subroutine daxpy( n, a, x, incx, y, incy ) integer incx, i
swap IRIX BLAS level ONE swap subroutines FORTRAN 77 SYNOPSIS subroutine dswap( n, dx, incx, dy, incy ) integer incx, in
ger IRIX BLAS Level Two Rank 1 Operation FORTRAN 77 SYNOPSIS subroutine dger( m, n, alpha, x, incx, y, incy, a, lda ) i
gbmv IRIX BLAS Level Two Matrix-Vector Product FORTRAN 77 SYNOPSIS subroutine dgbmv( trans,m,n,kl,ku,alpha,a,lda,x,incx,
gemv IRIX BLAS Level Two Matrix-Vector Product FORTRAN 77 SYNOPSIS subroutine dgemv( trans,m,n,alpha,a,lda,x,incx,beta,y
rotm IRIX BLAS Level-1. Applies a modified Givens rotation. FORTRAN SYNOPSIS subroutine drotm( n, x, incx, y, incy, para
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service