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

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

Contents


_DOT(3F)							      _DOT(3F)


NAME    [Toc]    [Back]

     ddot, sdot, zdotc,	cdotc, zdotu, cdotu - BLAS level ONE, dot product
     functions


FORTRAN	77 SYNOPSIS
     double precision  ddot( n,	x, incx, y, incy )
     integer	       incx, incy, n
     double precision  x( 1 ), y( 1 )

     real	       sdot( n,	x, incx, y, incy )
     integer	       incx, incy, n
     real	       x( 1 ), y( 1 )

     double complex    zdotc( n, x, incx, y, incy )
     integer	       incx, incy, n
     complex*16	       x( 1 ), y( 1 )

     complex	       cdotc( n, x, incx, y, incy )
     integer	       incx, incy, n
     complex	       x( 1 ), y( 1 )

     double complex    zdotu( n, x, incx, y, incy )
     integer	       incx, incy, n
     complex*16	       x( 1 ), y( 1 )

     complex	       cdotu( n, x, incx, y, incy )
     integer	       incx, incy, n
     complex	       x( 1 ), y( 1 )

C SYNOPSIS    [Toc]    [Back]

     double   ddot( n, x, incx,	y, incy	)
     Integer	       incx, incy, n;
     double	       (*x)[ n ], (*y)[	n ];

     float    sdot( n, x, incx,	y, incy	)
     Integer	       incx, incy, n;
     real	       (*x)[ n ], (*y)[	n ];

     Zomplex  zdotc( n,	x, incx, y, incy )
     Integer	       incx, incy, n;
     Zomplex	       (*x)[ n ], (*y)[	n ];

     Complex  cdotc( n,	x, incx, y, incy )
     Integer	       incx, incy, n;
     Complex	       (*x)[ n ], (*y)[	n ]

     Zomplex  zdotu( n,	x, incx, y, incy )
     Integer	       incx, incy, n;
     Zomplex	       (*x)[ n ], (*y)[	n ];




									Page 1






_DOT(3F)							      _DOT(3F)



     Complex  cdotu( n,	x, incx, y, incy )
     Integer	       incx, incy, n;
     Complex	       (*x)[ n ], (*y)[	n ];



DESCRIPTION    [Toc]    [Back]

     ddot, sdot, zdotc,	and cdotc compute the dot product of vector x and
     vector y.

	 dot <--- transpose( x ) . y

     zdotu, and	cdotu compute the hermitian dot	product	of vector x and	vector
     y.

	 dot <--- transpose( conjg( x )	) . y

     incx and incy specify the increment between two consecutive elements of
     respectively vector x and y.

AUTHORS    [Toc]    [Back]

	  Jack Dongarra, linpack, 3/11/78.


									PPPPaaaaggggeeee 2222
[ 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
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
copy IRIX BLAS level ONE copy subroutines FORTRAN 77 SYNOPSIS subroutine dcopy( n, dx, incx, dy, incy ) integer incx, in
amax IRIX BLAS Maximum index functions FORTRAN 77 SYNOPSIS integer function idamax( n, x, incx ) integer incx, n double
ger IRIX BLAS Level Two Rank 1 Operation FORTRAN 77 SYNOPSIS subroutine dger( m, n, alpha, x, incx, y, incy, a, lda ) i
scal IRIX BLAS level ONE scaling subroutines FORTRAN 77 SYNOPSIS subroutine dscal( n, a, x, incx ) integer incx, n doubl
rotm IRIX BLAS Level-1. Applies a modified Givens rotation. FORTRAN SYNOPSIS subroutine drotm( n, x, incx, y, incy, para
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
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service