1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Array Descriptor for the Matrix of Right-Hand-Side Vectors</TITLE>
<META NAME="description" CONTENT="Array Descriptor for the Matrix of Right-Hand-Side Vectors">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
<A NAME="tex2html3272" HREF="node88.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html3270" HREF="node81.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html3264" HREF="node86.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html3274" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html3275" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html3273" HREF="node88.html">Argument Descriptions for Band </A>
<B>Up:</B> <A NAME="tex2html3271" HREF="node81.html">In-Core Narrow Band and </A>
<B> Previous:</B> <A NAME="tex2html3265" HREF="node86.html">Array Descriptor for Narrow </A>
<BR> <P>
<H2><A NAME="SECTION04446000000000000000">Array Descriptor for the Matrix of Right-Hand-Side Vectors</A></H2>
<P>
<A NAME="secdesc502"> </A>
<P>
The array descriptor <B>DESC_</B>
whose type is defined as
<B>DESC_(DTYPE_)=502</B><A NAME="3217"> </A>,
is an integer array of length 7.
This descriptor type is used in
the ScaLAPACK narrow band routines
and tridiagonal routines to specify
the block-row distribution of a global
array containing the right-hand-side
vectors over a one-dimensional
process grid. In the narrow band
and tridiagonal routines, a
one-dimensional block-column
distribution is specified for
the coefficient matrix<A NAME="3218"> </A>.
The matrix of right-hand-side
vectors however must be distributed
over a one-dimensional process grid
according to a block-row data
distribution scheme. Refer to
section <A HREF="node82.html#sec1dbd">4.4.1</A> for
further details on block data
distribution.
<P>
Let us now assume that we have an
array descriptor <I>DESCB</I> for a
block-row distributed matrix <I>B</I>.
For readability of the code, we have
associated symbolic names with the
descriptor entries.
<P>
<P><A NAME="3221"> </A><IMG WIDTH=626 HEIGHT=414 ALIGN=BOTTOM ALT="table3220" SRC="img355.gif"><BR>
<STRONG>Table 4.12:</STRONG> Content of the array descriptor for right-hand-side dense
matrices for narrow band and tridiagonal solvers<BR>
<P>
<P>
For a detailed description of
LOC<IMG WIDTH=6 HEIGHT=7 ALIGN=MIDDLE ALT="tex2html_wrap_inline12112" SRC="img15.gif">() notation, please
refer to section <A HREF="node83.html#secblockmap">4.4.2</A>.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|