File: node91.html

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (61 lines) | stat: -rw-r--r-- 3,158 bytes parent folder | download | duplicates (4)
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
<!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 Out-core Dense Matrices</TITLE>
<META NAME="description" CONTENT="Array Descriptor for Out-core Dense Matrices">
<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="tex2html3317" HREF="node92.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html3315" HREF="node90.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html3311" HREF="node90.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html3319" 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="tex2html3320" 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="tex2html3318" HREF="node92.html">Design and Documentation of </A>
<B>Up:</B> <A NAME="tex2html3316" HREF="node90.html">Out-of-Core Matrices</A>
<B> Previous:</B> <A NAME="tex2html3312" HREF="node90.html">Out-of-Core Matrices</A>
<BR> <P>
<H2><A NAME="SECTION04451000000000000000">Array Descriptor for Out-core Dense Matrices</A></H2>
   <A NAME="secdesc601">&#160;</A>
<P>
The array descriptor <B>DESC_</B>
whose type is defined as
<B>DESC_(DTYPE_)=601</B><A NAME="3360">&#160;</A>,
is an integer array of length 11.
<B>DESC_(DTYPE_)=601</B><A NAME="3362">&#160;</A>
is used for the ScaLAPACK routines
involved in the out-of-core solution
of dense linear systems using LU, QR
or Cholesky factorizations&nbsp;[<A HREF="node189.html#lawn118">55</A>].
The matrix stored on disk is composed
of records each record of which corresponds
to an MMB <IMG WIDTH=9 HEIGHT=16 ALIGN=MIDDLE ALT="tex2html_wrap_inline12420" SRC="img42.gif"> NNB  <B>DESC_(DTYPE_)=1</B>
ScaLAPACK matrix and these records 
are organized in a column major 
(Fortran array) manner. The array
descriptor for out-of-core matrices
has extra fields to store file 
parameters associated with the 
matrix, such as the I/O device 
unit number, MMB and NNB, and
the amount of temporary buffer
storage available.
<P>
Similar to <B>DESC_(DTYPE_)=1</B>
symmetric ScaLAPACK matrices, only
the upper (UPLO='U') triangle or
the lower (UPLO='L') triangle is
accessed.  The entire coefficient 
matrix is stored on disk, regardless
of whether the matrix is nonsymmetric
or symmetric.
<P>
<P><A NAME="3367">&#160;</A><IMG WIDTH=653 HEIGHT=544 ALIGN=BOTTOM ALT="table3366" SRC="img356.gif"><BR>
<STRONG>Table 4.13:</STRONG> Content of the array descriptor for out-of-core dense matrices<BR>
<P><BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>