<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!--Converted with LaTeX2HTML 2002-2-1 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>psb_gedot -- Dot Product</TITLE> <META NAME="description" CONTENT="psb_gedot -- Dot Product"> <META NAME="keywords" CONTENT="userhtml"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="next" HREF="node28.html"> <LINK REL="previous" HREF="node26.html"> <LINK REL="up" HREF="node25.html"> <LINK REL="next" HREF="node28.html"> </HEAD> <BODY > <!--Navigation Panel--> <A NAME="tex2html509" HREF="node28.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="file:/usr/share/latex2html/icons/next.png"></A> <A NAME="tex2html505" HREF="node25.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="file:/usr/share/latex2html/icons/up.png"></A> <A NAME="tex2html499" HREF="node26.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="file:/usr/share/latex2html/icons/prev.png"></A> <A NAME="tex2html507" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="file:/usr/share/latex2html/icons/contents.png"></A> <BR> <B> Next:</B> <A NAME="tex2html510" HREF="node28.html">psb_gedots Generalized</A> <B> Up:</B> <A NAME="tex2html506" HREF="node25.html">Computational routines</A> <B> Previous:</B> <A NAME="tex2html500" HREF="node26.html">psb_geaxpby General</A> <B> <A NAME="tex2html508" HREF="node1.html">Contents</A></B> <BR> <BR> <!--End of Navigation Panel--> <H2><A NAME="SECTION00052000000000000000"> psb_gedot -- Dot Product</A> </H2> <P> This function computes dot product between two vectors <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$"> and <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$">. <BR> If <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$"> and <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$"> are real vectors it computes dot-product as: <BR><P></P> <DIV ALIGN="CENTER"> <!-- MATH \begin{displaymath} dot \leftarrow x^T y \end{displaymath} --> <IMG WIDTH="74" HEIGHT="27" BORDER="0" SRC="img30.png" ALT="\begin{displaymath}dot \leftarrow x^T y\end{displaymath}"> </DIV> <BR CLEAR="ALL"> <P></P> Else if <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$"> and <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$"> are complex vectors then it computes dot-product as: <BR><P></P> <DIV ALIGN="CENTER"> <!-- MATH \begin{displaymath} dot \leftarrow x^H y \end{displaymath} --> <IMG WIDTH="76" HEIGHT="27" BORDER="0" SRC="img31.png" ALT="\begin{displaymath}dot \leftarrow x^H y\end{displaymath}"> </DIV> <BR CLEAR="ALL"> <P></P> <P> <PRE> psb_gedot(x, y, desc_a, info) </PRE> <BR><P></P> <DIV ALIGN="CENTER"><A NAME="1417"></A> <TABLE> <CAPTION><STRONG>Table 2:</STRONG> Data types</CAPTION> <TR><TD> <DIV ALIGN="CENTER"> <TABLE CELLPADDING=3 BORDER="1" ALIGN="CENTER"> <TR><TD ALIGN="LEFT"><IMG WIDTH="25" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" SRC="img32.png" ALT="$dot$">, <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$">, <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$"></TD> <TD ALIGN="LEFT"><B>Function</B></TD> </TR> <TR><TD ALIGN="LEFT">Short Precision Real</TD> <TD ALIGN="LEFT">psb_gedot</TD> </TR> <TR><TD ALIGN="LEFT">Long Precision Real</TD> <TD ALIGN="LEFT">psb_gedot</TD> </TR> <TR><TD ALIGN="LEFT">Short Precision Complex</TD> <TD ALIGN="LEFT">psb_gedot</TD> </TR> <TR><TD ALIGN="LEFT">Long Precision Complex</TD> <TD ALIGN="LEFT">psb_gedot</TD> </TR> </TABLE> </DIV> </TD></TR> </TABLE> </DIV><P></P> <BR> <P> <DL> <DT><STRONG>Type:</STRONG></DT> <DD>Synchronous. </DD> <DT><STRONG><B>On Entry</B></STRONG></DT> <DD> </DD> <DT><STRONG>x</STRONG></DT> <DD>the local portion of global dense matrix <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$">. <BR> Scope: <B>local</B> <BR> Type: <B>required</B> <BR> Intent: <B>in</B>. <BR> Specified as: an array of rank one or two containing numbers of type specified in Table <A HREF="#tab:f90dot">2</A>. The rank of <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$"> must be the same of <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$">. </DD> <DT><STRONG>y</STRONG></DT> <DD>the local portion of global dense matrix <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$">. <BR> Scope: <B>local</B> <BR> Type: <B>required</B> <BR> Intent: <B>in</B>. <BR> Specified as: an array of rank one or two containing numbers of type specified in Table <A HREF="#tab:f90dot">2</A>. The rank of <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$"> must be the same of <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$">. </DD> <DT><STRONG>desc_a</STRONG></DT> <DD>contains data structures for communications. <BR> Scope: <B>local</B> <BR> Type: <B>required</B> <BR> Intent: <B>in</B>. <BR> Specified as: a structured data of type descdata<TT>psb_desc_type</TT>. <P> </DD> <DT><STRONG><B>On Return</B></STRONG></DT> <DD> </DD> <DT><STRONG>Function value</STRONG></DT> <DD>is the dot product of subvectors <IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img26.png" ALT="$x$"> and <IMG WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img27.png" ALT="$y$">. <BR> Scope: <B>global</B> <BR> Specified as: a number of the data type indicated in Table <A HREF="#tab:f90dot">2</A>. </DD> <DT><STRONG>info</STRONG></DT> <DD>Error code. <BR> Scope: <B>local</B> <BR> Type: <B>required</B> <BR> Intent: <B>out</B>. <BR> An integer value; 0 means no error has been detected. </DD> </DL> <P> <HR> <!--Navigation Panel--> <A NAME="tex2html509" HREF="node28.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="file:/usr/share/latex2html/icons/next.png"></A> <A NAME="tex2html505" HREF="node25.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="file:/usr/share/latex2html/icons/up.png"></A> <A NAME="tex2html499" HREF="node26.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="file:/usr/share/latex2html/icons/prev.png"></A> <A NAME="tex2html507" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="file:/usr/share/latex2html/icons/contents.png"></A> <BR> <B> Next:</B> <A NAME="tex2html510" HREF="node28.html">psb_gedots Generalized</A> <B> Up:</B> <A NAME="tex2html506" HREF="node25.html">Computational routines</A> <B> Previous:</B> <A NAME="tex2html500" HREF="node26.html">psb_geaxpby General</A> <B> <A NAME="tex2html508" HREF="node1.html">Contents</A></B> <!--End of Navigation Panel--> </BODY> </HTML>