Fixed docs and README.
psblas3-type-indexed
Salvatore Filippone 15 years ago
parent 57307e98d4
commit 4dd4ee7796

@ -1,4 +1,30 @@
This directory contains the PSBLAS library, version 3.0 This directory contains the PSBLAS library, version 3.0-pre-release.
WARNING: This is higly experimental, unstable, and almost undocumented.
Do not count on anything to remain unchanged by the time 3.0
really comes out.
This version requires a working Fortran 2003 compiler; we do not use
all of the language features (specifically, so far we did not employ
FINAL subroutines), but the features we use were sufficient in
identifying bugs in ALL compilers we tried (all the bugs have been
reported and mostly fixed by the respective vendors).
Notes: This code is confirmed to work with NAGware 5.2 and XLF 13.1.
It does NOT work with GNU Fortran 4.5; it is one of the
testbeds for GNU Fortran 4.6, the active development version
(as of May 2010), but does not work yet.
If you find it working with other compilers, please let us
know.
The "undocumented" in the warning above refers to the
internals; the new internals have been completely overhauled,
and in many cases rewritten; they are supposed to enable much
better interfacing with user-defined storage formats. If the
user is only interested in the predefined formats, then the
user's guide should be sufficient; what is lacking is
documentation on how to add to the library. This will come.
Version 1.0 of the library was described in: Version 1.0 of the library was described in:
@ -8,10 +34,11 @@ ACM Trans. on Math. Software, 26(4), Dec. 2000, pp. 527-550.
PLATFORMS: PLATFORMS:
The compilation process relies on the choice of an appropriate obsolete...
Make.inc file; we have tested with AIX XLF, Intel ifort/Linux, Nag --The compilation process relies on the choice of an appropriate
f95/Linux, GNU Fortran/Linux, Sun Forte 6.2. If you succeed in --Make.inc file; we have tested with AIX XLF, Intel ifort/Linux, Nag
compiling with other compiler/operating systems please let us know. --f95/Linux, GNU Fortran/Linux, Sun Forte 6.2. If you succeed in
--compiling with other compiler/operating systems please let us know.
LINUX: LINUX:
@ -50,15 +77,11 @@ prerequisites (see also SERIAL below):
1. A working version of MPI 1. A working version of MPI
2. The MPI version of the BLACS; some systems (e.g. IBM SP) provide 2. A version of the BLAS; if you don't have a specific version for
a specific version, otherwise you can find it at
http://www.netlib.org/blacs/index.html
3. A version of the BLAS; if you don't have a specific version for
your platform you may try ATLAS available from your platform you may try ATLAS available from
http://math-atlas.sourceforge.net/ http://math-atlas.sourceforge.net/
4. We have had good results with the METIS library, from 3. We have had good results with the METIS library, from
http://www-users.cs.umn.edu/~karypis/metis/metis/main.html http://www-users.cs.umn.edu/~karypis/metis/metis/main.html
This is optional; it is used in the util and test/fileread This is optional; it is used in the util and test/fileread
directories but only if you define the HAVE_METIS directive. directories but only if you define the HAVE_METIS directive.
@ -67,8 +90,7 @@ The configure script will generate a Make.inc file suitable for
building the library. building the library.
The script is capable of recognizing the needed libraries with their The script is capable of recognizing the needed libraries with their
default names; if they are in unusual places consider adding the paths default names; if they are in unusual places consider adding the paths
with --with-lib, or explicitly specifying the names in --with-blas, with --with-lib, or explicitly specifying the names in --with-blas, etc.
--with-blacs etc.
Please note that a common way for the configure script to fail is to Please note that a common way for the configure script to fail is to
specify inconsistent MPI vs. plain compilers, either directly or specify inconsistent MPI vs. plain compilers, either directly or
indirectly via environment variables; e.g. specifying the Intel indirectly via environment variables; e.g. specifying the Intel
@ -139,4 +161,3 @@ Dario Pascucci
k

@ -619,6 +619,7 @@ subroutine psb_s_free(a)
implicit none implicit none
class(psb_s_sparse_mat), intent(inout) :: a class(psb_s_sparse_mat), intent(inout) :: a
write(*,*) 'On entry to PSB_S_FREE: ',allocated(a%a)
if (allocated(a%a)) then if (allocated(a%a)) then
call a%a%free() call a%a%free()
deallocate(a%a) deallocate(a%a)

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -104,7 +104,7 @@ sample scatter/gather routines.
. .
</PRE> </PRE>
</DD> </DD>
<DT><A NAME="foot6717">... follows</A><A <DT><A NAME="foot6737">... follows</A><A
HREF="node99.html#tex2html28"><SUP>3</SUP></A></DT> HREF="node99.html#tex2html28"><SUP>3</SUP></A></DT>
<DD>The string is case-insensitive <DD>The string is case-insensitive

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 B

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 828 B

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -25,16 +25,12 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html31" <A NAME="tex2html31"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png">
SRC="file:/usr/share/latex2html/icons/up_g.png">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="file:/usr/share/latex2html/icons/prev_g.png">
<A NAME="tex2html29" <A NAME="tex2html29"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html32" <B> Next:</B> <A NAME="tex2html32"
HREF="node1.html">Contents</A> HREF="node1.html">Contents</A>
@ -60,9 +56,9 @@ University of Rome ``Tor Vergata'', Italy
<BR> <BR>
<BR> <BR>
<BR> <BR>
Software version: 2.3.1 Software version: 3.0-beta
<BR> <BR>
September 30th, 2008 May 15th, 2010
<BR><HR> <BR><HR>
<!--Table of Child-Links--> <!--Table of Child-Links-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,16 +28,13 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html147" <A NAME="tex2html147"
HREF="node2.html"> HREF="node2.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html145" <A NAME="tex2html145"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html139" <A NAME="tex2html139"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html148" <B> Next:</B> <A NAME="tex2html148"
HREF="node2.html">Introduction</A> HREF="node2.html">Introduction</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html292" <A NAME="tex2html292"
HREF="node11.html"> HREF="node11.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html288" <A NAME="tex2html288"
HREF="node9.html"> HREF="node9.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html284" <A NAME="tex2html284"
HREF="node9.html"> HREF="node9.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html290" <A NAME="tex2html290"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html293" <B> Next:</B> <A NAME="tex2html293"
HREF="node11.html">Sparse Matrix data structure</A> HREF="node11.html">Sparse Matrix data structure</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1433" <A NAME="tex2html1433"
HREF="node101.html"> HREF="node101.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1429" <A NAME="tex2html1429"
HREF="node98.html"> HREF="node98.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1423" <A NAME="tex2html1423"
HREF="node99.html"> HREF="node99.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1431" <A NAME="tex2html1431"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1434" <B> Next:</B> <A NAME="tex2html1434"
HREF="node101.html">psb_precaply Preconditioner</A> HREF="node101.html">psb_precaply Preconditioner</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1445" <A NAME="tex2html1445"
HREF="node102.html"> HREF="node102.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1441" <A NAME="tex2html1441"
HREF="node98.html"> HREF="node98.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1435" <A NAME="tex2html1435"
HREF="node100.html"> HREF="node100.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1443" <A NAME="tex2html1443"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1446" <B> Next:</B> <A NAME="tex2html1446"
HREF="node102.html">psb_precdescr Prints</A> HREF="node102.html">psb_precdescr Prints</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1455" <A NAME="tex2html1455"
HREF="node103.html"> HREF="node103.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1451" <A NAME="tex2html1451"
HREF="node98.html"> HREF="node98.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1447" <A NAME="tex2html1447"
HREF="node101.html"> HREF="node101.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1453" <A NAME="tex2html1453"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1456" <B> Next:</B> <A NAME="tex2html1456"
HREF="node103.html">Iterative Methods</A> HREF="node103.html">Iterative Methods</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1467" <A NAME="tex2html1467"
HREF="node104.html"> HREF="node104.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1463" <A NAME="tex2html1463"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1457" <A NAME="tex2html1457"
HREF="node102.html"> HREF="node102.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1465" <A NAME="tex2html1465"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1468" <B> Next:</B> <A NAME="tex2html1468"
HREF="node104.html">psb_krylov Krylov</A> HREF="node104.html">psb_krylov Krylov</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1478" <A NAME="tex2html1478"
HREF="node105.html"> HREF="node105.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1474" <A NAME="tex2html1474"
HREF="node103.html"> HREF="node103.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1470" <A NAME="tex2html1470"
HREF="node103.html"> HREF="node103.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1476" <A NAME="tex2html1476"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1479" <B> Next:</B> <A NAME="tex2html1479"
HREF="node105.html">Bibliography</A> HREF="node105.html">Bibliography</A>
@ -107,7 +103,7 @@ later). In the above formulae, <IMG
WIDTH="90" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="90" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img144.png" SRC="img144.png"
ALT="$r_i=b-Ax_i$"> the corresponding residual at the <IMG ALT="$r_i=b-Ax_i$"> the corresponding residual at the <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$">-th iteration. ALT="$i$">-th iteration.
@ -366,20 +362,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1478" <A NAME="tex2html1478"
HREF="node105.html"> HREF="node105.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1474" <A NAME="tex2html1474"
HREF="node103.html"> HREF="node103.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1470" <A NAME="tex2html1470"
HREF="node103.html"> HREF="node103.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1476" <A NAME="tex2html1476"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1479" <B> Next:</B> <A NAME="tex2html1479"
HREF="node105.html">Bibliography</A> HREF="node105.html">Bibliography</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html1490" <A NAME="tex2html1490"
HREF="node106.html"> HREF="node106.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html1486" <A NAME="tex2html1486"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1480" <A NAME="tex2html1480"
HREF="node104.html"> HREF="node104.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1488" <A NAME="tex2html1488"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html1491" <B> Next:</B> <A NAME="tex2html1491"
HREF="node106.html">About this document ...</A> HREF="node106.html">About this document ...</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -24,20 +24,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<BODY > <BODY >
<!--Navigation Panel--> <!--Navigation Panel-->
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.png">
SRC="file:/usr/share/latex2html/icons/next_g.png">
<A NAME="tex2html1496" <A NAME="tex2html1496"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html1492" <A NAME="tex2html1492"
HREF="node105.html"> HREF="node105.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html1498" <A NAME="tex2html1498"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Up:</B> <A NAME="tex2html1497" <B> Up:</B> <A NAME="tex2html1497"
HREF="userhtml.html">userhtml</A> HREF="userhtml.html">userhtml</A>
@ -54,7 +50,7 @@ About this document ...</A>
</H1> </H1>
<P> <P>
This document was generated using the This document was generated using the
<A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2002-2-1 (1.71) <A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2008 (1.71)
<P> <P>
Copyright &#169; 1993, 1994, 1995, 1996, Copyright &#169; 1993, 1994, 1995, 1996,
<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, <A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>,
@ -65,9 +61,9 @@ Copyright &#169; 1997, 1998, 1999,
Mathematics Department, Macquarie University, Sydney. Mathematics Department, Macquarie University, Sydney.
<P> <P>
The command line arguments were: <BR> The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-noaddress -dir ../../html userhtml.tex</TT> <STRONG>latex2html</STRONG> <TT>-local_icons -noaddress -dir ../../html userhtml.tex</TT>
<P> <P>
The translation was initiated by Salvatore Filippone on 2008-09-19 The translation was initiated by on 2010-05-13
<BR><HR> <BR><HR>
</BODY> </BODY>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html304" <A NAME="tex2html304"
HREF="node12.html"> HREF="node12.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html300" <A NAME="tex2html300"
HREF="node8.html"> HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html294" <A NAME="tex2html294"
HREF="node10.html"> HREF="node10.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html302" <A NAME="tex2html302"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html305" <B> Next:</B> <A NAME="tex2html305"
HREF="node12.html">Named Constants</A> HREF="node12.html">Named Constants</A>
@ -235,20 +231,16 @@ values:
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html304" <A NAME="tex2html304"
HREF="node12.html"> HREF="node12.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html300" <A NAME="tex2html300"
HREF="node8.html"> HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html294" <A NAME="tex2html294"
HREF="node10.html"> HREF="node10.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html302" <A NAME="tex2html302"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html305" <B> Next:</B> <A NAME="tex2html305"
HREF="node12.html">Named Constants</A> HREF="node12.html">Named Constants</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html315" <A NAME="tex2html315"
HREF="node13.html"> HREF="node13.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html311" <A NAME="tex2html311"
HREF="node11.html"> HREF="node11.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html307" <A NAME="tex2html307"
HREF="node11.html"> HREF="node11.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html313" <A NAME="tex2html313"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html316" <B> Next:</B> <A NAME="tex2html316"
HREF="node13.html">Preconditioner data structure</A> HREF="node13.html">Preconditioner data structure</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html327" <A NAME="tex2html327"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html323" <A NAME="tex2html323"
HREF="node8.html"> HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html317" <A NAME="tex2html317"
HREF="node12.html"> HREF="node12.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html325" <A NAME="tex2html325"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html328" <B> Next:</B> <A NAME="tex2html328"
HREF="node14.html">Data structure query routines</A> HREF="node14.html">Data structure query routines</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html339" <A NAME="tex2html339"
HREF="node15.html"> HREF="node15.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html335" <A NAME="tex2html335"
HREF="node8.html"> HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html329" <A NAME="tex2html329"
HREF="node13.html"> HREF="node13.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html337" <A NAME="tex2html337"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html340" <B> Next:</B> <A NAME="tex2html340"
HREF="node15.html">psb_cd_get_local_rows Get</A> HREF="node15.html">psb_cd_get_local_rows Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html355" <A NAME="tex2html355"
HREF="node16.html"> HREF="node16.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html351" <A NAME="tex2html351"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html345" <A NAME="tex2html345"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html353" <A NAME="tex2html353"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html356" <B> Next:</B> <A NAME="tex2html356"
HREF="node16.html">psb_cd_get_local_cols Get</A> HREF="node16.html">psb_cd_get_local_cols Get</A>
@ -97,7 +93,7 @@ Specified as: a structured data of type descdata<TT>psb_desc_type</TT>.
$|{\cal I}_i| + |{\cal B}_i|$ $|{\cal I}_i| + |{\cal B}_i|$
--> -->
<IMG <IMG
WIDTH="71" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" WIDTH="70" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img10.png" SRC="img10.png"
ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert$">. The returned value is ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert$">. The returned value is
specific to the calling process. specific to the calling process.

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html367" <A NAME="tex2html367"
HREF="node17.html"> HREF="node17.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html363" <A NAME="tex2html363"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html357" <A NAME="tex2html357"
HREF="node15.html"> HREF="node15.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html365" <A NAME="tex2html365"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html368" <B> Next:</B> <A NAME="tex2html368"
HREF="node17.html">psb_cd_get_global_rows Get</A> HREF="node17.html">psb_cd_get_global_rows Get</A>
@ -98,7 +94,7 @@ Specified as: a structured data of type descdata<TT>psb_desc_type</TT>.
$|{\cal I}_i| + |{\cal B}_i| +|{\cal H}_i|$ $|{\cal I}_i| + |{\cal B}_i| +|{\cal H}_i|$
--> -->
<IMG <IMG
WIDTH="117" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" WIDTH="118" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img11.png" SRC="img11.png"
ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert +\vert{\cal H}_i\vert$">. The ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert +\vert{\cal H}_i\vert$">. The
returned value is specific to the calling process. returned value is specific to the calling process.

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html379" <A NAME="tex2html379"
HREF="node18.html"> HREF="node18.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html375" <A NAME="tex2html375"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html369" <A NAME="tex2html369"
HREF="node16.html"> HREF="node16.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html377" <A NAME="tex2html377"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html380" <B> Next:</B> <A NAME="tex2html380"
HREF="node18.html">psb_cd_get_global_cols Get</A> HREF="node18.html">psb_cd_get_global_cols Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html389" <A NAME="tex2html389"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html385" <A NAME="tex2html385"
HREF="node14.html"> HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html381" <A NAME="tex2html381"
HREF="node17.html"> HREF="node17.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html387" <A NAME="tex2html387"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html390" <B> Next:</B> <A NAME="tex2html390"
HREF="node19.html">psb_cd_get_context Get communication context</A> HREF="node19.html">psb_cd_get_context Get communication context</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html399" <A NAME="tex2html399"
HREF="node20.html"> HREF="node20.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html395" <A NAME="tex2html395"
HREF="node8.html"> HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html391" <A NAME="tex2html391"
HREF="node18.html"> HREF="node18.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html397" <A NAME="tex2html397"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html400" <B> Next:</B> <A NAME="tex2html400"
HREF="node20.html">psb_cd_get_large_threshold Get</A> HREF="node20.html">psb_cd_get_large_threshold Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html179" <A NAME="tex2html179"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html175" <A NAME="tex2html175"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html169" <A NAME="tex2html169"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html177" <A NAME="tex2html177"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html180" <B> Next:</B> <A NAME="tex2html180"
HREF="node3.html">General overview</A> HREF="node3.html">General overview</A>
@ -136,20 +132,16 @@ computational fluid dynamics applications.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html179" <A NAME="tex2html179"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html175" <A NAME="tex2html175"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html169" <A NAME="tex2html169"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html177" <A NAME="tex2html177"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html180" <B> Next:</B> <A NAME="tex2html180"
HREF="node3.html">General overview</A> HREF="node3.html">General overview</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html416" <A NAME="tex2html416"
HREF="node21.html"> HREF="node21.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html412" <A NAME="tex2html412"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html406" <A NAME="tex2html406"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html414" <A NAME="tex2html414"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html417" <B> Next:</B> <A NAME="tex2html417"
HREF="node21.html">psb_cd_set_large_threshold Set</A> HREF="node21.html">psb_cd_set_large_threshold Set</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html428" <A NAME="tex2html428"
HREF="node22.html"> HREF="node22.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html424" <A NAME="tex2html424"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html418" <A NAME="tex2html418"
HREF="node20.html"> HREF="node20.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html426" <A NAME="tex2html426"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html429" <B> Next:</B> <A NAME="tex2html429"
HREF="node22.html">psb_sp_get_nrows Get</A> HREF="node22.html">psb_sp_get_nrows Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html440" <A NAME="tex2html440"
HREF="node23.html"> HREF="node23.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html436" <A NAME="tex2html436"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html430" <A NAME="tex2html430"
HREF="node21.html"> HREF="node21.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html438" <A NAME="tex2html438"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html441" <B> Next:</B> <A NAME="tex2html441"
HREF="node23.html">psb_sp_get_ncols Get</A> HREF="node23.html">psb_sp_get_ncols Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html452" <A NAME="tex2html452"
HREF="node24.html"> HREF="node24.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html448" <A NAME="tex2html448"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html442" <A NAME="tex2html442"
HREF="node22.html"> HREF="node22.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html450" <A NAME="tex2html450"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html453" <B> Next:</B> <A NAME="tex2html453"
HREF="node24.html">psb_sp_get_nnzeros Get</A> HREF="node24.html">psb_sp_get_nnzeros Get</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html462" <A NAME="tex2html462"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html458" <A NAME="tex2html458"
HREF="node19.html"> HREF="node19.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html454" <A NAME="tex2html454"
HREF="node23.html"> HREF="node23.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html460" <A NAME="tex2html460"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html463" <B> Next:</B> <A NAME="tex2html463"
HREF="node25.html">Computational routines</A> HREF="node25.html">Computational routines</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html474" <A NAME="tex2html474"
HREF="node26.html"> HREF="node26.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html470" <A NAME="tex2html470"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html464" <A NAME="tex2html464"
HREF="node24.html"> HREF="node24.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html472" <A NAME="tex2html472"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html475" <B> Next:</B> <A NAME="tex2html475"
HREF="node26.html">psb_geaxpby General</A> HREF="node26.html">psb_geaxpby General</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html497" <A NAME="tex2html497"
HREF="node27.html"> HREF="node27.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html493" <A NAME="tex2html493"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html487" <A NAME="tex2html487"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html495" <A NAME="tex2html495"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html498" <B> Next:</B> <A NAME="tex2html498"
HREF="node27.html">psb_gedot Dot</A> HREF="node27.html">psb_gedot Dot</A>
@ -260,20 +256,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html497" <A NAME="tex2html497"
HREF="node27.html"> HREF="node27.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html493" <A NAME="tex2html493"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html487" <A NAME="tex2html487"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html495" <A NAME="tex2html495"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html498" <B> Next:</B> <A NAME="tex2html498"
HREF="node27.html">psb_gedot Dot</A> HREF="node27.html">psb_gedot Dot</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html509" <A NAME="tex2html509"
HREF="node28.html"> HREF="node28.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html505" <A NAME="tex2html505"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html499" <A NAME="tex2html499"
HREF="node26.html"> HREF="node26.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html507" <A NAME="tex2html507"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html510" <B> Next:</B> <A NAME="tex2html510"
HREF="node28.html">psb_gedots Generalized</A> HREF="node28.html">psb_gedots Generalized</A>
@ -259,20 +255,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html509" <A NAME="tex2html509"
HREF="node28.html"> HREF="node28.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html505" <A NAME="tex2html505"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html499" <A NAME="tex2html499"
HREF="node26.html"> HREF="node26.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html507" <A NAME="tex2html507"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html510" <B> Next:</B> <A NAME="tex2html510"
HREF="node28.html">psb_gedots Generalized</A> HREF="node28.html">psb_gedots Generalized</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html521" <A NAME="tex2html521"
HREF="node29.html"> HREF="node29.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html517" <A NAME="tex2html517"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html511" <A NAME="tex2html511"
HREF="node27.html"> HREF="node27.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html519" <A NAME="tex2html519"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html522" <B> Next:</B> <A NAME="tex2html522"
HREF="node29.html">psb_geamax Infinity-Norm</A> HREF="node29.html">psb_geamax Infinity-Norm</A>
@ -245,20 +241,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html521" <A NAME="tex2html521"
HREF="node29.html"> HREF="node29.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html517" <A NAME="tex2html517"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html511" <A NAME="tex2html511"
HREF="node27.html"> HREF="node27.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html519" <A NAME="tex2html519"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html522" <B> Next:</B> <A NAME="tex2html522"
HREF="node29.html">psb_geamax Infinity-Norm</A> HREF="node29.html">psb_geamax Infinity-Norm</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html533" <A NAME="tex2html533"
HREF="node30.html"> HREF="node30.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html529" <A NAME="tex2html529"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html523" <A NAME="tex2html523"
HREF="node28.html"> HREF="node28.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html531" <A NAME="tex2html531"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html534" <B> Next:</B> <A NAME="tex2html534"
HREF="node30.html">psb_geamaxs Generalized</A> HREF="node30.html">psb_geamaxs Generalized</A>
@ -223,20 +219,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html533" <A NAME="tex2html533"
HREF="node30.html"> HREF="node30.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html529" <A NAME="tex2html529"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html523" <A NAME="tex2html523"
HREF="node28.html"> HREF="node28.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html531" <A NAME="tex2html531"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html534" <B> Next:</B> <A NAME="tex2html534"
HREF="node30.html">psb_geamaxs Generalized</A> HREF="node30.html">psb_geamaxs Generalized</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html191" <A NAME="tex2html191"
HREF="node4.html"> HREF="node4.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html187" <A NAME="tex2html187"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html181" <A NAME="tex2html181"
HREF="node2.html"> HREF="node2.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html189" <A NAME="tex2html189"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html192" <B> Next:</B> <A NAME="tex2html192"
HREF="node4.html">Basic Nomenclature</A> HREF="node4.html">Basic Nomenclature</A>
@ -179,20 +175,16 @@ bottleneck would make this option unattractive in most cases.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html191" <A NAME="tex2html191"
HREF="node4.html"> HREF="node4.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html187" <A NAME="tex2html187"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html181" <A NAME="tex2html181"
HREF="node2.html"> HREF="node2.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html189" <A NAME="tex2html189"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html192" <B> Next:</B> <A NAME="tex2html192"
HREF="node4.html">Basic Nomenclature</A> HREF="node4.html">Basic Nomenclature</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html545" <A NAME="tex2html545"
HREF="node31.html"> HREF="node31.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html541" <A NAME="tex2html541"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html535" <A NAME="tex2html535"
HREF="node29.html"> HREF="node29.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html543" <A NAME="tex2html543"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html546" <B> Next:</B> <A NAME="tex2html546"
HREF="node31.html">psb_geasum 1-Norm</A> HREF="node31.html">psb_geasum 1-Norm</A>
@ -197,20 +193,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html545" <A NAME="tex2html545"
HREF="node31.html"> HREF="node31.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html541" <A NAME="tex2html541"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html535" <A NAME="tex2html535"
HREF="node29.html"> HREF="node29.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html543" <A NAME="tex2html543"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html546" <B> Next:</B> <A NAME="tex2html546"
HREF="node31.html">psb_geasum 1-Norm</A> HREF="node31.html">psb_geasum 1-Norm</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html557" <A NAME="tex2html557"
HREF="node32.html"> HREF="node32.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html553" <A NAME="tex2html553"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html547" <A NAME="tex2html547"
HREF="node30.html"> HREF="node30.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html555" <A NAME="tex2html555"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html558" <B> Next:</B> <A NAME="tex2html558"
HREF="node32.html">psb_geasums Generalized</A> HREF="node32.html">psb_geasums Generalized</A>
@ -222,20 +218,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html557" <A NAME="tex2html557"
HREF="node32.html"> HREF="node32.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html553" <A NAME="tex2html553"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html547" <A NAME="tex2html547"
HREF="node30.html"> HREF="node30.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html555" <A NAME="tex2html555"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html558" <B> Next:</B> <A NAME="tex2html558"
HREF="node32.html">psb_geasums Generalized</A> HREF="node32.html">psb_geasums Generalized</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html569" <A NAME="tex2html569"
HREF="node33.html"> HREF="node33.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html565" <A NAME="tex2html565"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html559" <A NAME="tex2html559"
HREF="node31.html"> HREF="node31.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html567" <A NAME="tex2html567"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html570" <B> Next:</B> <A NAME="tex2html570"
HREF="node33.html">psb_genrm2s Generalized</A> HREF="node33.html">psb_genrm2s Generalized</A>
@ -407,20 +403,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html569" <A NAME="tex2html569"
HREF="node33.html"> HREF="node33.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html565" <A NAME="tex2html565"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html559" <A NAME="tex2html559"
HREF="node31.html"> HREF="node31.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html567" <A NAME="tex2html567"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html570" <B> Next:</B> <A NAME="tex2html570"
HREF="node33.html">psb_genrm2s Generalized</A> HREF="node33.html">psb_genrm2s Generalized</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html581" <A NAME="tex2html581"
HREF="node34.html"> HREF="node34.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html577" <A NAME="tex2html577"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html571" <A NAME="tex2html571"
HREF="node32.html"> HREF="node32.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html579" <A NAME="tex2html579"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html582" <B> Next:</B> <A NAME="tex2html582"
HREF="node34.html">psb_spnrmi Infinity</A> HREF="node34.html">psb_spnrmi Infinity</A>
@ -99,7 +95,7 @@ res(i) \leftarrow \sqrt{x^T x}
--> -->
<IMG <IMG
WIDTH="107" HEIGHT="28" BORDER="0" WIDTH="106" HEIGHT="28" BORDER="0"
SRC="img47.png" SRC="img47.png"
ALT="\begin{displaymath}res(i) \leftarrow \sqrt{x^T x}\end{displaymath}"> ALT="\begin{displaymath}res(i) \leftarrow \sqrt{x^T x}\end{displaymath}">
</DIV> </DIV>
@ -118,7 +114,7 @@ res(i) \leftarrow \sqrt{x^H x}
--> -->
<IMG <IMG
WIDTH="109" HEIGHT="28" BORDER="0" WIDTH="108" HEIGHT="28" BORDER="0"
SRC="img48.png" SRC="img48.png"
ALT="\begin{displaymath}res(i) \leftarrow \sqrt{x^H x}\end{displaymath}"> ALT="\begin{displaymath}res(i) \leftarrow \sqrt{x^H x}\end{displaymath}">
</DIV> </DIV>
@ -244,20 +240,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html581" <A NAME="tex2html581"
HREF="node34.html"> HREF="node34.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html577" <A NAME="tex2html577"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html571" <A NAME="tex2html571"
HREF="node32.html"> HREF="node32.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html579" <A NAME="tex2html579"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html582" <B> Next:</B> <A NAME="tex2html582"
HREF="node34.html">psb_spnrmi Infinity</A> HREF="node34.html">psb_spnrmi Infinity</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html593" <A NAME="tex2html593"
HREF="node35.html"> HREF="node35.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html589" <A NAME="tex2html589"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html583" <A NAME="tex2html583"
HREF="node33.html"> HREF="node33.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html591" <A NAME="tex2html591"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html594" <B> Next:</B> <A NAME="tex2html594"
HREF="node35.html">psb_spmm Sparse</A> HREF="node35.html">psb_spmm Sparse</A>
@ -198,20 +194,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html593" <A NAME="tex2html593"
HREF="node35.html"> HREF="node35.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html589" <A NAME="tex2html589"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html583" <A NAME="tex2html583"
HREF="node33.html"> HREF="node33.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html591" <A NAME="tex2html591"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html594" <B> Next:</B> <A NAME="tex2html594"
HREF="node35.html">psb_spmm Sparse</A> HREF="node35.html">psb_spmm Sparse</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html605" <A NAME="tex2html605"
HREF="node36.html"> HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html601" <A NAME="tex2html601"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html595" <A NAME="tex2html595"
HREF="node34.html"> HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html603" <A NAME="tex2html603"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html606" <B> Next:</B> <A NAME="tex2html606"
HREF="node36.html">psb_spsm Triangular</A> HREF="node36.html">psb_spsm Triangular</A>
@ -410,20 +406,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html605" <A NAME="tex2html605"
HREF="node36.html"> HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html601" <A NAME="tex2html601"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html595" <A NAME="tex2html595"
HREF="node34.html"> HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html603" <A NAME="tex2html603"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html606" <B> Next:</B> <A NAME="tex2html606"
HREF="node36.html">psb_spsm Triangular</A> HREF="node36.html">psb_spsm Triangular</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html615" <A NAME="tex2html615"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html611" <A NAME="tex2html611"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html607" <A NAME="tex2html607"
HREF="node35.html"> HREF="node35.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html613" <A NAME="tex2html613"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html616" <B> Next:</B> <A NAME="tex2html616"
HREF="node37.html">Communication routines</A> HREF="node37.html">Communication routines</A>
@ -455,20 +451,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html615" <A NAME="tex2html615"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html611" <A NAME="tex2html611"
HREF="node25.html"> HREF="node25.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html607" <A NAME="tex2html607"
HREF="node35.html"> HREF="node35.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html613" <A NAME="tex2html613"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html616" <B> Next:</B> <A NAME="tex2html616"
HREF="node37.html">Communication routines</A> HREF="node37.html">Communication routines</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html627" <A NAME="tex2html627"
HREF="node38.html"> HREF="node38.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html623" <A NAME="tex2html623"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html617" <A NAME="tex2html617"
HREF="node36.html"> HREF="node36.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html625" <A NAME="tex2html625"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html628" <B> Next:</B> <A NAME="tex2html628"
HREF="node38.html">psb_halo Halo</A> HREF="node38.html">psb_halo Halo</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html643" <A NAME="tex2html643"
HREF="node39.html"> HREF="node39.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html639" <A NAME="tex2html639"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html633" <A NAME="tex2html633"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html641" <A NAME="tex2html641"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html644" <B> Next:</B> <A NAME="tex2html644"
HREF="node39.html">psb_ovrl Overlap</A> HREF="node39.html">psb_ovrl Overlap</A>
@ -632,20 +628,16 @@ Process 1</FONT></TD>
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html643" <A NAME="tex2html643"
HREF="node39.html"> HREF="node39.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html639" <A NAME="tex2html639"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html633" <A NAME="tex2html633"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html641" <A NAME="tex2html641"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html644" <B> Next:</B> <A NAME="tex2html644"
HREF="node39.html">psb_ovrl Overlap</A> HREF="node39.html">psb_ovrl Overlap</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html655" <A NAME="tex2html655"
HREF="node40.html"> HREF="node40.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html651" <A NAME="tex2html651"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html645" <A NAME="tex2html645"
HREF="node38.html"> HREF="node38.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html653" <A NAME="tex2html653"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html656" <B> Next:</B> <A NAME="tex2html656"
HREF="node40.html">psb_gather Gather</A> HREF="node40.html">psb_gather Gather</A>
@ -90,7 +86,7 @@ where:
ALT="$x$"> ALT="$x$">
</DD> </DD>
<DT><STRONG><IMG <DT><STRONG><IMG
WIDTH="16" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="17" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img67.png" SRC="img67.png"
ALT="$Q$"></STRONG></DT> ALT="$Q$"></STRONG></DT>
<DD>is the overlap operator; it is the composition of two <DD>is the overlap operator; it is the composition of two
@ -98,7 +94,7 @@ operators <IMG
WIDTH="22" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="22" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img68.png" SRC="img68.png"
ALT="$ P_a$"> and <IMG ALT="$ P_a$"> and <IMG
WIDTH="26" HEIGHT="16" ALIGN="BOTTOM" BORDER="0" WIDTH="27" HEIGHT="20" ALIGN="BOTTOM" BORDER="0"
SRC="img69.png" SRC="img69.png"
ALT="$ P^{T}$">. ALT="$ P^{T}$">.
</DD> </DD>
@ -187,13 +183,13 @@ Specified as: a structured data of type descdata<TT>psb_desc_type</TT>.
</DD> </DD>
<DT><STRONG>update = psb_add_</STRONG></DT> <DT><STRONG>update = psb_add_</STRONG></DT>
<DD>Sum overlap entries, i.e. apply <IMG <DD>Sum overlap entries, i.e. apply <IMG
WIDTH="27" HEIGHT="16" ALIGN="BOTTOM" BORDER="0" WIDTH="26" HEIGHT="20" ALIGN="BOTTOM" BORDER="0"
SRC="img70.png" SRC="img70.png"
ALT="$P^T$">; ALT="$P^T$">;
</DD> </DD>
<DT><STRONG>update = psb_avg_</STRONG></DT> <DT><STRONG>update = psb_avg_</STRONG></DT>
<DD>Average overlap entries, i.e. apply <IMG <DD>Average overlap entries, i.e. apply <IMG
WIDTH="44" HEIGHT="35" ALIGN="MIDDLE" BORDER="0" WIDTH="45" HEIGHT="35" ALIGN="MIDDLE" BORDER="0"
SRC="img71.png" SRC="img71.png"
ALT="$P_aP^T$">; ALT="$P_aP^T$">;
</DD> </DD>
@ -270,11 +266,11 @@ An integer value; 0 means no error has been detected.
the descriptor, no operations are performed; the descriptor, no operations are performed;
</LI> </LI>
<LI>The operator <IMG <LI>The operator <IMG
WIDTH="26" HEIGHT="16" ALIGN="BOTTOM" BORDER="0" WIDTH="27" HEIGHT="20" ALIGN="BOTTOM" BORDER="0"
SRC="img69.png" SRC="img69.png"
ALT="$ P^{T}$"> performs the reduction sum of overlap ALT="$ P^{T}$"> performs the reduction sum of overlap
elements; it is a ``prolongation'' operator <IMG elements; it is a ``prolongation'' operator <IMG
WIDTH="27" HEIGHT="16" ALIGN="BOTTOM" BORDER="0" WIDTH="26" HEIGHT="20" ALIGN="BOTTOM" BORDER="0"
SRC="img70.png" SRC="img70.png"
ALT="$P^T$"> that ALT="$P^T$"> that
replicates overlap elements, accounting for the physical replication replicates overlap elements, accounting for the physical replication
@ -740,20 +736,16 @@ Process 1</FONT></TD>
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html655" <A NAME="tex2html655"
HREF="node40.html"> HREF="node40.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html651" <A NAME="tex2html651"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html645" <A NAME="tex2html645"
HREF="node38.html"> HREF="node38.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html653" <A NAME="tex2html653"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html656" <B> Next:</B> <A NAME="tex2html656"
HREF="node40.html">psb_gather Gather</A> HREF="node40.html">psb_gather Gather</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html207" <A NAME="tex2html207"
HREF="node5.html"> HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html203" <A NAME="tex2html203"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html197" <A NAME="tex2html197"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html205" <A NAME="tex2html205"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html208" <B> Next:</B> <A NAME="tex2html208"
HREF="node5.html">Library contents</A> HREF="node5.html">Library contents</A>
@ -69,21 +65,21 @@ PDE.
Each point of the discretization mesh will have (at least) one Each point of the discretization mesh will have (at least) one
associated equation/variable, and therefore one index. We say that associated equation/variable, and therefore one index. We say that
point <IMG point <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$"> <EM>depends</EM> on point <IMG ALT="$i$"> <EM>depends</EM> on point <IMG
WIDTH="11" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" WIDTH="12" HEIGHT="29" ALIGN="MIDDLE" BORDER="0"
SRC="img5.png" SRC="img5.png"
ALT="$j$"> if the equation for a ALT="$j$"> if the equation for a
variable associated with <IMG variable associated with <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$"> contains a term in <IMG ALT="$i$"> contains a term in <IMG
WIDTH="11" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" WIDTH="12" HEIGHT="29" ALIGN="MIDDLE" BORDER="0"
SRC="img5.png" SRC="img5.png"
ALT="$j$">, or equivalently ALT="$j$">, or equivalently
if <IMG if <IMG
WIDTH="53" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="52" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img6.png" SRC="img6.png"
ALT="$a_{ij} \ne0$">. ALT="$a_{ij} \ne0$">.
After the partition of the discretization mesh into <EM>sub-domains</EM> After the partition of the discretization mesh into <EM>sub-domains</EM>
@ -136,19 +132,19 @@ work&nbsp;[<A
<P> <P>
We denote the sets of internal, boundary and halo points for a given We denote the sets of internal, boundary and halo points for a given
subdomain by <IMG subdomain by <IMG
WIDTH="13" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" WIDTH="14" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img7.png" SRC="img7.png"
ALT="$\cal I$">, <IMG ALT="$\cal I$">, <IMG
WIDTH="15" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" WIDTH="15" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img8.png" SRC="img8.png"
ALT="$\cal B$"> and <IMG ALT="$\cal B$"> and <IMG
WIDTH="17" HEIGHT="15" ALIGN="BOTTOM" BORDER="0" WIDTH="18" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
SRC="img9.png" SRC="img9.png"
ALT="$\cal H$">. ALT="$\cal H$">.
Each subdomain is assigned to one process; each process usually Each subdomain is assigned to one process; each process usually
owns one subdomain, although the user may choose to assign more than owns one subdomain, although the user may choose to assign more than
one subdomain to a process. If each process <IMG one subdomain to a process. If each process <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$"> owns one ALT="$i$"> owns one
subdomain, the number of rows in the local sparse matrix is subdomain, the number of rows in the local sparse matrix is
@ -156,7 +152,7 @@ subdomain, the number of rows in the local sparse matrix is
$|{\cal I}_i| + |{\cal B}_i|$ $|{\cal I}_i| + |{\cal B}_i|$
--> -->
<IMG <IMG
WIDTH="71" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" WIDTH="70" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img10.png" SRC="img10.png"
ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert$">, and the number of local columns ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert$">, and the number of local columns
(i.e. those for which there exists at least one non-zero entry in the (i.e. those for which there exists at least one non-zero entry in the
@ -164,7 +160,7 @@ local rows) is <!-- MATH
$|{\cal I}_i| + |{\cal B}_i| +|{\cal H}_i|$ $|{\cal I}_i| + |{\cal B}_i| +|{\cal H}_i|$
--> -->
<IMG <IMG
WIDTH="117" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" WIDTH="118" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img11.png" SRC="img11.png"
ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert +\vert{\cal H}_i\vert$">. ALT="$\vert{\cal I}_i\vert + \vert{\cal B}_i\vert +\vert{\cal H}_i\vert$">.
@ -203,20 +199,16 @@ points in the literature.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html207" <A NAME="tex2html207"
HREF="node5.html"> HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html203" <A NAME="tex2html203"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html197" <A NAME="tex2html197"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html205" <A NAME="tex2html205"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html208" <B> Next:</B> <A NAME="tex2html208"
HREF="node5.html">Library contents</A> HREF="node5.html">Library contents</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html667" <A NAME="tex2html667"
HREF="node41.html"> HREF="node41.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html663" <A NAME="tex2html663"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html657" <A NAME="tex2html657"
HREF="node39.html"> HREF="node39.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html665" <A NAME="tex2html665"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html668" <B> Next:</B> <A NAME="tex2html668"
HREF="node41.html">psb_scatter Scatter</A> HREF="node41.html">psb_scatter Scatter</A>
@ -100,7 +96,7 @@ where:
ALT="$loc\_x_i$"></STRONG></DT> ALT="$loc\_x_i$"></STRONG></DT>
<DD>is the local portion of global dense matrix on <DD>is the local portion of global dense matrix on
process <IMG process <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$">. ALT="$i$">.
</DD> </DD>
@ -246,20 +242,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html667" <A NAME="tex2html667"
HREF="node41.html"> HREF="node41.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html663" <A NAME="tex2html663"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html657" <A NAME="tex2html657"
HREF="node39.html"> HREF="node39.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html665" <A NAME="tex2html665"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html668" <B> Next:</B> <A NAME="tex2html668"
HREF="node41.html">psb_scatter Scatter</A> HREF="node41.html">psb_scatter Scatter</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -27,20 +27,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html677" <A NAME="tex2html677"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html673" <A NAME="tex2html673"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html669" <A NAME="tex2html669"
HREF="node40.html"> HREF="node40.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html675" <A NAME="tex2html675"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html678" <B> Next:</B> <A NAME="tex2html678"
HREF="node42.html">Data management routines</A> HREF="node42.html">Data management routines</A>
@ -98,7 +94,7 @@ where:
ALT="$loc\_x_i$"></STRONG></DT> ALT="$loc\_x_i$"></STRONG></DT>
<DD>is the local portion of global dense matrix on <DD>is the local portion of global dense matrix on
process <IMG process <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$">. ALT="$i$">.
</DD> </DD>
@ -244,20 +240,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html677" <A NAME="tex2html677"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html673" <A NAME="tex2html673"
HREF="node37.html"> HREF="node37.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html669" <A NAME="tex2html669"
HREF="node40.html"> HREF="node40.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html675" <A NAME="tex2html675"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html678" <B> Next:</B> <A NAME="tex2html678"
HREF="node42.html">Data management routines</A> HREF="node42.html">Data management routines</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html689" <A NAME="tex2html689"
HREF="node43.html"> HREF="node43.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html685" <A NAME="tex2html685"
HREF="userhtml.html"> HREF="userhtml.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html679" <A NAME="tex2html679"
HREF="node41.html"> HREF="node41.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html687" <A NAME="tex2html687"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html690" <B> Next:</B> <A NAME="tex2html690"
HREF="node43.html">psb_cdall Allocates</A> HREF="node43.html">psb_cdall Allocates</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html728" <A NAME="tex2html728"
HREF="node44.html"> HREF="node44.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html724" <A NAME="tex2html724"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html718" <A NAME="tex2html718"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html726" <A NAME="tex2html726"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html729" <B> Next:</B> <A NAME="tex2html729"
HREF="node44.html">psb_cdins Communication</A> HREF="node44.html">psb_cdins Communication</A>
@ -129,7 +125,7 @@ Specified as: an integer value <IMG
WIDTH="27" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="27" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img89.png" SRC="img89.png"
ALT="$0,1$">, default <IMG ALT="$0,1$">, default <IMG
WIDTH="11" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" WIDTH="12" HEIGHT="13" ALIGN="BOTTOM" BORDER="0"
SRC="img90.png" SRC="img90.png"
ALT="$0$">. ALT="$0$">.
@ -285,7 +281,7 @@ An integer value; 0 means no error has been detected.
$0\le pv(i) < np$ $0\le pv(i) < np$
--> -->
<IMG <IMG
WIDTH="106" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" WIDTH="107" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img91.png" SRC="img91.png"
ALT="$0\le pv(i) &lt; np$">; if <IMG ALT="$0\le pv(i) &lt; np$">; if <IMG
WIDTH="51" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="51" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
@ -300,7 +296,7 @@ An integer value; 0 means no error has been detected.
<DD>In this case the association between an index and a process <DD>In this case the association between an index and a process
is specified via an integer vector; the size of the index space is is specified via an integer vector; the size of the index space is
equal to the size of <code>vg</code>, and each index <IMG equal to the size of <code>vg</code>, and each index <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$"> is assigned to ALT="$i$"> is assigned to
the process <IMG the process <IMG
@ -343,7 +339,7 @@ An integer value; 0 means no error has been detected.
SRC="img97.png" SRC="img97.png"
ALT="$I$"> gets assigned a consecutive ALT="$I$"> gets assigned a consecutive
chunk of <IMG chunk of <IMG
WIDTH="59" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" WIDTH="60" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img98.png" SRC="img98.png"
ALT="$N_I=nl$"> global indices. ALT="$N_I=nl$"> global indices.
</DD> </DD>
@ -392,20 +388,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html728" <A NAME="tex2html728"
HREF="node44.html"> HREF="node44.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html724" <A NAME="tex2html724"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html718" <A NAME="tex2html718"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html726" <A NAME="tex2html726"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html729" <B> Next:</B> <A NAME="tex2html729"
HREF="node44.html">psb_cdins Communication</A> HREF="node44.html">psb_cdins Communication</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html740" <A NAME="tex2html740"
HREF="node45.html"> HREF="node45.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html736" <A NAME="tex2html736"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html730" <A NAME="tex2html730"
HREF="node43.html"> HREF="node43.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html738" <A NAME="tex2html738"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html741" <B> Next:</B> <A NAME="tex2html741"
HREF="node45.html">psb_cdasb Communication</A> HREF="node45.html">psb_cdasb Communication</A>
@ -164,20 +160,16 @@ nor the end vertex belong to the current process.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html740" <A NAME="tex2html740"
HREF="node45.html"> HREF="node45.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html736" <A NAME="tex2html736"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html730" <A NAME="tex2html730"
HREF="node43.html"> HREF="node43.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html738" <A NAME="tex2html738"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html741" <B> Next:</B> <A NAME="tex2html741"
HREF="node45.html">psb_cdasb Communication</A> HREF="node45.html">psb_cdasb Communication</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html752" <A NAME="tex2html752"
HREF="node46.html"> HREF="node46.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html748" <A NAME="tex2html748"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html742" <A NAME="tex2html742"
HREF="node44.html"> HREF="node44.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html750" <A NAME="tex2html750"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html753" <B> Next:</B> <A NAME="tex2html753"
HREF="node46.html">psb_cdcpy Copies</A> HREF="node46.html">psb_cdcpy Copies</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html764" <A NAME="tex2html764"
HREF="node47.html"> HREF="node47.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html760" <A NAME="tex2html760"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html754" <A NAME="tex2html754"
HREF="node45.html"> HREF="node45.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html762" <A NAME="tex2html762"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html765" <B> Next:</B> <A NAME="tex2html765"
HREF="node47.html">psb_cdfree Frees</A> HREF="node47.html">psb_cdfree Frees</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html776" <A NAME="tex2html776"
HREF="node48.html"> HREF="node48.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html772" <A NAME="tex2html772"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html766" <A NAME="tex2html766"
HREF="node46.html"> HREF="node46.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html774" <A NAME="tex2html774"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html777" <B> Next:</B> <A NAME="tex2html777"
HREF="node48.html">psb_cdbldext Build</A> HREF="node48.html">psb_cdbldext Build</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html788" <A NAME="tex2html788"
HREF="node49.html"> HREF="node49.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html784" <A NAME="tex2html784"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html778" <A NAME="tex2html778"
HREF="node47.html"> HREF="node47.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html786" <A NAME="tex2html786"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html789" <B> Next:</B> <A NAME="tex2html789"
HREF="node49.html">psb_spall Allocates</A> HREF="node49.html">psb_spall Allocates</A>
@ -179,20 +175,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html788" <A NAME="tex2html788"
HREF="node49.html"> HREF="node49.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html784" <A NAME="tex2html784"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html778" <A NAME="tex2html778"
HREF="node47.html"> HREF="node47.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html786" <A NAME="tex2html786"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html789" <B> Next:</B> <A NAME="tex2html789"
HREF="node49.html">psb_spall Allocates</A> HREF="node49.html">psb_spall Allocates</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html800" <A NAME="tex2html800"
HREF="node50.html"> HREF="node50.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html796" <A NAME="tex2html796"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html790" <A NAME="tex2html790"
HREF="node48.html"> HREF="node48.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html798" <A NAME="tex2html798"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html801" <B> Next:</B> <A NAME="tex2html801"
HREF="node50.html">psb_spins Insert</A> HREF="node50.html">psb_spins Insert</A>
@ -148,20 +144,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html800" <A NAME="tex2html800"
HREF="node50.html"> HREF="node50.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html796" <A NAME="tex2html796"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html790" <A NAME="tex2html790"
HREF="node48.html"> HREF="node48.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html798" <A NAME="tex2html798"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html801" <B> Next:</B> <A NAME="tex2html801"
HREF="node50.html">psb_spins Insert</A> HREF="node50.html">psb_spins Insert</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html219" <A NAME="tex2html219"
HREF="node6.html"> HREF="node6.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html215" <A NAME="tex2html215"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html209" <A NAME="tex2html209"
HREF="node4.html"> HREF="node4.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html217" <A NAME="tex2html217"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html220" <B> Next:</B> <A NAME="tex2html220"
HREF="node6.html">Application structure</A> HREF="node6.html">Application structure</A>
@ -157,20 +153,16 @@ are classified as:
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html219" <A NAME="tex2html219"
HREF="node6.html"> HREF="node6.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html215" <A NAME="tex2html215"
HREF="node3.html"> HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html209" <A NAME="tex2html209"
HREF="node4.html"> HREF="node4.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html217" <A NAME="tex2html217"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html220" <B> Next:</B> <A NAME="tex2html220"
HREF="node6.html">Application structure</A> HREF="node6.html">Application structure</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html812" <A NAME="tex2html812"
HREF="node51.html"> HREF="node51.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html808" <A NAME="tex2html808"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html802" <A NAME="tex2html802"
HREF="node49.html"> HREF="node49.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html810" <A NAME="tex2html810"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html813" <B> Next:</B> <A NAME="tex2html813"
HREF="node51.html">psb_spasb Sparse</A> HREF="node51.html">psb_spasb Sparse</A>
@ -217,20 +213,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html812" <A NAME="tex2html812"
HREF="node51.html"> HREF="node51.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html808" <A NAME="tex2html808"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html802" <A NAME="tex2html802"
HREF="node49.html"> HREF="node49.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html810" <A NAME="tex2html810"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html813" <B> Next:</B> <A NAME="tex2html813"
HREF="node51.html">psb_spasb Sparse</A> HREF="node51.html">psb_spasb Sparse</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html824" <A NAME="tex2html824"
HREF="node52.html"> HREF="node52.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html820" <A NAME="tex2html820"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html814" <A NAME="tex2html814"
HREF="node50.html"> HREF="node50.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html822" <A NAME="tex2html822"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html825" <B> Next:</B> <A NAME="tex2html825"
HREF="node52.html">psb_spfree Frees</A> HREF="node52.html">psb_spfree Frees</A>
@ -176,20 +172,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html824" <A NAME="tex2html824"
HREF="node52.html"> HREF="node52.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html820" <A NAME="tex2html820"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html814" <A NAME="tex2html814"
HREF="node50.html"> HREF="node50.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html822" <A NAME="tex2html822"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html825" <B> Next:</B> <A NAME="tex2html825"
HREF="node52.html">psb_spfree Frees</A> HREF="node52.html">psb_spfree Frees</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html836" <A NAME="tex2html836"
HREF="node53.html"> HREF="node53.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html832" <A NAME="tex2html832"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html826" <A NAME="tex2html826"
HREF="node51.html"> HREF="node51.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html834" <A NAME="tex2html834"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html837" <B> Next:</B> <A NAME="tex2html837"
HREF="node53.html">psb_sprn Reinit</A> HREF="node53.html">psb_sprn Reinit</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html848" <A NAME="tex2html848"
HREF="node54.html"> HREF="node54.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html844" <A NAME="tex2html844"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html838" <A NAME="tex2html838"
HREF="node52.html"> HREF="node52.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html846" <A NAME="tex2html846"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html849" <B> Next:</B> <A NAME="tex2html849"
HREF="node54.html">psb_geall Allocates</A> HREF="node54.html">psb_geall Allocates</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html860" <A NAME="tex2html860"
HREF="node55.html"> HREF="node55.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html856" <A NAME="tex2html856"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html850" <A NAME="tex2html850"
HREF="node53.html"> HREF="node53.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html858" <A NAME="tex2html858"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html861" <B> Next:</B> <A NAME="tex2html861"
HREF="node55.html">psb_geins Dense</A> HREF="node55.html">psb_geins Dense</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html872" <A NAME="tex2html872"
HREF="node56.html"> HREF="node56.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html868" <A NAME="tex2html868"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html862" <A NAME="tex2html862"
HREF="node54.html"> HREF="node54.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html870" <A NAME="tex2html870"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html873" <B> Next:</B> <A NAME="tex2html873"
HREF="node56.html">psb_geasb Assembly</A> HREF="node56.html">psb_geasb Assembly</A>
@ -88,7 +84,7 @@ Specified as: an integer value.
</DD> </DD>
<DT><STRONG>irw</STRONG></DT> <DT><STRONG>irw</STRONG></DT>
<DD>Indices of the rows to be inserted. Specifically, row <IMG <DD>Indices of the rows to be inserted. Specifically, row <IMG
WIDTH="10" HEIGHT="17" ALIGN="BOTTOM" BORDER="0" WIDTH="9" HEIGHT="17" ALIGN="BOTTOM" BORDER="0"
SRC="img4.png" SRC="img4.png"
ALT="$i$"> ALT="$i$">
of <IMG of <IMG
@ -190,20 +186,16 @@ An integer value; 0 means no error has been detected.
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html872" <A NAME="tex2html872"
HREF="node56.html"> HREF="node56.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html868" <A NAME="tex2html868"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html862" <A NAME="tex2html862"
HREF="node54.html"> HREF="node54.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html870" <A NAME="tex2html870"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html873" <B> Next:</B> <A NAME="tex2html873"
HREF="node56.html">psb_geasb Assembly</A> HREF="node56.html">psb_geasb Assembly</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html884" <A NAME="tex2html884"
HREF="node57.html"> HREF="node57.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html880" <A NAME="tex2html880"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html874" <A NAME="tex2html874"
HREF="node55.html"> HREF="node55.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html882" <A NAME="tex2html882"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html885" <B> Next:</B> <A NAME="tex2html885"
HREF="node57.html">psb_gefree Frees</A> HREF="node57.html">psb_gefree Frees</A>

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71) <!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from: * with significant contributions from:
@ -13,7 +13,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<META NAME="resource-type" CONTENT="document"> <META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global"> <META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="STYLESHEET" HREF="userhtml.css">
@ -28,20 +28,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<!--Navigation Panel--> <!--Navigation Panel-->
<A NAME="tex2html896" <A NAME="tex2html896"
HREF="node58.html"> HREF="node58.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
SRC="file:/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html892" <A NAME="tex2html892"
HREF="node42.html"> HREF="node42.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
SRC="file:/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html886" <A NAME="tex2html886"
HREF="node56.html"> HREF="node56.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html894" <A NAME="tex2html894"
HREF="node1.html"> HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
<BR> <BR>
<B> Next:</B> <A NAME="tex2html897" <B> Next:</B> <A NAME="tex2html897"
HREF="node58.html">psb_gelp Applies</A> HREF="node58.html">psb_gelp Applies</A>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save