zdotci man page on OpenIndiana

Man page or keyword search:  
man Server   20441 pages
apropos Keyword Search (all sections)
Output format
OpenIndiana logo
[printable version]

zdotci(3P)		    Sun Performance Library		    zdotci(3P)

NAME
       zdotci - Compute the complex conjugated indexed dot product.

SYNOPSIS
	DOUBLE COMPLEX FUNCTION ZDOTCI(NZ, X, INDX, Y)

	DOUBLE COMPLEX X(*), Y(*)
	INTEGER NZ
	INTEGER INDX(*)

	DOUBLE COMPLEX FUNCTION ZDOTCI_64(NZ, X, INDX, Y)

	DOUBLE COMPLEX X(*), Y(*)
	INTEGER*8 NZ
	INTEGER*8 INDX(*)

   F95 INTERFACE
	DOUBLE COMPLEX FUNCTION DOTCI([NZ], X, INDX, Y)

	COMPLEX(8), DIMENSION(:) :: X, Y
	INTEGER :: NZ
	INTEGER, DIMENSION(:) :: INDX

	DOUBLE COMPLEX FUNCTION DOTCI_64([NZ], X, INDX, Y)

	COMPLEX(8), DIMENSION(:) :: X, Y
	INTEGER(8) :: NZ
	INTEGER(8), DIMENSION(:) :: INDX

   C INTERFACE
       #include <sunperf.h>

       doublecomplex zdotci (const int nz, const doublecomplex* x, const int*
		 indx, const doublecomplex* y);

       doublecomplex zdotci_64 (const long nz, const doublecomplex* x, const
		 long* indx, const doublecomplex* y);

PURPOSE
       ZDOTCI Compute the complex conjugated indexed dot product of a complex
       sparse vector x stored in compressed form with a complex vector y in
       full storage form.

	dot = 0
	do i = 1, n
	  dot = dot + conjg(x(i)) * y(indx(i))
	enddo

ARGUMENTS
       NZ (input)
	       Number of elements in the compressed form.  Unchanged on exit.

       X (input)
	       Vector in compressed form.  Unchanged on exit.

       INDX (input)
	       Vector containing the indices of the compressed form.  It is
	       assumed that the elements in INDX are distinct and greater than
	       zero.  Unchanged on exit.

       Y (input)
	       Vector in full storage form.  Only the elements corresponding
	       to the indices in INDX will be accessed.

3rd Berkeley Distribution	  6 Mar 2009			    zdotci(3P)
[top]

List of man pages available for OpenIndiana

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net