,
Subroutine
@@ -141,7 +141,7 @@ call psb_halo(x, desc_a, info, alpha, work, data)
x
global dense matrix .
@@ -151,9 +151,9 @@ Type: required
Intent: inout .
-Specified as: a rank one or two array with the TARGET attribute
+Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
-Table 13 .
+Table 14 .
desc_a
contains data structures for communications.
@@ -168,7 +168,7 @@ Specified as: a structured data of type descdatapsb_desc_type .
alpha
the scalar .
@@ -179,11 +179,11 @@ Type: optional
Intent: in .
Default:
-Specified as: a number of the data type indicated in Table 13 .
+Specified as: a number of the data type indicated in Table 14 .
work
the work array.
@@ -195,10 +195,9 @@ Type: optional
Intent: inout .
Specified as: a rank one array of the same type of with the
-POINTER attribute.
+ ALT="$x$">.
data
index list selector.
@@ -218,7 +217,7 @@ index list on which to base the data exchange.
x
global dense result matrix .
@@ -230,7 +229,7 @@ Intent: inout .
Returned as: a rank one or two array
containing numbers of type specified in
-Table 13 .
+Table 14 .
info
the local portion of result submatrix
-
+
Figure 7:
Sample discretization mesh.
@@ -256,7 +255,7 @@ Sample discretization mesh.
@@ -279,7 +278,7 @@ distribution is such that each process will own 32 entries in the
index space, with a halo made of 8 entries placed at local indices 33
through 40. If process 0 assigns an initial value of 1 to its entries
in the vector, and process 1 assigns a value of 2, then after a
call to psb_halo
the contents of the local vectors will be the
diff --git a/docs/html/node52.html b/docs/html/node52.html
index 095357e1..96e861dd 100644
--- a/docs/html/node52.html
+++ b/docs/html/node52.html
@@ -69,7 +69,7 @@ x \leftarrow Q x
@@ -77,40 +77,40 @@ x \leftarrow Q x
where:
is the global dense submatrix
is the overlap operator; it is the composition of two
operators and and .
-
+
-Table 14:
+Table 15:
Data types
Subroutine
@@ -150,7 +150,7 @@ call psb_ovrl(x, desc_a, info, update=update_type, work=work)
x
global dense matrix .
@@ -160,9 +160,9 @@ Type: required
Intent: inout .
-Specified as: a rank one or two array
+Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
-Table 14 .
+Table 15 .
desc_a
contains data structures for communications.
@@ -183,14 +183,14 @@ Specified as: a structured data of type descdatapsb_desc_type .
update = psb_add_
Sum overlap entries, i.e. apply ;
update = psb_avg_
Average overlap entries, i.e. apply ;
@@ -203,7 +203,7 @@ Default:
Scope: global
@@ -220,7 +220,7 @@ Type: optional
Intent: inout .
Specified as: a one dimensional array of the same type of .
@@ -231,7 +231,7 @@ Specified as: a one dimensional array of the same type of
x
global dense result matrix .
@@ -243,7 +243,7 @@ Intent: inout .
Specified as: an array of rank one or two
containing numbers of type specified in
-Table 14 .
+Table 15 .
info
Error code.
@@ -266,19 +266,19 @@ An integer value; 0 means no error has been detected.
the descriptor, no operations are performed;
The operator performs the reduction sum of overlap
-elements; it is a ``prolongation'' operator performs the reduction sum of overlap
+elements; it is a ``prolongation'' operator that
replicates overlap elements, accounting for the physical replication
of data;
The operator performs a scaling on the overlap elements by
the amount of replication; thus, when combined with the reduction
operator, it implements the average of replicated elements over all of
@@ -288,15 +288,15 @@ their instances.
-
+
Figure 8:
Sample discretization mesh.
@@ -320,7 +320,7 @@ distribution is such that each process will own 40 entries in the
index space, with an overlap of 16 entries placed at local indices 25
through 40; the halo will run from local index 41 through local index 48.. If process 0 assigns an initial value of 1 to its entries
in the vector, and process 1 assigns a value of 2, then after a
call to psb_ovrl
with psb_avg_
and a call to
diff --git a/docs/html/node53.html b/docs/html/node53.html
index bb981c81..032704ed 100644
--- a/docs/html/node53.html
+++ b/docs/html/node53.html
@@ -71,7 +71,7 @@ glob\_x \leftarrow collect(loc\_x_i)
@@ -79,20 +79,20 @@ glob\_x \leftarrow collect(loc\_x_i)
where:
is the global submatrix
is the local portion of global dense matrix on
process .
is the collect function.
@@ -110,16 +110,16 @@ process
-
+
-Table 15:
+Table 16:
Data types
Subroutine
@@ -162,8 +162,8 @@ call psb_gather(glob_x, loc_x, desc_a, info, root)
loc_x
the local portion of global dense matrix
.
Scope: local
@@ -172,8 +172,8 @@ Type: required
Intent: in .
-Specified as: a rank one or two array containing numbers of the type
-indicated in Table 15 .
+Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
+indicated in Table 16 .
desc_a
contains data structures for communications.
@@ -188,8 +188,8 @@ Specified as: a structured data of type descdatapsb_desc_type .
root
The process that holds the global copy. If all
the processes will have a copy of the global vector.
@@ -203,11 +203,11 @@ Specified as: an integer variable
, default , default .
On Return
diff --git a/docs/html/node54.html b/docs/html/node54.html
index 5126c427..75e22f3d 100644
--- a/docs/html/node54.html
+++ b/docs/html/node54.html
@@ -68,8 +68,8 @@ loc\_x_i \leftarrow scatter(glob\_x)
-->
@@ -77,20 +77,20 @@ loc\_x_i \leftarrow scatter(glob\_x)
where:
is the global matrix
is the local portion of global dense matrix on
process .
is the scatter function.
@@ -108,16 +108,16 @@ process
-
+
-Table 16:
+Table 17:
Data types
Subroutine
@@ -181,8 +181,8 @@ Specified as: a structured data of type descdatapsb_desc_type .
root
The process that holds the global copy. If all
the processes have a copy of the global vector.
@@ -196,11 +196,11 @@ Specified as: an integer variable
, default , default .
On Return
@@ -209,8 +209,8 @@ Specified as: an integer variable
is allocated
to process .
Scope:global .
@@ -111,8 +111,8 @@ Specified as: an integer array.
flag
Specifies whether entries in are zero- or one-based.
Scope:global .
@@ -123,10 +123,10 @@ Intent: in .
Specified as: an integer value , default , default .
@@ -155,8 +155,8 @@ Specified as: a subroutine.
vl
Data allocation: the set of global indices
belonging to the calling process.
Scope:local .
@@ -285,11 +285,11 @@ An integer value; 0 means no error has been detected.
$0\le pv(i) < np$
-->
; if we have an index assigned to multiple
processes, i.e. we have an overlap among the subdomains.
@@ -303,24 +303,24 @@ An integer value; 0 means no error has been detected.
$i \in \{1\dots mg\}$
-->
is assigned to process is assigned to process .
The vector vg
must be identical on all
calling processes; its entries may have the ranges
or according to the value of flag
.
The size may be specified via the optional argument mg
;
the default is to use the entire vector vg
, thus having
mg=size(vg)
.
@@ -329,8 +329,8 @@ An integer value; 0 means no error has been detected.
In this case we are specifying the list of indices
vl(1:nl)
assigned to the current process; thus, the global
problem size is given by
the range of the aggregate of the individual vectors vl
specified
in the calling processes. The size may be specified via the optional
@@ -338,8 +338,8 @@ An integer value; 0 means no error has been detected.
nl=size(vl)
.
If globalcheck=.true.
the subroutine will check how many
times each entry in the global index space is
specified in the input lists vl
, thus allowing for the
presence of overlap in the input, and checking for ``orphan''
@@ -352,11 +352,11 @@ An integer value; 0 means no error has been detected.
If this argument is specified alone (i.e. without vl
)
the result is a generalized row-block distribution in which each
process gets assigned a consecutive chunk of global
indices.
diff --git a/docs/html/node57.html b/docs/html/node57.html
index 26755012..194ec020 100644
--- a/docs/html/node57.html
+++ b/docs/html/node57.html
@@ -95,8 +95,8 @@ Type: required .
Intent: in .
Specified as: an integer array of length .
ja
@@ -109,8 +109,8 @@ Type: required .
Intent: in .
Specified as: an integer array of length .
diff --git a/docs/html/node6.html b/docs/html/node6.html
index af78326b..eba51fff 100644
--- a/docs/html/node6.html
+++ b/docs/html/node6.html
@@ -62,7 +62,7 @@ space to which there corresponds an index space and a matrix sparsity
pattern. As an example, consider a cell-centered finite-volume
discretization of the Navier-Stokes equations on a simulation domain;
the index space is isomorphic to the set of cell centers,
whereas the pattern of the associated linear system matrix is
@@ -73,7 +73,7 @@ by the discretization stencil.
Thus the first order of business is to establish an index space, and
this is done with a call to psb_cdall
in which we specify the
size of the index space and the allocation of the elements of the
index space to the various processes making up the MPI (virtual)
@@ -82,7 +82,7 @@ parallel machine.
The index space is partitioned among processes, and this creates a
mapping from the ``global'' numbering to a numbering
``local'' to each process; each process , each element of which corresponds to a certain
element of . The user does not set explicitly this mapping;
when the application needs to indicate to which element of the index
@@ -107,7 +107,7 @@ library will translate into the appropriate ``local'' numbering.
For a given index space there are many possible associated
topologies, i.e. many different discretization stencils; thus the
diff --git a/docs/html/node61.html b/docs/html/node61.html
index 5e66d933..a4be7ffa 100644
--- a/docs/html/node61.html
+++ b/docs/html/node61.html
@@ -103,8 +103,8 @@ Type:required .
Intent: in .
Specified as: an integer value .
extype
diff --git a/docs/html/node62.html b/docs/html/node62.html
index b1d42575..81ce7b8c 100644
--- a/docs/html/node62.html
+++ b/docs/html/node62.html
@@ -130,8 +130,8 @@ An integer value; 0 means no error has been detected.
The descriptor may be in either the build or assembled state.
Providing a good estimate for the number of nonzeroes in
the assembled matrix may substantially improve performance in the
matrix build phase, as it will reduce or eliminate the need for
diff --git a/docs/html/node63.html b/docs/html/node63.html
index c78ad2e4..c79f93fe 100644
--- a/docs/html/node63.html
+++ b/docs/html/node63.html
@@ -90,8 +90,8 @@ Type:required .
Intent: in .
Specified as: an integer array of size .
ja
@@ -104,8 +104,8 @@ Type:required .
Intent: in .
Specified as: an integer array of size .
val
@@ -118,12 +118,12 @@ Type:required .
Intent: in .
Specified as: an array of size . Must be of the same type and kind
of the aspk
component of the sparse matrix .
desc_a
diff --git a/docs/html/node67.html b/docs/html/node67.html
index 6783d0f5..9b038a3d 100644
--- a/docs/html/node67.html
+++ b/docs/html/node67.html
@@ -90,9 +90,9 @@ Intent: in .
Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
@@ -108,9 +108,9 @@ Intent: in .
Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
@@ -131,8 +131,8 @@ Type: required
Intent: out .
-Specified as: a rank one or two array with the ALLOCATABLE
-attribute, of type real, complex or integer.
+Specified as: a rank one or two array with the ALLOCATABLE attribute
+or an object of type vdatapsb_T_vect_type , of type real, complex or integer.
info
Error code.
@@ -148,7 +148,30 @@ An integer value; 0 means no error has been detected.
-
+
+
+
+
+
+
+
+
+
+
+
+ Next: psb_geins Dense
+ Up: Data management routines
+ Previous: psb_sprn Reinit
+ Contents
+
diff --git a/docs/html/node68.html b/docs/html/node68.html
index a193b124..3d97c325 100644
--- a/docs/html/node68.html
+++ b/docs/html/node68.html
@@ -70,8 +70,8 @@ call psb_geins(m, irw, val, x, desc_a, info,dupl)
m
Number of rows in to be inserted.
Scope:local .
@@ -88,12 +88,12 @@ Specified as: an integer value.
SRC="img4.png"
ALT="$i$">
of will be inserted into the local row corresponding to the
global row index .
Scope:local .
@@ -154,8 +154,8 @@ Type: required
Intent: inout .
-Specified as: a rank one or two array with the ALLOCATABLE
-attribute, of type real, complex or integer.
+Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type , of
+type real, complex or integer.
info
Error code.
diff --git a/docs/html/node69.html b/docs/html/node69.html
index 3a3ec72f..ea94b150 100644
--- a/docs/html/node69.html
+++ b/docs/html/node69.html
@@ -57,7 +57,7 @@ psb_geasb -- Assembly a dense matrix
-call psb_geasb(x, desc_a, info)
+call psb_geasb(x, desc_a, info, mold)
@@ -79,6 +79,21 @@ Intent: in .
Specified as: a variable of type descdatapsb_desc_type .
+mold
+The desired dynamic type for the internal vector storage.
+
+Scope: local .
+
+Type: optional .
+
+Intent: in .
+
+Specified as: an object of a class derived from vbasedatapsb_T_base_vect_type ; this is
+only allowed when is of type vdatapsb_T_vect_type .
+
@@ -95,8 +110,8 @@ Type: required
Intent: inout .
-Specified as: a rank one or two array with the ALLOCATABLE
-attribute, of type real, complex or integer.
+Specified as: a rank one or two array with the ALLOCATABLE or an
+object of type vdatapsb_T_vect_type , of type real, complex or integer.
info
Error code.
diff --git a/docs/html/node7.html b/docs/html/node7.html
index f85e6b2f..102b65ec 100644
--- a/docs/html/node7.html
+++ b/docs/html/node7.html
@@ -72,7 +72,7 @@ the tools routines.
However there are many cases where no synchronization, and indeed no
communication among processes, is implied; for instance, all the routines in
-sec. 3.5 are only acting on the local data structures,
+sec. are only acting on the local data structures,
and thus may be called independently. The most important case is that
of the coefficient insertion routines: since the number of
coefficients in the sparse and dense matrices varies among the
diff --git a/docs/html/node70.html b/docs/html/node70.html
index 740b2e35..381d256c 100644
--- a/docs/html/node70.html
+++ b/docs/html/node70.html
@@ -78,8 +78,8 @@ Type: required
Intent: inout .
-Specified as: a rank one or two array with the ALLOCATABLE
-attribute, of type real, complex or integer.
+Specified as: a rank one or two array with the ALLOCATABLE or an
+object of type vdatapsb_T_vect_type , of type real, complex or integer.
diff --git a/docs/html/node71.html b/docs/html/node71.html
index a2984d2f..4bf66ee1 100644
--- a/docs/html/node71.html
+++ b/docs/html/node71.html
@@ -75,7 +75,7 @@ call psb_gelp(trans, iperm, x, info)
SRC="img1.png"
ALT="$A$"> or .
Scope: local
@@ -89,7 +89,7 @@ Specified as: a single character with value 'N' for or 'T' for .
iperm
diff --git a/docs/html/node72.html b/docs/html/node72.html
index 13e6dc5d..3f9826ce 100644
--- a/docs/html/node72.html
+++ b/docs/html/node72.html
@@ -128,7 +128,7 @@ accepted. Default: false.
SRC="img26.png"
ALT="$y$"> is not present,
then is overwritten with the translated integer indices.
Scope: global
@@ -148,7 +148,7 @@ Specified as: a rank one integer array.
WIDTH="12" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img26.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
diff --git a/docs/html/node73.html b/docs/html/node73.html
index 40f0ad5f..35b0ce6e 100644
--- a/docs/html/node73.html
+++ b/docs/html/node73.html
@@ -116,7 +116,7 @@ Specified as: a character variable I
gnore, W
arning or
SRC="img26.png"
ALT="$y$"> is not present,
then is overwritten with the translated integer indices.
Scope: global
@@ -136,7 +136,7 @@ Specified as: a rank one integer array.
WIDTH="12" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img26.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
diff --git a/docs/html/node74.html b/docs/html/node74.html
index d25641fd..eba71b11 100644
--- a/docs/html/node74.html
+++ b/docs/html/node74.html
@@ -100,7 +100,7 @@ Specified as: a structured data of type descdatapsb_desc_type .
Function value
A logical mask which is true if
is owned by the current process
Scope: local
diff --git a/docs/html/node75.html b/docs/html/node75.html
index 16e56ca5..b36d152f 100644
--- a/docs/html/node75.html
+++ b/docs/html/node75.html
@@ -111,7 +111,7 @@ Specified as: a character variable I
gnore, W
arning or
y
A logical mask which is true for all corresponding entries of
that are owned by the current process
Scope: local
diff --git a/docs/html/node76.html b/docs/html/node76.html
index e27dc8cc..1920a1a3 100644
--- a/docs/html/node76.html
+++ b/docs/html/node76.html
@@ -100,7 +100,7 @@ Specified as: a structured data of type descdatapsb_desc_type .
Function value
A logical mask which is true if
is local to the current process
Scope: local
diff --git a/docs/html/node77.html b/docs/html/node77.html
index 65d02b3c..71a6ab70 100644
--- a/docs/html/node77.html
+++ b/docs/html/node77.html
@@ -111,7 +111,7 @@ Specified as: a character variable I
gnore, W
arning or
y
A logical mask which is true for all corresponding entries of
that are local to the current process
Scope: local
diff --git a/docs/html/node8.html b/docs/html/node8.html
index 01bcfe04..0bf20630 100644
--- a/docs/html/node8.html
+++ b/docs/html/node8.html
@@ -18,7 +18,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
-
+
@@ -186,8 +186,6 @@ of a dense vector matrix
Preconditioner data structure
-Data structure Methods
diff --git a/docs/html/node80.html b/docs/html/node80.html
index d8dd0999..a598ead8 100644
--- a/docs/html/node80.html
+++ b/docs/html/node80.html
@@ -79,8 +79,8 @@ Type:required
Intent: in .
Specified as: an integer .
a
@@ -115,8 +115,8 @@ Type:optional
Intent: in .
Specified as: an integer . When append is true, specifies how many
entries in the output vectors are already filled.
@@ -130,11 +130,11 @@ Type:optional
Intent: in .
Specified as: an integer , default: , default: .
@@ -208,13 +208,13 @@ An integer value; 0 means no error has been detected.
The output is always the size of the output generated by
the current call; thus, if append=.true.
, the total output
size will be , with the newly extracted coefficients stored in
entries nzin+1:nzin+nz
of the array arguments;
diff --git a/docs/html/node82.html b/docs/html/node82.html
index e05399dd..62609160 100644
--- a/docs/html/node82.html
+++ b/docs/html/node82.html
@@ -72,8 +72,8 @@ call psb_hsort(x,ix,dir,flag)
These serial routines sort a sequence into ascending or
descending order. The argument meaning is identical for the three
calls; the only difference is the algorithm used to accomplish the
@@ -98,8 +98,8 @@ Specified as: an integer, real or complex array of rank 1.
Type:optional .
Specified as: an integer array of (at least) the same size as .
dir
@@ -122,8 +122,8 @@ default psb_lsort_up_
.
flag
Whether to keep the original values in .
Type:optional .
@@ -154,7 +154,7 @@ Type: Optional
An integer array of rank 1, whose entries are moved to the same
position as the corresponding entries in .
@@ -184,36 +184,36 @@ position as the corresponding entries in
then the entries in then the entries in
where is the size of are initialized to
; thus, upon return from the subroutine, for each
index we have in the position that the item
occupied in the original data sequence;
@@ -221,25 +221,25 @@ i$">; thus, upon return from the subroutine, for each
$flag = psb\_sort\_keep\_idx\_$
-->
the routine will assume that
the entries in have already been initialized by the user;
The three sorting algorithms have a similar expected
running time; in the average case quicksort will be the
fastest and merge-sort the slowest. However note that:
The worst case running time for quicksort is ; the algorithm
implemented here follows the well-known median-of-three heuristics,
but the worst case may still apply;
@@ -247,14 +247,14 @@ i$">; thus, upon return from the subroutine, for each
The worst case running time for merge-sort and heap-sort is
as the average case;
The merge-sort algorithm is implemented to take advantage of
subsequences that may be already in the desired ordering prior to
the subroutine call; this situation is relatively common when
dealing with groups of indices of sparse matrix entries, thus
- merge-sort is often the preferred choice when a sorting is needed
+ merge-sort is the preferred choice when a sorting is needed
by other routines in the library.
diff --git a/docs/html/node84.html b/docs/html/node84.html
index fe5a1c54..8a894345 100644
--- a/docs/html/node84.html
+++ b/docs/html/node84.html
@@ -106,8 +106,8 @@ Type: optional .
Intent: in .
Specified as: an integer array. Default: use the indices .
@@ -140,8 +140,8 @@ Specified as: an integer variable.
A call to this routine must precede any other PSBLAS call.
It is an error to specify a value for greater than the
number of processes available in the underlying base parallel
environment.
diff --git a/docs/html/node85.html b/docs/html/node85.html
index f9124dbb..ccb52670 100644
--- a/docs/html/node85.html
+++ b/docs/html/node85.html
@@ -103,8 +103,8 @@ Specified as: an integer value.
np
Number of processes in the PSBLAS virtual parallel machine.
@@ -127,15 +127,15 @@ Specified as: an integer variable.
$0 \le iam \le np-1$
-->
;
If the user has requested on psb_init
a number of
processes less than the total available in the parallel execution
environment, the remaining processes will have on return ;
the only call involving icontxt
that any such process may
execute is to psb_exit
.
diff --git a/docs/html/node86.html b/docs/html/node86.html
index b538e1f8..f91933fa 100644
--- a/docs/html/node86.html
+++ b/docs/html/node86.html
@@ -102,8 +102,8 @@ Specified as: a logical variable, default value: true.
This routine may be called even if a previous call to
psb_info
has returned with ; indeed, it it is the only
routine that may be called with argument icontxt
in this
situation.
diff --git a/docs/html/node88.html b/docs/html/node88.html
index 432de86a..541a72c7 100644
--- a/docs/html/node88.html
+++ b/docs/html/node88.html
@@ -62,8 +62,8 @@ call psb_get_rank(rank, icontxt, id)
This subroutine returns the MPI rank of the PSBLAS process
Type:
@@ -97,8 +97,8 @@ Specified as: an integer value.
@@ -109,8 +109,8 @@ Specified as: an integer value.
-
-
-
-
- Next: Next: Methods
- Up: Up: Data Structures and Classes
- Previous: Previous: Data Structures and Classes
- Contents
@@ -65,8 +65,8 @@ necessary for implementing the various algorithms of interest to us.
The data structure itself psb_desc_type
can be treated as an
-opaque object handled via the tools routines of
-Sec. 6 and 3.5 ;
+opaque object handled via the tools routines of
+Sec. 6 or the query routines detailed below;
nevertheless we include here a description for the curious
reader.
@@ -202,7 +202,7 @@ Specified as: an allocatable integer array of rank two.
The Fortran 2003 declaration for psb_desc_type
structures is
as follows:
-
+
Figure 3:
The PSBLAS defined data type that
@@ -244,40 +244,40 @@ state, which can take the following values:
Subsections
-
-
-
-
- Next: Next: Methods
- Up: Up: Data Structures and Classes
- Previous: Previous: Data Structures and Classes
- Contents
diff --git a/docs/html/node92.html b/docs/html/node92.html
index 0d41af6a..efe0b2c3 100644
--- a/docs/html/node92.html
+++ b/docs/html/node92.html
@@ -108,8 +108,8 @@ Specified as: an integer value
, default 0
diff --git a/docs/html/node93.html b/docs/html/node93.html
index a3559080..14fb5a6c 100644
--- a/docs/html/node93.html
+++ b/docs/html/node93.html
@@ -96,8 +96,8 @@ scalar, or a rank 1 or 2 array. Type, kind, rank and size must agree on all pro
root
Process to hold the final sum, or to make it available
on all processes.
@@ -111,8 +111,8 @@ Specified as: an integer value
, default -1.
diff --git a/docs/html/node94.html b/docs/html/node94.html
index 705acf2d..ceb94ddb 100644
--- a/docs/html/node94.html
+++ b/docs/html/node94.html
@@ -96,8 +96,8 @@ scalar, or a rank 1 or 2 array. Type, kind, rank and size must agree on all pro
root
Process to hold the final maximum, or to make it available
on all processes.
@@ -111,8 +111,8 @@ Specified as: an integer value
, default -1.
diff --git a/docs/html/node95.html b/docs/html/node95.html
index 7e22f26e..c47442c5 100644
--- a/docs/html/node95.html
+++ b/docs/html/node95.html
@@ -96,8 +96,8 @@ scalar, or a rank 1 or 2 array. Type, kind, rank and size must agree on all pro
root
Process to hold the final value, or to make it available
on all processes.
@@ -111,8 +111,8 @@ Specified as: an integer value
, default -1.
diff --git a/docs/html/node96.html b/docs/html/node96.html
index 52798cad..0e499511 100644
--- a/docs/html/node96.html
+++ b/docs/html/node96.html
@@ -96,8 +96,8 @@ scalar, or a rank 1 or 2 array. Type, kind, rank and size must agree on all pro
root
Process to hold the final value, or to make it available
on all processes.
@@ -111,8 +111,8 @@ Specified as: an integer value
, default -1.
diff --git a/docs/html/node97.html b/docs/html/node97.html
index 4e7e5bd2..49aed441 100644
--- a/docs/html/node97.html
+++ b/docs/html/node97.html
@@ -96,8 +96,8 @@ scalar, or a rank 1 or 2 array. Type, kind, rank and size must agree on all pro
root
Process to hold the final value, or to make it available
on all processes.
@@ -111,8 +111,8 @@ Specified as: an integer value
, default -1.
diff --git a/docs/html/node98.html b/docs/html/node98.html
index d84a735b..3d3f3021 100644
--- a/docs/html/node98.html
+++ b/docs/html/node98.html
@@ -92,8 +92,8 @@ Intent: in .
Specified as: an integer, real or complex variable, which may be a
scalar, or a rank 1 or 2 array, or a character or logical scalar. Type, kind and rank must agree on sender and receiver process; if is
not specified, size must agree as well.
@@ -110,8 +110,8 @@ Specified as: an integer value
.
m
@@ -127,17 +127,17 @@ Specified as: an integer value
.
When is a rank 2 array, specifies the number of rows to be sent
independently of the leading dimension ; must have the
same value on sending and receiving processes.
@@ -156,8 +156,8 @@ same value on sending and receiving processes.
This subroutine implies a synchronization, but only between the
calling process and the destination process .
diff --git a/docs/html/node99.html b/docs/html/node99.html
index afbe6b6d..65072b55 100644
--- a/docs/html/node99.html
+++ b/docs/html/node99.html
@@ -93,8 +93,8 @@ Specified as: an integer value
.
m
@@ -110,17 +110,17 @@ Specified as: an integer value
.
When is a rank 2 array, specifies the number of rows to be sent
independently of the leading dimension ; must have the
same value on sending and receiving processes.
@@ -142,8 +142,8 @@ Intent: inout .
Specified as: an integer, real or complex variable, which may be a
scalar, or a rank 1 or 2 array, or a character or logical scalar. Type, kind and rank must agree on sender and receiver process; if is
not specified, size must agree as well.
@@ -155,8 +155,8 @@ not specified, size must agree as well.
This subroutine implies a synchronization, but only between the
calling process and the source process .
diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html
index adcb8b18..9cab64e3 100644
--- a/docs/html/userhtml.html
+++ b/docs/html/userhtml.html
@@ -23,18 +23,18 @@ original version by: Nikos Drakos, CBLU, University of Leeds
-
-
- Next: Next: Contents
- Contents
@@ -65,309 +65,309 @@ December 15th, 2011
diff --git a/docs/psblas-3.0.pdf b/docs/psblas-3.0.pdf
index cc27da33..6b9b6d5a 100644
--- a/docs/psblas-3.0.pdf
+++ b/docs/psblas-3.0.pdf
@@ -205,85 +205,85 @@ endobj
(3.4 Preconditioner data structure)
endobj
141 0 obj
-<< /S /GoTo /D (subsection.3.5) >>
+<< /S /GoTo /D (section.4) >>
endobj
144 0 obj
-(3.5 Data structure Methods)
+(4 Computational routines)
endobj
145 0 obj
-<< /S /GoTo /D (section.4) >>
+<< /S /GoTo /D (section*.20) >>
endobj
148 0 obj
-(4 Computational routines)
+(psb\137geaxpby)
endobj
149 0 obj
-<< /S /GoTo /D (section*.20) >>
+<< /S /GoTo /D (section*.21) >>
endobj
152 0 obj
-(psb\137geaxpby)
+(psb\137gedot)
endobj
153 0 obj
-<< /S /GoTo /D (section*.21) >>
+<< /S /GoTo /D (section*.22) >>
endobj
156 0 obj
-(psb\137gedot)
+(psb\137gedots)
endobj
157 0 obj
-<< /S /GoTo /D (section*.22) >>
+<< /S /GoTo /D (section*.23) >>
endobj
160 0 obj
-(psb\137gedots)
+(psb\137geamax)
endobj
161 0 obj
-<< /S /GoTo /D (section*.23) >>
+<< /S /GoTo /D (section*.24) >>
endobj
164 0 obj
-(psb\137geamax)
+(psb\137geamaxs)
endobj
165 0 obj
-<< /S /GoTo /D (section*.24) >>
+<< /S /GoTo /D (section*.25) >>
endobj
168 0 obj
-(psb\137geamaxs)
+(psb\137geasum)
endobj
169 0 obj
-<< /S /GoTo /D (section*.25) >>
+<< /S /GoTo /D (section*.26) >>
endobj
172 0 obj
-(psb\137geasum)
+(psb\137geasums)
endobj
173 0 obj
-<< /S /GoTo /D (section*.26) >>
+<< /S /GoTo /D (section*.27) >>
endobj
176 0 obj
(psb\137geasums)
endobj
177 0 obj
-<< /S /GoTo /D (section*.27) >>
+<< /S /GoTo /D (section*.28) >>
endobj
180 0 obj
-(psb\137geasums)
+(psb\137genrm2s)
endobj
181 0 obj
-<< /S /GoTo /D (section*.28) >>
+<< /S /GoTo /D (section*.29) >>
endobj
184 0 obj
-(psb\137genrm2s)
+(psb\137spnrm1)
endobj
185 0 obj
-<< /S /GoTo /D (section*.29) >>
+<< /S /GoTo /D (section*.30) >>
endobj
188 0 obj
(psb\137spnrmi)
endobj
189 0 obj
-<< /S /GoTo /D (section*.30) >>
+<< /S /GoTo /D (section*.31) >>
endobj
192 0 obj
(psb\137spmm)
endobj
193 0 obj
-<< /S /GoTo /D (section*.31) >>
+<< /S /GoTo /D (section*.32) >>
endobj
196 0 obj
(psb\137spsm)
@@ -295,25 +295,25 @@ endobj
(5 Communication routines)
endobj
201 0 obj
-<< /S /GoTo /D (section*.32) >>
+<< /S /GoTo /D (section*.33) >>
endobj
204 0 obj
(psb\137halo)
endobj
205 0 obj
-<< /S /GoTo /D (section*.33) >>
+<< /S /GoTo /D (section*.34) >>
endobj
208 0 obj
(psb\137ovrl)
endobj
209 0 obj
-<< /S /GoTo /D (section*.34) >>
+<< /S /GoTo /D (section*.35) >>
endobj
212 0 obj
(psb\137gather)
endobj
213 0 obj
-<< /S /GoTo /D (section*.35) >>
+<< /S /GoTo /D (section*.36) >>
endobj
216 0 obj
(psb\137scatter)
@@ -325,163 +325,163 @@ endobj
(6 Data management routines)
endobj
221 0 obj
-<< /S /GoTo /D (section*.36) >>
+<< /S /GoTo /D (section*.37) >>
endobj
224 0 obj
(psb\137cdall)
endobj
225 0 obj
-<< /S /GoTo /D (section*.37) >>
+<< /S /GoTo /D (section*.38) >>
endobj
228 0 obj
(psb\137cdins)
endobj
229 0 obj
-<< /S /GoTo /D (section*.38) >>
+<< /S /GoTo /D (section*.39) >>
endobj
232 0 obj
(psb\137cdasb)
endobj
233 0 obj
-<< /S /GoTo /D (section*.39) >>
+<< /S /GoTo /D (section*.40) >>
endobj
236 0 obj
(psb\137cdcpy)
endobj
237 0 obj
-<< /S /GoTo /D (section*.40) >>
+<< /S /GoTo /D (section*.41) >>
endobj
240 0 obj
(psb\137cdfree)
endobj
241 0 obj
-<< /S /GoTo /D (section*.41) >>
+<< /S /GoTo /D (section*.42) >>
endobj
244 0 obj
(psb\137cdbldext)
endobj
245 0 obj
-<< /S /GoTo /D (section*.42) >>
+<< /S /GoTo /D (section*.43) >>
endobj
248 0 obj
(psb\137spall)
endobj
249 0 obj
-<< /S /GoTo /D (section*.43) >>
+<< /S /GoTo /D (section*.44) >>
endobj
252 0 obj
(psb\137spins)
endobj
253 0 obj
-<< /S /GoTo /D (section*.44) >>
+<< /S /GoTo /D (section*.45) >>
endobj
256 0 obj
(psb\137spasb)
endobj
257 0 obj
-<< /S /GoTo /D (section*.45) >>
+<< /S /GoTo /D (section*.46) >>
endobj
260 0 obj
(psb\137spfree)
endobj
261 0 obj
-<< /S /GoTo /D (section*.46) >>
+<< /S /GoTo /D (section*.47) >>
endobj
264 0 obj
(psb\137sprn)
endobj
265 0 obj
-<< /S /GoTo /D (section*.47) >>
+<< /S /GoTo /D (section*.48) >>
endobj
268 0 obj
(psb\137geall)
endobj
269 0 obj
-<< /S /GoTo /D (section*.48) >>
+<< /S /GoTo /D (section*.49) >>
endobj
272 0 obj
(psb\137geins)
endobj
273 0 obj
-<< /S /GoTo /D (section*.49) >>
+<< /S /GoTo /D (section*.50) >>
endobj
276 0 obj
(psb\137geasb)
endobj
277 0 obj
-<< /S /GoTo /D (section*.50) >>
+<< /S /GoTo /D (section*.51) >>
endobj
280 0 obj
(psb\137gefree)
endobj
281 0 obj
-<< /S /GoTo /D (section*.51) >>
+<< /S /GoTo /D (section*.52) >>
endobj
284 0 obj
(psb\137gelp)
endobj
285 0 obj
-<< /S /GoTo /D (section*.52) >>
+<< /S /GoTo /D (section*.53) >>
endobj
288 0 obj
(psb\137glob\137to\137loc)
endobj
289 0 obj
-<< /S /GoTo /D (section*.53) >>
+<< /S /GoTo /D (section*.54) >>
endobj
292 0 obj
(psb\137loc\137to\137glob)
endobj
293 0 obj
-<< /S /GoTo /D (section*.54) >>
+<< /S /GoTo /D (section*.55) >>
endobj
296 0 obj
(psb\137is\137owned)
endobj
297 0 obj
-<< /S /GoTo /D (section*.55) >>
+<< /S /GoTo /D (section*.56) >>
endobj
300 0 obj
(psb\137owned\137index)
endobj
301 0 obj
-<< /S /GoTo /D (section*.56) >>
+<< /S /GoTo /D (section*.57) >>
endobj
304 0 obj
(psb\137is\137local)
endobj
305 0 obj
-<< /S /GoTo /D (section*.57) >>
+<< /S /GoTo /D (section*.58) >>
endobj
308 0 obj
(psb\137local\137index)
endobj
309 0 obj
-<< /S /GoTo /D (section*.58) >>
+<< /S /GoTo /D (section*.59) >>
endobj
312 0 obj
(psb\137get\137boundary)
endobj
313 0 obj
-<< /S /GoTo /D (section*.59) >>
+<< /S /GoTo /D (section*.60) >>
endobj
316 0 obj
(psb\137get\137overlap)
endobj
317 0 obj
-<< /S /GoTo /D (section*.60) >>
+<< /S /GoTo /D (section*.61) >>
endobj
320 0 obj
(psb\137sp\137getrow)
endobj
321 0 obj
-<< /S /GoTo /D (section*.61) >>
+<< /S /GoTo /D (section*.62) >>
endobj
324 0 obj
(psb\137sizeof)
endobj
325 0 obj
-<< /S /GoTo /D (section*.62) >>
+<< /S /GoTo /D (section*.63) >>
endobj
328 0 obj
(Sorting utilities)
@@ -493,97 +493,97 @@ endobj
(7 Parallel environment routines)
endobj
333 0 obj
-<< /S /GoTo /D (section*.63) >>
+<< /S /GoTo /D (section*.64) >>
endobj
336 0 obj
(psb\137init)
endobj
337 0 obj
-<< /S /GoTo /D (section*.64) >>
+<< /S /GoTo /D (section*.65) >>
endobj
340 0 obj
(psb\137info)
endobj
341 0 obj
-<< /S /GoTo /D (section*.65) >>
+<< /S /GoTo /D (section*.66) >>
endobj
344 0 obj
(psb\137exit)
endobj
345 0 obj
-<< /S /GoTo /D (section*.66) >>
+<< /S /GoTo /D (section*.67) >>
endobj
348 0 obj
(psb\137get\137mpicomm)
endobj
349 0 obj
-<< /S /GoTo /D (section*.67) >>
+<< /S /GoTo /D (section*.68) >>
endobj
352 0 obj
(psb\137get\137rank)
endobj
353 0 obj
-<< /S /GoTo /D (section*.68) >>
+<< /S /GoTo /D (section*.69) >>
endobj
356 0 obj
(psb\137wtime)
endobj
357 0 obj
-<< /S /GoTo /D (section*.69) >>
+<< /S /GoTo /D (section*.70) >>
endobj
360 0 obj
(psb\137barrier)
endobj
361 0 obj
-<< /S /GoTo /D (section*.70) >>
+<< /S /GoTo /D (section*.71) >>
endobj
364 0 obj
(psb\137abort)
endobj
365 0 obj
-<< /S /GoTo /D (section*.71) >>
+<< /S /GoTo /D (section*.72) >>
endobj
368 0 obj
(psb\137bcast)
endobj
369 0 obj
-<< /S /GoTo /D (section*.72) >>
+<< /S /GoTo /D (section*.73) >>
endobj
372 0 obj
(psb\137sum)
endobj
373 0 obj
-<< /S /GoTo /D (section*.73) >>
+<< /S /GoTo /D (section*.74) >>
endobj
376 0 obj
(psb\137max)
endobj
377 0 obj
-<< /S /GoTo /D (section*.74) >>
+<< /S /GoTo /D (section*.75) >>
endobj
380 0 obj
(psb\137min)
endobj
381 0 obj
-<< /S /GoTo /D (section*.75) >>
+<< /S /GoTo /D (section*.76) >>
endobj
384 0 obj
(psb\137amx)
endobj
385 0 obj
-<< /S /GoTo /D (section*.76) >>
+<< /S /GoTo /D (section*.77) >>
endobj
388 0 obj
(psb\137amn)
endobj
389 0 obj
-<< /S /GoTo /D (section*.77) >>
+<< /S /GoTo /D (section*.78) >>
endobj
392 0 obj
(psb\137snd)
endobj
393 0 obj
-<< /S /GoTo /D (section*.78) >>
+<< /S /GoTo /D (section*.79) >>
endobj
396 0 obj
(psb\137rcv)
@@ -595,25 +595,25 @@ endobj
(8 Error handling)
endobj
401 0 obj
-<< /S /GoTo /D (section*.79) >>
+<< /S /GoTo /D (section*.80) >>
endobj
404 0 obj
(psb\137errpush)
endobj
405 0 obj
-<< /S /GoTo /D (section*.80) >>
+<< /S /GoTo /D (section*.81) >>
endobj
408 0 obj
(psb\137error)
endobj
409 0 obj
-<< /S /GoTo /D (section*.81) >>
+<< /S /GoTo /D (section*.82) >>
endobj
412 0 obj
(psb\137set\137errverbosity)
endobj
413 0 obj
-<< /S /GoTo /D (section*.82) >>
+<< /S /GoTo /D (section*.83) >>
endobj
416 0 obj
(psb\137set\137erraction)
@@ -625,31 +625,31 @@ endobj
(9 Utilities)
endobj
421 0 obj
-<< /S /GoTo /D (section*.83) >>
+<< /S /GoTo /D (section*.84) >>
endobj
424 0 obj
(hb\137read)
endobj
425 0 obj
-<< /S /GoTo /D (section*.84) >>
+<< /S /GoTo /D (section*.85) >>
endobj
428 0 obj
(hb\137write)
endobj
429 0 obj
-<< /S /GoTo /D (section*.85) >>
+<< /S /GoTo /D (section*.86) >>
endobj
432 0 obj
(mm\137mat\137read)
endobj
433 0 obj
-<< /S /GoTo /D (section*.86) >>
+<< /S /GoTo /D (section*.87) >>
endobj
436 0 obj
(mm\137vet\137read )
endobj
437 0 obj
-<< /S /GoTo /D (section*.87) >>
+<< /S /GoTo /D (section*.88) >>
endobj
440 0 obj
(mm\137mat\137write)
@@ -661,25 +661,25 @@ endobj
(10 Preconditioner routines)
endobj
445 0 obj
-<< /S /GoTo /D (section*.88) >>
+<< /S /GoTo /D (section*.89) >>
endobj
448 0 obj
(psb\137precinit)
endobj
449 0 obj
-<< /S /GoTo /D (section*.89) >>
+<< /S /GoTo /D (section*.90) >>
endobj
452 0 obj
(psb\137precbld)
endobj
453 0 obj
-<< /S /GoTo /D (section*.90) >>
+<< /S /GoTo /D (section*.91) >>
endobj
456 0 obj
(psb\137precaply)
endobj
457 0 obj
-<< /S /GoTo /D (section*.91) >>
+<< /S /GoTo /D (section*.92) >>
endobj
460 0 obj
(psb\137precdescr)
@@ -691,7 +691,7 @@ endobj
(11 Iterative Methods)
endobj
465 0 obj
-<< /S /GoTo /D (section*.92) >>
+<< /S /GoTo /D (section*.93) >>
endobj
468 0 obj
(krylov)
@@ -773,7 +773,7 @@ endobj
/ProcSet [ /PDF /Text ]
>> endobj
532 0 obj <<
-/Length 17819
+/Length 17970
>>
stream
0 g 0 G
@@ -1210,32 +1210,39 @@ BT
0 g 0 G
[-586(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1084(19)]TJ
+ [-1084(20)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
- 0 -12.122 Td [(3.5)-1022(Data)-334(structure)-333(Metho)-28(ds)]TJ
+/F27 9.9626 Tf -14.944 -22.196 Td [(4)-925(Computational)-383(r)-1(ou)1(t)-1(ines)]TJ
0 g 0 G
- [-669(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-19886(21)]TJ
+0 0 1 rg 0 0 1 RG
+/F8 9.9626 Tf 14.944 -12.123 Td [(psb)]TJ
+ET
+q
+1 0 0 1 130.436 241.749 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 133.425 241.549 Td [(geaxpb)28(y)]TJ
0 g 0 G
- [-1084(21)]TJ
+ [-301(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
-0 0 1 rg 0 0 1 RG
-/F27 9.9626 Tf -14.944 -22.197 Td [(4)-925(Computational)-383(r)-1(ou)1(t)-1(ines)]TJ
+ [-1084(22)]TJ
0 g 0 G
- [-19886(22)]TJ
0 0 1 rg 0 0 1 RG
-/F8 9.9626 Tf 14.944 -12.122 Td [(psb)]TJ
+ -18.586 -12.122 Td [(psb)]TJ
ET
q
1 0 0 1 130.436 229.626 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 229.427 Td [(geaxpb)28(y)]TJ
+/F8 9.9626 Tf 133.425 229.427 Td [(gedot)]TJ
0 g 0 G
- [-301(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-718(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1084(23)]TJ
+ [-1083(24)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.122 Td [(psb)]TJ
@@ -1245,11 +1252,11 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 217.305 Td [(gedot)]TJ
+/F8 9.9626 Tf 133.425 217.305 Td [(gedots)]TJ
0 g 0 G
- [-718(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-323(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1083(25)]TJ
+ [-1084(26)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.123 Td [(psb)]TJ
@@ -1259,11 +1266,11 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 205.182 Td [(gedots)]TJ
+/F8 9.9626 Tf 133.425 205.182 Td [(geamax)]TJ
0 g 0 G
- [-323(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-579(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1084(27)]TJ
+ [-1084(28)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.122 Td [(psb)]TJ
@@ -1273,9 +1280,9 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 193.06 Td [(geamax)]TJ
+/F8 9.9626 Tf 133.425 193.06 Td [(geamaxs)]TJ
0 g 0 G
- [-579(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-962(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-1084(29)]TJ
0 g 0 G
@@ -1287,11 +1294,11 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 180.937 Td [(geamaxs)]TJ
+/F8 9.9626 Tf 133.425 180.937 Td [(geasum)]TJ
0 g 0 G
- [-962(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-657(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1084(30)]TJ
+ [-1083(30)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.122 Td [(psb)]TJ
@@ -1301,11 +1308,11 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 168.815 Td [(geasum)]TJ
+/F8 9.9626 Tf 133.425 168.815 Td [(geasums)]TJ
0 g 0 G
- [-657(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-262(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1083(31)]TJ
+ [-1084(31)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.122 Td [(psb)]TJ
@@ -1319,7 +1326,7 @@ BT
0 g 0 G
[-262(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-1084(32)]TJ
+ [-1084(33)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
-18.586 -12.123 Td [(psb)]TJ
@@ -1329,9 +1336,9 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 144.57 Td [(geasums)]TJ
+/F8 9.9626 Tf 133.425 144.57 Td [(genrm2s)]TJ
0 g 0 G
- [-262(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-265(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-1084(34)]TJ
0 g 0 G
@@ -1343,9 +1350,9 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 132.448 Td [(genrm2s)]TJ
+/F8 9.9626 Tf 133.425 132.448 Td [(spnrm1)]TJ
0 g 0 G
- [-265(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-654(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-1084(35)]TJ
0 g 0 G
@@ -1611,86 +1618,86 @@ endobj
517 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 262.75 243.939 271.661]
+/Rect [98.899 250.738 235.028 261.586]
/Subtype /Link
-/A << /S /GoTo /D (subsection.3.5) >>
+/A << /S /GoTo /D (section.4) >>
>> endobj
518 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.899 238.616 235.028 249.464]
+/Rect [113.843 238.616 170.121 249.464]
/Subtype /Link
-/A << /S /GoTo /D (section.4) >>
+/A << /S /GoTo /D (section*.20) >>
>> endobj
519 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 226.494 170.121 237.342]
+/Rect [113.843 226.494 158.221 237.342]
/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
+/A << /S /GoTo /D (section*.21) >>
>> endobj
520 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 214.371 158.221 225.219]
+/Rect [113.843 214.371 162.151 225.219]
/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
+/A << /S /GoTo /D (section*.22) >>
>> endobj
521 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 202.249 162.151 213.097]
+/Rect [113.843 202.249 167.354 213.097]
/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
+/A << /S /GoTo /D (section*.23) >>
>> endobj
522 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 190.126 167.354 200.975]
+/Rect [113.843 190.126 171.283 200.975]
/Subtype /Link
-/A << /S /GoTo /D (section*.23) >>
+/A << /S /GoTo /D (section*.24) >>
>> endobj
523 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 178.004 171.283 188.852]
+/Rect [113.843 178.004 166.579 188.852]
/Subtype /Link
-/A << /S /GoTo /D (section*.24) >>
+/A << /S /GoTo /D (section*.25) >>
>> endobj
524 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 165.882 166.579 176.73]
+/Rect [113.843 165.882 170.508 176.73]
/Subtype /Link
-/A << /S /GoTo /D (section*.25) >>
+/A << /S /GoTo /D (section*.26) >>
>> endobj
525 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 153.759 170.508 164.608]
/Subtype /Link
-/A << /S /GoTo /D (section*.26) >>
+/A << /S /GoTo /D (section*.27) >>
>> endobj
526 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 141.637 170.508 152.485]
+/Rect [113.843 141.637 170.481 152.485]
/Subtype /Link
-/A << /S /GoTo /D (section*.27) >>
+/A << /S /GoTo /D (section*.28) >>
>> endobj
527 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 129.515 170.481 140.363]
+/Rect [113.843 129.515 166.606 140.363]
/Subtype /Link
-/A << /S /GoTo /D (section*.28) >>
+/A << /S /GoTo /D (section*.29) >>
>> endobj
528 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 117.392 164.393 128.24]
/Subtype /Link
-/A << /S /GoTo /D (section*.29) >>
+/A << /S /GoTo /D (section*.30) >>
>> endobj
533 0 obj <<
/D [531 0 R /XYZ 99.895 740.998 null]
@@ -2440,14 +2447,14 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 703.195 211.3 714.044]
/Subtype /Link
-/A << /S /GoTo /D (section*.30) >>
+/A << /S /GoTo /D (section*.31) >>
>> endobj
535 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 691.116 206.927 701.964]
/Subtype /Link
-/A << /S /GoTo /D (section*.31) >>
+/A << /S /GoTo /D (section*.32) >>
>> endobj
536 0 obj <<
/Type /Annot
@@ -2461,28 +2468,28 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 656.911 203.496 667.759]
/Subtype /Link
-/A << /S /GoTo /D (section*.32) >>
+/A << /S /GoTo /D (section*.33) >>
>> endobj
538 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 644.831 201.863 655.679]
/Subtype /Link
-/A << /S /GoTo /D (section*.33) >>
+/A << /S /GoTo /D (section*.34) >>
>> endobj
539 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 632.751 212.933 643.599]
/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
+/A << /S /GoTo /D (section*.35) >>
>> endobj
540 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 620.672 214.648 631.52]
/Subtype /Link
-/A << /S /GoTo /D (section*.35) >>
+/A << /S /GoTo /D (section*.36) >>
>> endobj
541 0 obj <<
/Type /Annot
@@ -2496,189 +2503,189 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 586.466 205.71 597.315]
/Subtype /Link
-/A << /S /GoTo /D (section*.36) >>
+/A << /S /GoTo /D (section*.37) >>
>> endobj
543 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 574.387 207.426 585.235]
/Subtype /Link
-/A << /S /GoTo /D (section*.37) >>
+/A << /S /GoTo /D (section*.38) >>
>> endobj
544 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 562.307 209.639 573.155]
/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
+/A << /S /GoTo /D (section*.39) >>
>> endobj
545 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 550.227 210.138 561.076]
/Subtype /Link
-/A << /S /GoTo /D (section*.39) >>
+/A << /S /GoTo /D (section*.40) >>
>> endobj
546 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 538.148 210.996 548.996]
/Subtype /Link
-/A << /S /GoTo /D (section*.40) >>
+/A << /S /GoTo /D (section*.41) >>
>> endobj
547 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 526.068 222.591 536.916]
/Subtype /Link
-/A << /S /GoTo /D (section*.41) >>
+/A << /S /GoTo /D (section*.42) >>
>> endobj
548 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 513.988 205.212 524.836]
/Subtype /Link
-/A << /S /GoTo /D (section*.42) >>
+/A << /S /GoTo /D (section*.43) >>
>> endobj
549 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 501.909 206.927 512.757]
/Subtype /Link
-/A << /S /GoTo /D (section*.43) >>
+/A << /S /GoTo /D (section*.44) >>
>> endobj
550 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 489.829 209.141 500.677]
/Subtype /Link
-/A << /S /GoTo /D (section*.44) >>
+/A << /S /GoTo /D (section*.45) >>
>> endobj
551 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 477.749 210.497 488.597]
/Subtype /Link
-/A << /S /GoTo /D (section*.45) >>
+/A << /S /GoTo /D (section*.46) >>
>> endobj
552 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 465.669 204.132 476.518]
/Subtype /Link
-/A << /S /GoTo /D (section*.46) >>
+/A << /S /GoTo /D (section*.47) >>
>> endobj
553 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 453.59 205.156 464.438]
/Subtype /Link
-/A << /S /GoTo /D (section*.47) >>
+/A << /S /GoTo /D (section*.48) >>
>> endobj
554 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 441.51 206.872 452.358]
/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
+/A << /S /GoTo /D (section*.49) >>
>> endobj
555 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 429.43 209.086 440.279]
/Subtype /Link
-/A << /S /GoTo /D (section*.49) >>
+/A << /S /GoTo /D (section*.50) >>
>> endobj
556 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 417.351 210.442 428.199]
/Subtype /Link
-/A << /S /GoTo /D (section*.50) >>
+/A << /S /GoTo /D (section*.51) >>
>> endobj
557 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 405.271 202.942 416.119]
/Subtype /Link
-/A << /S /GoTo /D (section*.51) >>
+/A << /S /GoTo /D (section*.52) >>
>> endobj
558 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 393.191 231.978 404.039]
/Subtype /Link
-/A << /S /GoTo /D (section*.52) >>
+/A << /S /GoTo /D (section*.53) >>
>> endobj
559 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 381.112 231.978 391.96]
/Subtype /Link
-/A << /S /GoTo /D (section*.53) >>
+/A << /S /GoTo /D (section*.54) >>
>> endobj
560 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 369.032 222.912 379.88]
/Subtype /Link
-/A << /S /GoTo /D (section*.54) >>
+/A << /S /GoTo /D (section*.55) >>
>> endobj
561 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 356.952 239.738 367.8]
/Subtype /Link
-/A << /S /GoTo /D (section*.55) >>
+/A << /S /GoTo /D (section*.56) >>
>> endobj
562 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 344.872 215.717 355.721]
/Subtype /Link
-/A << /S /GoTo /D (section*.56) >>
+/A << /S /GoTo /D (section*.57) >>
>> endobj
563 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 332.793 232.543 343.641]
/Subtype /Link
-/A << /S /GoTo /D (section*.57) >>
+/A << /S /GoTo /D (section*.58) >>
>> endobj
564 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 320.713 243.64 331.561]
/Subtype /Link
-/A << /S /GoTo /D (section*.58) >>
+/A << /S /GoTo /D (section*.59) >>
>> endobj
565 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 308.633 233.4 319.482]
/Subtype /Link
-/A << /S /GoTo /D (section*.59) >>
+/A << /S /GoTo /D (section*.60) >>
>> endobj
566 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 296.554 227.367 307.402]
/Subtype /Link
-/A << /S /GoTo /D (section*.60) >>
+/A << /S /GoTo /D (section*.61) >>
>> endobj
567 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 284.474 208.809 295.322]
/Subtype /Link
-/A << /S /GoTo /D (section*.61) >>
+/A << /S /GoTo /D (section*.62) >>
>> endobj
568 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 272.394 234.253 283.242]
/Subtype /Link
-/A << /S /GoTo /D (section*.62) >>
+/A << /S /GoTo /D (section*.63) >>
>> endobj
569 0 obj <<
/Type /Annot
@@ -2692,77 +2699,77 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 238.189 200.175 249.037]
/Subtype /Link
-/A << /S /GoTo /D (section*.63) >>
+/A << /S /GoTo /D (section*.64) >>
>> endobj
571 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 226.109 201.559 236.958]
/Subtype /Link
-/A << /S /GoTo /D (section*.64) >>
+/A << /S /GoTo /D (section*.65) >>
>> endobj
572 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 214.03 201.559 224.878]
/Subtype /Link
-/A << /S /GoTo /D (section*.65) >>
+/A << /S /GoTo /D (section*.66) >>
>> endobj
573 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 201.95 244.719 212.798]
/Subtype /Link
-/A << /S /GoTo /D (section*.66) >>
+/A << /S /GoTo /D (section*.67) >>
>> endobj
574 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 189.87 221.777 200.719]
/Subtype /Link
-/A << /S /GoTo /D (section*.67) >>
+/A << /S /GoTo /D (section*.68) >>
>> endobj
575 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 177.791 211.798 188.639]
/Subtype /Link
-/A << /S /GoTo /D (section*.68) >>
+/A << /S /GoTo /D (section*.69) >>
>> endobj
576 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 165.711 214.648 176.559]
/Subtype /Link
-/A << /S /GoTo /D (section*.69) >>
+/A << /S /GoTo /D (section*.70) >>
>> endobj
577 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 153.631 208.782 164.48]
/Subtype /Link
-/A << /S /GoTo /D (section*.70) >>
+/A << /S /GoTo /D (section*.71) >>
>> endobj
578 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 141.552 208.256 152.4]
/Subtype /Link
-/A << /S /GoTo /D (section*.71) >>
+/A << /S /GoTo /D (section*.72) >>
>> endobj
579 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 129.472 202.998 140.32]
/Subtype /Link
-/A << /S /GoTo /D (section*.72) >>
+/A << /S /GoTo /D (section*.73) >>
>> endobj
580 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [164.653 117.392 203.773 128.24]
/Subtype /Link
-/A << /S /GoTo /D (section*.73) >>
+/A << /S /GoTo /D (section*.74) >>
>> endobj
585 0 obj <<
/D [583 0 R /XYZ 150.705 740.998 null]
@@ -3107,35 +3114,35 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 703.195 151.026 714.044]
/Subtype /Link
-/A << /S /GoTo /D (section*.74) >>
+/A << /S /GoTo /D (section*.75) >>
>> endobj
586 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 691.24 152.963 702.088]
/Subtype /Link
-/A << /S /GoTo /D (section*.75) >>
+/A << /S /GoTo /D (section*.76) >>
>> endobj
587 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 679.285 153.24 690.133]
/Subtype /Link
-/A << /S /GoTo /D (section*.76) >>
+/A << /S /GoTo /D (section*.77) >>
>> endobj
588 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 667.33 149.421 678.178]
/Subtype /Link
-/A << /S /GoTo /D (section*.77) >>
+/A << /S /GoTo /D (section*.78) >>
>> endobj
589 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 655.375 148.009 666.223]
/Subtype /Link
-/A << /S /GoTo /D (section*.78) >>
+/A << /S /GoTo /D (section*.79) >>
>> endobj
590 0 obj <<
/Type /Annot
@@ -3149,28 +3156,28 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 621.502 167.188 632.35]
/Subtype /Link
-/A << /S /GoTo /D (section*.79) >>
+/A << /S /GoTo /D (section*.80) >>
>> endobj
592 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 609.547 155.537 620.395]
/Subtype /Link
-/A << /S /GoTo /D (section*.80) >>
+/A << /S /GoTo /D (section*.81) >>
>> endobj
593 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 597.591 202.129 608.44]
/Subtype /Link
-/A << /S /GoTo /D (section*.81) >>
+/A << /S /GoTo /D (section*.82) >>
>> endobj
594 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 585.636 189.039 596.484]
/Subtype /Link
-/A << /S /GoTo /D (section*.82) >>
+/A << /S /GoTo /D (section*.83) >>
>> endobj
595 0 obj <<
/Type /Annot
@@ -3184,35 +3191,35 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.757 553.7 171.975 562.611]
/Subtype /Link
-/A << /S /GoTo /D (section*.83) >>
+/A << /S /GoTo /D (section*.84) >>
>> endobj
597 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.757 541.745 175.296 550.656]
/Subtype /Link
-/A << /S /GoTo /D (section*.84) >>
+/A << /S /GoTo /D (section*.85) >>
>> endobj
598 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.757 529.79 198.531 538.701]
/Subtype /Link
-/A << /S /GoTo /D (section*.85) >>
+/A << /S /GoTo /D (section*.86) >>
>> endobj
599 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.757 517.835 197.978 526.746]
/Subtype /Link
-/A << /S /GoTo /D (section*.86) >>
+/A << /S /GoTo /D (section*.87) >>
>> endobj
600 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.757 505.88 201.852 514.526]
/Subtype /Link
-/A << /S /GoTo /D (section*.87) >>
+/A << /S /GoTo /D (section*.88) >>
>> endobj
601 0 obj <<
/Type /Annot
@@ -3226,28 +3233,28 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 470.07 167.658 480.918]
/Subtype /Link
-/A << /S /GoTo /D (section*.88) >>
+/A << /S /GoTo /D (section*.89) >>
>> endobj
603 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 458.114 166.551 468.963]
/Subtype /Link
-/A << /S /GoTo /D (section*.89) >>
+/A << /S /GoTo /D (section*.90) >>
>> endobj
604 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 446.159 171.256 457.007]
/Subtype /Link
-/A << /S /GoTo /D (section*.90) >>
+/A << /S /GoTo /D (section*.91) >>
>> endobj
605 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 434.204 174.936 445.052]
/Subtype /Link
-/A << /S /GoTo /D (section*.91) >>
+/A << /S /GoTo /D (section*.92) >>
>> endobj
606 0 obj <<
/Type /Annot
@@ -3261,7 +3268,7 @@ endobj
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.843 400.331 142.984 411.179]
/Subtype /Link
-/A << /S /GoTo /D (section*.92) >>
+/A << /S /GoTo /D (section*.93) >>
>> endobj
611 0 obj <<
/D [609 0 R /XYZ 99.895 740.998 null]
@@ -4192,18 +4199,14 @@ endobj
/Font << /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-727 0 obj <<
-/Length 3504
+726 0 obj <<
+/Length 3523
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(2.4)-1125(Programming)-375(mo)-31(del)]TJ/F8 9.9626 Tf 0 -18.389 Td [(The)-325(PSBLAS)-324(librarary)-325(is)-325(based)-324(o)-1(n)-324(the)-325(Single)-325(Program)-324(Multiple)-325(Data)-325(\050SPMD\051)]TJ 0 -11.956 Td [(programming)-413(mo)-28(del:)-603(eac)27(h)-413(pro)-27(cess)-413(participating)-413(in)-413(the)-413(computation)-413(p)-28(erforms)]TJ 0 -11.955 Td [(the)-333(same)-334(actions)-333(on)-333(a)-334(c)28(h)28(unk)-333(of)-334(data.)-444(P)28(arallelism)-334(is)-333(th)28(us)-334(data-d)1(riv)27(en.)]TJ 14.944 -11.955 Td [(Because)-389(of)-389(this)-389(structure,)-402(m)-1(an)28(y)-389(subrou)1(tines)-389(co)-28(ordinate)-389(their)-389(action)-389(across)]TJ -14.944 -11.955 Td [(the)-478(v)56(arious)-478(pro)-28(cesses,)-514(th)28(us)-478(pro)28(viding)-477(a)-1(n)-477(implicit)-478(sync)28(hronization)-478(p)-28(oin)28(t,)-514(and)]TJ 0 -11.955 Td [(therefore)]TJ/F17 9.9626 Tf 43.026 0 Td [(must)]TJ/F8 9.9626 Tf 26.326 0 Td [(b)-28(e)-452(called)-452(sim)28(ultaneously)-452(b)28(y)-452(all)-452(pro)-28(cesses)-452(participating)-452(in)-452(the)]TJ -69.352 -11.956 Td [(computation.)-597(This)-384(is)-384(certainly)-384(true)-385(for)-384(the)-384(data)-384(allo)-28(cation)-384(and)-384(assem)28(bly)-385(rou)1(-)]TJ 0 -11.955 Td [(tines,)-333(for)-334(all)-333(the)-333(computational)-333(routines)-334(and)-333(for)-333(some)-334(of)-333(the)-333(to)-28(ols)-334(r)1(outines.)]TJ 14.944 -11.955 Td [(Ho)28(w)28(e)-1(v)28(er)-490(there)-490(are)-490(m)-1(an)28(y)-490(cases)-490(where)-491(no)-490(sync)28(hronization,)-529(and)-491(in)1(dee)-1(d)-490(no)]TJ -14.944 -11.955 Td [(comm)28(unication)-459(among)-458(pro)-28(cesses,)-489(is)-459(implied;)-521(f)1(or)-459(instance,)-489(all)-459(the)-458(routines)-458(in)]TJ 0 -11.955 Td [(sec.)]TJ
-0 0 1 rg 0 0 1 RG
- [-421(3.5)]TJ
-0 g 0 G
- [-421(are)-421(only)-420(acting)-421(on)-421(the)-421(lo)-28(cal)-421(data)-420(structures,)-443(and)-421(th)28(us)-421(ma)28(y)-421(b)-28(e)-421(called)]TJ 0 -11.955 Td [(indep)-28(enden)28(tly)84(.)-917(The)-491(most)-491(imp)-27(ortan)27(t)-490(case)-491(is)-491(that)-491(of)-490(the)-491(co)-28(e\016cien)28(t)-491(insertion)]TJ 0 -11.956 Td [(routines:)-409(since)-263(the)-263(n)27(um)28(b)-28(er)-263(of)-263(co)-27(e\016c)-1(i)1(e)-1(n)28(ts)-263(in)-263(the)-263(sparse)-263(and)-263(dense)-263(matrices)-263(v)55(aries)]TJ 0 -11.955 Td [(among)-323(the)-322(pro)-28(cessors,)-325(and)-323(since)-322(the)-323(user)-323(is)-322(free)-323(to)-323(c)28(ho)-28(ose)-322(an)-323(arbitrary)-323(ord)1(e)-1(r)-322(in)]TJ 0 -11.955 Td [(builiding)-333(the)-333(matrix)-334(en)28(tries,)-333(these)-334(routines)-333(cannot)-333(imply)-334(a)-333(sync)28(hronization.)]TJ 14.944 -11.955 Td [(Throughout)-333(this)-333(use)-1(r)1('s)-334(guide)-333(eac)28(h)-334(subroutine)-333(will)-333(b)-28(e)-333(clearly)-334(indicated)-333(as:)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(2.4)-1125(Programming)-375(mo)-31(del)]TJ/F8 9.9626 Tf 0 -18.389 Td [(The)-325(PSBLAS)-324(librarary)-325(is)-325(based)-324(o)-1(n)-324(the)-325(Single)-325(Program)-324(Multiple)-325(Data)-325(\050SPMD\051)]TJ 0 -11.956 Td [(programming)-413(mo)-28(del:)-603(eac)27(h)-413(pro)-27(cess)-413(participating)-413(in)-413(the)-413(computation)-413(p)-28(erforms)]TJ 0 -11.955 Td [(the)-333(same)-334(actions)-333(on)-333(a)-334(c)28(h)28(unk)-333(of)-334(data.)-444(P)28(arallelism)-334(is)-333(th)28(us)-334(data-d)1(riv)27(en.)]TJ 14.944 -11.955 Td [(Because)-389(of)-389(this)-389(structure,)-402(m)-1(an)28(y)-389(subrou)1(tines)-389(co)-28(ordinate)-389(their)-389(action)-389(across)]TJ -14.944 -11.955 Td [(the)-478(v)56(arious)-478(pro)-28(cesses,)-514(th)28(us)-478(pro)28(viding)-477(a)-1(n)-477(implicit)-478(sync)28(hronization)-478(p)-28(oin)28(t,)-514(and)]TJ 0 -11.955 Td [(therefore)]TJ/F17 9.9626 Tf 43.026 0 Td [(must)]TJ/F8 9.9626 Tf 26.326 0 Td [(b)-28(e)-452(called)-452(sim)28(ultaneously)-452(b)28(y)-452(all)-452(pro)-28(cesses)-452(participating)-452(in)-452(the)]TJ -69.352 -11.956 Td [(computation.)-597(This)-384(is)-384(certainly)-384(true)-385(for)-384(the)-384(data)-384(allo)-28(cation)-384(and)-384(assem)28(bly)-385(rou)1(-)]TJ 0 -11.955 Td [(tines,)-333(for)-334(all)-333(the)-333(computational)-333(routines)-334(and)-333(for)-333(some)-334(of)-333(the)-333(to)-28(ols)-334(r)1(outines.)]TJ 14.944 -11.955 Td [(Ho)28(w)28(e)-1(v)28(er)-490(there)-490(are)-490(m)-1(an)28(y)-490(cases)-490(where)-491(no)-490(sync)28(hronization,)-529(and)-491(in)1(dee)-1(d)-490(no)]TJ -14.944 -11.955 Td [(comm)28(unication)-459(among)-458(pro)-28(cesses,)-489(is)-459(implied;)-521(f)1(or)-459(instance,)-489(all)-459(the)-458(routines)-458(in)]TJ 0 -11.955 Td [(sec.)]TJ/F27 9.9626 Tf 19.88 0 Td [(??)]TJ/F8 9.9626 Tf 15.147 0 Td [(are)-434(only)-435(acting)-434(on)-434(the)-434(lo)-28(cal)-434(data)-435(structures,)-459(and)-435(th)28(us)-434(ma)28(y)-435(b)-27(e)-435(called)]TJ -35.027 -11.955 Td [(indep)-28(enden)28(tly)84(.)-917(The)-491(most)-491(imp)-27(ortan)27(t)-490(case)-491(is)-491(that)-491(of)-490(the)-491(co)-28(e\016cien)28(t)-491(insertion)]TJ 0 -11.956 Td [(routines:)-409(since)-263(the)-263(n)27(um)28(b)-28(er)-263(of)-263(co)-27(e\016c)-1(i)1(e)-1(n)28(ts)-263(in)-263(the)-263(sparse)-263(and)-263(dense)-263(matrices)-263(v)55(aries)]TJ 0 -11.955 Td [(among)-323(the)-322(pro)-28(cessors,)-325(and)-323(since)-322(the)-323(user)-323(is)-322(free)-323(to)-323(c)28(ho)-28(ose)-322(an)-323(arbitrary)-323(ord)1(e)-1(r)-322(in)]TJ 0 -11.955 Td [(builiding)-333(the)-333(matrix)-334(en)28(tries,)-333(these)-334(routines)-333(cannot)-333(imply)-334(a)-333(sync)28(hronization.)]TJ 14.944 -11.955 Td [(Throughout)-333(this)-333(use)-1(r)1('s)-334(guide)-333(eac)28(h)-334(subroutine)-333(will)-333(b)-28(e)-333(clearly)-334(indicated)-333(as:)]TJ
0 g 0 G
/F27 9.9626 Tf -14.944 -19.925 Td [(Sync)32(hronous:)]TJ
0 g 0 G
@@ -4218,33 +4221,25 @@ BT
ET
endstream
endobj
-726 0 obj <<
+725 0 obj <<
/Type /Page
-/Contents 727 0 R
-/Resources 725 0 R
+/Contents 726 0 R
+/Resources 724 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 723 0 R
-/Annots [ 724 0 R ]
->> endobj
-724 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [169.454 565.254 184.177 576.103]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.3.5) >>
>> endobj
-728 0 obj <<
-/D [726 0 R /XYZ 150.705 740.998 null]
+727 0 obj <<
+/D [725 0 R /XYZ 150.705 740.998 null]
>> endobj
30 0 obj <<
-/D [726 0 R /XYZ 150.705 716.092 null]
+/D [725 0 R /XYZ 150.705 716.092 null]
>> endobj
-725 0 obj <<
+724 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F17 629 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-733 0 obj <<
-/Length 8428
+731 0 obj <<
+/Length 8440
>>
stream
0 g 0 G
@@ -4363,15 +4358,11 @@ q
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 386.571 288.724 Td [(type)]TJ/F8 9.9626 Tf 20.922 0 Td [(.)-803(Ev)28(ery)]TJ -307.598 -11.955 Td [(structure)-437(of)-438(this)-437(t)28(yp)-28(e)-437(is)-438(asso)-28(ciated)-437(with)-437(a)-438(discretization)-437(pattern)-437(and)-438(enables)]TJ 0 -11.955 Td [(data)-302(comm)28(unications)-301(and)-302(other)-301(op)-28(erations)-302(that)-301(are)-302(necessary)-301(for)-302(implemen)28(ting)]TJ 0 -11.956 Td [(the)-333(v)55(arious)-333(algorithms)-333(of)-334(in)28(terest)-333(to)-334(us.)]TJ 14.944 -12.034 Td [(The)-281(data)-282(structure)-281(itself)]TJ/F30 9.9626 Tf 107.959 0 Td [(psb_desc_type)]TJ/F8 9.9626 Tf 70.797 0 Td [(can)-281(b)-28(e)-281(treate)-1(d)-281(as)-281(an)-281(opaque)-282(ob)-55(ject)]TJ -193.7 -11.955 Td [(handled)-339(via)-339(the)-339(to)-27(ols)-339(routines)-339(of)-339(Sec.)]TJ
+/F30 9.9626 Tf 386.571 288.724 Td [(type)]TJ/F8 9.9626 Tf 20.922 0 Td [(.)-803(Ev)28(ery)]TJ -307.598 -11.955 Td [(structure)-437(of)-438(this)-437(t)28(yp)-28(e)-437(is)-438(asso)-28(ciated)-437(with)-437(a)-438(discretization)-437(pattern)-437(and)-438(enables)]TJ 0 -11.955 Td [(data)-302(comm)28(unications)-301(and)-302(other)-301(op)-28(erations)-302(that)-301(are)-302(necessary)-301(for)-302(implemen)28(ting)]TJ 0 -11.956 Td [(the)-333(v)55(arious)-333(algorithms)-333(of)-334(in)28(terest)-333(to)-334(us.)]TJ 14.944 -12.034 Td [(The)-281(data)-282(structure)-281(itself)]TJ/F30 9.9626 Tf 107.959 0 Td [(psb_desc_type)]TJ/F8 9.9626 Tf 70.797 0 Td [(can)-281(b)-28(e)-281(treate)-1(d)-281(as)-281(an)-281(opaque)-282(ob)-55(ject)]TJ -193.7 -11.955 Td [(handled)-406(via)-406(the)-406(to)-28(ols)-406(routi)1(nes)-407(of)-405(Sec)-1(.)]TJ
0 0 1 rg 0 0 1 RG
- [-339(6)]TJ
+ [-405(6)]TJ
0 g 0 G
- [-339(and)]TJ
-0 0 1 rg 0 0 1 RG
- [-339(3.)1(5)]TJ
-0 g 0 G
- [(;)-342(nev)28(ertheless)-339(w)27(e)-339(in)1(c)-1(l)1(ude)-339(here)-339(a)]TJ 0 -11.955 Td [(description)-333(for)-334(the)-333(curious)-333(reader.)]TJ 14.944 -12.034 Td [(First)-248(w)28(e)-248(describ)-28(e)-248(t)1(he)]TJ/F30 9.9626 Tf 91.264 0 Td [(psb_indx_map)]TJ/F8 9.9626 Tf 65.233 0 Td [(t)28(yp)-28(e.)-416(This)-248(is)-248(a)-247(data)-248(structure)-248(that)-248(k)28(eeps)]TJ -171.441 -11.955 Td [(trac)28(k)-334(of)-333(a)-333(certain)-334(n)28(um)28(b)-28(er)-333(of)-333(basic)-334(issues)-333(suc)28(h)-334(as:)]TJ
+ [-406(or)-406(the)-406(query)-406(routines)-406(detailed)-406(b)-28(elo)28(w;)]TJ 0 -11.955 Td [(nev)28(ertheless)-334(w)28(e)-333(include)-334(here)-333(a)-333(description)-334(for)-333(the)-333(curious)-333(reader.)]TJ 14.944 -12.034 Td [(First)-248(w)28(e)-248(describ)-28(e)-248(t)1(he)]TJ/F30 9.9626 Tf 91.264 0 Td [(psb_indx_map)]TJ/F8 9.9626 Tf 65.233 0 Td [(t)28(yp)-28(e.)-416(This)-248(is)-248(a)-247(data)-248(structure)-248(that)-248(k)28(eeps)]TJ -171.441 -11.955 Td [(trac)28(k)-334(of)-333(a)-333(certain)-334(n)28(um)28(b)-28(er)-333(of)-333(basic)-334(issues)-333(suc)28(h)-334(as:)]TJ
0 g 0 G
/F14 9.9626 Tf 14.944 -20.162 Td [(\017)]TJ
0 g 0 G
@@ -4390,45 +4381,38 @@ BT
ET
endstream
endobj
-732 0 obj <<
+730 0 obj <<
/Type /Page
-/Contents 733 0 R
-/Resources 731 0 R
+/Contents 731 0 R
+/Resources 729 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 723 0 R
-/Annots [ 729 0 R 730 0 R ]
+/Annots [ 728 0 R ]
>> endobj
-729 0 obj <<
+728 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [264.639 225.936 271.613 236.784]
+/Rect [269.318 225.936 276.292 236.784]
/Subtype /Link
/A << /S /GoTo /D (section.6) >>
>> endobj
-730 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [292.423 225.936 307.146 236.784]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.3.5) >>
->> endobj
-734 0 obj <<
-/D [732 0 R /XYZ 99.895 740.998 null]
+732 0 obj <<
+/D [730 0 R /XYZ 99.895 740.998 null]
>> endobj
34 0 obj <<
-/D [732 0 R /XYZ 99.895 716.092 null]
+/D [730 0 R /XYZ 99.895 716.092 null]
>> endobj
38 0 obj <<
-/D [732 0 R /XYZ 99.895 331.305 null]
+/D [730 0 R /XYZ 99.895 331.305 null]
>> endobj
-735 0 obj <<
-/D [732 0 R /XYZ 342.427 288.724 null]
+733 0 obj <<
+/D [730 0 R /XYZ 342.427 288.724 null]
>> endobj
-731 0 obj <<
+729 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R /F27 477 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-739 0 obj <<
+737 0 obj <<
/Length 6708
>>
stream
@@ -4549,53 +4533,53 @@ BT
ET
endstream
endobj
-738 0 obj <<
+736 0 obj <<
/Type /Page
-/Contents 739 0 R
-/Resources 737 0 R
+/Contents 737 0 R
+/Resources 735 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 723 0 R
-/Annots [ 736 0 R ]
+/Annots [ 734 0 R ]
>> endobj
-736 0 obj <<
+734 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [452.103 457.229 459.077 469.184]
/Subtype /Link
/A << /S /GoTo /D (section.6) >>
>> endobj
+738 0 obj <<
+/D [736 0 R /XYZ 150.705 740.998 null]
+>> endobj
+739 0 obj <<
+/D [736 0 R /XYZ 150.705 353.756 null]
+>> endobj
740 0 obj <<
-/D [738 0 R /XYZ 150.705 740.998 null]
+/D [736 0 R /XYZ 150.705 337.982 null]
>> endobj
741 0 obj <<
-/D [738 0 R /XYZ 150.705 353.756 null]
+/D [736 0 R /XYZ 150.705 322.207 null]
>> endobj
742 0 obj <<
-/D [738 0 R /XYZ 150.705 337.982 null]
+/D [736 0 R /XYZ 150.705 306.433 null]
>> endobj
743 0 obj <<
-/D [738 0 R /XYZ 150.705 322.207 null]
+/D [736 0 R /XYZ 150.705 290.659 null]
>> endobj
744 0 obj <<
-/D [738 0 R /XYZ 150.705 306.433 null]
+/D [736 0 R /XYZ 150.705 163.801 null]
>> endobj
745 0 obj <<
-/D [738 0 R /XYZ 150.705 290.659 null]
+/D [736 0 R /XYZ 150.705 148.027 null]
>> endobj
746 0 obj <<
-/D [738 0 R /XYZ 150.705 163.801 null]
->> endobj
-747 0 obj <<
-/D [738 0 R /XYZ 150.705 148.027 null]
->> endobj
-748 0 obj <<
-/D [738 0 R /XYZ 150.705 132.253 null]
+/D [736 0 R /XYZ 150.705 132.253 null]
>> endobj
-737 0 obj <<
+735 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-751 0 obj <<
+749 0 obj <<
/Length 5294
>>
stream
@@ -4705,39 +4689,39 @@ BT
ET
endstream
endobj
-750 0 obj <<
+748 0 obj <<
/Type /Page
-/Contents 751 0 R
-/Resources 749 0 R
+/Contents 749 0 R
+/Resources 747 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 723 0 R
>> endobj
+750 0 obj <<
+/D [748 0 R /XYZ 99.895 740.998 null]
+>> endobj
+751 0 obj <<
+/D [748 0 R /XYZ 99.895 716.092 null]
+>> endobj
752 0 obj <<
-/D [750 0 R /XYZ 99.895 740.998 null]
+/D [748 0 R /XYZ 99.895 701.513 null]
>> endobj
753 0 obj <<
-/D [750 0 R /XYZ 99.895 716.092 null]
+/D [748 0 R /XYZ 99.895 563.018 null]
>> endobj
754 0 obj <<
-/D [750 0 R /XYZ 99.895 701.513 null]
+/D [748 0 R /XYZ 99.895 545.706 null]
>> endobj
755 0 obj <<
-/D [750 0 R /XYZ 99.895 563.018 null]
+/D [748 0 R /XYZ 99.895 528.395 null]
>> endobj
756 0 obj <<
-/D [750 0 R /XYZ 99.895 545.706 null]
->> endobj
-757 0 obj <<
-/D [750 0 R /XYZ 99.895 528.395 null]
->> endobj
-758 0 obj <<
-/D [750 0 R /XYZ 147.412 274.354 null]
+/D [748 0 R /XYZ 147.412 274.354 null]
>> endobj
-749 0 obj <<
+747 0 obj <<
/Font << /F8 478 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-763 0 obj <<
+761 0 obj <<
/Length 5177
>>
stream
@@ -4864,48 +4848,48 @@ BT
ET
endstream
endobj
-762 0 obj <<
+760 0 obj <<
/Type /Page
-/Contents 763 0 R
-/Resources 761 0 R
+/Contents 761 0 R
+/Resources 759 0 R
/MediaBox [0 0 595.276 841.89]
/Parent 723 0 R
-/Annots [ 759 0 R 760 0 R ]
+/Annots [ 757 0 R 758 0 R ]
>> endobj
-759 0 obj <<
+757 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [351.231 525.114 358.204 537.069]
/Subtype /Link
/A << /S /GoTo /D (section.1) >>
>> endobj
-760 0 obj <<
+758 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [186.34 315.967 193.314 327.923]
/Subtype /Link
/A << /S /GoTo /D (section.1) >>
>> endobj
-764 0 obj <<
-/D [762 0 R /XYZ 150.705 740.998 null]
+762 0 obj <<
+/D [760 0 R /XYZ 150.705 740.998 null]
>> endobj
42 0 obj <<
-/D [762 0 R /XYZ 150.705 716.092 null]
+/D [760 0 R /XYZ 150.705 716.092 null]
>> endobj
46 0 obj <<
-/D [762 0 R /XYZ 150.705 679.209 null]
+/D [760 0 R /XYZ 150.705 679.209 null]
>> endobj
50 0 obj <<
-/D [762 0 R /XYZ 150.705 482.017 null]
+/D [760 0 R /XYZ 150.705 482.017 null]
>> endobj
54 0 obj <<
-/D [762 0 R /XYZ 150.705 272.871 null]
+/D [760 0 R /XYZ 150.705 272.871 null]
>> endobj
-761 0 obj <<
+759 0 obj <<
/Font << /F27 477 0 R /F30 664 0 R /F8 478 0 R /F14 667 0 R /F10 666 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-767 0 obj <<
+765 0 obj <<
/Length 4238
>>
stream
@@ -5065,33 +5049,33 @@ BT
ET
endstream
endobj
-766 0 obj <<
+764 0 obj <<
/Type /Page
-/Contents 767 0 R
-/Resources 765 0 R
+/Contents 765 0 R
+/Resources 763 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
+/Parent 767 0 R
>> endobj
-768 0 obj <<
-/D [766 0 R /XYZ 99.895 740.998 null]
+766 0 obj <<
+/D [764 0 R /XYZ 99.895 740.998 null]
>> endobj
58 0 obj <<
-/D [766 0 R /XYZ 99.895 697.426 null]
+/D [764 0 R /XYZ 99.895 697.426 null]
>> endobj
62 0 obj <<
-/D [766 0 R /XYZ 99.895 469.407 null]
+/D [764 0 R /XYZ 99.895 469.407 null]
>> endobj
66 0 obj <<
-/D [766 0 R /XYZ 99.895 288.306 null]
+/D [764 0 R /XYZ 99.895 288.306 null]
>> endobj
70 0 obj <<
-/D [766 0 R /XYZ 99.895 175.264 null]
+/D [764 0 R /XYZ 99.895 175.264 null]
>> endobj
-765 0 obj <<
+763 0 obj <<
/Font << /F27 477 0 R /F30 664 0 R /F8 478 0 R /F16 475 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-775 0 obj <<
+773 0 obj <<
/Length 9813
>>
stream
@@ -5423,55 +5407,55 @@ BT
ET
endstream
endobj
-774 0 obj <<
+772 0 obj <<
/Type /Page
-/Contents 775 0 R
-/Resources 773 0 R
+/Contents 773 0 R
+/Resources 771 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
-/Annots [ 770 0 R 771 0 R 772 0 R ]
+/Parent 767 0 R
+/Annots [ 768 0 R 769 0 R 770 0 R ]
>> endobj
-770 0 obj <<
+768 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [188.06 320.929 200.015 329.342]
/Subtype /Link
/A << /S /GoTo /D (cite.DesignPatterns) >>
>> endobj
-771 0 obj <<
+769 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 0]
/Rect [268.904 320.929 280.86 329.342]
/Subtype /Link
/A << /S /GoTo /D (cite.Sparse03) >>
>> endobj
-772 0 obj <<
+770 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [459.496 318.438 466.47 330.393]
/Subtype /Link
/A << /S /GoTo /D (figure.4) >>
>> endobj
-776 0 obj <<
-/D [774 0 R /XYZ 150.705 740.998 null]
+774 0 obj <<
+/D [772 0 R /XYZ 150.705 740.998 null]
>> endobj
74 0 obj <<
-/D [774 0 R /XYZ 150.705 583.867 null]
+/D [772 0 R /XYZ 150.705 583.867 null]
>> endobj
78 0 obj <<
-/D [774 0 R /XYZ 150.705 376.504 null]
+/D [772 0 R /XYZ 150.705 376.504 null]
>> endobj
-777 0 obj <<
-/D [774 0 R /XYZ 171.358 345.835 null]
+775 0 obj <<
+/D [772 0 R /XYZ 171.358 345.835 null]
>> endobj
-778 0 obj <<
-/D [774 0 R /XYZ 455.673 208.654 null]
+776 0 obj <<
+/D [772 0 R /XYZ 455.673 208.654 null]
>> endobj
-773 0 obj <<
+771 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F16 475 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-783 0 obj <<
+781 0 obj <<
/Length 4897
>>
stream
@@ -5598,33 +5582,33 @@ BT
ET
endstream
endobj
-782 0 obj <<
+780 0 obj <<
/Type /Page
-/Contents 783 0 R
-/Resources 781 0 R
+/Contents 781 0 R
+/Resources 779 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
+/Parent 767 0 R
>> endobj
-784 0 obj <<
-/D [782 0 R /XYZ 99.895 740.998 null]
+782 0 obj <<
+/D [780 0 R /XYZ 99.895 740.998 null]
>> endobj
-780 0 obj <<
-/D [782 0 R /XYZ 155.561 601.776 null]
+778 0 obj <<
+/D [780 0 R /XYZ 155.561 601.776 null]
>> endobj
82 0 obj <<
-/D [782 0 R /XYZ 99.895 359.249 null]
+/D [780 0 R /XYZ 99.895 359.249 null]
>> endobj
86 0 obj <<
-/D [782 0 R /XYZ 99.895 323.023 null]
+/D [780 0 R /XYZ 99.895 323.023 null]
>> endobj
90 0 obj <<
-/D [782 0 R /XYZ 99.895 152.022 null]
+/D [780 0 R /XYZ 99.895 152.022 null]
>> endobj
-781 0 obj <<
+779 0 obj <<
/Font << /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-787 0 obj <<
+785 0 obj <<
/Length 3553
>>
stream
@@ -5711,30 +5695,30 @@ BT
ET
endstream
endobj
-786 0 obj <<
+784 0 obj <<
/Type /Page
-/Contents 787 0 R
-/Resources 785 0 R
+/Contents 785 0 R
+/Resources 783 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
+/Parent 767 0 R
>> endobj
-788 0 obj <<
-/D [786 0 R /XYZ 150.705 740.998 null]
+786 0 obj <<
+/D [784 0 R /XYZ 150.705 740.998 null]
>> endobj
94 0 obj <<
-/D [786 0 R /XYZ 150.705 569.876 null]
+/D [784 0 R /XYZ 150.705 569.876 null]
>> endobj
-789 0 obj <<
-/D [786 0 R /XYZ 150.705 383.636 null]
+787 0 obj <<
+/D [784 0 R /XYZ 150.705 383.636 null]
>> endobj
98 0 obj <<
-/D [786 0 R /XYZ 150.705 291.743 null]
+/D [784 0 R /XYZ 150.705 291.743 null]
>> endobj
-785 0 obj <<
+783 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-792 0 obj <<
+790 0 obj <<
/Length 3701
>>
stream
@@ -5839,31 +5823,31 @@ BT
ET
endstream
endobj
-791 0 obj <<
+789 0 obj <<
/Type /Page
-/Contents 792 0 R
-/Resources 790 0 R
+/Contents 790 0 R
+/Resources 788 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
+/Parent 767 0 R
>> endobj
-793 0 obj <<
-/D [791 0 R /XYZ 99.895 740.998 null]
+791 0 obj <<
+/D [789 0 R /XYZ 99.895 740.998 null]
>> endobj
102 0 obj <<
-/D [791 0 R /XYZ 99.895 697.187 null]
+/D [789 0 R /XYZ 99.895 697.187 null]
>> endobj
106 0 obj <<
-/D [791 0 R /XYZ 99.895 508.701 null]
+/D [789 0 R /XYZ 99.895 508.701 null]
>> endobj
110 0 obj <<
-/D [791 0 R /XYZ 99.895 308.26 null]
+/D [789 0 R /XYZ 99.895 308.26 null]
>> endobj
-790 0 obj <<
+788 0 obj <<
/Font << /F27 477 0 R /F30 664 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-798 0 obj <<
-/Length 7537
+796 0 obj <<
+/Length 7906
>>
stream
0 g 0 G
@@ -5895,254 +5879,278 @@ Q
BT
/F8 9.9626 Tf 236.492 687.74 Td [(Duplicate)-315(co)-28(e\016cien)28(ts)-315(should)-315(b)-28(e)-315(o)28(v)28(erwritten)-315(\050i.e.)-438(ignore)-315(du-)]TJ -60.881 -11.956 Td [(plications\051)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -18.386 Td [(psb)]TJ
+/F27 9.9626 Tf -24.906 -19.826 Td [(psb)]TJ
ET
q
-1 0 0 1 168.641 657.597 cm
+1 0 0 1 168.641 656.157 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 172.078 657.398 Td [(dupl)]TJ
+/F27 9.9626 Tf 172.078 655.958 Td [(dupl)]TJ
ET
q
-1 0 0 1 195.043 657.597 cm
+1 0 0 1 195.043 656.157 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 198.48 657.398 Td [(add)]TJ
+/F27 9.9626 Tf 198.48 655.958 Td [(add)]TJ
ET
q
-1 0 0 1 217.467 657.597 cm
+1 0 0 1 217.467 656.157 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 225.886 657.398 Td [(Duplicate)-333(co)-28(e\016cien)28(ts)-334(should)-333(b)-28(e)-333(added;)]TJ
+/F8 9.9626 Tf 225.886 655.958 Td [(Duplicate)-333(co)-28(e\016cien)28(ts)-334(should)-333(b)-28(e)-333(added;)]TJ
0 g 0 G
-/F27 9.9626 Tf -75.181 -18.387 Td [(psb)]TJ
+/F27 9.9626 Tf -75.181 -19.827 Td [(psb)]TJ
ET
q
-1 0 0 1 168.641 639.21 cm
+1 0 0 1 168.641 636.33 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 172.078 639.011 Td [(dupl)]TJ
+/F27 9.9626 Tf 172.078 636.131 Td [(dupl)]TJ
ET
q
-1 0 0 1 195.043 639.21 cm
+1 0 0 1 195.043 636.33 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 198.48 639.011 Td [(err)]TJ
+/F27 9.9626 Tf 198.48 636.131 Td [(err)]TJ
ET
q
-1 0 0 1 213.856 639.21 cm
+1 0 0 1 213.856 636.33 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 222.274 639.011 Td [(Duplicate)-333(co)-28(e\016cien)28(ts)-334(should)-333(trigger)-333(an)-334(error)-333(conditino)]TJ
+/F8 9.9626 Tf 222.274 636.131 Td [(Duplicate)-333(co)-28(e\016cien)28(ts)-334(should)-333(trigger)-333(an)-334(error)-333(conditino)]TJ
0 g 0 G
-/F27 9.9626 Tf -71.569 -18.386 Td [(psb)]TJ
+/F27 9.9626 Tf -71.569 -19.826 Td [(psb)]TJ
ET
q
-1 0 0 1 168.641 620.824 cm
+1 0 0 1 168.641 616.504 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 172.078 620.625 Td [(up)-32(d)]TJ
+/F27 9.9626 Tf 172.078 616.305 Td [(up)-32(d)]TJ
ET
q
-1 0 0 1 192.179 620.824 cm
+1 0 0 1 192.179 616.504 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 195.616 620.625 Td [(d\015t)]TJ
+/F27 9.9626 Tf 195.616 616.305 Td [(d\015t)]TJ
ET
q
-1 0 0 1 213.489 620.824 cm
+1 0 0 1 213.489 616.504 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 221.907 620.625 Td [(Default)-333(up)-28(date)-333(strategy)-334(for)-333(matrix)-333(co)-28(e\016cien)28(ts;)]TJ
+/F8 9.9626 Tf 221.907 616.305 Td [(Default)-333(up)-28(date)-333(strategy)-334(for)-333(matrix)-333(co)-28(e\016cien)28(ts;)]TJ
0 g 0 G
-/F27 9.9626 Tf -71.202 -18.387 Td [(psb)]TJ
+/F27 9.9626 Tf -71.202 -19.827 Td [(psb)]TJ
ET
q
-1 0 0 1 168.641 602.437 cm
+1 0 0 1 168.641 596.677 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 172.078 602.238 Td [(up)-32(d)]TJ
+/F27 9.9626 Tf 172.078 596.478 Td [(up)-32(d)]TJ
ET
q
-1 0 0 1 192.179 602.437 cm
+1 0 0 1 192.179 596.677 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 195.616 602.238 Td [(src)32(h)]TJ
+/F27 9.9626 Tf 195.616 596.478 Td [(src)32(h)]TJ
ET
q
-1 0 0 1 216.68 602.437 cm
+1 0 0 1 216.68 596.677 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 225.098 602.238 Td [(Up)-28(date)-333(strategy)-333(base)-1(d)-333(on)-333(searc)28(h)-334(in)28(to)-333(the)-334(data)-333(structure;)]TJ
+/F8 9.9626 Tf 225.098 596.478 Td [(Up)-28(date)-333(strategy)-333(base)-1(d)-333(on)-333(searc)28(h)-334(in)28(to)-333(the)-334(data)-333(structure;)]TJ
0 g 0 G
-/F27 9.9626 Tf -74.393 -18.387 Td [(psb)]TJ
+/F27 9.9626 Tf -74.393 -19.826 Td [(psb)]TJ
ET
q
-1 0 0 1 168.641 584.051 cm
+1 0 0 1 168.641 576.851 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 172.078 583.851 Td [(up)-32(d)]TJ
+/F27 9.9626 Tf 172.078 576.652 Td [(up)-32(d)]TJ
ET
q
-1 0 0 1 192.179 584.051 cm
+1 0 0 1 192.179 576.851 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 195.616 583.851 Td [(p)-32(erm)]TJ
+/F27 9.9626 Tf 195.616 576.652 Td [(p)-32(erm)]TJ
ET
q
-1 0 0 1 222.504 584.051 cm
+1 0 0 1 222.504 576.851 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 230.922 583.851 Td [(Up)-28(date)-398(strategy)-398(based)-398(on)-398(additional)-398(p)-28(erm)28(utation)-398(data)-398(\050s)-1(ee)]TJ -55.311 -11.955 Td [(to)-28(ols)-333(routine)-333(desc)-1(r)1(iption\051.)]TJ/F16 11.9552 Tf -24.906 -27.226 Td [(3.3)-1125(Dense)-375(V)94(ector)-375(Data)-375(Structure)]TJ/F8 9.9626 Tf 0 -18.389 Td [(The)]TJ/F30 9.9626 Tf 21.256 0 Td [(psb)]TJ
+/F8 9.9626 Tf 230.922 576.652 Td [(Up)-28(date)-398(strategy)-398(based)-398(on)-398(additional)-398(p)-28(erm)28(utation)-398(data)-398(\050s)-1(ee)]TJ -55.311 -11.956 Td [(to)-28(ols)-333(routine)-333(desc)-1(r)1(iption\051.)]TJ/F16 11.9552 Tf -24.906 -27.846 Td [(3.3)-1125(Dense)-375(V)94(ector)-375(Data)-375(Structure)]TJ/F8 9.9626 Tf 0 -18.389 Td [(The)]TJ/F30 9.9626 Tf 21.256 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 188.279 518.66 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 191.417 518.461 Td [(T)]TJ
+ET
+q
+1 0 0 1 197.275 518.66 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 200.414 518.461 Td [(vect)]TJ
+ET
+q
+1 0 0 1 221.963 518.66 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 225.101 518.461 Td [(type)]TJ/F8 9.9626 Tf 25.019 0 Td [(data)-411(structure)-412(encapsulates)-411(the)-411(dense)-412(v)28(ectors)-411(in)-412(a)-411(w)28(a)28(y)]TJ -99.415 -11.955 Td [(similar)-434(to)-434(s)-1(p)1(arse)-435(matrices,)-459(i.e.)-748(in)1(c)-1(l)1(uding)-435(a)-434(base)-434(t)28(yp)-28(e)]TJ/F30 9.9626 Tf 242.195 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 409.218 506.705 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 412.357 506.506 Td [(T)]TJ
ET
q
-1 0 0 1 188.279 526.48 cm
+1 0 0 1 418.215 506.705 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 191.417 526.281 Td [(T)]TJ
+/F30 9.9626 Tf 421.353 506.506 Td [(base)]TJ
ET
q
-1 0 0 1 197.275 526.48 cm
+1 0 0 1 442.902 506.705 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 200.414 526.281 Td [(vect)]TJ
+/F30 9.9626 Tf 446.04 506.506 Td [(vect)]TJ
ET
q
-1 0 0 1 221.963 526.48 cm
+1 0 0 1 467.589 506.705 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 225.101 526.281 Td [(type)]TJ/F8 9.9626 Tf 25.019 0 Td [(data)-411(structure)-412(encapsulates)-411(the)-411(dense)-412(v)28(ectors)-411(in)-412(a)-411(w)28(a)28(y)]TJ -99.415 -11.955 Td [(similar)-487(to)-486(sparse)-487(matrices.)-904(The)-487(user)-486(will)-487(not,)-525(in)-486(general,)-525(access)-487(the)-487(v)28(ector)]TJ 0 -11.955 Td [(comp)-28(onen)28(ts)-333(directly)84(,)-333(but)-332(rather)-333(via)-333(t)1(he)-333(routines)-333(of)-332(sec.)]TJ
+/F30 9.9626 Tf 470.727 506.506 Td [(type)]TJ/F8 9.9626 Tf 20.922 0 Td [(.)]TJ -340.944 -11.955 Td [(The)-330(user)-330(will)-330(not,)-330(in)-330(general,)-331(access)-330(the)-330(v)28(ector)-330(comp)-28(onen)28(ts)-330(directly)83(,)-330(but)-330(rather)]TJ 0 -11.955 Td [(via)-303(the)-304(rou)1(tines)-304(of)-303(sec.)]TJ
0 0 1 rg 0 0 1 RG
- [-333(6)]TJ
+ [-303(6)]TJ
0 g 0 G
- [(.)-444(Among)-333(other)-332(simple)]TJ 0 -11.956 Td [(things,)-322(w)28(e)-319(de\014ne)-319(here)-319(an)-319(extraction)-319(metho)-28(d)-319(that)-319(can)-319(b)-28(e)-319(used)-319(to)-319(get)-319(a)-319(full)-319(cop)27(y)]TJ 0 -11.955 Td [(of)-333(the)-334(part)-333(of)-333(the)-333(v)27(ector)-333(stored)-333(on)-334(the)-333(lo)-28(cal)-333(pro)-28(cess.)]TJ 14.944 -11.955 Td [(The)-399(t)28(yp)-28(e)-399(declaration)-398(is)-399(sho)28(wn)-399(in)-399(\014gure)]TJ
+ [(.)-435(Among)-303(other)-303(sim)-1(p)1(le)-304(things,)-309(w)28(e)-304(de\014ne)-303(here)-303(an)-303(extrac-)]TJ 0 -11.956 Td [(tion)-321(metho)-27(d)-321(that)-321(can)-321(b)-27(e)-321(used)-321(to)-321(get)-320(a)-321(full)-321(cop)28(y)-321(of)-321(th)1(e)-321(part)-321(of)-321(the)-320(v)27(ector)-320(stored)]TJ 0 -11.955 Td [(on)-333(the)-334(lo)-27(cal)-334(pro)-27(ce)-1(ss.)]TJ 14.944 -11.955 Td [(The)-399(t)28(yp)-28(e)-399(declaration)-398(is)-399(sho)28(wn)-399(in)-399(\014gure)]TJ
0 0 1 rg 0 0 1 RG
[-399(5)]TJ
0 g 0 G
[-399(where)]TJ/F30 9.9626 Tf 216.941 0 Td [(T)]TJ/F8 9.9626 Tf 9.203 0 Td [(is)-399(a)-399(placeholder)-398(for)-399(the)]TJ -241.088 -11.955 Td [(data)-333(t)28(yp)-28(e)-334(and)-333(precision)-333(v)55(arian)28(ts)]TJ
0 g 0 G
-/F27 9.9626 Tf 0 -16.848 Td [(I)]TJ
+/F27 9.9626 Tf 0 -19.728 Td [(I)]TJ
0 g 0 G
/F8 9.9626 Tf 9.326 0 Td [(In)28(teger;)]TJ
0 g 0 G
-/F27 9.9626 Tf -9.326 -18.387 Td [(S)]TJ
+/F27 9.9626 Tf -9.326 -19.827 Td [(S)]TJ
0 g 0 G
/F8 9.9626 Tf 11.346 0 Td [(Single)-333(precision)-334(real;)]TJ
0 g 0 G
-/F27 9.9626 Tf -11.346 -18.386 Td [(D)]TJ
+/F27 9.9626 Tf -11.346 -19.826 Td [(D)]TJ
0 g 0 G
/F8 9.9626 Tf 13.768 0 Td [(Double)-333(precision)-334(real;)]TJ
0 g 0 G
-/F27 9.9626 Tf -13.768 -18.387 Td [(C)]TJ
+/F27 9.9626 Tf -13.768 -19.827 Td [(C)]TJ
0 g 0 G
/F8 9.9626 Tf 13.256 0 Td [(Single)-333(precision)-334(complex;)]TJ
0 g 0 G
-/F27 9.9626 Tf -13.256 -18.386 Td [(Z)]TJ
+/F27 9.9626 Tf -13.256 -19.826 Td [(Z)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.983 0 Td [(Double)-333(precision)-334(complex.)]TJ -11.983 -16.848 Td [(The)-280(ac)-1(tu)1(al)-281(data)-280(is)-281(con)28(tained)-280(in)-281(the)-280(p)-28(olymorphic)-280(c)-1(omp)-27(onen)28(t)]TJ/F30 9.9626 Tf 260.737 0 Td [(v%v)]TJ/F8 9.9626 Tf 15.691 0 Td [(;)-298(the)-281(separati)1(o)-1(n)]TJ -276.428 -11.955 Td [(b)-28(et)28(w)28(een)-427(the)-426(application)-427(and)-426(the)-427(actual)-426(data)-426(is)-427(essen)28(tial)-427(for)-426(cases)-427(where)-426(it)-427(is)]TJ 0 -11.956 Td [(necessary)-426(to)-426(link)-425(to)-426(data)-426(storage)-426(made)-425(a)27(v)56(ailable)-426(elsewhere)-426(outside)-425(the)-426(direct)]TJ 0 -11.955 Td [(con)28(trol)-335(of)-335(the)-336(compiler/appl)1(ic)-1(ati)1(on,)-336(e.g.)-450(data)-335(stored)-335(in)-335(a)-335(graphics)-335(ac)-1(celerator's)]TJ 0 -11.955 Td [(priv)56(ate)-334(memory)84(.)]TJ/F27 9.9626 Tf 0 -25.233 Td [(3.3.1)-1150(Metho)-32(ds)]TJ 0 -18.39 Td [(get)]TJ
+/F8 9.9626 Tf 11.983 0 Td [(Double)-333(precision)-334(complex.)]TJ -11.983 -19.728 Td [(The)-280(ac)-1(tu)1(al)-281(data)-280(is)-281(con)28(tained)-280(in)-281(the)-280(p)-28(olymorphic)-280(c)-1(omp)-27(onen)28(t)]TJ/F30 9.9626 Tf 260.737 0 Td [(v%v)]TJ/F8 9.9626 Tf 15.691 0 Td [(;)-298(the)-281(separati)1(o)-1(n)]TJ -276.428 -11.955 Td [(b)-28(et)28(w)28(een)-427(the)-426(application)-427(and)-426(the)-427(actual)-426(data)-426(is)-427(essen)28(tial)-427(for)-426(cases)-427(where)-426(it)-427(is)]TJ 0 -11.955 Td [(necessary)-426(to)-426(link)-425(to)-426(data)-426(storage)-426(made)-425(a)27(v)56(ailable)-426(elsewhere)-426(outside)-425(the)-426(direct)]TJ 0 -11.956 Td [(con)28(trol)-335(of)-335(the)-336(compiler/appl)1(ic)-1(ati)1(on,)-336(e.g.)-450(data)-335(stored)-335(in)-335(a)-335(graphics)-335(ac)-1(celerator's)]TJ 0 -11.955 Td [(priv)56(ate)-334(memory)84(.)]TJ/F27 9.9626 Tf 0 -25.853 Td [(3.3.1)-1150(Metho)-32(ds)]TJ 0 -18.39 Td [(get)]TJ
ET
q
-1 0 0 1 166.827 256.064 cm
+1 0 0 1 166.827 224.149 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 170.264 255.864 Td [(nro)32(ws)-383(|)-384(Get)-383(n)32(um)32(b)-32(er)-383(of)-384(ro)32(ws)-383(in)-383(a)-384(dense)-383(v)32(ector)]TJ
+/F27 9.9626 Tf 170.264 223.949 Td [(nro)32(ws)-383(|)-384(Get)-383(n)32(um)32(b)-32(er)-383(of)-384(ro)32(ws)-383(in)-383(a)-384(dense)-383(v)32(ector)]TJ
0 g 0 G
0 g 0 G
/F30 9.9626 Tf -19.559 -18.389 Td [(nr)-525(=)-525(v%get_nrows\050\051)]TJ
0 g 0 G
-/F27 9.9626 Tf 0 -18.071 Td [(T)32(yp)-32(e:)]TJ
+/F27 9.9626 Tf 0 -21.671 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -18.387 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -19.826 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -18.386 Td [(v)]TJ
+ 0 -19.827 Td [(v)]TJ
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(the)-333(dense)-334(v)28(ector)]TJ 13.878 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ
0 g 0 G
- -57.285 -30.027 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -18.386 Td [(F)96(unction)-384(v)64(alue)]TJ
-0 g 0 G
-/F8 9.9626 Tf 78.386 0 Td [(The)-333(n)27(um)28(b)-28(er)-333(of)-333(ro)28(ws)-334(of)-333(sparse)-333(matrix)]TJ/F30 9.9626 Tf 164.937 0 Td [(a)]TJ/F8 9.9626 Tf 5.231 0 Td [(.)]TJ
-0 g 0 G
- -81.68 -31.825 Td [(18)]TJ
+/F8 9.9626 Tf 109.589 -41.843 Td [(18)]TJ
0 g 0 G
ET
endstream
endobj
-797 0 obj <<
+795 0 obj <<
/Type /Page
-/Contents 798 0 R
-/Resources 796 0 R
+/Contents 796 0 R
+/Resources 794 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 769 0 R
-/Annots [ 794 0 R 795 0 R ]
+/Parent 767 0 R
+/Annots [ 792 0 R 793 0 R ]
>> endobj
-794 0 obj <<
+792 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [392.897 499.437 399.871 510.285]
+/Rect [250.191 479.662 257.165 490.51]
/Subtype /Link
/A << /S /GoTo /D (section.6) >>
>> endobj
-795 0 obj <<
+793 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [343.178 463.572 350.152 474.42]
+/Rect [343.178 443.797 350.152 454.645]
/Subtype /Link
/A << /S /GoTo /D (figure.5) >>
>> endobj
-799 0 obj <<
-/D [797 0 R /XYZ 150.705 740.998 null]
+797 0 obj <<
+/D [795 0 R /XYZ 150.705 740.998 null]
>> endobj
114 0 obj <<
-/D [797 0 R /XYZ 150.705 716.092 null]
+/D [795 0 R /XYZ 150.705 716.092 null]
>> endobj
118 0 obj <<
-/D [797 0 R /XYZ 150.705 556.127 null]
+/D [795 0 R /XYZ 150.705 548.307 null]
>> endobj
-800 0 obj <<
-/D [797 0 R /XYZ 171.961 526.281 null]
+798 0 obj <<
+/D [795 0 R /XYZ 171.961 518.461 null]
+>> endobj
+799 0 obj <<
+/D [795 0 R /XYZ 392.9 506.506 null]
>> endobj
122 0 obj <<
-/D [797 0 R /XYZ 150.705 284.272 null]
+/D [795 0 R /XYZ 150.705 252.357 null]
>> endobj
126 0 obj <<
-/D [797 0 R /XYZ 150.705 247.493 null]
+/D [795 0 R /XYZ 150.705 215.578 null]
>> endobj
-796 0 obj <<
+794 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F16 475 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-805 0 obj <<
-/Length 3559
+804 0 obj <<
+/Length 3459
>>
stream
0 g 0 G
@@ -6176,265 +6184,240 @@ BT
/F8 9.9626 Tf 114.618 571.777 Td [(Figure)-333(5:)-778(The)-333(PSBLAS)-334(de\014ned)-333(data)-333(t)28(yp)-28(e)-333(that)-334(con)28(tains)-333(a)-334(dense)-333(v)28(ector.)]TJ
0 g 0 G
0 g 0 G
-/F27 9.9626 Tf -14.723 -32.301 Td [(get)]TJ
+0 g 0 G
+/F27 9.9626 Tf -14.723 -32.71 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -21.694 Td [(F)96(unction)-384(v)64(alue)]TJ
+0 g 0 G
+/F8 9.9626 Tf 78.387 0 Td [(The)-333(n)27(u)1(m)27(b)-27(e)-1(r)-333(of)-333(ro)28(ws)-334(of)-333(sparse)-333(matrix)]TJ/F30 9.9626 Tf 164.937 0 Td [(a)]TJ/F8 9.9626 Tf 5.23 0 Td [(.)]TJ/F27 9.9626 Tf -248.554 -28.243 Td [(get)]TJ
ET
q
-1 0 0 1 116.018 539.676 cm
+1 0 0 1 116.018 489.329 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 119.455 539.476 Td [(ncols)-383(|)-384(Get)-383(n)32(um)32(b)-32(er)-383(of)-384(columns)-383(in)-383(a)-384(sparse)-383(matrix)]TJ -19.56 -18.832 Td [(sizeof)-383(|)-384(Get)-383(memory)-383(o)-32(ccupation)-384(in)-383(b)32(ytes)-384(of)-383(a)-383(dense)-384(v)32(ector)-383(matrix)]TJ
+/F27 9.9626 Tf 119.455 489.13 Td [(ncols)-383(|)-384(Get)-383(n)32(um)32(b)-32(er)-383(of)-384(columns)-383(in)-383(a)-384(sparse)-383(matrix)]TJ -19.56 -19.213 Td [(sizeof)-383(|)-384(Get)-383(memory)-383(o)-32(ccupation)-384(in)-383(b)32(ytes)-384(of)-383(a)-383(dense)-384(v)32(ector)-383(matrix)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf 0 -18.831 Td [(memory_size)-525(=)-525(v%sizeof\050\051)]TJ
+/F30 9.9626 Tf 0 -19.212 Td [(memory_size)-525(=)-525(v%sizeof\050\051)]TJ
0 g 0 G
-/F27 9.9626 Tf 0 -22.632 Td [(T)32(yp)-32(e:)]TJ
+/F27 9.9626 Tf 0 -23.245 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -20.876 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -21.695 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -20.877 Td [(v)]TJ
+ 0 -21.695 Td [(v)]TJ
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(the)-333(dense)-334(v)28(ector)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ
0 g 0 G
- -57.286 -34.586 Td [(On)-383(Return)]TJ
+ -57.286 -35.2 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
- 0 -20.877 Td [(F)96(unction)-384(v)64(alue)]TJ
+ 0 -21.695 Td [(F)96(unction)-384(v)64(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 78.387 0 Td [(The)-333(memory)-334(o)-28(ccupati)1(on)-334(in)-333(b)28(ytes.)]TJ/F27 9.9626 Tf -78.387 -27.158 Td [(get)]TJ
+/F8 9.9626 Tf 78.387 0 Td [(The)-333(memory)-334(o)-28(ccupati)1(on)-334(in)-333(b)28(ytes.)]TJ/F27 9.9626 Tf -78.387 -28.242 Td [(get)]TJ
ET
q
-1 0 0 1 116.018 343.052 cm
+1 0 0 1 116.018 287.177 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 119.455 342.852 Td [(v)32(ect)-383(|)-384(Get)-383(a)-383(cop)32(y)-384(of)-383(the)-383(v)31(ector)-383(con)32(ten)32(ts)]TJ
+/F27 9.9626 Tf 119.455 286.978 Td [(v)32(ect)-383(|)-384(Get)-383(a)-383(cop)32(y)-384(of)-383(the)-383(v)31(ector)-383(con)32(ten)32(ts)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -19.56 -18.831 Td [(extv)-525(=)-525(v%get_vect\050\051)]TJ
+/F30 9.9626 Tf -19.56 -19.213 Td [(extv)-525(=)-525(v%get_vect\050\051)]TJ
0 g 0 G
-/F27 9.9626 Tf 0 -22.632 Td [(T)32(yp)-32(e:)]TJ
+/F27 9.9626 Tf 0 -23.245 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -20.876 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -21.695 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -20.877 Td [(v)]TJ
+ 0 -21.694 Td [(v)]TJ
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(the)-333(dense)-334(v)28(ector)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ
0 g 0 G
- -57.286 -34.586 Td [(On)-383(Return)]TJ
+ -57.286 -35.2 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
- 0 -20.877 Td [(F)96(unction)-384(v)64(alue)]TJ
+ 0 -21.695 Td [(F)96(unction)-384(v)64(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 78.387 0 Td [(An)-353(allo)-28(catable)-354(arra)28(y)-353(holding)-354(a)-353(cop)28(y)-354(of)-353(the)-354(dense)-353(v)28(ector)-354(con-)]TJ -53.48 -11.955 Td [(ten)28(ts.)]TJ/F16 11.9552 Tf -24.907 -29.15 Td [(3.4)-1125(Preconditioner)-375(data)-375(structure)]TJ/F8 9.9626 Tf 0 -18.832 Td [(Our)-383(base)-383(library)-383(o\013ers)-383(supp)-28(ort)-383(for)-383(simple)-383(w)28(ell)-383(kno)27(wn)-383(preconditioners)-383(lik)28(e)-383(Di-)]TJ 0 -11.955 Td [(agonal)-333(Scaling)-334(or)-333(Blo)-28(c)28(k)-333(Jacobi)-334(with)-333(incomplete)-333(factorization)-334(ILU\0500\051.)]TJ
+/F8 9.9626 Tf 78.387 0 Td [(An)-353(allo)-28(catable)-354(arra)28(y)-353(holding)-354(a)-353(cop)28(y)-354(of)-353(the)-354(dense)-353(v)28(ector)-354(con-)]TJ -53.48 -11.955 Td [(ten)28(ts.)]TJ
0 g 0 G
- 166.875 -29.888 Td [(19)]TJ
+ 141.968 -29.888 Td [(19)]TJ
0 g 0 G
ET
endstream
endobj
-804 0 obj <<
+803 0 obj <<
/Type /Page
-/Contents 805 0 R
-/Resources 803 0 R
+/Contents 804 0 R
+/Resources 802 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
+/Parent 807 0 R
>> endobj
-806 0 obj <<
-/D [804 0 R /XYZ 99.895 740.998 null]
+805 0 obj <<
+/D [803 0 R /XYZ 99.895 740.998 null]
>> endobj
-801 0 obj <<
-/D [804 0 R /XYZ 158.232 583.732 null]
+800 0 obj <<
+/D [803 0 R /XYZ 158.232 583.732 null]
>> endobj
-807 0 obj <<
-/D [804 0 R /XYZ 99.895 530.9 null]
+806 0 obj <<
+/D [803 0 R /XYZ 99.895 480.378 null]
>> endobj
130 0 obj <<
-/D [804 0 R /XYZ 99.895 512.068 null]
+/D [803 0 R /XYZ 99.895 461.165 null]
>> endobj
134 0 obj <<
-/D [804 0 R /XYZ 99.895 334.276 null]
+/D [803 0 R /XYZ 99.895 278.225 null]
>> endobj
-138 0 obj <<
-/D [804 0 R /XYZ 99.895 165.298 null]
->> endobj
-803 0 obj <<
-/Font << /F30 664 0 R /F8 478 0 R /F27 477 0 R /F16 475 0 R >>
+802 0 obj <<
+/Font << /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-811 0 obj <<
-/Length 5085
+810 0 obj <<
+/Length 2317
>>
stream
0 g 0 G
0 g 0 G
BT
-/F8 9.9626 Tf 165.649 706.129 Td [(A)-427(preconditioner)-428(is)-427(held)-428(in)-427(the)]TJ/F30 9.9626 Tf 142.723 0 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(3.4)-1125(Preconditioner)-375(data)-375(structure)]TJ/F8 9.9626 Tf 0 -18.389 Td [(Our)-383(base)-383(library)-383(o\013ers)-383(supp)-28(ort)-383(for)-383(simple)-383(w)28(ell)-383(kno)27(wn)-383(precondition)1(e)-1(r)1(s)-384(lik)28(e)-383(Di-)]TJ 0 -11.956 Td [(agonal)-333(Scaling)-334(or)-333(Blo)-28(c)28(k)-333(Jacobi)-334(with)-333(incomplete)-333(factorization)-333(ILU\0500\051.)]TJ 14.944 -11.955 Td [(A)-427(preconditioner)-428(is)-427(held)-428(in)-427(the)]TJ/F30 9.9626 Tf 142.723 0 Td [(psb)]TJ
ET
q
-1 0 0 1 324.691 706.328 cm
+1 0 0 1 324.691 664.028 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 327.829 706.129 Td [(prec)]TJ
+/F30 9.9626 Tf 327.829 663.829 Td [(prec)]TJ
ET
q
-1 0 0 1 349.378 706.328 cm
+1 0 0 1 349.378 664.028 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 352.516 706.129 Td [(type)]TJ/F8 9.9626 Tf 25.18 0 Td [(data)-427(structure)-428(rep)-28(orted)-427(in)]TJ -226.991 -11.955 Td [(\014gure)]TJ
+/F30 9.9626 Tf 352.516 663.829 Td [(type)]TJ/F8 9.9626 Tf 25.18 0 Td [(data)-427(structure)-428(rep)-28(orted)-427(in)]TJ -226.991 -11.955 Td [(\014gure)]TJ
0 0 1 rg 0 0 1 RG
[-361(6)]TJ
0 g 0 G
- [(.)-527(The)]TJ/F30 9.9626 Tf 61.729 0 Td [(psb_prec_type)]TJ/F8 9.9626 Tf 71.59 0 Td [(data)-361(t)28(yp)-28(e)-361(ma)28(y)-361(con)28(tain)-361(a)-361(simple)-361(preconditionin)1(g)]TJ -133.319 -11.955 Td [(matrix)-395(with)-396(the)-395(asso)-28(ciated)-396(comm)28(unication)-395(desc)-1(r)1(iptor.The)-396(v)56(alues)-396(con)28(tained)-395(in)]TJ 0 -11.956 Td [(the)]TJ/F30 9.9626 Tf 16.637 0 Td [(iprcparm)]TJ/F8 9.9626 Tf 44.642 0 Td [(and)]TJ/F30 9.9626 Tf 18.851 0 Td [(rprcparm)]TJ/F8 9.9626 Tf 44.642 0 Td [(de\014ne)-281(tha)-281(t)28(yp)-28(e)-281(of)-281(preconditioner)-281(along)-281(with)-281(all)-281(the)]TJ -124.772 -11.955 Td [(parameters)-420(related)-421(to)-420(it;)-464(th)28(us,)]TJ/F30 9.9626 Tf 139.397 0 Td [(iprcparm)]TJ/F8 9.9626 Tf 46.03 0 Td [(and)]TJ/F30 9.9626 Tf 20.239 0 Td [(rprcparm)]TJ/F8 9.9626 Tf 46.03 0 Td [(de\014ne)-420(ho)28(w)-421(the)-420(other)]TJ -251.696 -11.955 Td [(records)-282(ha)28(v)28(e)-282(to)-282(b)-27(e)-282(in)28(terpreted.)-428(This)-281(data)-282(structure)-282(is)-282(the)-281(basis)-282(of)-282(more)-282(complex)]TJ 0 -11.955 Td [(preconditioning)-333(strategies,)-334(whic)28(h)-333(are)-333(the)-334(sub)-55(ject)-334(of)-333(further)-333(researc)28(h.)]TJ
+ [(.)-527(The)]TJ/F30 9.9626 Tf 61.729 0 Td [(psb_prec_type)]TJ/F8 9.9626 Tf 71.59 0 Td [(data)-361(t)28(yp)-28(e)-361(ma)28(y)-361(con)28(tain)-361(a)-361(simple)-361(preconditionin)1(g)]TJ -133.319 -11.955 Td [(matrix)-488(with)-487(the)-488(asso)-28(ciated)-488(comm)28(unication)-487(des)-1(crip)1(tor.The)-488(in)28(ternal)-488(precondi-)]TJ 0 -11.955 Td [(tioner)-417(is)-417(allo)-28(cated)-417(app)1(ropriately)-417(with)-417(the)-417(dynamic)-417(t)28(yp)-28(e)-417(corresp)-28(onding)-417(to)-417(th)1(e)]TJ 0 -11.956 Td [(desired)-333(preconditioner.)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 157.987 604.997 cm
+1 0 0 1 157.987 591.954 cm
[]0 d 0 J 0.398 w 0 0 m 329.147 0 l S
Q
q
-1 0 0 1 158.186 150.501 cm
-[]0 d 0 J 0.398 w 0 0 m 0 454.296 l S
+1 0 0 1 158.186 531.979 cm
+[]0 d 0 J 0.398 w 0 0 m 0 59.776 l S
Q
0 g 0 G
0 g 0 G
BT
-/F46 8.9664 Tf 175.77 585.869 Td [(type)-525(psb_sprec_type)]TJ 9.415 -10.959 Td [(type\050psb_sspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.959 Td [(real\050psb_spk_\051,)-525(allocatable)-4200(::)-525(d\050:\051)]TJ 0 -10.959 Td [(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.959 Td [(real\050psb_spk_\051,)-525(allocatable)-4200(::)-525(rprcparm\050:\051)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.959 Td [(integer)-14700(::)-525(prec,)-525(base_prec)]TJ -9.415 -10.958 Td [(end)-525(type)-525(psb_sprec_type)]TJ 0 -21.918 Td [(type)-525(psb_dprec_type)]TJ 9.415 -10.959 Td [(type\050psb_dspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.959 Td [(real\050psb_dpk_\051,)-525(allocatable)-4200(::)-525(d\050:\051)]TJ 0 -10.959 Td [(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.959 Td [(real\050psb_dpk_\051,)-525(allocatable)-4200(::)-525(rprcparm\050:\051)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.959 Td [(integer)-14700(::)-525(prec,)-525(base_prec)]TJ -9.415 -10.959 Td [(end)-525(type)-525(psb_dprec_type)]TJ 0 -21.917 Td [(type)-525(psb_cprec_type)]TJ 9.415 -10.959 Td [(type\050psb_cspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.959 Td [(complex\050psb_spk_\051,)-525(allocatable)-2625(::)-525(d\050:\051)]TJ 0 -10.959 Td [(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.959 Td [(real\050psb_spk_\051,)-525(allocatable)-4200(::)-525(rprcparm\050:\051)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.959 Td [(integer)-14700(::)-525(prec,)-525(base_prec)]TJ -9.415 -10.959 Td [(end)-525(type)-525(psb_cprec_type)]TJ 0 -21.917 Td [(type)-525(psb_zprec_type)]TJ 9.415 -10.959 Td [(type\050psb_zspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.959 Td [(complex\050psb_dpk_\051,)-525(allocatable)-2625(::)-525(d\050:\051)]TJ 0 -10.959 Td [(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.959 Td [(real\050psb_dpk_\051,)-525(allocatable)-4200(::)-525(rprcparm\050:\051)]TJ 0 -10.959 Td [(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.959 Td [(integer)-14700(::)-525(prec,)-525(base_prec)]TJ -9.415 -10.959 Td [(end)-525(type)-525(psb_zprec_type)]TJ
+/F46 8.9664 Tf 175.77 572.826 Td [(type)-525(psb_Tprec_type)]TJ 9.415 -10.959 Td [(class\050psb_T_base_prec_type\051,)-525(allocatable)-525(::)-525(prec)]TJ -9.415 -10.959 Td [(end)-525(type)-525(psb_Tprec_type)]TJ
ET
q
-1 0 0 1 486.935 150.501 cm
-[]0 d 0 J 0.398 w 0 0 m 0 454.296 l S
+1 0 0 1 486.935 531.979 cm
+[]0 d 0 J 0.398 w 0 0 m 0 59.776 l S
Q
q
-1 0 0 1 157.987 150.302 cm
+1 0 0 1 157.987 531.78 cm
[]0 d 0 J 0.398 w 0 0 m 329.147 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 162.674 122.263 Td [(Figure)-333(6:)-445(The)-333(PSBLAS)-333(de\014ned)-334(d)1(a)-1(t)1(a)-334(t)28(yp)-28(e)-333(that)-333(con)27(tains)-333(a)-333(preconditioner.)]TJ
+/F8 9.9626 Tf 162.674 503.741 Td [(Figure)-333(6:)-445(The)-333(PSBLAS)-333(de\014ned)-334(d)1(a)-1(t)1(a)-334(t)28(yp)-28(e)-333(that)-333(con)27(tains)-333(a)-333(preconditioner.)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
- 154.905 -31.825 Td [(20)]TJ
+ 154.905 -413.303 Td [(20)]TJ
0 g 0 G
ET
endstream
endobj
-810 0 obj <<
+809 0 obj <<
/Type /Page
-/Contents 811 0 R
-/Resources 809 0 R
+/Contents 810 0 R
+/Resources 808 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
-/Annots [ 802 0 R ]
+/Parent 807 0 R
+/Annots [ 801 0 R ]
>> endobj
-802 0 obj <<
+801 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [177.685 690.964 184.659 702.088]
+/Rect [177.685 648.664 184.659 659.789]
/Subtype /Link
/A << /S /GoTo /D (figure.6) >>
>> endobj
-812 0 obj <<
-/D [810 0 R /XYZ 150.705 740.998 null]
+811 0 obj <<
+/D [809 0 R /XYZ 150.705 740.998 null]
>> endobj
-813 0 obj <<
-/D [810 0 R /XYZ 308.372 706.129 null]
+138 0 obj <<
+/D [809 0 R /XYZ 150.705 716.092 null]
>> endobj
-815 0 obj <<
-/D [810 0 R /XYZ 206.288 134.218 null]
+812 0 obj <<
+/D [809 0 R /XYZ 308.372 663.829 null]
>> endobj
-809 0 obj <<
-/Font << /F8 478 0 R /F30 664 0 R /F46 814 0 R >>
+814 0 obj <<
+/D [809 0 R /XYZ 206.288 515.696 null]
+>> endobj
+808 0 obj <<
+/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R /F46 813 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-818 0 obj <<
-/Length 169
+817 0 obj <<
+/Length 157
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(3.5)-1125(Data)-375(structure)-375(Metho)-31(ds)]TJ
+/F16 14.3462 Tf 99.895 706.129 Td [(4)-1125(Computational)-375(routines)]TJ
0 g 0 G
/F8 9.9626 Tf 166.875 -615.691 Td [(21)]TJ
0 g 0 G
ET
endstream
endobj
-817 0 obj <<
-/Type /Page
-/Contents 818 0 R
-/Resources 816 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
->> endobj
-819 0 obj <<
-/D [817 0 R /XYZ 99.895 740.998 null]
->> endobj
-142 0 obj <<
-/D [817 0 R /XYZ 99.895 716.092 null]
->> endobj
816 0 obj <<
-/Font << /F16 475 0 R /F8 478 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-822 0 obj <<
-/Length 158
->>
-stream
-0 g 0 G
-0 g 0 G
-BT
-/F16 14.3462 Tf 150.705 706.129 Td [(4)-1125(Computational)-375(routines)]TJ
-0 g 0 G
-/F8 9.9626 Tf 166.874 -615.691 Td [(22)]TJ
-0 g 0 G
-ET
-endstream
-endobj
-821 0 obj <<
/Type /Page
-/Contents 822 0 R
-/Resources 820 0 R
+/Contents 817 0 R
+/Resources 815 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
+/Parent 807 0 R
>> endobj
-823 0 obj <<
-/D [821 0 R /XYZ 150.705 740.998 null]
+818 0 obj <<
+/D [816 0 R /XYZ 99.895 740.998 null]
>> endobj
-146 0 obj <<
-/D [821 0 R /XYZ 150.705 716.092 null]
+142 0 obj <<
+/D [816 0 R /XYZ 99.895 716.092 null]
>> endobj
-820 0 obj <<
+815 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-833 0 obj <<
-/Length 7361
+828 0 obj <<
+/Length 7321
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(geaxpb)31(y)-375(|)-375(General)-375(Dense)-375(Matrix)-375(Sum)]TJ/F8 9.9626 Tf -25.091 -18.578 Td [(This)-436(subroutine)-436(is)-436(an)-436(in)28(te)-1(r)1(fac)-1(e)-436(to)-436(the)-436(computational)-436(k)28(ernel)-436(for)-436(dense)-436(matrix)]TJ 0 -11.955 Td [(sum:)]TJ/F11 9.9626 Tf 142.538 -12.258 Td [(y)]TJ/F14 9.9626 Tf 8.009 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(\013)-226(x)]TJ/F8 9.9626 Tf 16.532 0 Td [(+)]TJ/F11 9.9626 Tf 9.962 0 Td [(\014)-53(y)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(geaxpb)31(y)-375(|)-375(General)-375(Dense)-375(Matrix)-375(Sum)]TJ/F8 9.9626 Tf -25.091 -18.578 Td [(This)-436(subroutine)-436(is)-436(an)-436(in)28(terface)-437(to)-436(the)-436(computational)-436(k)28(ernel)-436(for)-436(dense)-436(matrix)]TJ 0 -11.955 Td [(sum:)]TJ/F11 9.9626 Tf 142.537 -12.258 Td [(y)]TJ/F14 9.9626 Tf 8.009 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(\013)-226(x)]TJ/F8 9.9626 Tf 16.532 0 Td [(+)]TJ/F11 9.9626 Tf 9.963 0 Td [(\014)-53(y)]TJ
0 g 0 G
0 g 0 G
/F30 9.9626 Tf -189.771 -22.424 Td [(call)-525(psb_geaxpby\050alpha,)-525(x,)-525(beta,)-525(y,)-525(desc_a,)-525(info\051)]TJ
@@ -6443,54 +6426,54 @@ BT
0 g 0 G
ET
q
-1 0 0 1 177.988 616.077 cm
+1 0 0 1 228.797 616.077 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F11 9.9626 Tf 183.966 607.509 Td [(x)]TJ/F8 9.9626 Tf 5.693 0 Td [(,)]TJ/F11 9.9626 Tf 6.089 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(\014)]TJ/F27 9.9626 Tf 84.799 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 234.775 607.509 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(,)]TJ/F11 9.9626 Tf 6.089 0 Td [(\014)]TJ/F27 9.9626 Tf 84.799 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 177.988 603.724 cm
+1 0 0 1 228.797 603.724 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F8 9.9626 Tf 183.966 595.156 Td [(Short)-333(Precision)-333(R)-1(eal)-3102(psb)]TJ
+/F8 9.9626 Tf 234.775 595.156 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
ET
q
-1 0 0 1 319.972 595.355 cm
+1 0 0 1 370.782 595.355 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 595.156 Td [(geaxpb)28(y)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 373.771 595.156 Td [(geaxpb)28(y)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 319.972 583.4 cm
+1 0 0 1 370.782 583.4 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 583.201 Td [(geaxpb)28(y)]TJ -138.995 -11.956 Td [(Short)-333(Precision)-333(C)-1(omplex)-1200(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 373.771 583.201 Td [(geaxpb)28(y)]TJ -138.996 -11.956 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 319.972 571.445 cm
+1 0 0 1 370.782 571.445 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 571.245 Td [(geaxpb)28(y)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+/F8 9.9626 Tf 373.771 571.245 Td [(geaxpb)28(y)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
ET
q
-1 0 0 1 319.972 559.49 cm
+1 0 0 1 370.782 559.49 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 559.29 Td [(geaxpb)28(y)]TJ
+/F8 9.9626 Tf 373.771 559.29 Td [(geaxpb)28(y)]TJ
ET
q
-1 0 0 1 177.988 555.504 cm
+1 0 0 1 228.797 555.504 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 527.465 Td [(T)83(able)-333(1:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 527.465 Td [(T)83(able)-333(1:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -6503,7 +6486,7 @@ BT
0 g 0 G
0 -20.329 Td [(alpha)]TJ
0 g 0 G
-/F8 9.9626 Tf 32.033 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf 32.032 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.469 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(global)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(in)1(dicate)-1(d)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(1)]TJ
0 g 0 G
@@ -6511,40 +6494,40 @@ BT
0 g 0 G
/F27 9.9626 Tf -24.907 -20.33 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 336.932 cm
+1 0 0 1 436.673 336.932 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 336.732 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 336.732 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 336.932 cm
+1 0 0 1 445.669 336.932 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 336.732 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 336.732 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 336.932 cm
+1 0 0 1 470.356 336.932 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 336.732 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 336.732 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-375(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-376(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-375(n)27(um)28(b)-28(ers)-375(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-375(1)]TJ
0 g 0 G
- [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.03 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-376(b)-27(e)]TJ -283.462 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
+ [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.031 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-375(b)-28(e)]TJ -283.463 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -83.615 -20.33 Td [(b)-32(eta)]TJ
0 g 0 G
-/F8 9.9626 Tf 26.941 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\014)]TJ/F8 9.9626 Tf 6.161 0 Td [(.)]TJ -53.663 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf 26.94 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.469 0 Td [(\014)]TJ/F8 9.9626 Tf 6.161 0 Td [(.)]TJ -53.663 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(global)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(in)1(dicate)-1(d)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(1)]TJ
0 g 0 G
@@ -6552,295 +6535,295 @@ BT
0 g 0 G
/F27 9.9626 Tf -24.907 -20.329 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(the)-333(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 193.276 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -184.639 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(the)-333(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 193.276 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -184.639 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 176.72 cm
+1 0 0 1 436.673 176.72 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 176.521 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 176.521 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 176.72 cm
+1 0 0 1 445.669 176.72 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 176.521 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 176.521 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 176.72 cm
+1 0 0 1 470.356 176.72 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 176.521 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 176.521 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-334(n)28(um)27(b)-27(ers)-335(of)-334(the)-334(t)28(yp)-28(e)-334(indicated)-334(in)-334(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-334(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-335(of)-334(the)-334(t)28(yp)-28(e)-334(indicated)-334(in)-334(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-334(1)]TJ
0 g 0 G
- [(.)-447(The)-334(rank)-334(of)]TJ/F11 9.9626 Tf 288.869 0 Td [(y)]TJ/F8 9.9626 Tf 8.571 0 Td [(m)28(ust)]TJ -297.44 -11.955 Td [(b)-28(e)-333(the)-333(sam)-1(e)-333(of)]TJ/F11 9.9626 Tf 67.027 0 Td [(x)]TJ/F8 9.9626 Tf 5.693 0 Td [(.)]TJ
+ [(.)-447(The)-334(rank)-335(of)]TJ/F11 9.9626 Tf 288.869 0 Td [(y)]TJ/F8 9.9626 Tf 8.572 0 Td [(m)28(ust)]TJ -297.441 -11.955 Td [(b)-28(e)-333(the)-333(s)-1(ame)-333(of)]TJ/F11 9.9626 Tf 67.027 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -97.627 -20.33 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 132.48 cm
+1 0 0 1 172.619 132.48 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 132.281 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 132.281 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ
0 g 0 G
-/F8 9.9626 Tf 109.589 -29.888 Td [(23)]TJ
+/F8 9.9626 Tf 109.589 -29.888 Td [(22)]TJ
0 g 0 G
ET
endstream
endobj
-832 0 obj <<
+827 0 obj <<
/Type /Page
-/Contents 833 0 R
-/Resources 831 0 R
+/Contents 828 0 R
+/Resources 826 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
-/Annots [ 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R ]
+/Parent 807 0 R
+/Annots [ 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R ]
>> endobj
-824 0 obj <<
+819 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.088 401.949 389.062 412.798]
+/Rect [432.897 401.949 439.871 412.798]
/Subtype /Link
/A << /S /GoTo /D (table.1) >>
>> endobj
-825 0 obj <<
+820 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 333.522 444.603 344.647]
+/Rect [419.358 333.522 495.412 344.647]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-826 0 obj <<
+821 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [328.333 321.844 335.307 332.692]
+/Rect [379.142 321.844 386.116 332.692]
/Subtype /Link
/A << /S /GoTo /D (table.1) >>
>> endobj
-827 0 obj <<
+822 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.088 241.738 389.062 252.586]
+/Rect [432.897 241.738 439.871 252.586]
/Subtype /Link
/A << /S /GoTo /D (table.1) >>
>> endobj
-828 0 obj <<
+823 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 173.311 444.603 184.436]
+/Rect [419.358 173.311 495.412 184.436]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-829 0 obj <<
+824 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [345.625 161.632 352.599 172.481]
+/Rect [396.435 161.632 403.409 172.481]
/Subtype /Link
/A << /S /GoTo /D (table.1) >>
>> endobj
-834 0 obj <<
-/D [832 0 R /XYZ 99.895 740.998 null]
+829 0 obj <<
+/D [827 0 R /XYZ 150.705 740.998 null]
>> endobj
-150 0 obj <<
-/D [832 0 R /XYZ 99.895 697.283 null]
+146 0 obj <<
+/D [827 0 R /XYZ 150.705 697.283 null]
>> endobj
-835 0 obj <<
-/D [832 0 R /XYZ 267.641 539.42 null]
+830 0 obj <<
+/D [827 0 R /XYZ 318.451 539.42 null]
>> endobj
-831 0 obj <<
+826 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-840 0 obj <<
-/Length 2655
+835 0 obj <<
+/Length 2659
>>
stream
0 g 0 G
0 g 0 G
BT
-/F8 9.9626 Tf 175.611 706.129 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 124.802 706.129 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
ET
q
-1 0 0 1 327.588 682.418 cm
+1 0 0 1 276.779 682.418 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 330.727 682.219 Td [(desc)]TJ
+/F30 9.9626 Tf 279.917 682.219 Td [(desc)]TJ
ET
q
-1 0 0 1 352.275 682.418 cm
+1 0 0 1 301.466 682.418 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 355.414 682.219 Td [(type)]TJ
+/F30 9.9626 Tf 304.604 682.219 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.63 -21.918 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.631 -21.918 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.926 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(result)-333(submatrix)]TJ/F11 9.9626 Tf 162.364 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -153.727 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(result)-333(submatrix)]TJ/F11 9.9626 Tf 162.364 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -153.727 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 436.673 592.754 cm
+1 0 0 1 385.864 592.754 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 439.811 592.555 Td [(T)]TJ
+/F30 9.9626 Tf 389.002 592.555 Td [(T)]TJ
ET
q
-1 0 0 1 445.669 592.754 cm
+1 0 0 1 394.86 592.754 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 448.807 592.555 Td [(vect)]TJ
+/F30 9.9626 Tf 397.998 592.555 Td [(vect)]TJ
ET
q
-1 0 0 1 470.356 592.754 cm
+1 0 0 1 419.547 592.754 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 473.495 592.555 Td [(type)]TJ
+/F30 9.9626 Tf 422.685 592.555 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(the)-334(t)28(yp)-28(e)-333(indicated)-333(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(the)-334(t)28(yp)-28(e)-333(indicated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(1)]TJ
+ [-333(1)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.926 Td [(info)]TJ
+/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
- 141.968 -422.416 Td [(24)]TJ
+ 141.968 -422.416 Td [(23)]TJ
0 g 0 G
ET
endstream
endobj
-839 0 obj <<
+834 0 obj <<
/Type /Page
-/Contents 840 0 R
-/Resources 838 0 R
+/Contents 835 0 R
+/Resources 833 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 808 0 R
-/Annots [ 830 0 R 836 0 R 837 0 R ]
+/Parent 807 0 R
+/Annots [ 825 0 R 831 0 R 832 0 R ]
>> endobj
-830 0 obj <<
+825 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.273 679.008 377.331 690.133]
+/Rect [259.464 679.008 326.522 690.133]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-836 0 obj <<
+831 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [419.358 589.345 495.412 600.47]
+/Rect [368.549 589.345 444.603 600.47]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-837 0 obj <<
+832 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [396.367 577.666 403.341 588.514]
+/Rect [345.558 577.666 352.532 588.514]
/Subtype /Link
/A << /S /GoTo /D (table.1) >>
>> endobj
-841 0 obj <<
-/D [839 0 R /XYZ 150.705 740.998 null]
+836 0 obj <<
+/D [834 0 R /XYZ 99.895 740.998 null]
>> endobj
-838 0 obj <<
+833 0 obj <<
/Font << /F8 478 0 R /F27 477 0 R /F30 664 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-850 0 obj <<
-/Length 7903
+845 0 obj <<
+/Length 7891
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(gedot)-375(|)-375(Dot)-375(Pro)-31(duct)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(dot)-333(pro)-28(duct)-333(b)-28(et)28(w)27(een)-333(t)28(w)28(o)-334(v)28(ectors)]TJ/F11 9.9626 Tf 252.332 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -285.961 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 8.562 0 Td [(are)-333(real)-334(v)28(ectors)-333(it)-334(computes)-333(dot-pro)-28(duct)-333(as:)]TJ/F11 9.9626 Tf 101.783 -20.45 Td [(dot)]TJ/F14 9.9626 Tf 16.38 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 4.113 Td [(T)]TJ/F11 9.9626 Tf 6.276 -4.113 Td [(y)]TJ/F8 9.9626 Tf -189.775 -20.451 Td [(Else)-333(if)]TJ/F11 9.9626 Tf 30.359 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.371 0 Td [(y)]TJ/F8 9.9626 Tf 8.563 0 Td [(are)-333(complex)-334(v)28(ectors)-333(then)-334(it)-333(computes)-333(dot-pro)-28(duct)-333(as:)]TJ/F11 9.9626 Tf 80.747 -20.451 Td [(dot)]TJ/F14 9.9626 Tf 16.38 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F10 6.9738 Tf 5.693 4.113 Td [(H)]TJ/F11 9.9626 Tf 7.557 -4.113 Td [(y)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(gedot)-375(|)-375(Dot)-375(Pro)-31(duct)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(dot)-333(pro)-28(duct)-333(b)-28(et)28(w)28(e)-1(en)-333(t)28(w)28(o)-334(v)28(ectors)]TJ/F11 9.9626 Tf 252.332 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.371 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -285.96 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 8.563 0 Td [(are)-333(real)-334(v)28(ectors)-333(it)-334(computes)-333(dot-pro)-28(duct)-333(as:)]TJ/F11 9.9626 Tf 101.783 -20.45 Td [(dot)]TJ/F14 9.9626 Tf 16.379 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 4.113 Td [(T)]TJ/F11 9.9626 Tf 6.276 -4.113 Td [(y)]TJ/F8 9.9626 Tf -189.774 -20.451 Td [(Else)-333(if)]TJ/F11 9.9626 Tf 30.358 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 8.563 0 Td [(are)-333(complex)-334(v)28(ectors)-333(then)-334(it)-333(computes)-333(dot-pro)-28(duct)-333(as:)]TJ/F11 9.9626 Tf 80.747 -20.451 Td [(dot)]TJ/F14 9.9626 Tf 16.379 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 4.113 Td [(H)]TJ/F11 9.9626 Tf 7.556 -4.113 Td [(y)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -190.415 -20.451 Td [(psb_gedot\050x,)-525(y,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -190.414 -20.451 Td [(psb_gedot\050x,)-525(y,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 183.665 571.704 cm
+1 0 0 1 234.474 571.704 cm
[]0 d 0 J 0.398 w 0 0 m 176.173 0 l S
Q
BT
-/F11 9.9626 Tf 189.642 563.136 Td [(dot)]TJ/F8 9.9626 Tf 13.612 0 Td [(,)]TJ/F11 9.9626 Tf 6.089 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(y)]TJ/F27 9.9626 Tf 88.927 0 Td [(F)96(unction)]TJ
+/F11 9.9626 Tf 240.452 563.136 Td [(dot)]TJ/F8 9.9626 Tf 13.612 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(y)]TJ/F27 9.9626 Tf 88.927 0 Td [(F)96(unction)]TJ
ET
q
-1 0 0 1 183.665 559.35 cm
+1 0 0 1 234.474 559.35 cm
[]0 d 0 J 0.398 w 0 0 m 176.173 0 l S
Q
BT
-/F8 9.9626 Tf 189.642 550.783 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
+/F8 9.9626 Tf 240.452 550.783 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
ET
q
-1 0 0 1 325.649 550.982 cm
+1 0 0 1 376.459 550.982 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 328.638 550.783 Td [(gedot)]TJ -138.996 -11.956 Td [(Long)-333(Precision)-334(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 379.447 550.783 Td [(gedot)]TJ -138.995 -11.956 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 325.649 539.027 cm
+1 0 0 1 376.459 539.027 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 328.638 538.827 Td [(gedot)]TJ -138.996 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 379.447 538.827 Td [(gedot)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 325.649 527.071 cm
+1 0 0 1 376.459 527.071 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 328.638 526.872 Td [(gedot)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+/F8 9.9626 Tf 379.447 526.872 Td [(gedot)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
ET
q
-1 0 0 1 325.649 515.116 cm
+1 0 0 1 376.459 515.116 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 328.638 514.917 Td [(gedot)]TJ
+/F8 9.9626 Tf 379.447 514.917 Td [(gedot)]TJ
ET
q
-1 0 0 1 183.665 511.131 cm
+1 0 0 1 234.474 511.131 cm
[]0 d 0 J 0.398 w 0 0 m 176.173 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 483.092 Td [(T)83(able)-333(2:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 483.092 Td [(T)83(able)-333(2:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -6853,224 +6836,224 @@ BT
0 g 0 G
0 -19.338 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 365.251 cm
+1 0 0 1 436.673 365.251 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 365.052 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 365.052 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 365.251 cm
+1 0 0 1 445.669 365.251 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 365.052 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 365.052 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 365.251 cm
+1 0 0 1 470.356 365.251 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 365.052 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 365.052 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-375(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-376(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-375(n)27(um)28(b)-28(ers)-375(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-375(2)]TJ
0 g 0 G
- [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.03 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-376(b)-27(e)]TJ -283.462 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
+ [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.031 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-375(b)-28(e)]TJ -283.463 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -83.615 -19.339 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 274.182 cm
+1 0 0 1 436.673 274.182 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 273.982 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 273.982 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 274.182 cm
+1 0 0 1 445.669 274.182 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 273.982 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 273.982 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 274.182 cm
+1 0 0 1 470.356 274.182 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 273.982 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 273.982 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-378(n)27(um)28(b)-28(ers)-378(of)-378(t)28(yp)-28(e)-378(sp)-28(eci\014ed)-378(in)-379(T)84(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-378(n)27(um)28(b)-28(ers)-378(of)-378(t)28(yp)-28(e)-378(sp)-28(eci\014ed)-378(in)-379(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
[-378(2)]TJ
0 g 0 G
- [(.)-580(The)-378(rank)-378(of)]TJ/F11 9.9626 Tf 274.422 0 Td [(y)]TJ/F8 9.9626 Tf 9.01 0 Td [(m)28(ust)-379(b)-27(e)]TJ -283.432 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
+ [(.)-580(The)-378(rank)-378(of)]TJ/F11 9.9626 Tf 274.422 0 Td [(y)]TJ/F8 9.9626 Tf 9.011 0 Td [(m)28(ust)-378(b)-28(e)]TJ -283.433 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -84.067 -19.338 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 230.933 cm
+1 0 0 1 172.619 230.933 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 230.734 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 230.734 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
q
-1 0 0 1 276.779 183.112 cm
+1 0 0 1 327.588 183.112 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 279.917 182.913 Td [(desc)]TJ
+/F30 9.9626 Tf 330.727 182.913 Td [(desc)]TJ
ET
q
-1 0 0 1 301.466 183.112 cm
+1 0 0 1 352.275 183.112 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 304.604 182.913 Td [(type)]TJ
+/F30 9.9626 Tf 355.414 182.913 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.631 -19.339 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.63 -19.339 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.338 Td [(F)96(unction)-384(v)64(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 78.387 0 Td [(is)-333(the)-334(dot)-333(pro)-28(duct)-333(of)-333(sub)28(v)27(ectors)]TJ/F11 9.9626 Tf 142.189 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.371 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -229.297 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf 78.386 0 Td [(is)-333(the)-334(dot)-333(pro)-28(duct)-333(of)-333(sub)28(v)27(ectors)]TJ/F11 9.9626 Tf 142.189 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -229.298 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)27(yp)-27(e)-334(indicated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(2)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
- 141.968 -29.888 Td [(25)]TJ
+ 141.968 -29.888 Td [(24)]TJ
0 g 0 G
ET
endstream
endobj
-849 0 obj <<
+844 0 obj <<
/Type /Page
-/Contents 850 0 R
-/Resources 848 0 R
+/Contents 845 0 R
+/Resources 843 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
-/Annots [ 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R ]
+/Parent 807 0 R
+/Annots [ 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R ]
>> endobj
-842 0 obj <<
+837 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 361.842 444.603 372.967]
+/Rect [419.358 361.842 495.412 372.967]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-843 0 obj <<
+838 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [328.333 350.163 335.307 361.011]
+/Rect [379.142 350.163 386.116 361.011]
/Subtype /Link
/A << /S /GoTo /D (table.2) >>
>> endobj
-844 0 obj <<
+839 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 270.772 444.603 281.897]
+/Rect [419.358 270.772 495.412 281.897]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-845 0 obj <<
+840 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [328.544 259.094 335.518 269.942]
+/Rect [379.353 259.094 386.327 269.942]
/Subtype /Link
/A << /S /GoTo /D (table.2) >>
>> endobj
-846 0 obj <<
+841 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.464 179.703 326.522 190.828]
+/Rect [310.273 179.703 377.331 190.828]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-847 0 obj <<
+842 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.088 117.392 389.062 128.24]
+/Rect [432.897 117.392 439.871 128.24]
/Subtype /Link
/A << /S /GoTo /D (table.2) >>
>> endobj
-851 0 obj <<
-/D [849 0 R /XYZ 99.895 740.998 null]
+846 0 obj <<
+/D [844 0 R /XYZ 150.705 740.998 null]
>> endobj
-154 0 obj <<
-/D [849 0 R /XYZ 99.895 697.37 null]
+150 0 obj <<
+/D [844 0 R /XYZ 150.705 697.37 null]
>> endobj
-852 0 obj <<
-/D [849 0 R /XYZ 267.641 495.047 null]
+847 0 obj <<
+/D [844 0 R /XYZ 318.451 495.047 null]
>> endobj
-848 0 obj <<
+843 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-856 0 obj <<
-/Length 625
+850 0 obj <<
+/Length 624
>>
stream
0 g 0 G
0 g 0 G
0 g 0 G
BT
-/F27 9.9626 Tf 150.705 706.129 Td [(info)]TJ
+/F27 9.9626 Tf 99.895 706.129 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
- 141.968 -567.87 Td [(26)]TJ
+ 141.968 -567.87 Td [(25)]TJ
0 g 0 G
ET
endstream
endobj
-855 0 obj <<
+849 0 obj <<
/Type /Page
-/Contents 856 0 R
-/Resources 854 0 R
+/Contents 850 0 R
+/Resources 848 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
+/Parent 852 0 R
>> endobj
-857 0 obj <<
-/D [855 0 R /XYZ 150.705 740.998 null]
+851 0 obj <<
+/D [849 0 R /XYZ 99.895 740.998 null]
>> endobj
-854 0 obj <<
+848 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-866 0 obj <<
-/Length 8468
+861 0 obj <<
+/Length 8416
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(gedots)-375(|)-375(Generalized)-375(Dot)-375(Pro)-31(duct)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-392(subroutine)-392(computes)-392(a)-392(series)-392(of)-391(dot)-392(pro)-28(ducts)-392(among)-392(the)-392(columns)-392(of)-391(t)27(w)28(o)]TJ 0 -11.956 Td [(dense)-333(matrices)]TJ/F11 9.9626 Tf 67.11 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.241 0 Td [(:)]TJ/F11 9.9626 Tf 23.756 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.081 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ/F10 6.9738 Tf 3.874 4.114 Td [(T)]TJ/F11 9.9626 Tf 6.276 -4.114 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ -215.343 -15.687 Td [(If)-245(the)-245(matrices)-245(are)-245(complex,)-262(then)-245(the)-245(usual)-245(con)28(v)28(e)-1(n)28(tion)-245(app)1(lie)-1(s,)-262(i.e.)-415(the)-245(conjugate)]TJ 0 -11.955 Td [(transp)-28(ose)-323(of)]TJ/F11 9.9626 Tf 55.836 0 Td [(x)]TJ/F8 9.9626 Tf 8.913 0 Td [(is)-323(used.)-441(If)]TJ/F11 9.9626 Tf 46.366 0 Td [(x)]TJ/F8 9.9626 Tf 8.913 0 Td [(and)]TJ/F11 9.9626 Tf 19.269 0 Td [(y)]TJ/F8 9.9626 Tf 8.461 0 Td [(are)-323(of)-323(rank)-323(one,)-325(then)]TJ/F11 9.9626 Tf 94.212 0 Td [(r)-28(es)]TJ/F8 9.9626 Tf 17.299 0 Td [(is)-323(a)-323(scalar,)-325(else)-324(it)-323(is)]TJ -259.269 -11.955 Td [(a)-333(rank)-334(one)-333(arra)28(y)83(.)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(gedots)-375(|)-375(Generalized)-375(Dot)-375(Pro)-31(duct)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-392(subroutine)-392(computes)-392(a)-392(series)-392(of)-391(dot)-392(pro)-28(ducts)-392(among)-392(the)-392(columns)-392(of)-391(t)27(w)28(o)]TJ 0 -11.956 Td [(dense)-333(matrices)]TJ/F11 9.9626 Tf 67.109 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(:)]TJ/F11 9.9626 Tf 23.756 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(x)]TJ/F8 9.9626 Tf 5.693 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ/F10 6.9738 Tf 3.875 4.114 Td [(T)]TJ/F11 9.9626 Tf 6.276 -4.114 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ -215.343 -15.687 Td [(If)-245(the)-245(matrices)-245(are)-245(complex,)-262(then)-245(the)-245(usual)-245(con)28(v)28(en)27(tion)-245(ap)1(plies)-1(,)-262(i.e.)-415(the)-245(conjugate)]TJ 0 -11.955 Td [(transp)-28(ose)-323(of)]TJ/F11 9.9626 Tf 55.836 0 Td [(x)]TJ/F8 9.9626 Tf 8.913 0 Td [(is)-323(used.)-441(If)]TJ/F11 9.9626 Tf 46.365 0 Td [(x)]TJ/F8 9.9626 Tf 8.913 0 Td [(and)]TJ/F11 9.9626 Tf 19.27 0 Td [(y)]TJ/F8 9.9626 Tf 8.461 0 Td [(are)-323(of)-323(rank)-323(one,)-325(then)]TJ/F11 9.9626 Tf 94.211 0 Td [(r)-28(es)]TJ/F8 9.9626 Tf 17.3 0 Td [(is)-323(a)-323(scalar,)-325(else)-324(it)-323(is)]TJ -259.269 -11.955 Td [(a)-333(rank)-334(one)-333(arra)28(y)83(.)]TJ
0 g 0 G
0 g 0 G
/F30 9.9626 Tf 0 -18.175 Td [(call)-525(psb_gedots\050res,)-525(x,)-525(y,)-525(desc_a,)-525(info\051)]TJ
@@ -7079,54 +7062,54 @@ BT
0 g 0 G
ET
q
-1 0 0 1 177.988 586.966 cm
+1 0 0 1 228.797 586.966 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F11 9.9626 Tf 183.966 578.398 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(y)]TJ/F27 9.9626 Tf 88.459 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 234.775 578.398 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(,)]TJ/F11 9.9626 Tf 6.089 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(y)]TJ/F27 9.9626 Tf 88.459 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 177.988 574.612 cm
+1 0 0 1 228.797 574.612 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F8 9.9626 Tf 183.966 566.045 Td [(Short)-333(Precision)-333(R)-1(eal)-3102(psb)]TJ
+/F8 9.9626 Tf 234.775 566.045 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
ET
q
-1 0 0 1 319.972 566.244 cm
+1 0 0 1 370.782 566.244 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 566.045 Td [(gedots)]TJ -138.995 -11.956 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 373.771 566.045 Td [(gedots)]TJ -138.996 -11.956 Td [(Long)-333(Precision)-334(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 319.972 554.289 cm
+1 0 0 1 370.782 554.289 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 554.089 Td [(gedots)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-333(C)-1(omplex)-1200(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 373.771 554.089 Td [(gedots)]TJ -138.996 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 319.972 542.333 cm
+1 0 0 1 370.782 542.333 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 542.134 Td [(gedots)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+/F8 9.9626 Tf 373.771 542.134 Td [(gedots)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
ET
q
-1 0 0 1 319.972 530.378 cm
+1 0 0 1 370.782 530.378 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 530.179 Td [(gedots)]TJ
+/F8 9.9626 Tf 373.771 530.179 Td [(gedots)]TJ
ET
q
-1 0 0 1 177.988 526.393 cm
+1 0 0 1 228.797 526.393 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 498.354 Td [(T)83(able)-333(3:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 498.354 Td [(T)83(able)-333(3:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -7139,280 +7122,280 @@ BT
0 g 0 G
0 -18.429 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 385.52 cm
+1 0 0 1 436.673 385.52 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 385.321 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 385.321 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 385.52 cm
+1 0 0 1 445.669 385.52 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 385.321 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 385.321 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 385.52 cm
+1 0 0 1 470.356 385.52 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 385.321 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 385.321 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-375(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-376(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-375(n)27(um)28(b)-28(ers)-375(of)-375(t)28(yp)-28(e)-375(sp)-28(eci\014ed)-375(in)-375(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-375(3)]TJ
0 g 0 G
- [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.03 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-376(b)-27(e)]TJ -283.462 -11.956 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
+ [(.)-570(The)-376(rank)-375(of)]TJ/F11 9.9626 Tf 274.031 0 Td [(x)]TJ/F8 9.9626 Tf 9.432 0 Td [(m)28(ust)-375(b)-28(e)]TJ -283.463 -11.956 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -83.615 -18.428 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 295.361 cm
+1 0 0 1 436.673 295.361 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 295.162 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 295.162 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 295.361 cm
+1 0 0 1 445.669 295.361 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 295.162 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 295.162 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 295.361 cm
+1 0 0 1 470.356 295.361 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 295.162 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 295.162 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-378(n)27(um)28(b)-28(ers)-378(of)-378(t)28(yp)-28(e)-378(sp)-28(eci\014ed)-378(in)-379(T)84(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-378(n)27(um)28(b)-28(ers)-378(of)-378(t)28(yp)-28(e)-378(sp)-28(eci\014ed)-378(in)-379(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
[-378(3)]TJ
0 g 0 G
- [(.)-580(The)-378(rank)-378(of)]TJ/F11 9.9626 Tf 274.422 0 Td [(y)]TJ/F8 9.9626 Tf 9.01 0 Td [(m)28(ust)-379(b)-27(e)]TJ -283.432 -11.956 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
+ [(.)-580(The)-378(rank)-378(of)]TJ/F11 9.9626 Tf 274.422 0 Td [(y)]TJ/F8 9.9626 Tf 9.011 0 Td [(m)28(ust)-378(b)-28(e)]TJ -283.433 -11.956 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -84.067 -18.428 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 253.022 cm
+1 0 0 1 172.619 253.022 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 252.823 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 252.823 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
q
-1 0 0 1 276.779 205.202 cm
+1 0 0 1 327.588 205.202 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 279.917 205.003 Td [(desc)]TJ
+/F30 9.9626 Tf 330.727 205.003 Td [(desc)]TJ
ET
q
-1 0 0 1 301.466 205.202 cm
+1 0 0 1 352.275 205.202 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 304.604 205.003 Td [(type)]TJ
+/F30 9.9626 Tf 355.414 205.003 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.631 -18.429 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.63 -18.429 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -18.428 Td [(res)]TJ
0 g 0 G
-/F8 9.9626 Tf 19.47 0 Td [(is)-333(the)-334(dot)-333(pro)-28(duct)-333(of)-333(sub)28(v)27(ectors)]TJ/F11 9.9626 Tf 142.19 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -170.381 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-357(as)-1(:)-493(a)-357(n)27(um)28(b)-28(er)-357(or)-358(a)-358(rank-one)-358(ar)1(ra)27(y)-357(of)-358(the)-358(data)-358(t)28(yp)-27(e)-358(indicated)-358(in)]TJ 0 -11.955 Td [(T)83(able)]TJ
+/F8 9.9626 Tf 19.47 0 Td [(is)-333(the)-334(dot)-333(pro)-28(duct)-333(of)-333(sub)28(v)27(ectors)]TJ/F11 9.9626 Tf 142.189 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(and)]TJ/F11 9.9626 Tf 19.372 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -170.381 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(global)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.034 -11.955 Td [(Sp)-28(eci\014ed)-357(as:)-494(a)-357(n)27(um)28(b)-28(er)-357(or)-358(a)-358(rank-one)-357(arra)27(y)-357(of)-358(the)-358(data)-357(t)27(yp)-27(e)-358(indicated)-358(in)]TJ 0 -11.955 Td [(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(2)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
- 141.968 -29.888 Td [(27)]TJ
+ 141.967 -29.888 Td [(26)]TJ
0 g 0 G
ET
endstream
endobj
-865 0 obj <<
+860 0 obj <<
/Type /Page
-/Contents 866 0 R
-/Resources 864 0 R
+/Contents 861 0 R
+/Resources 859 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
-/Annots [ 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R ]
+/Parent 852 0 R
+/Annots [ 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R ]
>> endobj
-858 0 obj <<
+853 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 382.111 444.603 393.236]
+/Rect [419.358 382.111 495.412 393.236]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-859 0 obj <<
+854 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [328.333 370.432 335.307 381.28]
+/Rect [379.142 370.432 386.116 381.28]
/Subtype /Link
/A << /S /GoTo /D (table.3) >>
>> endobj
-860 0 obj <<
+855 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 291.951 444.603 303.076]
+/Rect [419.358 291.951 495.412 303.076]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-861 0 obj <<
+856 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [328.544 280.273 335.518 291.121]
+/Rect [379.353 280.273 386.327 291.121]
/Subtype /Link
/A << /S /GoTo /D (table.3) >>
>> endobj
-862 0 obj <<
+857 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.464 201.792 326.522 212.917]
+/Rect [310.273 201.792 377.331 212.917]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-863 0 obj <<
+858 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [151.203 119.329 158.177 128.24]
+/Rect [202.013 119.329 208.986 128.24]
/Subtype /Link
/A << /S /GoTo /D (table.2) >>
>> endobj
-867 0 obj <<
-/D [865 0 R /XYZ 99.895 740.998 null]
+862 0 obj <<
+/D [860 0 R /XYZ 150.705 740.998 null]
>> endobj
-158 0 obj <<
-/D [865 0 R /XYZ 99.895 697.37 null]
+154 0 obj <<
+/D [860 0 R /XYZ 150.705 697.37 null]
>> endobj
-868 0 obj <<
-/D [865 0 R /XYZ 267.641 510.309 null]
+863 0 obj <<
+/D [860 0 R /XYZ 318.451 510.309 null]
>> endobj
-864 0 obj <<
+859 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-871 0 obj <<
-/Length 625
+866 0 obj <<
+/Length 624
>>
stream
0 g 0 G
0 g 0 G
0 g 0 G
BT
-/F27 9.9626 Tf 150.705 706.129 Td [(info)]TJ
+/F27 9.9626 Tf 99.895 706.129 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
- 141.968 -567.87 Td [(28)]TJ
+ 141.968 -567.87 Td [(27)]TJ
0 g 0 G
ET
endstream
endobj
-870 0 obj <<
+865 0 obj <<
/Type /Page
-/Contents 871 0 R
-/Resources 869 0 R
+/Contents 866 0 R
+/Resources 864 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
+/Parent 852 0 R
>> endobj
-872 0 obj <<
-/D [870 0 R /XYZ 150.705 740.998 null]
+867 0 obj <<
+/D [865 0 R /XYZ 99.895 740.998 null]
>> endobj
-869 0 obj <<
+864 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-878 0 obj <<
-/Length 7026
+873 0 obj <<
+/Length 7033
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(geamax)-375(|)-375(In\014nit)31(y-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(in\014nit)28(y-norm)-334(of)-333(a)-333(v)27(ector)]TJ/F11 9.9626 Tf 233.182 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -238.876 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(in\014nit)28(y)-334(norm)-333(as:)]TJ/F11 9.9626 Tf 115.269 -21.917 Td [(amax)]TJ/F14 9.9626 Tf 27.741 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.861 -6.276 Td [(i)]TJ/F14 9.9626 Tf 12.341 6.276 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(j)]TJ/F8 9.9626 Tf -206.698 -25.149 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.007 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(the)-333(in\014nit)28(y-norm)-333(as:)]TJ/F11 9.9626 Tf 61.447 -21.918 Td [(amax)]TJ/F14 9.9626 Tf 27.74 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.862 -6.275 Td [(i)]TJ/F8 9.9626 Tf 12.34 6.275 Td [(\050)]TJ/F14 9.9626 Tf 3.875 0 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.411 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.494 Td [(i)]TJ/F8 9.9626 Tf 3.317 1.494 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ/F8 9.9626 Tf 4.981 0 Td [(+)]TJ/F14 9.9626 Tf 9.963 0 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(im)]TJ/F8 9.9626 Tf 12.18 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.494 Td [(i)]TJ/F8 9.9626 Tf 3.317 1.494 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ/F8 9.9626 Tf 2.768 0 Td [(\051)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(geamax)-375(|)-375(In\014nit)31(y-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(in\014nit)28(y-norm)-334(of)-333(a)-333(v)28(e)-1(ctor)]TJ/F11 9.9626 Tf 233.181 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -238.875 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(in\014nit)28(y)-334(norm)-333(as:)]TJ/F11 9.9626 Tf 115.269 -21.917 Td [(amax)]TJ/F14 9.9626 Tf 27.741 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.861 -6.276 Td [(i)]TJ/F14 9.9626 Tf 12.341 6.276 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(j)]TJ/F8 9.9626 Tf -206.697 -25.149 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(the)-333(in\014nit)28(y-norm)-333(as:)]TJ/F11 9.9626 Tf 61.446 -21.918 Td [(amax)]TJ/F14 9.9626 Tf 27.741 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.861 -6.275 Td [(i)]TJ/F8 9.9626 Tf 12.341 6.275 Td [(\050)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ/F11 9.9626 Tf 2.768 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.41 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.494 Td [(i)]TJ/F8 9.9626 Tf 3.317 1.494 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(j)]TJ/F8 9.9626 Tf 4.981 0 Td [(+)]TJ/F14 9.9626 Tf 9.962 0 Td [(j)]TJ/F11 9.9626 Tf 2.768 0 Td [(im)]TJ/F8 9.9626 Tf 12.179 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.494 Td [(i)]TJ/F8 9.9626 Tf 3.317 1.494 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ/F8 9.9626 Tf 2.767 0 Td [(\051)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -241.37 -25.149 Td [(psb_geamax\050x,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -241.369 -25.149 Td [(psb_geamax\050x,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 129.083 557.32 cm
+1 0 0 1 179.892 557.32 cm
[]0 d 0 J 0.398 w 0 0 m 285.336 0 l S
Q
BT
-/F11 9.9626 Tf 135.06 548.752 Td [(amax)-7677(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(F)96(unction)]TJ
+/F11 9.9626 Tf 185.87 548.752 Td [(amax)-7677(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(F)96(unction)]TJ
ET
q
-1 0 0 1 129.083 544.967 cm
+1 0 0 1 179.892 544.967 cm
[]0 d 0 J 0.398 w 0 0 m 285.336 0 l S
Q
BT
-/F8 9.9626 Tf 135.06 536.399 Td [(Short)-333(Precision)-334(Real)-1200(Short)-333(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 185.87 536.399 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 372.52 536.598 cm
+1 0 0 1 423.33 536.598 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.509 536.399 Td [(geamax)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Re)-1(al)-3313(psb)]TJ
+/F8 9.9626 Tf 426.319 536.399 Td [(geamax)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 372.52 524.643 cm
+1 0 0 1 423.33 524.643 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.509 524.444 Td [(geamax)]TJ -240.449 -11.956 Td [(Short)-333(Precision)-334(Real)-1200(Short)-333(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 426.319 524.444 Td [(geamax)]TJ -240.449 -11.956 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 372.52 512.688 cm
+1 0 0 1 423.33 512.688 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.509 512.488 Td [(geamax)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Com)-1(p)1(lex)-1412(psb)]TJ
+/F8 9.9626 Tf 426.319 512.488 Td [(geamax)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
ET
q
-1 0 0 1 372.52 500.733 cm
+1 0 0 1 423.33 500.733 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.509 500.533 Td [(geamax)]TJ
+/F8 9.9626 Tf 426.319 500.533 Td [(geamax)]TJ
ET
q
-1 0 0 1 129.083 496.747 cm
+1 0 0 1 179.892 496.747 cm
[]0 d 0 J 0.398 w 0 0 m 285.336 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 468.708 Td [(T)83(able)-333(4:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 468.708 Td [(T)83(able)-333(4:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -7425,195 +7408,195 @@ BT
0 g 0 G
0 -19.926 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 347.64 cm
+1 0 0 1 436.673 347.64 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 347.441 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 347.441 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 347.64 cm
+1 0 0 1 445.669 347.64 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 347.441 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 347.441 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 347.64 cm
+1 0 0 1 470.356 347.64 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 347.441 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 347.441 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)27(yp)-27(e)-334(sp)-27(ec)-1(i)1(\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(4)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(desc)]TJ
+/F27 9.9626 Tf -24.906 -19.926 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 315.76 cm
+1 0 0 1 172.619 315.76 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 315.56 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 315.56 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
q
-1 0 0 1 276.779 267.939 cm
+1 0 0 1 327.588 267.939 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 279.917 267.74 Td [(desc)]TJ
+/F30 9.9626 Tf 330.727 267.74 Td [(desc)]TJ
ET
q
-1 0 0 1 301.466 267.939 cm
+1 0 0 1 352.275 267.939 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 304.604 267.74 Td [(type)]TJ
+/F30 9.9626 Tf 355.414 267.74 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.631 -19.926 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.63 -19.926 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(F)96(unction)-384(v)64(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 78.387 0 Td [(is)-333(the)-334(in\014ni)1(t)27(y)-333(norm)-333(of)-334(sub)28(v)28(ector)]TJ/F11 9.9626 Tf 143.517 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -202.691 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 78.386 0 Td [(is)-333(the)-334(in\014nit)28(y)-333(norm)-333(of)-334(sub)28(v)28(ector)]TJ/F11 9.9626 Tf 143.518 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -202.692 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-334(r)1(e)-1(al)-333(n)28(um)28(b)-28(er.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
+/F27 9.9626 Tf -24.906 -19.926 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.968 -45.795 Td [(29)]TJ
+ 141.968 -45.795 Td [(28)]TJ
0 g 0 G
ET
endstream
endobj
-877 0 obj <<
+872 0 obj <<
/Type /Page
-/Contents 878 0 R
-/Resources 876 0 R
+/Contents 873 0 R
+/Resources 871 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
-/Annots [ 873 0 R 874 0 R 875 0 R ]
+/Parent 852 0 R
+/Annots [ 868 0 R 869 0 R 870 0 R ]
>> endobj
-873 0 obj <<
+868 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 344.231 444.603 355.355]
+/Rect [419.358 344.231 495.412 355.355]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-874 0 obj <<
+869 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [325.411 332.552 332.385 343.4]
+/Rect [376.221 332.552 383.195 343.4]
/Subtype /Link
/A << /S /GoTo /D (table.4) >>
>> endobj
-875 0 obj <<
+870 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.464 264.529 326.522 275.654]
+/Rect [310.273 264.529 377.331 275.654]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-879 0 obj <<
-/D [877 0 R /XYZ 99.895 740.998 null]
+874 0 obj <<
+/D [872 0 R /XYZ 150.705 740.998 null]
>> endobj
-162 0 obj <<
-/D [877 0 R /XYZ 99.895 697.37 null]
+158 0 obj <<
+/D [872 0 R /XYZ 150.705 697.37 null]
>> endobj
-880 0 obj <<
-/D [877 0 R /XYZ 267.641 480.663 null]
+875 0 obj <<
+/D [872 0 R /XYZ 318.451 480.663 null]
>> endobj
-876 0 obj <<
+871 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-886 0 obj <<
-/Length 6310
+881 0 obj <<
+/Length 6326
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 171.761 706.328 cm
+1 0 0 1 120.951 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 175.796 706.129 Td [(geamaxs)-375(|)-375(Generalized)-375(In\014nit)31(y)-375(Norm)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-359(subroutine)-359(computes)-360(a)-359(series)-359(of)-359(in\014nit)28(y)-359(norms)-360(on)-359(the)-359(columns)-359(of)-359(a)-359(dense)]TJ 0 -11.956 Td [(matrix)]TJ/F11 9.9626 Tf 32.406 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 87.106 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.069 -6.503 Td [(k)]TJ/F14 9.9626 Tf 13.133 6.503 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.36 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(geamaxs)-375(|)-375(Generalized)-375(In\014nit)31(y)-375(Norm)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-359(subroutine)-359(computes)-360(a)-359(series)-359(of)-359(in\014nit)28(y)-359(norms)-360(on)-359(the)-359(columns)-359(of)-359(a)-360(d)1(e)-1(n)1(s)-1(e)]TJ 0 -11.956 Td [(matrix)]TJ/F11 9.9626 Tf 32.407 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 87.106 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.433 0 Td [(\051)]TJ/F14 9.9626 Tf 6.641 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.069 -6.503 Td [(k)]TJ/F14 9.9626 Tf 13.133 6.503 Td [(j)]TJ/F11 9.9626 Tf 2.768 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.36 0 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(j)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -215.737 -25.377 Td [(call)-525(psb_geamaxs\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -215.738 -25.377 Td [(call)-525(psb_geamaxs\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 177.927 614.121 cm
+1 0 0 1 127.118 614.121 cm
[]0 d 0 J 0.398 w 0 0 m 289.266 0 l S
Q
BT
-/F11 9.9626 Tf 183.905 605.553 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 133.096 605.553 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.862 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 177.927 601.768 cm
+1 0 0 1 127.118 601.768 cm
[]0 d 0 J 0.398 w 0 0 m 289.266 0 l S
Q
BT
-/F8 9.9626 Tf 183.905 593.2 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 133.096 593.2 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(ort)-334(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 421.365 593.399 cm
+1 0 0 1 370.556 593.399 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.354 593.2 Td [(geamaxs)]TJ -240.449 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 373.544 593.2 Td [(geamaxs)]TJ -240.448 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 421.365 581.444 cm
+1 0 0 1 370.556 581.444 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.354 581.244 Td [(geamaxs)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 373.544 581.244 Td [(geamaxs)]TJ -240.448 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(ort)-334(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 421.365 569.489 cm
+1 0 0 1 370.556 569.489 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.354 569.289 Td [(geamaxs)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
+/F8 9.9626 Tf 373.544 569.289 Td [(geamaxs)]TJ -240.448 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 421.365 557.533 cm
+1 0 0 1 370.556 557.533 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.354 557.334 Td [(geamaxs)]TJ
+/F8 9.9626 Tf 373.544 557.334 Td [(geamaxs)]TJ
ET
q
-1 0 0 1 177.927 553.548 cm
+1 0 0 1 127.118 553.548 cm
[]0 d 0 J 0.398 w 0 0 m 289.266 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 278.877 525.509 Td [(T)83(able)-333(5:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 228.067 525.509 Td [(T)83(able)-333(5:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -7626,139 +7609,139 @@ BT
0 g 0 G
0 -19.926 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 436.673 404.441 cm
+1 0 0 1 385.864 404.441 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 439.811 404.242 Td [(T)]TJ
+/F30 9.9626 Tf 389.002 404.242 Td [(T)]TJ
ET
q
-1 0 0 1 445.669 404.441 cm
+1 0 0 1 394.86 404.441 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 448.807 404.242 Td [(vect)]TJ
+/F30 9.9626 Tf 397.998 404.242 Td [(vect)]TJ
ET
q
-1 0 0 1 470.356 404.441 cm
+1 0 0 1 419.547 404.441 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 473.495 404.242 Td [(type)]TJ
+/F30 9.9626 Tf 422.685 404.242 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.884 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)27(yp)-27(e)-334(sp)-27(ec)-1(i)1(\014ed)-334(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf -297.883 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(5)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.925 Td [(desc)]TJ
+/F27 9.9626 Tf -24.907 -19.925 Td [(desc)]TJ
ET
q
-1 0 0 1 172.619 372.56 cm
+1 0 0 1 121.81 372.56 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 176.057 372.361 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 372.361 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
ET
q
-1 0 0 1 327.588 324.74 cm
+1 0 0 1 276.779 324.74 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 330.727 324.54 Td [(desc)]TJ
+/F30 9.9626 Tf 279.917 324.54 Td [(desc)]TJ
ET
q
-1 0 0 1 352.275 324.74 cm
+1 0 0 1 301.466 324.74 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 355.414 324.54 Td [(type)]TJ
+/F30 9.9626 Tf 304.604 324.54 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.63 -19.925 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.631 -19.925 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(res)]TJ
0 g 0 G
-/F8 9.9626 Tf 19.47 0 Td [(is)-333(the)-334(in\014nit)28(y)-333(norm)-333(of)-334(the)-333(columns)-333(of)]TJ/F11 9.9626 Tf 166.183 0 Td [(x)]TJ/F8 9.9626 Tf 5.693 0 Td [(.)]TJ -166.44 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(Sp)-28(eci\014ed)-289(as:)-422(a)-289(n)28(um)28(b)-28(er)-289(or)-289(a)-289(rank)1(-)-1(on)1(e)-289(arra)27(y)-288(of)-289(long)-289(precision)-289(real)-289(n)28(um)28(b)-28(ers.)]TJ
+/F8 9.9626 Tf 19.47 0 Td [(is)-333(the)-334(in\014nit)28(y)-333(norm)-333(of)-334(the)-333(columns)-333(of)]TJ/F11 9.9626 Tf 166.183 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -166.44 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(Sp)-28(eci\014ed)-289(as:)-422(a)-289(n)28(um)28(b)-28(er)-289(or)-289(a)-289(ran)1(k-one)-289(arra)27(y)-288(of)-289(long)-289(precision)-289(real)-289(n)28(um)28(b)-28(ers.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.925 Td [(info)]TJ
+/F27 9.9626 Tf -24.907 -19.925 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(An)-333(in)28(te)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
- 141.968 -90.64 Td [(30)]TJ
+ 141.968 -90.64 Td [(29)]TJ
0 g 0 G
ET
endstream
endobj
-885 0 obj <<
+880 0 obj <<
/Type /Page
-/Contents 886 0 R
-/Resources 884 0 R
+/Contents 881 0 R
+/Resources 879 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 853 0 R
-/Annots [ 881 0 R 882 0 R 883 0 R ]
+/Parent 852 0 R
+/Annots [ 876 0 R 877 0 R 878 0 R ]
>> endobj
-881 0 obj <<
+876 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [419.358 401.031 495.412 412.156]
+/Rect [368.549 401.031 444.603 412.156]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-882 0 obj <<
+877 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [376.221 389.353 383.195 400.201]
+/Rect [325.411 389.353 332.385 400.201]
/Subtype /Link
/A << /S /GoTo /D (table.5) >>
>> endobj
-883 0 obj <<
+878 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.273 321.33 377.331 332.455]
+/Rect [259.464 321.33 326.522 332.455]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-887 0 obj <<
-/D [885 0 R /XYZ 150.705 740.998 null]
+882 0 obj <<
+/D [880 0 R /XYZ 99.895 740.998 null]
>> endobj
-166 0 obj <<
-/D [885 0 R /XYZ 150.705 697.37 null]
+162 0 obj <<
+/D [880 0 R /XYZ 99.895 697.37 null]
>> endobj
-888 0 obj <<
-/D [885 0 R /XYZ 318.451 537.464 null]
+883 0 obj <<
+/D [880 0 R /XYZ 267.641 537.464 null]
>> endobj
-884 0 obj <<
+879 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-894 0 obj <<
-/Length 6676
+889 0 obj <<
+/Length 6665
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(geasum)-375(|)-375(1-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(1-norm)-334(of)-333(a)-333(v)27(ector)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(1-norm)-334(as:)]TJ/F11 9.9626 Tf 123.449 -21.917 Td [(asum)]TJ/F14 9.9626 Tf 27.154 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ/F8 9.9626 Tf -196.303 -21.918 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(1-norm)-333(as:)]TJ/F11 9.9626 Tf 70.135 -21.918 Td [(asum)]TJ/F14 9.9626 Tf 27.154 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.411 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.982 -1.494 Td [(1)]TJ/F8 9.9626 Tf 6.683 1.494 Td [(+)]TJ/F14 9.9626 Tf 9.962 0 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(im)]TJ/F8 9.9626 Tf 12.179 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(1)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(geasum)-375(|)-375(1-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(1-norm)-334(of)-333(a)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(1-norm)-334(as:)]TJ/F11 9.9626 Tf 123.45 -21.917 Td [(asum)]TJ/F14 9.9626 Tf 27.154 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ/F8 9.9626 Tf -196.303 -21.918 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(1-norm)-333(as:)]TJ/F11 9.9626 Tf 70.135 -21.918 Td [(asum)]TJ/F14 9.9626 Tf 27.154 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.41 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(1)]TJ/F8 9.9626 Tf 6.683 1.494 Td [(+)]TJ/F14 9.9626 Tf 9.963 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(im)]TJ/F8 9.9626 Tf 12.18 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(1)]TJ
0 g 0 G
0 g 0 G
/F30 9.9626 Tf -232.086 -20.424 Td [(psb_geasum\050x,)-525(desc_a,)-525(info\051)]TJ
@@ -7767,54 +7750,54 @@ BT
0 g 0 G
ET
q
-1 0 0 1 129.47 563.782 cm
+1 0 0 1 180.28 563.782 cm
[]0 d 0 J 0.398 w 0 0 m 284.561 0 l S
Q
BT
-/F11 9.9626 Tf 135.448 555.214 Td [(asum)-7735(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(F)96(unction)]TJ
+/F11 9.9626 Tf 186.257 555.214 Td [(asum)-7736(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(F)96(unction)]TJ
ET
q
-1 0 0 1 129.47 551.428 cm
+1 0 0 1 180.28 551.428 cm
[]0 d 0 J 0.398 w 0 0 m 284.561 0 l S
Q
BT
-/F8 9.9626 Tf 135.448 542.861 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(o)-1(r)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 186.257 542.861 Td [(Short)-333(Precision)-334(Real)-1200(Short)-333(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 372.908 543.06 cm
+1 0 0 1 423.717 543.06 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.897 542.861 Td [(geasum)]TJ -240.449 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 426.706 542.861 Td [(geasum)]TJ -240.449 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 372.908 531.105 cm
+1 0 0 1 423.717 531.105 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.897 530.905 Td [(geasum)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(o)-1(r)1(t)-334(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 426.706 530.905 Td [(geasum)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Short)-333(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 372.908 519.15 cm
+1 0 0 1 423.717 519.15 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.897 518.95 Td [(geasum)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
+/F8 9.9626 Tf 426.706 518.95 Td [(geasum)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Com)-1(p)1(lex)-1412(psb)]TJ
ET
q
-1 0 0 1 372.908 507.194 cm
+1 0 0 1 423.717 507.194 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 375.897 506.995 Td [(geasum)]TJ
+/F8 9.9626 Tf 426.706 506.995 Td [(geasum)]TJ
ET
q
-1 0 0 1 129.47 503.209 cm
+1 0 0 1 180.28 503.209 cm
[]0 d 0 J 0.398 w 0 0 m 284.561 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 475.17 Td [(T)83(able)-333(6:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 475.17 Td [(T)83(able)-333(6:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -7827,195 +7810,195 @@ BT
0 g 0 G
0 -19.926 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 385.864 354.102 cm
+1 0 0 1 436.673 354.102 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.002 353.903 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 353.903 Td [(T)]TJ
ET
q
-1 0 0 1 394.86 354.102 cm
+1 0 0 1 445.669 354.102 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 397.998 353.903 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 353.903 Td [(vect)]TJ
ET
q
-1 0 0 1 419.547 354.102 cm
+1 0 0 1 470.356 354.102 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 422.685 353.903 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 353.903 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf -297.883 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)27(yp)-27(e)-334(sp)-27(ec)-1(i)1(\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
[-333(6)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(desc)]TJ
+/F27 9.9626 Tf -24.906 -19.925 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 322.221 cm
+1 0 0 1 172.619 322.221 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 322.022 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 322.022 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
q
-1 0 0 1 276.779 274.401 cm
+1 0 0 1 327.588 274.401 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 279.917 274.201 Td [(desc)]TJ
+/F30 9.9626 Tf 330.727 274.201 Td [(desc)]TJ
ET
q
-1 0 0 1 301.466 274.401 cm
+1 0 0 1 352.275 274.401 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 304.604 274.201 Td [(type)]TJ
+/F30 9.9626 Tf 355.414 274.201 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.631 -19.925 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.63 -19.925 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(F)96(unction)-384(v)64(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 78.387 0 Td [(is)-333(the)-334(1-norm)-333(of)-333(v)28(e)-1(ctor)]TJ/F11 9.9626 Tf 102.781 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -161.955 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 78.386 0 Td [(is)-333(the)-334(1-norm)-333(of)-333(v)27(ector)]TJ/F11 9.9626 Tf 102.781 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -161.955 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-334(r)1(e)-1(al)-333(n)28(um)28(b)-28(er.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
+/F27 9.9626 Tf -24.906 -19.926 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(te)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.968 -52.257 Td [(31)]TJ
+ 141.968 -52.257 Td [(30)]TJ
0 g 0 G
ET
endstream
endobj
-893 0 obj <<
+888 0 obj <<
/Type /Page
-/Contents 894 0 R
-/Resources 892 0 R
+/Contents 889 0 R
+/Resources 887 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
-/Annots [ 889 0 R 890 0 R 891 0 R ]
+/Parent 852 0 R
+/Annots [ 884 0 R 885 0 R 886 0 R ]
>> endobj
-889 0 obj <<
+884 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.549 350.692 444.603 361.817]
+/Rect [419.358 350.692 495.412 361.817]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-890 0 obj <<
+885 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [325.411 339.014 332.385 349.862]
+/Rect [376.221 339.014 383.195 349.862]
/Subtype /Link
/A << /S /GoTo /D (table.6) >>
>> endobj
-891 0 obj <<
+886 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.464 270.991 326.522 282.116]
+/Rect [310.273 270.991 377.331 282.116]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-895 0 obj <<
-/D [893 0 R /XYZ 99.895 740.998 null]
+890 0 obj <<
+/D [888 0 R /XYZ 150.705 740.998 null]
>> endobj
-170 0 obj <<
-/D [893 0 R /XYZ 99.895 697.37 null]
+166 0 obj <<
+/D [888 0 R /XYZ 150.705 697.37 null]
>> endobj
-896 0 obj <<
-/D [893 0 R /XYZ 267.641 487.125 null]
+891 0 obj <<
+/D [888 0 R /XYZ 318.451 487.125 null]
>> endobj
-892 0 obj <<
+887 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F7 665 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-903 0 obj <<
-/Length 7357
+897 0 obj <<
+/Length 7318
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 171.761 706.328 cm
+1 0 0 1 120.951 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 175.796 706.129 Td [(geasums)-375(|)-375(Generalized)-375(1-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -19.22 Td [(This)-310(subroutine)-310(computes)-309(a)-310(series)-310(of)-310(1-norms)-310(on)-310(the)-309(c)-1(olu)1(m)-1(n)1(s)-310(of)-310(a)-310(dense)-310(matrix)]TJ/F11 9.9626 Tf 0 -11.955 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 119.512 -13.293 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.081 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.069 -6.503 Td [(k)]TJ/F14 9.9626 Tf 13.133 6.503 Td [(j)]TJ/F11 9.9626 Tf 2.767 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.36 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(j)]TJ/F8 9.9626 Tf -215.737 -22.73 Td [(This)-333(function)-334(computes)-333(the)-333(1-norm)-334(of)-333(a)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.955 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(1-norm)-334(as:)]TJ/F11 9.9626 Tf 123.012 -22.81 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.081 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ/F8 9.9626 Tf -196.74 -22.81 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(1-norm)-333(as:)]TJ/F11 9.9626 Tf 69.697 -22.81 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.081 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.411 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.982 -1.494 Td [(1)]TJ/F8 9.9626 Tf 6.683 1.494 Td [(+)]TJ/F14 9.9626 Tf 9.962 0 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(im)]TJ/F8 9.9626 Tf 12.179 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(1)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(geasums)-375(|)-375(Generalized)-375(1-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -19.22 Td [(This)-310(subroutine)-310(computes)-309(a)-310(series)-310(of)-310(1-norms)-310(on)-310(the)-310(columns)-309(of)-310(a)-310(dense)-310(matrix)]TJ/F11 9.9626 Tf 0 -11.955 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 119.513 -13.293 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.433 0 Td [(\051)]TJ/F14 9.9626 Tf 6.641 0 Td [(\040)]TJ/F8 9.9626 Tf 12.73 0 Td [(max)]TJ/F10 6.9738 Tf 7.069 -6.503 Td [(k)]TJ/F14 9.9626 Tf 13.133 6.503 Td [(j)]TJ/F11 9.9626 Tf 2.768 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.36 0 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(j)]TJ/F8 9.9626 Tf -215.738 -22.73 Td [(This)-333(function)-334(computes)-333(the)-333(1-norm)-334(of)-333(a)-333(v)28(e)-1(ctor)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.955 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(1-norm)-334(as:)]TJ/F11 9.9626 Tf 123.012 -22.81 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.641 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.712 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ/F8 9.9626 Tf -196.741 -22.81 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(1-norm)-333(as:)]TJ/F11 9.9626 Tf 69.698 -22.81 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.433 0 Td [(\051)]TJ/F14 9.9626 Tf 6.641 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.712 0 Td [(r)-28(e)]TJ/F8 9.9626 Tf 9.41 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(1)]TJ/F8 9.9626 Tf 6.683 1.494 Td [(+)]TJ/F14 9.9626 Tf 9.963 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(im)]TJ/F8 9.9626 Tf 12.18 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.982 -1.494 Td [(1)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -232.523 -21.762 Td [(call)-525(psb_geasums\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -232.524 -21.762 Td [(call)-525(psb_geasums\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 178.071 508.729 cm
+1 0 0 1 127.261 508.729 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
BT
-/F11 9.9626 Tf 184.049 500.161 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.862 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 133.239 500.161 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 178.071 496.375 cm
+1 0 0 1 127.261 496.375 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
BT
-/F8 9.9626 Tf 184.049 487.807 Td [(Short)-333(Precision)-333(R)-1(eal)-1200(S)1(hort)-334(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 133.239 487.807 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 421.508 488.007 cm
+1 0 0 1 370.699 488.007 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.497 487.807 Td [(geasums)]TJ -240.448 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 373.688 487.807 Td [(geasums)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 421.508 476.051 cm
+1 0 0 1 370.699 476.051 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.497 475.852 Td [(geasums)]TJ -240.448 -11.955 Td [(Short)-333(Precision)-333(R)-1(eal)-1200(S)1(hort)-334(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 373.688 475.852 Td [(geasums)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 421.508 464.096 cm
+1 0 0 1 370.699 464.096 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.497 463.897 Td [(geasums)]TJ -240.448 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 373.688 463.897 Td [(geasums)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
ET
q
-1 0 0 1 421.508 452.141 cm
+1 0 0 1 370.699 452.141 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 424.497 451.942 Td [(geasums)]TJ
+/F8 9.9626 Tf 373.688 451.942 Td [(geasums)]TJ
ET
q
-1 0 0 1 178.071 448.156 cm
+1 0 0 1 127.261 448.156 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 278.877 420.117 Td [(T)83(able)-333(7:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 228.067 420.117 Td [(T)83(able)-333(7:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -8028,233 +8011,233 @@ BT
0 g 0 G
0 -21.71 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-222(or)-223(t)28(w)28(o)-222(arra)28(y)-223(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.681 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 432.611 293.25 cm
+1 0 0 1 385.864 293.25 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 435.749 293.051 Td [(T)]TJ
+/F30 9.9626 Tf 389.002 293.051 Td [(T)]TJ
ET
q
-1 0 0 1 441.607 293.25 cm
+1 0 0 1 394.86 293.25 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 444.746 293.051 Td [(vect)]TJ
+/F30 9.9626 Tf 397.998 293.051 Td [(vect)]TJ
ET
q
-1 0 0 1 466.295 293.25 cm
+1 0 0 1 419.547 293.25 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 469.433 293.051 Td [(type)]TJ
+/F30 9.9626 Tf 422.685 293.051 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(con)28(taining)]TJ -314.743 -11.956 Td [(n)28(um)28(b)-28(ers)-334(of)-333(t)28(yp)-28(e)-333(sp)-28(eci\014ed)-333(in)-334(T)84(able)]TJ
+/F8 9.9626 Tf -297.883 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(7)]TJ
+ [-333(7)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -21.709 Td [(desc)]TJ
+/F27 9.9626 Tf -24.907 -21.709 Td [(desc)]TJ
ET
q
-1 0 0 1 172.619 259.585 cm
+1 0 0 1 121.81 259.585 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 176.057 259.386 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 259.386 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
ET
q
-1 0 0 1 327.588 211.765 cm
+1 0 0 1 276.779 211.765 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 330.727 211.565 Td [(desc)]TJ
+/F30 9.9626 Tf 279.917 211.565 Td [(desc)]TJ
ET
q
-1 0 0 1 352.275 211.765 cm
+1 0 0 1 301.466 211.765 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 355.414 211.565 Td [(type)]TJ
+/F30 9.9626 Tf 304.604 211.565 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.63 -21.709 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.631 -21.709 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -21.71 Td [(res)]TJ
0 g 0 G
-/F8 9.9626 Tf 19.47 0 Td [(con)28(tains)-334(th)1(e)-334(1-norm)-333(of)-333(\050the)-334(columns)-333(of)-78(\051)]TJ/F11 9.9626 Tf 177.75 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.008 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Short)-324(as:)-440(a)-324(long)-324(precision)-325(r)1(e)-1(al)-324(n)28(um)28(b)-28(er.)-441(Sp)-28(eci\014ed)-324(as:)-440(a)-324(long)-324(precision)-325(real)]TJ 0 -11.955 Td [(n)28(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 19.47 0 Td [(con)28(tains)-334(the)-333(1-norm)-333(of)-334(\050th)1(e)-334(columns)-333(of)-78(\051)]TJ/F11 9.9626 Tf 177.751 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.008 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Short)-324(as:)-440(a)-324(long)-324(precision)-324(real)-325(n)28(um)28(b)-28(er.)-441(Sp)-28(eci\014ed)-324(as:)-440(a)-324(long)-324(precision)-325(r)1(e)-1(al)]TJ 0 -11.955 Td [(n)28(um)28(b)-28(er.)]TJ
0 g 0 G
- 141.968 -29.888 Td [(32)]TJ
+ 141.968 -29.888 Td [(31)]TJ
0 g 0 G
ET
endstream
endobj
-902 0 obj <<
+896 0 obj <<
/Type /Page
-/Contents 903 0 R
-/Resources 901 0 R
+/Contents 897 0 R
+/Resources 895 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
-/Annots [ 898 0 R 899 0 R 900 0 R ]
+/Parent 900 0 R
+/Annots [ 892 0 R 893 0 R 894 0 R ]
>> endobj
-898 0 obj <<
+892 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.296 289.84 491.35 300.965]
+/Rect [368.549 289.84 444.603 300.965]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-899 0 obj <<
+893 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [327.791 278.162 334.765 289.01]
+/Rect [325.411 278.162 332.385 289.01]
/Subtype /Link
/A << /S /GoTo /D (table.7) >>
>> endobj
-900 0 obj <<
+894 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.273 208.355 377.331 219.48]
+/Rect [259.464 208.355 326.522 219.48]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-904 0 obj <<
-/D [902 0 R /XYZ 150.705 740.998 null]
+898 0 obj <<
+/D [896 0 R /XYZ 99.895 740.998 null]
>> endobj
-174 0 obj <<
-/D [902 0 R /XYZ 150.705 696.986 null]
+170 0 obj <<
+/D [896 0 R /XYZ 99.895 696.986 null]
>> endobj
-905 0 obj <<
-/D [902 0 R /XYZ 318.451 432.072 null]
+899 0 obj <<
+/D [896 0 R /XYZ 267.641 432.072 null]
>> endobj
-901 0 obj <<
+895 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F7 665 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-908 0 obj <<
-/Length 624
+903 0 obj <<
+/Length 625
>>
stream
0 g 0 G
0 g 0 G
0 g 0 G
BT
-/F27 9.9626 Tf 99.895 706.129 Td [(info)]TJ
+/F27 9.9626 Tf 150.705 706.129 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.968 -567.87 Td [(33)]TJ
+ 141.968 -567.87 Td [(32)]TJ
0 g 0 G
ET
endstream
endobj
-907 0 obj <<
+902 0 obj <<
/Type /Page
-/Contents 908 0 R
-/Resources 906 0 R
+/Contents 903 0 R
+/Resources 901 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
+/Parent 900 0 R
>> endobj
-909 0 obj <<
-/D [907 0 R /XYZ 99.895 740.998 null]
+904 0 obj <<
+/D [902 0 R /XYZ 150.705 740.998 null]
>> endobj
-906 0 obj <<
+901 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-915 0 obj <<
-/Length 6695
+910 0 obj <<
+/Length 6709
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 171.761 706.328 cm
+1 0 0 1 120.951 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 175.796 706.129 Td [(genrm2)-375(|)-375(2-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(2-norm)-334(of)-333(a)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.014 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(2-norm)-334(as:)]TJ/F11 9.9626 Tf 119.907 -22.668 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.498 0 Td [(2)]TJ/F14 9.9626 Tf 7.749 0 Td [(\040)]TJ 12.73 9.34 Td [(p)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(genrm2)-375(|)-375(2-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(2-norm)-334(of)-333(a)-333(v)27(ector)]TJ/F11 9.9626 Tf 207.168 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -212.862 -11.956 Td [(If)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(real)-333(v)28(ector)-334(it)-333(computes)-333(2-norm)-334(as:)]TJ/F11 9.9626 Tf 119.906 -22.668 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(2)]TJ/F14 9.9626 Tf 7.749 0 Td [(\040)]TJ 12.73 9.34 Td [(p)]TJ
ET
q
-1 0 0 1 337.868 662.655 cm
+1 0 0 1 287.059 662.655 cm
[]0 d 0 J 0.398 w 0 0 m 17.664 0 l S
Q
BT
-/F11 9.9626 Tf 337.868 653.116 Td [(x)]TJ/F10 6.9738 Tf 5.694 2.878 Td [(T)]TJ/F11 9.9626 Tf 6.276 -2.878 Td [(x)]TJ/F8 9.9626 Tf -199.133 -21.553 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(2-norm)-333(as:)]TJ/F11 9.9626 Tf 101.222 -22.668 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(2)]TJ/F14 9.9626 Tf 7.749 0 Td [(\040)]TJ 12.73 9.339 Td [(p)]TJ
+/F11 9.9626 Tf 287.059 653.116 Td [(x)]TJ/F10 6.9738 Tf 5.694 2.878 Td [(T)]TJ/F11 9.9626 Tf 6.276 -2.878 Td [(x)]TJ/F8 9.9626 Tf -199.134 -21.553 Td [(else)-333(if)]TJ/F11 9.9626 Tf 28.006 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(a)-334(complex)-333(v)28(ector)-334(then)-333(it)-333(computes)-334(2-norm)-333(as:)]TJ/F11 9.9626 Tf 101.223 -22.668 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(2)]TJ/F14 9.9626 Tf 7.748 0 Td [(\040)]TJ 12.73 9.339 Td [(p)]TJ
ET
q
-1 0 0 1 337.228 618.433 cm
+1 0 0 1 286.419 618.433 cm
[]0 d 0 J 0.398 w 0 0 m 18.944 0 l S
Q
BT
-/F11 9.9626 Tf 337.228 608.895 Td [(x)]TJ/F10 6.9738 Tf 5.694 2.878 Td [(H)]TJ/F11 9.9626 Tf 7.556 -2.878 Td [(x)]TJ
+/F11 9.9626 Tf 286.419 608.895 Td [(x)]TJ/F10 6.9738 Tf 5.694 2.878 Td [(H)]TJ/F11 9.9626 Tf 7.556 -2.878 Td [(x)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 180.294 587.063 cm
+1 0 0 1 129.484 587.063 cm
[]0 d 0 J 0.398 w 0 0 m 284.534 0 l S
Q
BT
-/F11 9.9626 Tf 186.271 578.495 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(2)]TJ/F11 9.9626 Tf 81.954 0 Td [(x)]TJ/F27 9.9626 Tf 120.41 0 Td [(F)96(unction)]TJ
+/F11 9.9626 Tf 135.462 578.495 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(2)]TJ/F11 9.9626 Tf 81.954 0 Td [(x)]TJ/F27 9.9626 Tf 120.41 0 Td [(F)96(unction)]TJ
ET
q
-1 0 0 1 180.294 574.709 cm
+1 0 0 1 129.484 574.709 cm
[]0 d 0 J 0.398 w 0 0 m 284.534 0 l S
Q
BT
-/F8 9.9626 Tf 186.271 566.141 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 135.462 566.141 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(ort)-334(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 423.731 566.34 cm
+1 0 0 1 372.922 566.34 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 426.72 566.141 Td [(genrm2)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 375.911 566.141 Td [(genrm2)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 423.731 554.385 cm
+1 0 0 1 372.922 554.385 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 426.72 554.186 Td [(genrm2)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Short)-333(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 375.911 554.186 Td [(genrm2)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Sh)1(ort)-334(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 423.731 542.43 cm
+1 0 0 1 372.922 542.43 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 426.72 542.231 Td [(genrm2)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
+/F8 9.9626 Tf 375.911 542.231 Td [(genrm2)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 423.731 530.475 cm
+1 0 0 1 372.922 530.475 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 426.72 530.276 Td [(genrm2)]TJ
+/F8 9.9626 Tf 375.911 530.276 Td [(genrm2)]TJ
ET
q
-1 0 0 1 180.294 526.49 cm
+1 0 0 1 129.484 526.49 cm
[]0 d 0 J 0.398 w 0 0 m 284.534 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 278.877 498.45 Td [(T)83(able)-333(8:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 228.067 498.45 Td [(T)83(able)-333(8:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -8270,195 +8253,195 @@ BT
0 g 0 G
0 -19.78 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-222(or)-223(t)28(w)28(o)-222(arra)28(y)-223(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.681 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 432.611 354.641 cm
+1 0 0 1 385.864 354.641 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 435.749 354.442 Td [(T)]TJ
+/F30 9.9626 Tf 389.002 354.442 Td [(T)]TJ
ET
q
-1 0 0 1 441.607 354.641 cm
+1 0 0 1 394.86 354.641 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 444.746 354.442 Td [(vect)]TJ
+/F30 9.9626 Tf 397.998 354.442 Td [(vect)]TJ
ET
q
-1 0 0 1 466.295 354.641 cm
+1 0 0 1 419.547 354.641 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 469.433 354.442 Td [(type)]TJ
+/F30 9.9626 Tf 422.685 354.442 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(con)28(taining)]TJ -314.743 -11.956 Td [(n)28(um)28(b)-28(ers)-334(of)-333(t)28(yp)-28(e)-333(sp)-28(eci\014ed)-333(in)-334(T)84(able)]TJ
+/F8 9.9626 Tf -297.883 -11.956 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(8)]TJ
+ [-333(8)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.779 Td [(desc)]TJ
+/F27 9.9626 Tf -24.907 -19.779 Td [(desc)]TJ
ET
q
-1 0 0 1 172.619 322.906 cm
+1 0 0 1 121.81 322.906 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 176.057 322.707 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 322.707 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
ET
q
-1 0 0 1 327.588 275.085 cm
+1 0 0 1 276.779 275.085 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 330.727 274.886 Td [(desc)]TJ
+/F30 9.9626 Tf 279.917 274.886 Td [(desc)]TJ
ET
q
-1 0 0 1 352.275 275.085 cm
+1 0 0 1 301.466 275.085 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 355.414 274.886 Td [(type)]TJ
+/F30 9.9626 Tf 304.604 274.886 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.63 -19.779 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.631 -19.779 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.78 Td [(F)96(unction)-384(V)96(alue)]TJ
0 g 0 G
-/F8 9.9626 Tf 80.683 0 Td [(is)-333(the)-334(2-norm)-333(of)-333(sub)27(v)28(ector)]TJ/F11 9.9626 Tf 117.504 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.974 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(global)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 80.684 0 Td [(is)-333(the)-334(2-norm)-333(of)-333(sub)28(v)27(ector)]TJ/F11 9.9626 Tf 117.503 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.974 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
0 g 0 G
/F27 9.9626 Tf -24.907 -19.779 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.034 -11.955 Td [(An)-333(in)28(teger)-334(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detected.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
- 141.967 -41.423 Td [(34)]TJ
+ 141.968 -41.423 Td [(33)]TJ
0 g 0 G
ET
endstream
endobj
-914 0 obj <<
+909 0 obj <<
/Type /Page
-/Contents 915 0 R
-/Resources 913 0 R
+/Contents 910 0 R
+/Resources 908 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
-/Annots [ 910 0 R 911 0 R 912 0 R ]
+/Parent 900 0 R
+/Annots [ 905 0 R 906 0 R 907 0 R ]
>> endobj
-910 0 obj <<
+905 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.296 351.231 491.35 362.356]
+/Rect [368.549 351.231 444.603 362.356]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-911 0 obj <<
+906 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [327.791 339.553 334.765 350.401]
+/Rect [325.411 339.553 332.385 350.401]
/Subtype /Link
/A << /S /GoTo /D (table.8) >>
>> endobj
-912 0 obj <<
+907 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.273 271.676 377.331 282.801]
+/Rect [259.464 271.676 326.522 282.801]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-916 0 obj <<
-/D [914 0 R /XYZ 150.705 740.998 null]
+911 0 obj <<
+/D [909 0 R /XYZ 99.895 740.998 null]
>> endobj
-178 0 obj <<
-/D [914 0 R /XYZ 150.705 697.37 null]
+174 0 obj <<
+/D [909 0 R /XYZ 99.895 697.37 null]
>> endobj
-917 0 obj <<
-/D [914 0 R /XYZ 318.451 510.406 null]
+912 0 obj <<
+/D [909 0 R /XYZ 267.641 510.406 null]
>> endobj
-913 0 obj <<
+908 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-923 0 obj <<
-/Length 6139
+918 0 obj <<
+/Length 6162
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(genrm2s)-375(|)-375(Generalized)-375(2-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-310(subroutine)-310(computes)-309(a)-310(series)-310(of)-310(2-norms)-310(on)-310(the)-310(columns)-309(of)-310(a)-310(dense)-310(matrix)]TJ/F11 9.9626 Tf 0 -11.956 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 126.531 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.081 0 Td [(\050)]TJ/F11 9.9626 Tf 3.874 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ/F14 9.9626 Tf 3.875 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(2)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(genrm2s)-375(|)-375(Generalized)-375(2-Norm)-375(of)-375(V)94(ector)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-310(subroutine)-310(computes)-309(a)-310(series)-310(of)-310(2-norms)-310(on)-310(the)-309(c)-1(olu)1(m)-1(n)1(s)-310(of)-310(a)-310(dense)-310(matrix)]TJ/F11 9.9626 Tf 0 -11.956 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(:)]TJ/F11 9.9626 Tf 126.531 -11.955 Td [(r)-28(es)]TJ/F8 9.9626 Tf 14.08 0 Td [(\050)]TJ/F11 9.9626 Tf 3.875 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(\051)]TJ/F14 9.9626 Tf 6.642 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(\050:)]TJ/F11 9.9626 Tf 6.642 0 Td [(;)-167(i)]TJ/F8 9.9626 Tf 7.86 0 Td [(\051)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(2)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -207.017 -20.424 Td [(call)-525(psb_genrm2s\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -207.016 -20.424 Td [(call)-525(psb_genrm2s\050res,)-525(x,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 127.261 617.58 cm
+1 0 0 1 178.071 617.58 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
BT
-/F11 9.9626 Tf 133.239 609.013 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.863 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 184.049 609.013 Td [(r)-28(es)-8770(x)]TJ/F27 9.9626 Tf 221.862 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 127.261 605.227 cm
+1 0 0 1 178.071 605.227 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
BT
-/F8 9.9626 Tf 133.239 596.659 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Real)-3103(psb)]TJ
+/F8 9.9626 Tf 184.049 596.659 Td [(Short)-333(Precision)-333(R)-1(eal)-1200(S)1(hort)-334(Precision)-333(Real)-3103(psb)]TJ
ET
q
-1 0 0 1 370.699 596.858 cm
+1 0 0 1 421.508 596.858 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 373.688 596.659 Td [(genrm2s)]TJ -240.449 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 424.497 596.659 Td [(genrm2s)]TJ -240.448 -11.955 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Real)-3314(psb)]TJ
ET
q
-1 0 0 1 370.699 584.903 cm
+1 0 0 1 421.508 584.903 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 373.688 584.704 Td [(genrm2s)]TJ -240.449 -11.955 Td [(Short)-333(Precision)-334(Real)-1200(Shor)1(t)-334(Precision)-333(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 424.497 584.704 Td [(genrm2s)]TJ -240.448 -11.955 Td [(Short)-333(Precision)-333(R)-1(eal)-1200(S)1(hort)-334(Precision)-333(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 370.699 572.948 cm
+1 0 0 1 421.508 572.948 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 373.688 572.749 Td [(genrm2s)]TJ -240.449 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(psb)]TJ
+/F8 9.9626 Tf 424.497 572.749 Td [(genrm2s)]TJ -240.448 -11.956 Td [(Long)-333(Precision)-334(Real)-1411(Long)-333(Precision)-333(Complex)-1412(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 370.699 560.993 cm
+1 0 0 1 421.508 560.993 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 373.688 560.793 Td [(genrm2s)]TJ
+/F8 9.9626 Tf 424.497 560.793 Td [(genrm2s)]TJ
ET
q
-1 0 0 1 127.261 557.008 cm
+1 0 0 1 178.071 557.008 cm
[]0 d 0 J 0.398 w 0 0 m 288.979 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 228.067 528.968 Td [(T)83(able)-333(9:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 278.877 528.968 Td [(T)83(able)-333(9:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -8471,201 +8454,201 @@ BT
0 g 0 G
0 -19.926 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-222(or)-223(t)28(w)28(o)-222(arra)27(y)-222(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.681 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 381.802 407.9 cm
+1 0 0 1 436.673 407.9 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 384.94 407.701 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 407.701 Td [(T)]TJ
ET
q
-1 0 0 1 390.798 407.9 cm
+1 0 0 1 445.669 407.9 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 393.936 407.701 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 407.701 Td [(vect)]TJ
ET
q
-1 0 0 1 415.485 407.9 cm
+1 0 0 1 470.356 407.9 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 418.623 407.701 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 407.701 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(con)28(taining)]TJ -314.743 -11.955 Td [(n)28(um)28(b)-28(ers)-334(of)-333(t)28(yp)-28(e)-333(sp)-28(eci\014ed)-333(in)-334(T)84(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)27(yp)-27(e)-334(sp)-27(ec)-1(i)1(\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(9)]TJ
+ [-333(9)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(desc)]TJ
+/F27 9.9626 Tf -24.906 -19.926 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 376.02 cm
+1 0 0 1 172.619 376.02 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 375.82 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 375.82 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
q
-1 0 0 1 276.779 328.199 cm
+1 0 0 1 327.588 328.199 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 279.917 328 Td [(desc)]TJ
+/F30 9.9626 Tf 330.727 328 Td [(desc)]TJ
ET
q
-1 0 0 1 301.466 328.199 cm
+1 0 0 1 352.275 328.199 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 304.604 328 Td [(type)]TJ
+/F30 9.9626 Tf 355.414 328 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -225.631 -19.926 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -225.63 -19.926 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(res)]TJ
0 g 0 G
-/F8 9.9626 Tf 19.47 0 Td [(con)28(tains)-334(the)-333(1-norm)-333(of)-334(\050th)1(e)-334(columns)-333(of)-78(\051)]TJ/F11 9.9626 Tf 177.751 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.008 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 19.47 0 Td [(con)28(tains)-334(th)1(e)-334(1-norm)-333(of)-333(\050the)-334(columns)-333(of)-78(\051)]TJ/F11 9.9626 Tf 177.75 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -178.008 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-334(r)1(e)-1(al)-333(n)28(um)28(b)-28(er.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
+/F27 9.9626 Tf -24.906 -19.926 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(te)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.968 -94.1 Td [(35)]TJ
+ 141.968 -94.1 Td [(34)]TJ
0 g 0 G
ET
endstream
endobj
-922 0 obj <<
+917 0 obj <<
/Type /Page
-/Contents 923 0 R
-/Resources 921 0 R
+/Contents 918 0 R
+/Resources 916 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
-/Annots [ 918 0 R 919 0 R 920 0 R ]
+/Parent 900 0 R
+/Annots [ 913 0 R 914 0 R 915 0 R ]
>> endobj
-918 0 obj <<
+913 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [364.487 404.491 440.541 415.616]
+/Rect [419.358 404.491 495.412 415.616]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-919 0 obj <<
+914 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [276.982 392.812 283.955 403.66]
+/Rect [376.221 392.812 383.195 403.66]
/Subtype /Link
/A << /S /GoTo /D (table.9) >>
>> endobj
-920 0 obj <<
+915 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.464 324.789 326.522 335.914]
+/Rect [310.273 324.789 377.331 335.914]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-924 0 obj <<
-/D [922 0 R /XYZ 99.895 740.998 null]
+919 0 obj <<
+/D [917 0 R /XYZ 150.705 740.998 null]
>> endobj
-182 0 obj <<
-/D [922 0 R /XYZ 99.895 697.37 null]
+178 0 obj <<
+/D [917 0 R /XYZ 150.705 697.37 null]
>> endobj
-925 0 obj <<
-/D [922 0 R /XYZ 267.641 540.923 null]
+920 0 obj <<
+/D [917 0 R /XYZ 318.451 540.923 null]
>> endobj
-921 0 obj <<
+916 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F7 665 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-930 0 obj <<
-/Length 5462
+925 0 obj <<
+/Length 5455
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 171.761 706.328 cm
+1 0 0 1 120.951 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 175.796 706.129 Td [(spnrmi)-375(|)-375(In\014nit)31(y)-375(Norm)-375(of)-375(Sparse)-375(Matrix)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(in\014nit)28(y-norm)-334(of)-333(a)-333(matrix)]TJ/F11 9.9626 Tf 235.672 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(:)]TJ/F11 9.9626 Tf -103.44 -33.873 Td [(nr)-28(mi)]TJ/F14 9.9626 Tf 25.698 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(A)]TJ/F14 9.9626 Tf 7.472 0 Td [(k)]TJ/F13 6.9738 Tf 4.982 -1.495 Td [(1)]TJ/F8 9.9626 Tf -195.567 -20.423 Td [(where:)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(spnrm1)-375(|)-375(1-Norm)-375(of)-375(Sparse)-375(Matrix)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(1-norm)-334(of)-333(a)-333(matrix)]TJ/F11 9.9626 Tf 209.659 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(:)]TJ/F11 9.9626 Tf -76.216 -33.873 Td [(nr)-28(m)]TJ/F8 9.9626 Tf 19.499 0 Td [(1)]TJ/F14 9.9626 Tf 7.749 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(A)]TJ/F14 9.9626 Tf 7.472 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.495 Td [(1)]TJ/F8 9.9626 Tf -198.327 -20.423 Td [(where:)]TJ
0 g 0 G
/F11 9.9626 Tf 0 -19.926 Td [(A)]TJ
0 g 0 G
-/F8 9.9626 Tf 12.453 0 Td [(represen)28(ts)-334(the)-333(global)-333(matrix)]TJ/F11 9.9626 Tf 125.834 0 Td [(A)]TJ
+/F8 9.9626 Tf 12.454 0 Td [(represen)28(ts)-334(the)-333(global)-333(matrix)]TJ/F11 9.9626 Tf 125.834 0 Td [(A)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
ET
q
-1 0 0 1 232.099 589.962 cm
-[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+1 0 0 1 180.183 589.962 cm
+[]0 d 0 J 0.398 w 0 0 m 183.136 0 l S
Q
BT
-/F11 9.9626 Tf 238.077 581.394 Td [(A)]TJ/F27 9.9626 Tf 120.41 0 Td [(F)96(unction)]TJ
+/F11 9.9626 Tf 186.161 581.394 Td [(A)]TJ/F27 9.9626 Tf 120.409 0 Td [(F)96(unction)]TJ
ET
q
-1 0 0 1 232.099 577.608 cm
-[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+1 0 0 1 180.183 577.608 cm
+[]0 d 0 J 0.398 w 0 0 m 183.136 0 l S
Q
BT
-/F8 9.9626 Tf 238.077 569.04 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
+/F8 9.9626 Tf 186.161 569.04 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
ET
q
-1 0 0 1 374.084 569.24 cm
+1 0 0 1 322.167 569.24 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 377.073 569.04 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(psb)]TJ
+/F8 9.9626 Tf 325.156 569.04 Td [(spnrm1)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 374.084 557.284 cm
+1 0 0 1 322.167 557.284 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 377.073 557.085 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
+/F8 9.9626 Tf 325.156 557.085 Td [(spnrm1)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
ET
q
-1 0 0 1 374.084 545.329 cm
+1 0 0 1 322.167 545.329 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 377.073 545.13 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+/F8 9.9626 Tf 325.156 545.13 Td [(spnrm1)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
ET
q
-1 0 0 1 374.084 533.374 cm
+1 0 0 1 322.167 533.374 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 377.073 533.175 Td [(spnrmi)]TJ
+/F8 9.9626 Tf 325.156 533.175 Td [(spnrm1)]TJ
ET
q
-1 0 0 1 232.099 529.389 cm
-[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+1 0 0 1 180.183 529.389 cm
+[]0 d 0 J 0.398 w 0 0 m 183.136 0 l S
Q
0 g 0 G
BT
-/F8 9.9626 Tf 276.386 501.35 Td [(T)83(able)-333(10:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 225.577 501.35 Td [(T)83(able)-333(10:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -125.681 -33.873 Td [(psb_spnrmi\050A,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -125.682 -33.873 Td [(psb_spnrm1\050A,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -8676,36 +8659,223 @@ BT
0 g 0 G
0 -19.926 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(the)-333(global)-333(sparse)-334(matrix)]TJ/F11 9.9626 Tf 196.126 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -189.242 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(an)-334(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(the)-333(global)-333(sparse)-334(matrix)]TJ/F11 9.9626 Tf 196.126 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -189.242 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
ET
q
-1 0 0 1 327.588 358.087 cm
+1 0 0 1 276.779 358.087 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 330.727 357.888 Td [(Tspmat)]TJ
+/F30 9.9626 Tf 279.917 357.888 Td [(Tspmat)]TJ
ET
q
-1 0 0 1 362.736 358.087 cm
+1 0 0 1 311.927 358.087 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 365.874 357.888 Td [(type)]TJ
+/F30 9.9626 Tf 315.065 357.888 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -236.091 -19.926 Td [(desc)]TJ
ET
q
-1 0 0 1 172.619 338.162 cm
+1 0 0 1 121.81 338.162 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 176.057 337.962 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 337.962 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 276.779 290.341 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 279.917 290.142 Td [(desc)]TJ
+ET
+q
+1 0 0 1 301.466 290.341 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 304.604 290.142 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -225.631 -19.926 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(F)96(unction)-384(v)64(alue)]TJ
+0 g 0 G
+/F8 9.9626 Tf 78.387 0 Td [(is)-333(the)-334(1-norm)-333(of)-333(sparse)-334(submatrix)]TJ/F11 9.9626 Tf 150.297 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -211.249 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(long)-333(precision)-333(real)-334(n)28(um)28(b)-28(er.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+0 g 0 G
+ 141.968 -68.197 Td [(35)]TJ
+0 g 0 G
+ET
+endstream
+endobj
+924 0 obj <<
+/Type /Page
+/Contents 925 0 R
+/Resources 923 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 900 0 R
+/Annots [ 921 0 R 922 0 R ]
+>> endobj
+921 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [259.464 354.677 336.983 365.802]
+/Subtype /Link
+/A << /S /GoTo /D (spdata) >>
+>> endobj
+922 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [259.464 286.931 326.522 298.056]
+/Subtype /Link
+/A << /S /GoTo /D (descdata) >>
+>> endobj
+926 0 obj <<
+/D [924 0 R /XYZ 99.895 740.998 null]
+>> endobj
+182 0 obj <<
+/D [924 0 R /XYZ 99.895 697.37 null]
+>> endobj
+927 0 obj <<
+/D [924 0 R /XYZ 270.132 513.305 null]
+>> endobj
+923 0 obj <<
+/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F7 665 0 R /F27 477 0 R /F30 664 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+932 0 obj <<
+/Length 5462
+>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+ET
+q
+1 0 0 1 171.761 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 175.796 706.129 Td [(spnrmi)-375(|)-375(In\014nit)31(y)-375(Norm)-375(of)-375(Sparse)-375(Matrix)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-333(function)-334(computes)-333(the)-333(in\014nit)28(y-norm)-334(of)-333(a)-333(matrix)]TJ/F11 9.9626 Tf 235.672 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(:)]TJ/F11 9.9626 Tf -103.44 -33.873 Td [(nr)-28(mi)]TJ/F14 9.9626 Tf 25.698 0 Td [(\040)-278(k)]TJ/F11 9.9626 Tf 17.711 0 Td [(A)]TJ/F14 9.9626 Tf 7.472 0 Td [(k)]TJ/F13 6.9738 Tf 4.982 -1.495 Td [(1)]TJ/F8 9.9626 Tf -195.567 -20.423 Td [(where:)]TJ
+0 g 0 G
+/F11 9.9626 Tf 0 -19.926 Td [(A)]TJ
+0 g 0 G
+/F8 9.9626 Tf 12.453 0 Td [(represen)28(ts)-334(the)-333(global)-333(matrix)]TJ/F11 9.9626 Tf 125.834 0 Td [(A)]TJ
+0 g 0 G
+0 g 0 G
+0 g 0 G
+ET
+q
+1 0 0 1 232.099 589.962 cm
+[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+Q
+BT
+/F11 9.9626 Tf 238.077 581.394 Td [(A)]TJ/F27 9.9626 Tf 120.41 0 Td [(F)96(unction)]TJ
+ET
+q
+1 0 0 1 232.099 577.608 cm
+[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+Q
+BT
+/F8 9.9626 Tf 238.077 569.04 Td [(Short)-333(Precision)-334(Real)-3102(psb)]TJ
+ET
+q
+1 0 0 1 374.084 569.24 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 377.073 569.04 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(psb)]TJ
+ET
+q
+1 0 0 1 374.084 557.284 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 377.073 557.085 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Short)-333(Precision)-334(Complex)-1200(psb)]TJ
+ET
+q
+1 0 0 1 374.084 545.329 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 377.073 545.13 Td [(spnrmi)]TJ -138.996 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+ET
+q
+1 0 0 1 374.084 533.374 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 377.073 533.175 Td [(spnrmi)]TJ
+ET
+q
+1 0 0 1 232.099 529.389 cm
+[]0 d 0 J 0.398 w 0 0 m 180.922 0 l S
+Q
+0 g 0 G
+BT
+/F8 9.9626 Tf 276.386 501.35 Td [(T)83(able)-333(11:)-444(Data)-334(t)28(yp)-28(es)]TJ
+0 g 0 G
+0 g 0 G
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -125.681 -33.873 Td [(psb_spnrmi\050A,)-525(desc_a,)-525(info\051)]TJ
+0 g 0 G
+/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.926 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(the)-333(global)-333(sparse)-334(matrix)]TJ/F11 9.9626 Tf 196.126 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -189.242 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(an)-334(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 135.658 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 327.588 358.087 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 330.727 357.888 Td [(Tspmat)]TJ
+ET
+q
+1 0 0 1 362.736 358.087 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 365.874 357.888 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -236.091 -19.926 Td [(desc)]TJ
+ET
+q
+1 0 0 1 172.619 338.162 cm
+[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
+Q
+BT
+/F27 9.9626 Tf 176.057 337.962 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 135.659 0 Td [(psb)]TJ
ET
@@ -8741,43 +8911,43 @@ BT
ET
endstream
endobj
-929 0 obj <<
+931 0 obj <<
/Type /Page
-/Contents 930 0 R
-/Resources 928 0 R
+/Contents 932 0 R
+/Resources 930 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 897 0 R
-/Annots [ 926 0 R 927 0 R ]
+/Parent 900 0 R
+/Annots [ 928 0 R 929 0 R ]
>> endobj
-926 0 obj <<
+928 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [310.273 354.677 387.792 365.802]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-927 0 obj <<
+929 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [310.273 286.931 377.331 298.056]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-931 0 obj <<
-/D [929 0 R /XYZ 150.705 740.998 null]
+933 0 obj <<
+/D [931 0 R /XYZ 150.705 740.998 null]
>> endobj
186 0 obj <<
-/D [929 0 R /XYZ 150.705 697.37 null]
+/D [931 0 R /XYZ 150.705 697.37 null]
>> endobj
-933 0 obj <<
-/D [929 0 R /XYZ 320.941 513.305 null]
+935 0 obj <<
+/D [931 0 R /XYZ 320.941 513.305 null]
>> endobj
-928 0 obj <<
-/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F13 932 0 R /F27 477 0 R /F30 664 0 R >>
+930 0 obj <<
+/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F13 934 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-941 0 obj <<
-/Length 7326
+943 0 obj <<
+/Length 7328
>>
stream
0 g 0 G
@@ -8867,7 +9037,7 @@ q
Q
0 g 0 G
BT
-/F8 9.9626 Tf 225.577 443.603 Td [(T)83(able)-333(11:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 225.577 443.603 Td [(T)83(able)-333(12:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -8885,7 +9055,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 32.033 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(11)]TJ
+ [-333(12)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -8913,102 +9083,102 @@ BT
0 g 0 G
/F27 9.9626 Tf -236.091 -19.575 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-222(or)-223(t)28(w)28(o)-222(arra)27(y)-222(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.933 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.681 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 381.802 144.435 cm
+1 0 0 1 385.864 144.435 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 384.94 144.236 Td [(T)]TJ
+/F30 9.9626 Tf 389.002 144.236 Td [(T)]TJ
ET
q
-1 0 0 1 390.798 144.435 cm
+1 0 0 1 394.86 144.435 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 393.936 144.236 Td [(vect)]TJ
+/F30 9.9626 Tf 397.998 144.236 Td [(vect)]TJ
ET
q
-1 0 0 1 415.485 144.435 cm
+1 0 0 1 419.547 144.435 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 418.623 144.236 Td [(type)]TJ
+/F30 9.9626 Tf 422.685 144.236 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(con)28(taining)]TJ -314.743 -11.955 Td [(n)28(um)28(b)-28(ers)-307(of)-307(t)28(yp)-28(e)-307(sp)-28(eci\014ed)-307(in)-307(T)83(able)]TJ
+/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-342(n)28(um)28(b)-28(ers)-342(of)-342(t)28(yp)-28(e)-342(sp)-28(eci\014ed)-342(in)-341(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-307(11)]TJ
+ [-342(12)]TJ
0 g 0 G
- [(.)-435(The)-307(rank)-307(of)]TJ/F11 9.9626 Tf 222.709 0 Td [(x)]TJ/F8 9.9626 Tf 8.753 0 Td [(m)28(ust)-307(b)-28(e)-307(the)-307(same)-307(of)]TJ/F11 9.9626 Tf -231.462 -11.955 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
+ [(.)-470(The)-342(rank)-342(of)]TJ/F11 9.9626 Tf 274.694 0 Td [(x)]TJ/F8 9.9626 Tf 9.101 0 Td [(m)28(ust)-342(b)-28(e)]TJ -283.795 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.466 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
0 g 0 G
- 136.726 -29.888 Td [(37)]TJ
+ 83.26 -29.888 Td [(37)]TJ
0 g 0 G
ET
endstream
endobj
-940 0 obj <<
+942 0 obj <<
/Type /Page
-/Contents 941 0 R
-/Resources 939 0 R
+/Contents 943 0 R
+/Resources 941 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 934 0 R 935 0 R 936 0 R 937 0 R ]
+/Parent 949 0 R
+/Annots [ 936 0 R 937 0 R 938 0 R 939 0 R ]
>> endobj
-934 0 obj <<
+936 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [382.088 276.095 394.043 286.943]
/Subtype /Link
-/A << /S /GoTo /D (table.11) >>
+/A << /S /GoTo /D (table.12) >>
>> endobj
-935 0 obj <<
+937 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [259.464 208.422 336.983 219.547]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-936 0 obj <<
+938 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [364.487 141.026 440.541 152.151]
+/Rect [368.549 141.026 444.603 152.151]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-937 0 obj <<
+939 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [275.409 129.347 287.364 140.196]
+/Rect [326.008 129.347 337.963 140.196]
/Subtype /Link
-/A << /S /GoTo /D (table.11) >>
+/A << /S /GoTo /D (table.12) >>
>> endobj
-942 0 obj <<
-/D [940 0 R /XYZ 99.895 740.998 null]
+944 0 obj <<
+/D [942 0 R /XYZ 99.895 740.998 null]
>> endobj
190 0 obj <<
-/D [940 0 R /XYZ 99.895 697.37 null]
->> endobj
-943 0 obj <<
-/D [940 0 R /XYZ 239.804 675.784 null]
->> endobj
-944 0 obj <<
-/D [940 0 R /XYZ 236.666 658.376 null]
+/D [942 0 R /XYZ 99.895 697.37 null]
>> endobj
945 0 obj <<
-/D [940 0 R /XYZ 236.025 640.968 null]
+/D [942 0 R /XYZ 239.804 675.784 null]
>> endobj
946 0 obj <<
-/D [940 0 R /XYZ 270.132 455.558 null]
+/D [942 0 R /XYZ 236.666 658.376 null]
>> endobj
-939 0 obj <<
+947 0 obj <<
+/D [942 0 R /XYZ 236.025 640.968 null]
+>> endobj
+948 0 obj <<
+/D [942 0 R /XYZ 270.132 455.558 null]
+>> endobj
+941 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F7 665 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-957 0 obj <<
-/Length 6966
+959 0 obj <<
+/Length 6975
>>
stream
0 g 0 G
@@ -9019,44 +9189,44 @@ BT
0 g 0 G
/F8 9.9626 Tf 26.94 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.469 0 Td [(\014)]TJ/F8 9.9626 Tf 6.161 0 Td [(.)]TJ -53.664 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)27(yp)-27(e)-334(indicated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(11)]TJ
+ [-333(12)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
/F27 9.9626 Tf -24.906 -18.453 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.482 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-223(or)-222(t)28(w)28(o)-222(arra)27(y)-222(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.482 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-56(j)1(e)-1(ct)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.682 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 432.611 592.233 cm
+1 0 0 1 436.673 592.233 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 435.749 592.034 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 592.034 Td [(T)]TJ
ET
q
-1 0 0 1 441.607 592.233 cm
+1 0 0 1 445.669 592.233 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 444.746 592.034 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 592.034 Td [(vect)]TJ
ET
q
-1 0 0 1 466.295 592.233 cm
+1 0 0 1 470.356 592.233 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 469.433 592.034 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 592.034 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(con)28(taining)]TJ -314.743 -11.955 Td [(n)28(um)28(b)-28(ers)-310(of)-311(t)28(yp)-28(e)-310(sp)-28(eci\014ed)-310(in)-310(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-345(n)28(um)28(b)-28(ers)-345(of)-345(t)28(yp)-28(e)-345(sp)-28(eci\014ed)-345(in)-345(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
- [-310(11)]TJ
+ [-345(12)]TJ
0 g 0 G
- [(.)-436(The)-311(rank)-310(of)]TJ/F11 9.9626 Tf 223.004 0 Td [(y)]TJ/F8 9.9626 Tf 8.332 0 Td [(m)28(ust)-310(b)-28(e)-310(the)-311(same)-310(of)]TJ/F11 9.9626 Tf -231.336 -11.955 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
+ [(.)-479(The)-345(rank)-345(of)]TJ/F11 9.9626 Tf 275.087 0 Td [(y)]TJ/F8 9.9626 Tf 8.678 0 Td [(m)28(ust)-345(b)-28(e)]TJ -283.765 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -30.6 -18.454 Td [(desc)]TJ
+/F27 9.9626 Tf -84.067 -18.454 Td [(desc)]TJ
ET
q
1 0 0 1 172.619 549.87 cm
@@ -9122,7 +9292,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(result)-333(matrix)]TJ/F11 9.9626 Tf 147.364 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -138.728 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-474(as:)-727(an)-475(arra)28(y)-475(of)-474(rank)-475(one)-474(or)-475(t)28(w)28(o)-475(con)28(taining)-474(n)27(um)28(b)-28(ers)-474(of)-475(t)28(yp)-28(e)]TJ 0 -11.955 Td [(sp)-28(eci\014ed)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(11)]TJ
+ [-333(12)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -9135,78 +9305,78 @@ BT
ET
endstream
endobj
-956 0 obj <<
+958 0 obj <<
/Type /Page
-/Contents 957 0 R
-/Resources 955 0 R
+/Contents 959 0 R
+/Resources 957 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 938 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R ]
+/Parent 949 0 R
+/Annots [ 940 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R ]
>> endobj
-938 0 obj <<
+940 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [432.897 655.375 444.852 666.223]
/Subtype /Link
-/A << /S /GoTo /D (table.11) >>
+/A << /S /GoTo /D (table.12) >>
>> endobj
-948 0 obj <<
+950 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.296 588.824 491.35 599.949]
+/Rect [419.358 588.824 495.412 599.949]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-949 0 obj <<
+951 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [326.407 577.145 338.363 587.994]
+/Rect [377.029 577.145 388.984 587.994]
/Subtype /Link
-/A << /S /GoTo /D (table.11) >>
+/A << /S /GoTo /D (table.12) >>
>> endobj
-950 0 obj <<
+952 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [310.273 498.639 377.331 509.764]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-951 0 obj <<
+953 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [397.199 462.009 404.172 472.858]
/Subtype /Link
/A << /S /GoTo /D (equation.1) >>
>> endobj
-952 0 obj <<
+954 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [396.202 447.541 403.176 458.389]
/Subtype /Link
/A << /S /GoTo /D (equation.2) >>
>> endobj
-953 0 obj <<
+955 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [396.507 433.073 403.481 443.921]
/Subtype /Link
/A << /S /GoTo /D (equation.3) >>
>> endobj
-954 0 obj <<
+956 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [253.818 191.887 265.774 202.735]
/Subtype /Link
-/A << /S /GoTo /D (table.11) >>
+/A << /S /GoTo /D (table.12) >>
>> endobj
-958 0 obj <<
-/D [956 0 R /XYZ 150.705 740.998 null]
+960 0 obj <<
+/D [958 0 R /XYZ 150.705 740.998 null]
>> endobj
-955 0 obj <<
+957 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F11 649 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-963 0 obj <<
+965 0 obj <<
/Length 6787
>>
stream
@@ -9292,7 +9462,7 @@ q
Q
0 g 0 G
BT
-/F8 9.9626 Tf 225.577 246.522 Td [(T)83(able)-333(12:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 225.577 246.522 Td [(T)83(able)-333(13:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -9307,7 +9477,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 32.033 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(12)]TJ
+ [-333(13)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -9316,36 +9486,36 @@ BT
ET
endstream
endobj
-962 0 obj <<
+964 0 obj <<
/Type /Page
-/Contents 963 0 R
-/Resources 961 0 R
+/Contents 965 0 R
+/Resources 963 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 959 0 R ]
+/Parent 949 0 R
+/Annots [ 961 0 R ]
>> endobj
-959 0 obj <<
+961 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [382.088 117.392 394.043 128.24]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-964 0 obj <<
-/D [962 0 R /XYZ 99.895 740.998 null]
+966 0 obj <<
+/D [964 0 R /XYZ 99.895 740.998 null]
>> endobj
194 0 obj <<
-/D [962 0 R /XYZ 99.895 697.044 null]
+/D [964 0 R /XYZ 99.895 697.044 null]
>> endobj
-965 0 obj <<
-/D [962 0 R /XYZ 270.132 258.477 null]
+967 0 obj <<
+/D [964 0 R /XYZ 270.132 258.477 null]
>> endobj
-961 0 obj <<
-/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F13 932 0 R /F7 665 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
+963 0 obj <<
+/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F13 934 0 R /F7 665 0 R /F10 666 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-974 0 obj <<
-/Length 7781
+976 0 obj <<
+/Length 7789
>>
stream
0 g 0 G
@@ -9362,79 +9532,79 @@ BT
0 g 0 G
/F27 9.9626 Tf -208.773 -20.65 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.934 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-223(or)-222(t)28(w)28(o)-222(arra)27(y)-222(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -167.934 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-56(j)1(e)-1(ct)-254(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.682 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
ET
q
-1 0 0 1 432.611 590.037 cm
+1 0 0 1 436.673 590.037 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 435.749 589.838 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 589.838 Td [(T)]TJ
ET
q
-1 0 0 1 441.607 590.037 cm
+1 0 0 1 445.669 590.037 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 444.746 589.838 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 589.838 Td [(vect)]TJ
ET
q
-1 0 0 1 466.295 590.037 cm
+1 0 0 1 470.356 590.037 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 469.433 589.838 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 589.838 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(con)28(taining)]TJ -314.743 -11.955 Td [(n)28(um)28(b)-28(ers)-307(of)-307(t)28(yp)-28(e)-307(sp)-28(eci\014ed)-307(in)-307(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-342(n)28(um)28(b)-28(ers)-342(of)-342(t)28(yp)-28(e)-342(sp)-28(eci\014ed)-342(in)-341(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-307(12)]TJ
+ [-342(13)]TJ
0 g 0 G
- [(.)-435(The)-307(rank)-307(of)]TJ/F11 9.9626 Tf 222.71 0 Td [(x)]TJ/F8 9.9626 Tf 8.753 0 Td [(m)28(ust)-307(b)-28(e)-307(the)-307(same)-307(of)]TJ/F11 9.9626 Tf -231.463 -11.956 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
+ [(.)-470(The)-342(rank)-342(of)]TJ/F11 9.9626 Tf 274.695 0 Td [(x)]TJ/F8 9.9626 Tf 9.1 0 Td [(m)28(ust)-342(b)-28(e)]TJ -283.795 -11.956 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -30.148 -20.649 Td [(b)-32(eta)]TJ
+/F27 9.9626 Tf -83.615 -20.649 Td [(b)-32(eta)]TJ
0 g 0 G
/F8 9.9626 Tf 26.94 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.469 0 Td [(\014)]TJ/F8 9.9626 Tf 6.161 0 Td [(.)]TJ -53.663 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(global)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(in)1(dicate)-1(d)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(12)]TJ
+ [-333(13)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
/F27 9.9626 Tf -24.907 -20.65 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-222(as:)-389(a)-222(rank)-222(one)-222(or)-223(t)28(w)28(o)-222(arra)28(y)-223(or)-222(an)-222(ob)-56(ject)-222(of)-222(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 240.681 0 Td [(psb)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
ET
q
-1 0 0 1 432.611 429.186 cm
+1 0 0 1 436.673 429.186 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 435.749 428.986 Td [(T)]TJ
+/F30 9.9626 Tf 439.811 428.986 Td [(T)]TJ
ET
q
-1 0 0 1 441.607 429.186 cm
+1 0 0 1 445.669 429.186 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 444.746 428.986 Td [(vect)]TJ
+/F30 9.9626 Tf 448.807 428.986 Td [(vect)]TJ
ET
q
-1 0 0 1 466.295 429.186 cm
+1 0 0 1 470.356 429.186 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 469.433 428.986 Td [(type)]TJ
+/F30 9.9626 Tf 473.495 428.986 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(con)28(taining)]TJ -314.743 -11.955 Td [(n)28(um)28(b)-28(ers)-310(of)-311(t)28(yp)-28(e)-310(sp)-28(eci\014ed)-310(in)-310(T)83(able)]TJ
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-345(n)28(um)28(b)-28(ers)-345(of)-345(t)28(yp)-28(e)-345(sp)-28(eci\014ed)-345(in)-345(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
- [-310(12)]TJ
+ [-345(13)]TJ
0 g 0 G
- [(.)-436(The)-311(rank)-310(of)]TJ/F11 9.9626 Tf 223.004 0 Td [(y)]TJ/F8 9.9626 Tf 8.332 0 Td [(m)28(ust)-310(b)-28(e)-310(the)-311(same)-310(of)]TJ/F11 9.9626 Tf -231.336 -11.955 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
+ [(.)-479(The)-345(rank)-345(of)]TJ/F11 9.9626 Tf 275.087 0 Td [(y)]TJ/F8 9.9626 Tf 8.678 0 Td [(m)28(ust)-345(b)-28(e)]TJ -283.765 -11.955 Td [(the)-333(same)-334(of)]TJ/F11 9.9626 Tf 53.467 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -30.6 -20.65 Td [(desc)]TJ
+/F27 9.9626 Tf -84.067 -20.65 Td [(desc)]TJ
ET
q
1 0 0 1 172.619 384.625 cm
@@ -9500,71 +9670,71 @@ BT
ET
endstream
endobj
-973 0 obj <<
+975 0 obj <<
/Type /Page
-/Contents 974 0 R
-/Resources 972 0 R
+/Contents 976 0 R
+/Resources 974 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 960 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R ]
+/Parent 949 0 R
+/Annots [ 962 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R ]
>> endobj
-960 0 obj <<
+962 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [358.482 655.375 365.455 666.223]
/Subtype /Link
/A << /S /GoTo /D (section.3) >>
>> endobj
-966 0 obj <<
+968 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.296 586.627 491.35 597.752]
+/Rect [419.358 586.627 495.412 597.752]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-967 0 obj <<
+969 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [326.218 574.949 338.173 585.797]
+/Rect [376.818 574.949 388.773 585.797]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-968 0 obj <<
+970 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [432.897 494.523 444.852 505.372]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-969 0 obj <<
+971 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.296 425.776 491.35 436.901]
+/Rect [419.358 425.776 495.412 436.901]
/Subtype /Link
/A << /S /GoTo /D (vdata) >>
>> endobj
-970 0 obj <<
+972 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [326.407 414.098 338.363 424.946]
+/Rect [377.029 414.098 388.984 424.946]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-971 0 obj <<
+973 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [310.273 333.395 377.331 344.52]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-975 0 obj <<
-/D [973 0 R /XYZ 150.705 740.998 null]
+977 0 obj <<
+/D [975 0 R /XYZ 150.705 740.998 null]
>> endobj
-972 0 obj <<
+974 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F30 664 0 R /F17 629 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-980 0 obj <<
+982 0 obj <<
/Length 4663
>>
stream
@@ -9593,7 +9763,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 25.827 0 Td [(the)-333(diagonal)-334(scaling)-333(matrix.)]TJ -0.92 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(diag)]TJ/F8 9.9626 Tf 18.993 0 Td [(\0501\051)-278(=)-277(1\050)]TJ/F11 9.9626 Tf 34.869 0 Td [(noscal)-20(ing)]TJ/F8 9.9626 Tf 42.747 0 Td [(\051)]TJ -136.045 -11.955 Td [(Sp)-28(eci\014ed)-382(as:)-543(a)-382(rank)-382(one)-383(arra)28(y)-382(con)27(taining)-382(n)28(um)28(b)-28(ers)-383(of)-382(the)-382(t)27(yp)-27(e)-383(indicated)]TJ 0 -11.955 Td [(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(12)]TJ
+ [-333(13)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -9608,7 +9778,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-474(as:)-727(an)-475(arra)28(y)-474(of)-475(rank)-475(on)1(e)-475(or)-475(t)28(w)28(o)-475(con)28(taining)-474(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-475(t)28(yp)-28(e)]TJ 0 -11.955 Td [(sp)-28(eci\014ed)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(12)]TJ
+ [-333(13)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -9621,36 +9791,36 @@ BT
ET
endstream
endobj
-979 0 obj <<
+981 0 obj <<
/Type /Page
-/Contents 980 0 R
-/Resources 978 0 R
+/Contents 982 0 R
+/Resources 980 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 976 0 R 977 0 R ]
+/Parent 949 0 R
+/Annots [ 978 0 R 979 0 R ]
>> endobj
-976 0 obj <<
+978 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [162.826 410.238 174.781 419.149]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-977 0 obj <<
+979 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [203.009 228.974 214.964 239.822]
/Subtype /Link
-/A << /S /GoTo /D (table.12) >>
+/A << /S /GoTo /D (table.13) >>
>> endobj
-981 0 obj <<
-/D [979 0 R /XYZ 99.895 740.998 null]
+983 0 obj <<
+/D [981 0 R /XYZ 99.895 740.998 null]
>> endobj
-978 0 obj <<
+980 0 obj <<
/Font << /F8 478 0 R /F27 477 0 R /F11 649 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-985 0 obj <<
+987 0 obj <<
/Length 651
>>
stream
@@ -9668,33 +9838,33 @@ BT
ET
endstream
endobj
-984 0 obj <<
+986 0 obj <<
/Type /Page
-/Contents 985 0 R
-/Resources 983 0 R
+/Contents 987 0 R
+/Resources 985 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 947 0 R
-/Annots [ 982 0 R ]
+/Parent 949 0 R
+/Annots [ 984 0 R ]
>> endobj
-982 0 obj <<
+984 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [350.345 657.464 357.319 668.312]
/Subtype /Link
/A << /S /GoTo /D (section.6) >>
>> endobj
-986 0 obj <<
-/D [984 0 R /XYZ 150.705 740.998 null]
+988 0 obj <<
+/D [986 0 R /XYZ 150.705 740.998 null]
>> endobj
198 0 obj <<
-/D [984 0 R /XYZ 150.705 716.092 null]
+/D [986 0 R /XYZ 150.705 716.092 null]
>> endobj
-983 0 obj <<
+985 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-992 0 obj <<
-/Length 6023
+995 0 obj <<
+/Length 6399
>>
stream
0 g 0 G
@@ -9707,9 +9877,9 @@ q
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(halo)-375(|)-375(Halo)-375(Data)-375(Comm)31(unication)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(These)-257(subroutines)-257(gathers)-258(the)-257(v)56(alues)-258(of)-257(the)-257(halo)-257(elemen)28(ts,)-273(and)-257(\050optionally\051)-257(scale)]TJ 0 -11.956 Td [(the)-333(result:)]TJ/F11 9.9626 Tf 155.208 -18.887 Td [(x)]TJ/F14 9.9626 Tf 8.462 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(\013)-4(x)]TJ/F8 9.9626 Tf -176.4 -18.888 Td [(where:)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(halo)-375(|)-375(Halo)-375(Data)-375(Comm)31(unication)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(These)-257(subroutines)-257(gathers)-258(the)-257(v)56(alues)-258(of)-257(the)-257(halo)-257(elemen)28(ts,)-273(and)-257(\050optionally\051)-257(scale)]TJ 0 -11.956 Td [(the)-333(result:)]TJ/F11 9.9626 Tf 155.208 -20.311 Td [(x)]TJ/F14 9.9626 Tf 8.462 0 Td [(\040)]TJ/F11 9.9626 Tf 12.73 0 Td [(\013)-4(x)]TJ/F8 9.9626 Tf -176.4 -20.311 Td [(where:)]TJ
0 g 0 G
-/F11 9.9626 Tf 0 -17.502 Td [(x)]TJ
+/F11 9.9626 Tf 0 -18.64 Td [(x)]TJ
0 g 0 G
/F8 9.9626 Tf 10.676 0 Td [(is)-333(a)-334(global)-333(dense)-333(submatrix.)]TJ
0 g 0 G
@@ -9717,171 +9887,203 @@ BT
0 g 0 G
ET
q
-1 0 0 1 177.988 602.082 cm
+1 0 0 1 177.988 596.389 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F11 9.9626 Tf 183.966 593.514 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(x)]TJ/F27 9.9626 Tf 107.911 0 Td [(Subroutine)]TJ
+/F11 9.9626 Tf 183.966 587.821 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(,)]TJ/F11 9.9626 Tf 6.088 0 Td [(x)]TJ/F27 9.9626 Tf 107.911 0 Td [(Subroutine)]TJ
ET
q
-1 0 0 1 177.988 589.728 cm
+1 0 0 1 177.988 584.035 cm
[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
Q
BT
-/F8 9.9626 Tf 183.966 581.16 Td [(In)28(teger)-9028(psb)]TJ
+/F8 9.9626 Tf 183.966 575.467 Td [(In)28(teger)-9028(psb)]TJ
ET
q
-1 0 0 1 319.972 581.359 cm
+1 0 0 1 319.972 575.666 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 581.16 Td [(halo)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-333(R)-1(eal)-3102(psb)]TJ
+/F8 9.9626 Tf 322.961 575.467 Td [(halo)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-333(R)-1(eal)-3102(psb)]TJ
ET
q
-1 0 0 1 319.972 569.404 cm
+1 0 0 1 319.972 563.711 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 569.205 Td [(halo)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 322.961 563.512 Td [(halo)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Real)-3314(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 319.972 557.449 cm
+1 0 0 1 319.972 551.756 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 557.25 Td [(halo)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-333(C)-1(omplex)-1200(p)1(s)-1(b)]TJ
+/F8 9.9626 Tf 322.961 551.557 Td [(halo)]TJ -138.995 -11.955 Td [(Short)-333(Precision)-333(C)-1(omplex)-1200(p)1(s)-1(b)]TJ
ET
q
-1 0 0 1 319.972 545.494 cm
+1 0 0 1 319.972 539.801 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 545.295 Td [(halo)]TJ -138.995 -11.956 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+/F8 9.9626 Tf 322.961 539.602 Td [(halo)]TJ -138.995 -11.955 Td [(Long)-333(Precision)-334(Complex)-1411(psb)]TJ
+ET
+q
+1 0 0 1 319.972 527.846 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 322.961 527.647 Td [(halo)]TJ
+ET
+q
+1 0 0 1 177.988 523.861 cm
+[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
+Q
+0 g 0 G
+BT
+/F8 9.9626 Tf 225.577 495.821 Td [(T)83(able)-333(14:)-444(Data)-334(t)28(yp)-28(es)]TJ
+0 g 0 G
+0 g 0 G
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -125.682 -31.623 Td [(call)-525(psb_halo\050x,)-525(desc_a,)-525(info\051)]TJ 0 -11.955 Td [(call)-525(psb_halo\050x,)-525(desc_a,)-525(info,)-525(alpha,)-525(work,)-525(data\051)]TJ
+0 g 0 G
+/F27 9.9626 Tf 0 -20.311 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.283 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.283 Td [(x)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 88.917 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -80.732 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-55(jec)-1(t)-254(of)-255(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 385.864 345.745 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 389.002 345.546 Td [(T)]TJ
ET
q
-1 0 0 1 319.972 533.539 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+1 0 0 1 394.86 345.745 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F8 9.9626 Tf 322.961 533.339 Td [(halo)]TJ
+/F30 9.9626 Tf 397.998 345.546 Td [(vect)]TJ
ET
q
-1 0 0 1 177.988 529.554 cm
-[]0 d 0 J 0.398 w 0 0 m 187.526 0 l S
+1 0 0 1 419.547 345.745 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
-0 g 0 G
BT
-/F8 9.9626 Tf 225.577 501.514 Td [(T)83(able)-333(13:)-444(Data)-334(t)28(yp)-28(es)]TJ
-0 g 0 G
-0 g 0 G
-0 g 0 G
+/F30 9.9626 Tf 422.685 345.546 Td [(type)]TJ
0 g 0 G
-/F30 9.9626 Tf -125.682 -29.631 Td [(call)-525(psb_halo\050x,)-525(desc_a,)-525(info\051)]TJ 0 -11.955 Td [(call)-525(psb_halo\050x,)-525(desc_a,)-525(info,)-525(alpha,)-525(work,)-525(data\051)]TJ
-0 g 0 G
-/F27 9.9626 Tf 0 -18.888 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -18.713 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -18.713 Td [(x)]TJ
-0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 88.917 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -80.732 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-395(as:)-569(a)-395(rank)-395(one)-396(or)-395(t)27(w)28(o)-395(arra)28(y)-396(with)-395(the)-395(T)83(AR)28(GET)-396(attribute)-395(con-)]TJ 0 -11.955 Td [(taining)-333(n)28(um)27(b)-27(ers)-334(of)-333(t)28(yp)-28(e)-333(sp)-28(eci\014ed)-334(i)1(n)-334(T)84(able)]TJ
+/F8 9.9626 Tf -297.883 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)28(yp)-28(e)-334(sp)-27(eci\014ed)-334(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(13)]TJ
+ [-333(14)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -18.713 Td [(desc)]TJ
+/F27 9.9626 Tf -24.907 -19.283 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 325.324 cm
+1 0 0 1 121.81 314.507 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 325.125 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 314.308 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
ET
q
-1 0 0 1 312.036 277.503 cm
+1 0 0 1 312.036 266.687 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 315.174 277.304 Td [(desc)]TJ
+/F30 9.9626 Tf 315.174 266.487 Td [(desc)]TJ
ET
q
-1 0 0 1 336.723 277.503 cm
+1 0 0 1 336.723 266.687 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 339.861 277.304 Td [(type)]TJ
+/F30 9.9626 Tf 339.861 266.487 Td [(type)]TJ
0 g 0 G
/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -260.887 -18.713 Td [(alpha)]TJ
+/F27 9.9626 Tf -260.887 -19.282 Td [(alpha)]TJ
0 g 0 G
-/F8 9.9626 Tf 32.033 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(al)-20(pha)]TJ/F8 9.9626 Tf 27.22 0 Td [(=)-278(1)]TJ -66.656 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf 32.033 0 Td [(the)-333(scalar)]TJ/F11 9.9626 Tf 45.468 0 Td [(\013)]TJ/F8 9.9626 Tf 6.41 0 Td [(.)]TJ -59.004 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(al)-20(pha)]TJ/F8 9.9626 Tf 27.22 0 Td [(=)-278(1)]TJ -66.656 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(n)28(um)28(b)-28(er)-333(of)-334(the)-333(data)-333(t)28(yp)-28(e)-334(ind)1(ic)-1(ated)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(13)]TJ
+ [-333(14)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -18.714 Td [(w)32(ork)]TJ
+/F27 9.9626 Tf -24.907 -19.283 Td [(w)32(ork)]TJ
0 g 0 G
-/F8 9.9626 Tf 29.432 0 Td [(the)-333(w)27(ork)-333(arra)28(y)83(.)]TJ -4.525 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-348(as:)-475(a)-349(rank)-348(one)-349(arra)28(y)-349(of)-348(the)-349(same)-348(t)27(yp)-27(e)-349(of)]TJ/F11 9.9626 Tf 222.576 0 Td [(x)]TJ/F8 9.9626 Tf 9.167 0 Td [(with)-349(th)1(e)-349(POINTER)]TJ -231.743 -11.955 Td [(attribute.)]TJ
+/F8 9.9626 Tf 29.432 0 Td [(the)-333(w)27(ork)-333(arra)28(y)83(.)]TJ -4.525 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(of)-333(the)-334(same)-333(t)28(yp)-28(e)-333(of)]TJ/F11 9.9626 Tf 220.756 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ
0 g 0 G
- 141.968 -29.888 Td [(43)]TJ
+ -84.482 -29.888 Td [(43)]TJ
0 g 0 G
ET
endstream
endobj
-991 0 obj <<
+994 0 obj <<
/Type /Page
-/Contents 992 0 R
-/Resources 990 0 R
+/Contents 995 0 R
+/Resources 993 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
-/Annots [ 987 0 R 988 0 R 989 0 R ]
+/Parent 998 0 R
+/Annots [ 989 0 R 990 0 R 991 0 R 992 0 R ]
>> endobj
-987 0 obj <<
+989 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.744 340.904 322.699 351.753]
+/Rect [368.549 342.336 444.603 353.461]
/Subtype /Link
-/A << /S /GoTo /D (table.13) >>
+/A << /S /GoTo /D (vdata) >>
>> endobj
-988 0 obj <<
+990 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [325.411 330.657 337.366 341.505]
+/Subtype /Link
+/A << /S /GoTo /D (table.14) >>
+>> endobj
+991 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [294.721 274.094 361.779 285.219]
+/Rect [294.721 263.277 361.779 274.402]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-989 0 obj <<
+992 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.088 195.881 394.043 206.73]
+/Rect [382.088 184.495 394.043 195.344]
/Subtype /Link
-/A << /S /GoTo /D (table.13) >>
+/A << /S /GoTo /D (table.14) >>
>> endobj
-993 0 obj <<
-/D [991 0 R /XYZ 99.895 740.998 null]
+996 0 obj <<
+/D [994 0 R /XYZ 99.895 740.998 null]
>> endobj
202 0 obj <<
-/D [991 0 R /XYZ 99.895 697.37 null]
+/D [994 0 R /XYZ 99.895 697.37 null]
>> endobj
-994 0 obj <<
-/D [991 0 R /XYZ 270.132 513.469 null]
+997 0 obj <<
+/D [994 0 R /XYZ 270.132 507.777 null]
>> endobj
-990 0 obj <<
+993 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1001 0 obj <<
+1004 0 obj <<
/Length 4119
>>
stream
@@ -9900,7 +10102,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(result)-333(matrix)]TJ/F11 9.9626 Tf 116.674 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -108.49 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Returned)-271(as:)-414(a)-271(rank)-271(one)-271(or)-272(t)28(w)28(o)-271(arra)28(y)-272(con)28(taining)-271(n)28(um)28(b)-28(ers)-271(of)-272(t)28(yp)-28(e)-271(sp)-28(eci\014ed)]TJ 0 -11.955 Td [(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(13)]TJ
+ [-333(14)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -9939,29 +10141,29 @@ BT
ET
endstream
endobj
-1000 0 obj <<
+1003 0 obj <<
/Type /Page
-/Contents 1001 0 R
-/Resources 999 0 R
+/Contents 1004 0 R
+/Resources 1002 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
-/Annots [ 996 0 R 998 0 R ]
+/Parent 998 0 R
+/Annots [ 999 0 R 1001 0 R ]
>> endobj
-997 0 obj <<
+1000 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/try8x8.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 1004 0 R
+/PTEX.InfoDict 1007 0 R
/BBox [0 0 436 496]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 1005 0 R
->>/Font << /R8 1006 0 R/R9 1007 0 R>>
+/R7 1008 0 R
+>>/Font << /R8 1009 0 R/R9 1010 0 R>>
>>
-/Length 1008 0 R
+/Length 1011 0 R
/Filter /FlateDecode
>>
stream
@@ -9977,62 +10179,62 @@ QI*
d)eI%}QÉ'?+ä°~I*écÂ\‚?XO#~Ã[!©äX‚?fJÇüÁaî‹J8ù9â÷%©¤ s‰ù`=ø
Ÿ×,ªƒ1Œ|?ª$6ŠázžAª@}¡J¢¿R©’#‡z|]ñd•9ÔãýL
G„z8¯—÷¬’Ï€äcD¾P%ùàgÌcå‘#<¾®x²J2³jˆÏÕpD„ó¢¼g•mø»ãoÇßþžŸúö§Ç6Úë¸w¶W~ûùñéØ?ûçãK߯åÌÞ>Øíƒ]?Øeµûü`ŸìqÛ{éÏ/m;±ù"×~¢WëÖëj¾Z…3lï²ÛÂ?|Ïz¼Ú½m[{힦„iÿb¬m»¦øóe•Ï¿{üáÛã¯×¿ÿ-3‡à
endstream
endobj
-1004 0 obj
+1007 0 obj
<<
/Producer (ESP Ghostscript 815.03)
/CreationDate (D:20070118112257)
/ModDate (D:20070118112257)
>>
endobj
-1005 0 obj
+1008 0 obj
<<
/Type /ExtGState
/OPM 1
>>
endobj
-1006 0 obj
+1009 0 obj
<<
/BaseFont /Times-Roman
/Type /Font
/Subtype /Type1
>>
endobj
-1007 0 obj
+1010 0 obj
<<
/BaseFont /Times-Bold
/Type /Font
/Subtype /Type1
>>
endobj
-1008 0 obj
+1011 0 obj
3571
endobj
-996 0 obj <<
+999 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [213.636 545.73 225.591 554.641]
/Subtype /Link
-/A << /S /GoTo /D (table.13) >>
+/A << /S /GoTo /D (table.14) >>
>> endobj
-998 0 obj <<
+1001 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [457.906 203.856 464.88 216.476]
/Subtype /Link
/A << /S /GoTo /D (figure.7) >>
>> endobj
-1002 0 obj <<
-/D [1000 0 R /XYZ 150.705 740.998 null]
+1005 0 obj <<
+/D [1003 0 R /XYZ 150.705 740.998 null]
>> endobj
-1003 0 obj <<
-/D [1000 0 R /XYZ 283.692 243.043 null]
+1006 0 obj <<
+/D [1003 0 R /XYZ 283.692 243.043 null]
>> endobj
-999 0 obj <<
+1002 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F11 649 0 R /F16 475 0 R >>
-/XObject << /Im3 997 0 R >>
+/XObject << /Im3 1000 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1011 0 obj <<
+1014 0 obj <<
/Length 3050
>>
stream
@@ -10050,22 +10252,22 @@ BT
ET
endstream
endobj
-1010 0 obj <<
+1013 0 obj <<
/Type /Page
-/Contents 1011 0 R
-/Resources 1009 0 R
+/Contents 1014 0 R
+/Resources 1012 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
+/Parent 998 0 R
>> endobj
-1012 0 obj <<
-/D [1010 0 R /XYZ 99.895 740.998 null]
+1015 0 obj <<
+/D [1013 0 R /XYZ 99.895 740.998 null]
>> endobj
-1009 0 obj <<
-/Font << /F45 1013 0 R /F8 478 0 R >>
+1012 0 obj <<
+/Font << /F45 1016 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1018 0 obj <<
-/Length 6993
+1022 0 obj <<
+/Length 7493
>>
stream
0 g 0 G
@@ -10139,7 +10341,7 @@ q
Q
0 g 0 G
BT
-/F8 9.9626 Tf 276.386 498.233 Td [(T)83(able)-333(14:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 276.386 498.233 Td [(T)83(able)-333(15:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -10155,13 +10357,38 @@ BT
0 g 0 G
0 -19.308 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 88.917 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -80.732 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-289(as:)-423(a)-290(r)1(ank)-290(one)-290(or)-289(t)28(w)27(o)-289(arra)28(y)-290(con)28(taining)-290(n)28(um)28(b)-28(ers)-290(of)-289(t)28(yp)-28(e)-290(sp)-28(eci\014ed)]TJ 0 -11.955 Td [(in)-333(T)83(able)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 88.917 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -80.732 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)28(o)-255(arra)28(y)-255(or)-255(an)-255(ob)-55(ject)-255(of)-255(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
- [-333(14)]TJ
+/F30 9.9626 Tf 244.742 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 436.673 347.954 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 439.811 347.755 Td [(T)]TJ
+ET
+q
+1 0 0 1 445.669 347.954 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 448.807 347.755 Td [(vect)]TJ
+ET
+q
+1 0 0 1 470.356 347.954 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 473.495 347.755 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf -297.884 -11.955 Td [(con)28(taining)-333(n)27(um)28(b)-28(ers)-333(of)-333(t)27(yp)-27(e)-334(sp)-27(ec)-1(i)1(\014ed)-334(in)-333(T)83(able)]TJ
+0 0 1 rg 0 0 1 RG
+ [-333(15)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.308 Td [(desc)]TJ
+/F27 9.9626 Tf -24.906 -19.308 Td [(desc)]TJ
ET
q
1 0 0 1 172.619 316.691 cm
@@ -10271,42 +10498,49 @@ BT
ET
endstream
endobj
-1017 0 obj <<
+1021 0 obj <<
/Type /Page
-/Contents 1018 0 R
-/Resources 1016 0 R
+/Contents 1022 0 R
+/Resources 1020 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
-/Annots [ 1014 0 R 1015 0 R ]
+/Parent 998 0 R
+/Annots [ 1017 0 R 1018 0 R 1019 0 R ]
>> endobj
-1014 0 obj <<
+1017 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.636 334.803 225.591 343.714]
+/Rect [419.358 344.545 495.412 355.67]
/Subtype /Link
-/A << /S /GoTo /D (table.14) >>
+/A << /S /GoTo /D (vdata) >>
>> endobj
-1015 0 obj <<
+1018 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [376.221 332.866 388.176 343.714]
+/Subtype /Link
+/A << /S /GoTo /D (table.15) >>
+>> endobj
+1019 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 265.461 412.588 276.586]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1019 0 obj <<
-/D [1017 0 R /XYZ 150.705 740.998 null]
+1023 0 obj <<
+/D [1021 0 R /XYZ 150.705 740.998 null]
>> endobj
206 0 obj <<
-/D [1017 0 R /XYZ 150.705 697.37 null]
+/D [1021 0 R /XYZ 150.705 697.37 null]
>> endobj
-1020 0 obj <<
-/D [1017 0 R /XYZ 320.941 510.188 null]
+1024 0 obj <<
+/D [1021 0 R /XYZ 320.941 510.188 null]
>> endobj
-1016 0 obj <<
+1020 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1027 0 obj <<
+1031 0 obj <<
/Length 5866
>>
stream
@@ -10325,7 +10559,7 @@ BT
0 g 0 G
/F8 9.9626 Tf 11.028 0 Td [(global)-333(dense)-334(result)-333(matrix)]TJ/F11 9.9626 Tf 116.674 0 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -108.489 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-474(as:)-727(an)-475(arra)28(y)-474(of)-475(rank)-475(on)1(e)-475(or)-475(t)28(w)28(o)-475(con)28(taining)-474(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-475(t)28(yp)-28(e)]TJ 0 -11.955 Td [(sp)-28(eci\014ed)-333(in)-333(T)83(able)]TJ
0 0 1 rg 0 0 1 RG
- [-333(14)]TJ
+ [-333(15)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -10358,52 +10592,52 @@ BT
ET
endstream
endobj
-1026 0 obj <<
+1030 0 obj <<
/Type /Page
-/Contents 1027 0 R
-/Resources 1025 0 R
+/Contents 1031 0 R
+/Resources 1029 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
-/Annots [ 1021 0 R 1023 0 R 1024 0 R ]
+/Parent 998 0 R
+/Annots [ 1025 0 R 1027 0 R 1028 0 R ]
>> endobj
-1021 0 obj <<
+1025 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [203.009 555.748 214.964 566.597]
/Subtype /Link
-/A << /S /GoTo /D (table.14) >>
+/A << /S /GoTo /D (table.15) >>
>> endobj
-1023 0 obj <<
+1027 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [407.019 326.22 413.993 338.84]
/Subtype /Link
/A << /S /GoTo /D (figure.8) >>
>> endobj
-1024 0 obj <<
+1028 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [306.759 302.697 313.733 313.546]
/Subtype /Link
/A << /S /GoTo /D (figure.7) >>
>> endobj
-1028 0 obj <<
-/D [1026 0 R /XYZ 99.895 740.998 null]
+1032 0 obj <<
+/D [1030 0 R /XYZ 99.895 740.998 null]
>> endobj
-1029 0 obj <<
-/D [1026 0 R /XYZ 99.895 465.033 null]
+1033 0 obj <<
+/D [1030 0 R /XYZ 99.895 465.033 null]
>> endobj
-1030 0 obj <<
-/D [1026 0 R /XYZ 99.895 431.215 null]
+1034 0 obj <<
+/D [1030 0 R /XYZ 99.895 431.215 null]
>> endobj
-1031 0 obj <<
-/D [1026 0 R /XYZ 99.895 387.38 null]
+1035 0 obj <<
+/D [1030 0 R /XYZ 99.895 387.38 null]
>> endobj
-1025 0 obj <<
+1029 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F11 649 0 R /F16 475 0 R /F10 666 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1035 0 obj <<
+1039 0 obj <<
/Length 3619
>>
stream
@@ -10421,21 +10655,21 @@ BT
ET
endstream
endobj
-1034 0 obj <<
+1038 0 obj <<
/Type /Page
-/Contents 1035 0 R
-/Resources 1033 0 R
+/Contents 1039 0 R
+/Resources 1037 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 995 0 R
+/Parent 998 0 R
>> endobj
-1036 0 obj <<
-/D [1034 0 R /XYZ 150.705 740.998 null]
+1040 0 obj <<
+/D [1038 0 R /XYZ 150.705 740.998 null]
>> endobj
-1033 0 obj <<
+1037 0 obj <<
/Font << /F31 670 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1039 0 obj <<
+1043 0 obj <<
/Length 347
>>
stream
@@ -10467,28 +10701,28 @@ BT
ET
endstream
endobj
-1038 0 obj <<
+1042 0 obj <<
/Type /Page
-/Contents 1039 0 R
-/Resources 1037 0 R
+/Contents 1043 0 R
+/Resources 1041 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
+/Parent 1045 0 R
>> endobj
-1022 0 obj <<
+1026 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/try8x8_ov.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 1042 0 R
+/PTEX.InfoDict 1046 0 R
/BBox [0 0 436 514]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 1043 0 R
->>/Font << /R8 1044 0 R/R9 1045 0 R>>
+/R7 1047 0 R
+>>/Font << /R8 1048 0 R/R9 1049 0 R>>
>>
-/Length 1046 0 R
+/Length 1050 0 R
/Filter /FlateDecode
>>
stream
@@ -10502,49 +10736,49 @@ V
óá!Zäÿ/L)ÇÇ8ú:ß=þêë¼®
endstream
endobj
-1042 0 obj
+1046 0 obj
<<
/Producer (ESP Ghostscript 815.03)
/CreationDate (D:20070118114343)
/ModDate (D:20070118114343)
>>
endobj
-1043 0 obj
+1047 0 obj
<<
/Type /ExtGState
/OPM 1
>>
endobj
-1044 0 obj
+1048 0 obj
<<
/BaseFont /Times-Roman
/Type /Font
/Subtype /Type1
>>
endobj
-1045 0 obj
+1049 0 obj
<<
/BaseFont /Times-Bold
/Type /Font
/Subtype /Type1
>>
endobj
-1046 0 obj
+1050 0 obj
3652
endobj
-1040 0 obj <<
-/D [1038 0 R /XYZ 99.895 740.998 null]
+1044 0 obj <<
+/D [1042 0 R /XYZ 99.895 740.998 null]
>> endobj
-1032 0 obj <<
-/D [1038 0 R /XYZ 232.883 275.514 null]
+1036 0 obj <<
+/D [1042 0 R /XYZ 232.883 275.514 null]
>> endobj
-1037 0 obj <<
+1041 0 obj <<
/Font << /F8 478 0 R >>
-/XObject << /Im4 1022 0 R >>
+/XObject << /Im4 1026 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1051 0 obj <<
-/Length 7588
+1056 0 obj <<
+/Length 8006
>>
stream
0 g 0 G
@@ -10664,7 +10898,7 @@ q
Q
0 g 0 G
BT
-/F8 9.9626 Tf 276.386 453.438 Td [(T)83(able)-333(15:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 276.386 453.438 Td [(T)83(able)-333(16:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -10694,9 +10928,34 @@ q
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F11 9.9626 Tf 377.266 346.5 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -207.349 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-472(as:)-723(a)-472(rank)-473(one)-472(or)-473(t)28(w)28(o)-472(arra)27(y)-472(con)28(taining)-473(n)28(um)28(b)-28(ers)-472(of)-473(the)-472(t)28(yp)-28(e)]TJ 0 -11.956 Td [(indicated)-333(in)-334(T)84(able)]TJ
+/F11 9.9626 Tf 377.266 346.5 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -207.349 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-255(as:)-405(a)-255(rank)-254(one)-255(or)-255(t)28(w)27(o)-254(arra)27(y)-254(or)-255(an)-255(ob)-56(j)1(e)-1(ct)-254(of)-255(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 244.743 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 436.673 298.879 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 439.811 298.68 Td [(T)]TJ
+ET
+q
+1 0 0 1 445.669 298.879 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 448.807 298.68 Td [(vect)]TJ
+ET
+q
+1 0 0 1 470.356 298.879 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 473.495 298.68 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf -297.884 -11.956 Td [(indicated)-333(in)-334(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(15)]TJ
+ [-334(16)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -10741,42 +11000,49 @@ BT
ET
endstream
endobj
-1050 0 obj <<
+1055 0 obj <<
/Type /Page
-/Contents 1051 0 R
-/Resources 1049 0 R
+/Contents 1056 0 R
+/Resources 1054 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
-/Annots [ 1047 0 R 1048 0 R ]
+/Parent 1045 0 R
+/Annots [ 1051 0 R 1052 0 R 1053 0 R ]
+>> endobj
+1051 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [419.358 295.469 495.412 306.594]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
>> endobj
-1047 0 obj <<
+1052 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [256.807 285.728 268.762 294.639]
/Subtype /Link
-/A << /S /GoTo /D (table.15) >>
+/A << /S /GoTo /D (table.16) >>
>> endobj
-1048 0 obj <<
+1053 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 216.093 412.588 227.218]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1052 0 obj <<
-/D [1050 0 R /XYZ 150.705 740.998 null]
+1057 0 obj <<
+/D [1055 0 R /XYZ 150.705 740.998 null]
>> endobj
210 0 obj <<
-/D [1050 0 R /XYZ 150.705 697.37 null]
+/D [1055 0 R /XYZ 150.705 697.37 null]
>> endobj
-1053 0 obj <<
-/D [1050 0 R /XYZ 320.941 465.393 null]
+1058 0 obj <<
+/D [1055 0 R /XYZ 320.941 465.393 null]
>> endobj
-1049 0 obj <<
+1054 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F7 665 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1056 0 obj <<
+1061 0 obj <<
/Length 1355
>>
stream
@@ -10804,21 +11070,21 @@ BT
ET
endstream
endobj
-1055 0 obj <<
+1060 0 obj <<
/Type /Page
-/Contents 1056 0 R
-/Resources 1054 0 R
+/Contents 1061 0 R
+/Resources 1059 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
+/Parent 1045 0 R
>> endobj
-1057 0 obj <<
-/D [1055 0 R /XYZ 99.895 740.998 null]
+1062 0 obj <<
+/D [1060 0 R /XYZ 99.895 740.998 null]
>> endobj
-1054 0 obj <<
+1059 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1062 0 obj <<
+1067 0 obj <<
/Length 7211
>>
stream
@@ -10939,7 +11205,7 @@ q
Q
0 g 0 G
BT
-/F8 9.9626 Tf 276.386 447.613 Td [(T)83(able)-333(16:)-444(Data)-334(t)28(yp)-28(es)]TJ
+/F8 9.9626 Tf 276.386 447.613 Td [(T)83(able)-333(17:)-444(Data)-334(t)28(yp)-28(es)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -11005,35 +11271,35 @@ BT
ET
endstream
endobj
-1061 0 obj <<
+1066 0 obj <<
/Type /Page
-/Contents 1062 0 R
-/Resources 1060 0 R
+/Contents 1067 0 R
+/Resources 1065 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
-/Annots [ 1058 0 R ]
+/Parent 1045 0 R
+/Annots [ 1063 0 R ]
>> endobj
-1058 0 obj <<
+1063 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 217.448 412.588 228.573]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1063 0 obj <<
-/D [1061 0 R /XYZ 150.705 740.998 null]
+1068 0 obj <<
+/D [1066 0 R /XYZ 150.705 740.998 null]
>> endobj
214 0 obj <<
-/D [1061 0 R /XYZ 150.705 697.294 null]
+/D [1066 0 R /XYZ 150.705 697.294 null]
>> endobj
-1064 0 obj <<
-/D [1061 0 R /XYZ 320.941 459.569 null]
+1069 0 obj <<
+/D [1066 0 R /XYZ 320.941 459.569 null]
>> endobj
-1060 0 obj <<
+1065 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F10 666 0 R /F14 667 0 R /F7 665 0 R /F27 477 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1067 0 obj <<
+1072 0 obj <<
/Length 1718
>>
stream
@@ -11059,7 +11325,7 @@ Q
BT
/F11 9.9626 Tf 326.456 706.129 Td [(x)]TJ/F8 9.9626 Tf 5.694 0 Td [(.)]TJ -207.348 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-472(as:)-723(a)-472(rank)-473(one)-472(or)-472(t)27(w)28(o)-472(arra)27(y)-472(con)28(taining)-472(n)27(um)28(b)-28(ers)-472(of)-473(th)1(e)-473(t)28(yp)-28(e)]TJ 0 -11.955 Td [(indicated)-333(in)-334(T)84(able)]TJ
0 0 1 rg 0 0 1 RG
- [-334(16)]TJ
+ [-334(17)]TJ
0 g 0 G
[(.)]TJ
0 g 0 G
@@ -11072,29 +11338,29 @@ BT
ET
endstream
endobj
-1066 0 obj <<
+1071 0 obj <<
/Type /Page
-/Contents 1067 0 R
-/Resources 1065 0 R
+/Contents 1072 0 R
+/Resources 1070 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
-/Annots [ 1059 0 R ]
+/Parent 1045 0 R
+/Annots [ 1064 0 R ]
>> endobj
-1059 0 obj <<
+1064 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [205.998 645.357 217.953 654.268]
/Subtype /Link
-/A << /S /GoTo /D (table.16) >>
+/A << /S /GoTo /D (table.17) >>
>> endobj
-1068 0 obj <<
-/D [1066 0 R /XYZ 99.895 740.998 null]
+1073 0 obj <<
+/D [1071 0 R /XYZ 99.895 740.998 null]
>> endobj
-1065 0 obj <<
+1070 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1071 0 obj <<
+1076 0 obj <<
/Length 6529
>>
stream
@@ -11149,27 +11415,27 @@ BT
ET
endstream
endobj
-1070 0 obj <<
+1075 0 obj <<
/Type /Page
-/Contents 1071 0 R
-/Resources 1069 0 R
+/Contents 1076 0 R
+/Resources 1074 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1041 0 R
+/Parent 1045 0 R
>> endobj
-1072 0 obj <<
-/D [1070 0 R /XYZ 150.705 740.998 null]
+1077 0 obj <<
+/D [1075 0 R /XYZ 150.705 740.998 null]
>> endobj
218 0 obj <<
-/D [1070 0 R /XYZ 150.705 716.092 null]
+/D [1075 0 R /XYZ 150.705 716.092 null]
>> endobj
222 0 obj <<
-/D [1070 0 R /XYZ 150.705 673.557 null]
+/D [1075 0 R /XYZ 150.705 673.557 null]
>> endobj
-1069 0 obj <<
+1074 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1076 0 obj <<
+1081 0 obj <<
/Length 6340
>>
stream
@@ -11252,32 +11518,32 @@ BT
ET
endstream
endobj
-1075 0 obj <<
+1080 0 obj <<
/Type /Page
-/Contents 1076 0 R
-/Resources 1074 0 R
+/Contents 1081 0 R
+/Resources 1079 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
-/Annots [ 1073 0 R ]
+/Parent 1084 0 R
+/Annots [ 1078 0 R ]
>> endobj
-1073 0 obj <<
+1078 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 406.032 361.779 417.157]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1077 0 obj <<
-/D [1075 0 R /XYZ 99.895 740.998 null]
+1082 0 obj <<
+/D [1080 0 R /XYZ 99.895 740.998 null]
>> endobj
-1078 0 obj <<
-/D [1075 0 R /XYZ 99.895 315.593 null]
+1083 0 obj <<
+/D [1080 0 R /XYZ 99.895 315.593 null]
>> endobj
-1074 0 obj <<
+1079 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F16 475 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1082 0 obj <<
+1087 0 obj <<
/Length 10027
>>
stream
@@ -11342,36 +11608,36 @@ BT
ET
endstream
endobj
-1081 0 obj <<
+1086 0 obj <<
/Type /Page
-/Contents 1082 0 R
-/Resources 1080 0 R
+/Contents 1087 0 R
+/Resources 1085 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
+/Parent 1084 0 R
>> endobj
-1083 0 obj <<
-/D [1081 0 R /XYZ 150.705 740.998 null]
+1088 0 obj <<
+/D [1086 0 R /XYZ 150.705 740.998 null]
>> endobj
-1084 0 obj <<
-/D [1081 0 R /XYZ 150.705 287.871 null]
+1089 0 obj <<
+/D [1086 0 R /XYZ 150.705 287.871 null]
>> endobj
-1085 0 obj <<
-/D [1081 0 R /XYZ 150.705 267.476 null]
+1090 0 obj <<
+/D [1086 0 R /XYZ 150.705 267.476 null]
>> endobj
-1086 0 obj <<
-/D [1081 0 R /XYZ 150.705 235.127 null]
+1091 0 obj <<
+/D [1086 0 R /XYZ 150.705 235.127 null]
>> endobj
-1087 0 obj <<
-/D [1081 0 R /XYZ 150.705 214.456 null]
+1092 0 obj <<
+/D [1086 0 R /XYZ 150.705 214.456 null]
>> endobj
-1088 0 obj <<
-/D [1081 0 R /XYZ 150.705 172.366 null]
+1093 0 obj <<
+/D [1086 0 R /XYZ 150.705 172.366 null]
>> endobj
-1080 0 obj <<
+1085 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F14 667 0 R /F11 649 0 R /F10 666 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1091 0 obj <<
+1096 0 obj <<
/Length 507
>>
stream
@@ -11388,24 +11654,24 @@ BT
ET
endstream
endobj
-1090 0 obj <<
+1095 0 obj <<
/Type /Page
-/Contents 1091 0 R
-/Resources 1089 0 R
+/Contents 1096 0 R
+/Resources 1094 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
+/Parent 1084 0 R
>> endobj
-1092 0 obj <<
-/D [1090 0 R /XYZ 99.895 740.998 null]
+1097 0 obj <<
+/D [1095 0 R /XYZ 99.895 740.998 null]
>> endobj
-1093 0 obj <<
-/D [1090 0 R /XYZ 99.895 716.092 null]
+1098 0 obj <<
+/D [1095 0 R /XYZ 99.895 716.092 null]
>> endobj
-1089 0 obj <<
+1094 0 obj <<
/Font << /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1097 0 obj <<
+1102 0 obj <<
/Length 5575
>>
stream
@@ -11492,38 +11758,38 @@ BT
ET
endstream
endobj
-1096 0 obj <<
+1101 0 obj <<
/Type /Page
-/Contents 1097 0 R
-/Resources 1095 0 R
+/Contents 1102 0 R
+/Resources 1100 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
-/Annots [ 1094 0 R ]
+/Parent 1084 0 R
+/Annots [ 1099 0 R ]
>> endobj
-1094 0 obj <<
+1099 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 292.001 412.588 303.126]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1098 0 obj <<
-/D [1096 0 R /XYZ 150.705 740.998 null]
+1103 0 obj <<
+/D [1101 0 R /XYZ 150.705 740.998 null]
>> endobj
226 0 obj <<
-/D [1096 0 R /XYZ 150.705 697.37 null]
+/D [1101 0 R /XYZ 150.705 697.37 null]
>> endobj
-1099 0 obj <<
-/D [1096 0 R /XYZ 150.705 201.563 null]
+1104 0 obj <<
+/D [1101 0 R /XYZ 150.705 201.563 null]
>> endobj
-1100 0 obj <<
-/D [1096 0 R /XYZ 150.705 179.7 null]
+1105 0 obj <<
+/D [1101 0 R /XYZ 150.705 179.7 null]
>> endobj
-1095 0 obj <<
+1100 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1105 0 obj <<
+1110 0 obj <<
/Length 3494
>>
stream
@@ -11623,42 +11889,42 @@ BT
ET
endstream
endobj
-1104 0 obj <<
+1109 0 obj <<
/Type /Page
-/Contents 1105 0 R
-/Resources 1103 0 R
+/Contents 1110 0 R
+/Resources 1108 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
-/Annots [ 1101 0 R 1102 0 R ]
+/Parent 1084 0 R
+/Annots [ 1106 0 R 1107 0 R ]
>> endobj
-1101 0 obj <<
+1106 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 574.94 361.779 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1102 0 obj <<
+1107 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 485.277 361.779 496.401]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1106 0 obj <<
-/D [1104 0 R /XYZ 99.895 740.998 null]
+1111 0 obj <<
+/D [1109 0 R /XYZ 99.895 740.998 null]
>> endobj
230 0 obj <<
-/D [1104 0 R /XYZ 99.895 697.37 null]
+/D [1109 0 R /XYZ 99.895 697.37 null]
>> endobj
-1107 0 obj <<
-/D [1104 0 R /XYZ 99.895 394.838 null]
+1112 0 obj <<
+/D [1109 0 R /XYZ 99.895 394.838 null]
>> endobj
-1103 0 obj <<
+1108 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1112 0 obj <<
+1117 0 obj <<
/Length 3278
>>
stream
@@ -11754,39 +12020,39 @@ BT
ET
endstream
endobj
-1111 0 obj <<
+1116 0 obj <<
/Type /Page
-/Contents 1112 0 R
-/Resources 1110 0 R
+/Contents 1117 0 R
+/Resources 1115 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1079 0 R
-/Annots [ 1108 0 R 1109 0 R ]
+/Parent 1084 0 R
+/Annots [ 1113 0 R 1114 0 R ]
>> endobj
-1108 0 obj <<
+1113 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 574.94 412.588 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1109 0 obj <<
+1114 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 485.277 412.588 496.401]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1113 0 obj <<
-/D [1111 0 R /XYZ 150.705 740.998 null]
+1118 0 obj <<
+/D [1116 0 R /XYZ 150.705 740.998 null]
>> endobj
234 0 obj <<
-/D [1111 0 R /XYZ 150.705 697.37 null]
+/D [1116 0 R /XYZ 150.705 697.37 null]
>> endobj
-1110 0 obj <<
+1115 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1117 0 obj <<
+1122 0 obj <<
/Length 2243
>>
stream
@@ -11853,32 +12119,32 @@ BT
ET
endstream
endobj
-1116 0 obj <<
+1121 0 obj <<
/Type /Page
-/Contents 1117 0 R
-/Resources 1115 0 R
+/Contents 1122 0 R
+/Resources 1120 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
-/Annots [ 1114 0 R ]
+/Parent 1124 0 R
+/Annots [ 1119 0 R ]
>> endobj
-1114 0 obj <<
+1119 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 574.94 361.779 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1118 0 obj <<
-/D [1116 0 R /XYZ 99.895 740.998 null]
+1123 0 obj <<
+/D [1121 0 R /XYZ 99.895 740.998 null]
>> endobj
238 0 obj <<
-/D [1116 0 R /XYZ 99.895 697.37 null]
+/D [1121 0 R /XYZ 99.895 697.37 null]
>> endobj
-1115 0 obj <<
+1120 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1124 0 obj <<
+1129 0 obj <<
/Length 5916
>>
stream
@@ -11986,39 +12252,39 @@ BT
ET
endstream
endobj
-1123 0 obj <<
+1128 0 obj <<
/Type /Page
-/Contents 1124 0 R
-/Resources 1122 0 R
+/Contents 1129 0 R
+/Resources 1127 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
-/Annots [ 1120 0 R 1121 0 R ]
+/Parent 1124 0 R
+/Annots [ 1125 0 R 1126 0 R ]
>> endobj
-1120 0 obj <<
+1125 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 453.24 423.049 464.364]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1121 0 obj <<
+1126 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 209.896 412.588 221.021]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1125 0 obj <<
-/D [1123 0 R /XYZ 150.705 740.998 null]
+1130 0 obj <<
+/D [1128 0 R /XYZ 150.705 740.998 null]
>> endobj
242 0 obj <<
-/D [1123 0 R /XYZ 150.705 685.412 null]
+/D [1128 0 R /XYZ 150.705 685.412 null]
>> endobj
-1122 0 obj <<
+1127 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1128 0 obj <<
+1133 0 obj <<
/Length 1591
>>
stream
@@ -12039,27 +12305,27 @@ BT
ET
endstream
endobj
-1127 0 obj <<
+1132 0 obj <<
/Type /Page
-/Contents 1128 0 R
-/Resources 1126 0 R
+/Contents 1133 0 R
+/Resources 1131 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
+/Parent 1124 0 R
>> endobj
-1129 0 obj <<
-/D [1127 0 R /XYZ 99.895 740.998 null]
+1134 0 obj <<
+/D [1132 0 R /XYZ 99.895 740.998 null]
>> endobj
-1130 0 obj <<
-/D [1127 0 R /XYZ 99.895 716.092 null]
+1135 0 obj <<
+/D [1132 0 R /XYZ 99.895 716.092 null]
>> endobj
-1131 0 obj <<
-/D [1127 0 R /XYZ 99.895 664.341 null]
+1136 0 obj <<
+/D [1132 0 R /XYZ 99.895 664.341 null]
>> endobj
-1126 0 obj <<
+1131 0 obj <<
/Font << /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1136 0 obj <<
+1141 0 obj <<
/Length 4890
>>
stream
@@ -12164,48 +12430,48 @@ BT
ET
endstream
endobj
-1135 0 obj <<
+1140 0 obj <<
/Type /Page
-/Contents 1136 0 R
-/Resources 1134 0 R
+/Contents 1141 0 R
+/Resources 1139 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
-/Annots [ 1132 0 R 1133 0 R ]
+/Parent 1124 0 R
+/Annots [ 1137 0 R 1138 0 R ]
>> endobj
-1132 0 obj <<
+1137 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 574.94 412.588 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1133 0 obj <<
+1138 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 405.575 423.049 416.7]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1137 0 obj <<
-/D [1135 0 R /XYZ 150.705 740.998 null]
+1142 0 obj <<
+/D [1140 0 R /XYZ 150.705 740.998 null]
>> endobj
246 0 obj <<
-/D [1135 0 R /XYZ 150.705 697.37 null]
+/D [1140 0 R /XYZ 150.705 697.37 null]
>> endobj
-1138 0 obj <<
-/D [1135 0 R /XYZ 150.705 315.137 null]
+1143 0 obj <<
+/D [1140 0 R /XYZ 150.705 315.137 null]
>> endobj
-1139 0 obj <<
-/D [1135 0 R /XYZ 150.705 293.274 null]
+1144 0 obj <<
+/D [1140 0 R /XYZ 150.705 293.274 null]
>> endobj
-1140 0 obj <<
-/D [1135 0 R /XYZ 150.705 273.349 null]
+1145 0 obj <<
+/D [1140 0 R /XYZ 150.705 273.349 null]
>> endobj
-1134 0 obj <<
+1139 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1146 0 obj <<
+1151 0 obj <<
/Length 6673
>>
stream
@@ -12335,46 +12601,46 @@ BT
ET
endstream
endobj
-1145 0 obj <<
+1150 0 obj <<
/Type /Page
-/Contents 1146 0 R
-/Resources 1144 0 R
+/Contents 1151 0 R
+/Resources 1149 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
-/Annots [ 1141 0 R 1142 0 R 1143 0 R ]
+/Parent 1124 0 R
+/Annots [ 1146 0 R 1147 0 R 1148 0 R ]
>> endobj
-1141 0 obj <<
+1146 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [261.152 296.208 328.21 307.333]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1142 0 obj <<
+1147 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 196.322 372.239 207.447]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1143 0 obj <<
+1148 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [261.152 129.071 328.21 140.196]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1147 0 obj <<
-/D [1145 0 R /XYZ 99.895 740.998 null]
+1152 0 obj <<
+/D [1150 0 R /XYZ 99.895 740.998 null]
>> endobj
250 0 obj <<
-/D [1145 0 R /XYZ 99.895 697.37 null]
+/D [1150 0 R /XYZ 99.895 697.37 null]
>> endobj
-1144 0 obj <<
+1149 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1150 0 obj <<
+1155 0 obj <<
/Length 3014
>>
stream
@@ -12415,39 +12681,39 @@ BT
ET
endstream
endobj
-1149 0 obj <<
+1154 0 obj <<
/Type /Page
-/Contents 1150 0 R
-/Resources 1148 0 R
+/Contents 1155 0 R
+/Resources 1153 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1119 0 R
+/Parent 1124 0 R
>> endobj
-1151 0 obj <<
-/D [1149 0 R /XYZ 150.705 740.998 null]
+1156 0 obj <<
+/D [1154 0 R /XYZ 150.705 740.998 null]
>> endobj
-1152 0 obj <<
-/D [1149 0 R /XYZ 150.705 632.405 null]
+1157 0 obj <<
+/D [1154 0 R /XYZ 150.705 632.405 null]
>> endobj
-1153 0 obj <<
-/D [1149 0 R /XYZ 150.705 600.525 null]
+1158 0 obj <<
+/D [1154 0 R /XYZ 150.705 600.525 null]
>> endobj
-1154 0 obj <<
-/D [1149 0 R /XYZ 150.705 566.707 null]
+1159 0 obj <<
+/D [1154 0 R /XYZ 150.705 566.707 null]
>> endobj
-1155 0 obj <<
-/D [1149 0 R /XYZ 150.705 498.961 null]
+1160 0 obj <<
+/D [1154 0 R /XYZ 150.705 498.961 null]
>> endobj
-1156 0 obj <<
-/D [1149 0 R /XYZ 150.705 467.081 null]
+1161 0 obj <<
+/D [1154 0 R /XYZ 150.705 467.081 null]
>> endobj
-1157 0 obj <<
-/D [1149 0 R /XYZ 150.705 423.245 null]
+1162 0 obj <<
+/D [1154 0 R /XYZ 150.705 423.245 null]
>> endobj
-1148 0 obj <<
+1153 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F16 475 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1162 0 obj <<
+1167 0 obj <<
/Length 6641
>>
stream
@@ -12580,39 +12846,39 @@ BT
ET
endstream
endobj
-1161 0 obj <<
+1166 0 obj <<
/Type /Page
-/Contents 1162 0 R
-/Resources 1160 0 R
+/Contents 1167 0 R
+/Resources 1165 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
-/Annots [ 1158 0 R 1159 0 R ]
+/Parent 1169 0 R
+/Annots [ 1163 0 R 1164 0 R ]
>> endobj
-1158 0 obj <<
+1163 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 576.23 361.779 587.355]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1159 0 obj <<
+1164 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 205.776 372.239 216.901]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1163 0 obj <<
-/D [1161 0 R /XYZ 99.895 740.998 null]
+1168 0 obj <<
+/D [1166 0 R /XYZ 99.895 740.998 null]
>> endobj
254 0 obj <<
-/D [1161 0 R /XYZ 99.895 697.37 null]
+/D [1166 0 R /XYZ 99.895 697.37 null]
>> endobj
-1160 0 obj <<
+1165 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1167 0 obj <<
+1172 0 obj <<
/Length 2255
>>
stream
@@ -12649,39 +12915,39 @@ BT
ET
endstream
endobj
-1166 0 obj <<
+1171 0 obj <<
/Type /Page
-/Contents 1167 0 R
-/Resources 1165 0 R
+/Contents 1172 0 R
+/Resources 1170 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
+/Parent 1169 0 R
>> endobj
-1168 0 obj <<
-/D [1166 0 R /XYZ 150.705 740.998 null]
+1173 0 obj <<
+/D [1171 0 R /XYZ 150.705 740.998 null]
>> endobj
-1169 0 obj <<
-/D [1166 0 R /XYZ 150.705 716.092 null]
+1174 0 obj <<
+/D [1171 0 R /XYZ 150.705 716.092 null]
>> endobj
-1170 0 obj <<
-/D [1166 0 R /XYZ 150.705 687.975 null]
+1175 0 obj <<
+/D [1171 0 R /XYZ 150.705 687.975 null]
>> endobj
-1171 0 obj <<
-/D [1166 0 R /XYZ 150.705 668.326 null]
+1176 0 obj <<
+/D [1171 0 R /XYZ 150.705 668.326 null]
>> endobj
-1172 0 obj <<
-/D [1166 0 R /XYZ 150.705 624.491 null]
+1177 0 obj <<
+/D [1171 0 R /XYZ 150.705 624.491 null]
>> endobj
-1173 0 obj <<
-/D [1166 0 R /XYZ 150.705 580.655 null]
+1178 0 obj <<
+/D [1171 0 R /XYZ 150.705 580.655 null]
>> endobj
-1174 0 obj <<
-/D [1166 0 R /XYZ 150.705 560.73 null]
+1179 0 obj <<
+/D [1171 0 R /XYZ 150.705 560.73 null]
>> endobj
-1165 0 obj <<
+1170 0 obj <<
/Font << /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1179 0 obj <<
+1184 0 obj <<
/Length 3086
>>
stream
@@ -12770,39 +13036,39 @@ BT
ET
endstream
endobj
-1178 0 obj <<
+1183 0 obj <<
/Type /Page
-/Contents 1179 0 R
-/Resources 1177 0 R
+/Contents 1184 0 R
+/Resources 1182 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
-/Annots [ 1175 0 R 1176 0 R ]
+/Parent 1169 0 R
+/Annots [ 1180 0 R 1181 0 R ]
>> endobj
-1175 0 obj <<
+1180 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 574.94 372.239 586.065]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1176 0 obj <<
+1181 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 507.194 361.779 518.319]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1180 0 obj <<
-/D [1178 0 R /XYZ 99.895 740.998 null]
+1185 0 obj <<
+/D [1183 0 R /XYZ 99.895 740.998 null]
>> endobj
258 0 obj <<
-/D [1178 0 R /XYZ 99.895 697.37 null]
+/D [1183 0 R /XYZ 99.895 697.37 null]
>> endobj
-1177 0 obj <<
+1182 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1185 0 obj <<
+1190 0 obj <<
/Length 3976
>>
stream
@@ -12899,43 +13165,43 @@ BT
ET
endstream
endobj
-1184 0 obj <<
+1189 0 obj <<
/Type /Page
-/Contents 1185 0 R
-/Resources 1183 0 R
+/Contents 1190 0 R
+/Resources 1188 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
-/Annots [ 1181 0 R 1182 0 R ]
+/Parent 1169 0 R
+/Annots [ 1186 0 R 1187 0 R ]
>> endobj
-1181 0 obj <<
+1186 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 560.993 423.049 572.118]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1182 0 obj <<
+1187 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 493.247 412.588 504.372]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1186 0 obj <<
-/D [1184 0 R /XYZ 150.705 740.998 null]
+1191 0 obj <<
+/D [1189 0 R /XYZ 150.705 740.998 null]
>> endobj
262 0 obj <<
-/D [1184 0 R /XYZ 150.705 685.747 null]
+/D [1189 0 R /XYZ 150.705 685.747 null]
>> endobj
-1187 0 obj <<
-/D [1184 0 R /XYZ 150.705 313.144 null]
+1192 0 obj <<
+/D [1189 0 R /XYZ 150.705 313.144 null]
>> endobj
-1183 0 obj <<
+1188 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1191 0 obj <<
-/Length 4603
+1197 0 obj <<
+/Length 5107
>>
stream
0 g 0 G
@@ -12985,61 +13251,93 @@ q
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 306.292 578.15 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -227.319 -31.88 Td [(n)]TJ
-0 g 0 G
-/F8 9.9626 Tf 11.347 0 Td [(The)-333(n)27(u)1(m)27(b)-27(e)-1(r)-333(of)-333(columns)-333(of)-334(the)-333(dense)-333(m)-1(atr)1(ix)-334(to)-333(b)-28(e)-333(allo)-28(cated.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-343(as:)-463(In)27(teger)-343(scalar,)-345(default)-343(1.)-473(It)-343(is)-343(not)-343(a)-343(v)56(alid)-343(argumen)28(t)-343(if)]TJ/F11 9.9626 Tf 294.599 0 Td [(x)]TJ/F8 9.9626 Tf 9.11 0 Td [(is)-343(a)]TJ -303.709 -11.955 Td [(rank-1)-333(arra)28(y)83(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(lb)]TJ
-0 g 0 G
-/F8 9.9626 Tf 14.529 0 Td [(The)-489(lo)28(w)27(er)-489(b)-27(ound)-489(for)-489(the)-490(column)-489(index)-489(range)-489(of)-489(the)-489(dense)-489(matrix)-489(to)-489(b)-28(e)]TJ 10.378 -11.955 Td [(allo)-28(cated.)]TJ 0 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-343(as:)-463(In)27(teger)-343(scalar,)-345(default)-343(1.)-473(It)-343(is)-343(not)-343(a)-343(v)56(alid)-343(argumen)28(t)-343(if)]TJ/F11 9.9626 Tf 294.599 0 Td [(x)]TJ/F8 9.9626 Tf 9.11 0 Td [(is)-343(a)]TJ -303.709 -11.955 Td [(rank-1)-333(arra)28(y)83(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -21.918 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(x)]TJ
+/F30 9.9626 Tf 306.292 578.15 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -227.319 -31.88 Td [(n)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.347 0 Td [(The)-333(n)27(u)1(m)27(b)-27(e)-1(r)-333(of)-333(columns)-333(of)-334(the)-333(dense)-333(m)-1(atr)1(ix)-334(to)-333(b)-28(e)-333(allo)-28(cated.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-343(as:)-463(In)27(teger)-343(scalar,)-345(default)-343(1.)-473(It)-343(is)-343(not)-343(a)-343(v)56(alid)-343(argumen)28(t)-343(if)]TJ/F11 9.9626 Tf 294.599 0 Td [(x)]TJ/F8 9.9626 Tf 9.11 0 Td [(is)-343(a)]TJ -303.709 -11.955 Td [(rank-1)-333(arra)28(y)83(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(lb)]TJ
+0 g 0 G
+/F8 9.9626 Tf 14.529 0 Td [(The)-489(lo)28(w)27(er)-489(b)-27(ound)-489(for)-489(the)-490(column)-489(index)-489(range)-489(of)-489(the)-489(dense)-489(matrix)-489(to)-489(b)-28(e)]TJ 10.378 -11.955 Td [(allo)-28(cated.)]TJ 0 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-343(as:)-463(In)27(teger)-343(scalar,)-345(default)-343(1.)-473(It)-343(is)-343(not)-343(a)-343(v)56(alid)-343(argumen)28(t)-343(if)]TJ/F11 9.9626 Tf 294.599 0 Td [(x)]TJ/F8 9.9626 Tf 9.11 0 Td [(is)-343(a)]TJ -303.709 -11.955 Td [(rank-1)-333(arra)28(y)83(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -21.918 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(x)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-334(all)1(o)-28(cated.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-303(as:)-430(a)-304(rank)-303(one)-304(or)-304(t)28(w)28(o)-304(arra)28(y)-304(with)-303(the)-304(ALLOCA)83(T)83(ABLE)-303(attribute)]TJ 0 -11.955 Td [(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 89.968 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 231.089 293.418 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 234.227 293.219 Td [(T)]TJ
+ET
+q
+1 0 0 1 240.085 293.418 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 243.223 293.219 Td [(vect)]TJ
+ET
+q
+1 0 0 1 264.772 293.418 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 267.911 293.219 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-334(all)1(o)-28(cated.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Sp)-28(eci\014ed)-277(as:)-416(a)-278(rank)-277(one)-277(or)-277(t)27(w)28(o)-277(arra)28(y)-277(with)-278(the)-277(ALLOCA)83(T)84(ABLE)-277(attribute,)]TJ 0 -11.955 Td [(of)-333(t)27(y)1(p)-28(e)-334(real,)-333(complex)-333(or)-334(in)28(teger.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(,)-333(of)-334(t)28(yp)-28(e)-333(real,)-333(complex)-334(or)-333(in)28(teger.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -31.881 Td [(info)]TJ
+/F27 9.9626 Tf -188.937 -31.88 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
141.968 -123.08 Td [(71)]TJ
0 g 0 G
ET
endstream
endobj
-1190 0 obj <<
+1196 0 obj <<
/Type /Page
-/Contents 1191 0 R
-/Resources 1189 0 R
+/Contents 1197 0 R
+/Resources 1195 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
-/Annots [ 1188 0 R ]
+/Parent 1169 0 R
+/Annots [ 1193 0 R 1194 0 R ]
>> endobj
-1188 0 obj <<
+1193 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [261.152 574.94 328.21 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1192 0 obj <<
-/D [1190 0 R /XYZ 99.895 740.998 null]
+1194 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.774 290.009 289.828 301.134]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1198 0 obj <<
+/D [1196 0 R /XYZ 99.895 740.998 null]
>> endobj
266 0 obj <<
-/D [1190 0 R /XYZ 99.895 697.37 null]
+/D [1196 0 R /XYZ 99.895 697.37 null]
>> endobj
-1189 0 obj <<
+1195 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1196 0 obj <<
-/Length 6176
+1203 0 obj <<
+/Length 6642
>>
stream
0 g 0 G
@@ -13114,43 +13412,75 @@ BT
0 g 0 G
0 -19.43 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(output)-334(d)1(e)-1(n)1(s)-1(e)-333(matrix.)]TJ 13.879 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-277(as:)-416(a)-278(rank)-277(one)-277(or)-277(t)28(w)27(o)-277(arra)28(y)-277(with)-278(the)-277(ALLOCA)83(T)84(ABLE)-277(attribute,)]TJ 0 -11.955 Td [(of)-333(t)28(yp)-28(e)-334(real,)-333(complex)-333(or)-334(in)28(teger.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(output)-334(d)1(e)-1(n)1(s)-1(e)-333(matrix.)]TJ 13.879 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-232(as:)-394(a)-233(rank)-233(one)-232(or)-233(t)28(w)28(o)-233(arra)28(y)-233(or)-232(an)-233(ob)-55(ject)-233(of)-233(t)28(yp)-27(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 241.975 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 433.906 211.686 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 437.044 211.487 Td [(T)]TJ
+ET
+q
+1 0 0 1 442.902 211.686 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 446.04 211.487 Td [(vect)]TJ
+ET
+q
+1 0 0 1 467.589 211.686 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 470.727 211.487 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(,)]TJ -316.038 -11.955 Td [(of)-333(t)27(yp)-27(e)-334(real,)-333(complex)-333(or)-334(in)28(teger.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -31.386 Td [(info)]TJ
+/F27 9.9626 Tf -24.906 -31.386 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.034 -11.955 Td [(An)-333(in)28(teger)-334(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detected.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.967 -29.888 Td [(72)]TJ
+ 141.968 -29.888 Td [(72)]TJ
0 g 0 G
ET
endstream
endobj
-1195 0 obj <<
+1202 0 obj <<
/Type /Page
-/Contents 1196 0 R
-/Resources 1194 0 R
+/Contents 1203 0 R
+/Resources 1201 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1164 0 R
-/Annots [ 1193 0 R ]
+/Parent 1169 0 R
+/Annots [ 1199 0 R 1200 0 R ]
>> endobj
-1193 0 obj <<
+1199 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 363.459 412.588 374.584]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1197 0 obj <<
-/D [1195 0 R /XYZ 150.705 740.998 null]
+1200 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.591 208.277 492.645 219.402]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1204 0 obj <<
+/D [1202 0 R /XYZ 150.705 740.998 null]
>> endobj
270 0 obj <<
-/D [1195 0 R /XYZ 150.705 697.37 null]
+/D [1202 0 R /XYZ 150.705 697.37 null]
>> endobj
-1194 0 obj <<
+1201 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1200 0 obj <<
+1207 0 obj <<
/Length 554
>>
stream
@@ -13172,28 +13502,28 @@ BT
ET
endstream
endobj
-1199 0 obj <<
+1206 0 obj <<
/Type /Page
-/Contents 1200 0 R
-/Resources 1198 0 R
+/Contents 1207 0 R
+/Resources 1205 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
+/Parent 1211 0 R
>> endobj
-1201 0 obj <<
-/D [1199 0 R /XYZ 99.895 740.998 null]
+1208 0 obj <<
+/D [1206 0 R /XYZ 99.895 740.998 null]
>> endobj
-1202 0 obj <<
-/D [1199 0 R /XYZ 99.895 702.144 null]
+1209 0 obj <<
+/D [1206 0 R /XYZ 99.895 702.144 null]
>> endobj
-1203 0 obj <<
-/D [1199 0 R /XYZ 99.895 679.728 null]
+1210 0 obj <<
+/D [1206 0 R /XYZ 99.895 679.728 null]
>> endobj
-1198 0 obj <<
+1205 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1208 0 obj <<
-/Length 2877
+1217 0 obj <<
+/Length 5215
>>
stream
0 g 0 G
@@ -13209,7 +13539,7 @@ BT
/F16 11.9552 Tf 175.796 706.129 Td [(geasb)-375(|)-375(Assem)31(bly)-375(a)-375(dense)-375(matrix)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_geasb\050x,)-525(desc_a,)-525(info\051)]TJ
+/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_geasb\050x,)-525(desc_a,)-525(info,)-525(mold\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -13247,49 +13577,145 @@ BT
0 g 0 G
/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -227.318 -33.873 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -227.318 -31.88 Td [(mold)]TJ
+0 g 0 G
+/F8 9.9626 Tf 29.805 0 Td [(The)-333(desired)-334(dynamic)-333(t)28(yp)-28(e)-333(for)-334(th)1(e)-334(in)28(ternal)-333(v)27(ector)-333(storage.)]TJ -4.899 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.452 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf 40.576 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.956 Td [(Sp)-28(eci\014ed)-273(as:)-414(an)-274(ob)-55(ject)-273(of)-274(a)-273(class)-273(deriv)28(ed)-274(from)]TJ/F30 9.9626 Tf 198.261 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 390.19 498.649 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 393.329 498.449 Td [(T)]TJ
+ET
+q
+1 0 0 1 399.186 498.649 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 402.325 498.449 Td [(base)]TJ
+ET
+q
+1 0 0 1 423.874 498.649 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 427.012 498.449 Td [(vect)]TJ
+ET
+q
+1 0 0 1 448.561 498.649 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 451.699 498.449 Td [(type)]TJ/F8 9.9626 Tf 20.921 0 Td [(;)-293(this)]TJ -297.009 -11.955 Td [(is)-333(only)-334(allo)28(w)28(ed)-333(when)]TJ/F11 9.9626 Tf 93.317 0 Td [(x)]TJ/F8 9.9626 Tf 9.015 0 Td [(is)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 43.78 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 338.042 486.693 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 341.18 486.494 Td [(T)]TJ
+ET
+q
+1 0 0 1 347.038 486.693 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 350.177 486.494 Td [(vect)]TJ
+ET
+q
+1 0 0 1 371.725 486.693 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 374.864 486.494 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -245.08 -21.918 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-333(as)-1(sem)28(bled.)]TJ 13.878 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-277(as:)-416(a)-278(rank)-277(one)-277(or)-277(t)27(w)28(o)-277(arra)28(y)-277(with)-278(the)-277(ALLOCA)83(T)84(ABLE)-277(attribute,)]TJ 0 -11.956 Td [(of)-333(t)27(yp)-27(e)-334(real,)-333(complex)-333(or)-334(in)28(teger.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-333(as)-1(sem)28(bled.)]TJ 13.878 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-433(as:)-645(a)-433(rank)-433(one)-434(or)-433(t)28(w)28(o)-434(arra)28(y)-433(with)-433(the)-434(ALLOCA)84(T)83(ABLE)-433(or)-434(an)]TJ 0 -11.955 Td [(ob)-56(ject)-333(of)-333(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 63.927 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 255.857 385.075 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 258.995 384.875 Td [(T)]TJ
+ET
+q
+1 0 0 1 264.853 385.075 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 267.992 384.875 Td [(vect)]TJ
+ET
+q
+1 0 0 1 289.541 385.075 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 292.679 384.875 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(,)-333(of)-334(t)28(yp)-28(e)-333(real,)-333(complex)-334(or)-333(in)28(teger.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -31.88 Td [(info)]TJ
+/F27 9.9626 Tf -162.895 -31.88 Td [(info)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(te)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 141.968 -294.437 Td [(74)]TJ
+ 141.968 -214.736 Td [(74)]TJ
0 g 0 G
ET
endstream
endobj
-1207 0 obj <<
+1216 0 obj <<
/Type /Page
-/Contents 1208 0 R
-/Resources 1206 0 R
+/Contents 1217 0 R
+/Resources 1215 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
-/Annots [ 1205 0 R ]
+/Parent 1211 0 R
+/Annots [ 1212 0 R 1213 0 R 1214 0 R ]
>> endobj
-1205 0 obj <<
+1212 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [311.962 574.94 379.019 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1209 0 obj <<
-/D [1207 0 R /XYZ 150.705 740.998 null]
+1213 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [320.727 483.284 396.781 494.409]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1214 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [238.542 381.665 314.596 392.79]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1218 0 obj <<
+/D [1216 0 R /XYZ 150.705 740.998 null]
>> endobj
274 0 obj <<
-/D [1207 0 R /XYZ 150.705 697.37 null]
+/D [1216 0 R /XYZ 150.705 697.37 null]
>> endobj
-1206 0 obj <<
-/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
+1215 0 obj <<
+/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1213 0 obj <<
-/Length 2881
+1223 0 obj <<
+/Length 3378
>>
stream
0 g 0 G
@@ -13316,9 +13742,34 @@ BT
0 g 0 G
0 -19.925 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-334(f)1(re)-1(ed.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-277(as:)-416(a)-278(rank)-277(one)-277(or)-277(t)27(w)28(o)-277(arra)28(y)-277(with)-278(the)-277(ALLOCA)83(T)84(ABLE)-277(attribute,)]TJ 0 -11.955 Td [(of)-333(t)27(y)1(p)-28(e)-334(real,)-333(complex)-333(or)-334(in)28(teger.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(dense)-334(matrix)-333(to)-333(b)-28(e)-334(f)1(re)-1(ed.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-433(as:)-645(a)-433(rank)-433(one)-433(or)-434(t)28(w)28(o)-434(arra)28(y)-433(with)-433(the)-434(ALLOCA)84(T)83(ABLE)-433(or)-434(an)]TJ 0 -11.955 Td [(ob)-56(j)1(e)-1(ct)-333(of)-333(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 63.927 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 205.048 566.395 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 208.186 566.195 Td [(T)]TJ
+ET
+q
+1 0 0 1 214.044 566.395 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 217.182 566.195 Td [(vect)]TJ
+ET
+q
+1 0 0 1 238.731 566.395 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 241.869 566.195 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(,)-333(of)-334(t)28(yp)-28(e)-333(real,)-333(complex)-334(or)-333(in)28(teger.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -31.88 Td [(desc)]TJ
+/F27 9.9626 Tf -162.896 -31.88 Td [(desc)]TJ
ET
q
1 0 0 1 121.81 534.514 cm
@@ -13359,32 +13810,39 @@ BT
ET
endstream
endobj
-1212 0 obj <<
+1222 0 obj <<
/Type /Page
-/Contents 1213 0 R
-/Resources 1211 0 R
+/Contents 1223 0 R
+/Resources 1221 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
-/Annots [ 1210 0 R ]
+/Parent 1211 0 R
+/Annots [ 1219 0 R 1220 0 R ]
>> endobj
-1210 0 obj <<
+1219 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [187.733 562.985 263.787 574.11]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1220 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [261.152 483.284 328.21 494.409]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1214 0 obj <<
-/D [1212 0 R /XYZ 99.895 740.998 null]
+1224 0 obj <<
+/D [1222 0 R /XYZ 99.895 740.998 null]
>> endobj
278 0 obj <<
-/D [1212 0 R /XYZ 99.895 697.37 null]
+/D [1222 0 R /XYZ 99.895 697.37 null]
>> endobj
-1211 0 obj <<
+1221 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1217 0 obj <<
+1227 0 obj <<
/Length 3438
>>
stream
@@ -13434,24 +13892,24 @@ BT
ET
endstream
endobj
-1216 0 obj <<
+1226 0 obj <<
/Type /Page
-/Contents 1217 0 R
-/Resources 1215 0 R
+/Contents 1227 0 R
+/Resources 1225 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
+/Parent 1211 0 R
>> endobj
-1218 0 obj <<
-/D [1216 0 R /XYZ 150.705 740.998 null]
+1228 0 obj <<
+/D [1226 0 R /XYZ 150.705 740.998 null]
>> endobj
282 0 obj <<
-/D [1216 0 R /XYZ 150.705 697.37 null]
+/D [1226 0 R /XYZ 150.705 697.37 null]
>> endobj
-1215 0 obj <<
+1225 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R /F10 666 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1222 0 obj <<
+1232 0 obj <<
/Length 6540
>>
stream
@@ -13552,32 +14010,32 @@ BT
ET
endstream
endobj
-1221 0 obj <<
+1231 0 obj <<
/Type /Page
-/Contents 1222 0 R
-/Resources 1220 0 R
+/Contents 1232 0 R
+/Resources 1230 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
-/Annots [ 1219 0 R ]
+/Parent 1211 0 R
+/Annots [ 1229 0 R ]
>> endobj
-1219 0 obj <<
+1229 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 484.86 361.779 495.985]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1223 0 obj <<
-/D [1221 0 R /XYZ 99.895 740.998 null]
+1233 0 obj <<
+/D [1231 0 R /XYZ 99.895 740.998 null]
>> endobj
286 0 obj <<
-/D [1221 0 R /XYZ 99.895 697.37 null]
+/D [1231 0 R /XYZ 99.895 697.37 null]
>> endobj
-1220 0 obj <<
+1230 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1226 0 obj <<
+1236 0 obj <<
/Length 705
>>
stream
@@ -13598,27 +14056,27 @@ BT
ET
endstream
endobj
-1225 0 obj <<
+1235 0 obj <<
/Type /Page
-/Contents 1226 0 R
-/Resources 1224 0 R
+/Contents 1236 0 R
+/Resources 1234 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1204 0 R
+/Parent 1211 0 R
>> endobj
-1227 0 obj <<
-/D [1225 0 R /XYZ 150.705 740.998 null]
+1237 0 obj <<
+/D [1235 0 R /XYZ 150.705 740.998 null]
>> endobj
-1228 0 obj <<
-/D [1225 0 R /XYZ 150.705 716.092 null]
+1238 0 obj <<
+/D [1235 0 R /XYZ 150.705 716.092 null]
>> endobj
-1229 0 obj <<
-/D [1225 0 R /XYZ 150.705 688.251 null]
+1239 0 obj <<
+/D [1235 0 R /XYZ 150.705 688.251 null]
>> endobj
-1224 0 obj <<
+1234 0 obj <<
/Font << /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1233 0 obj <<
+1243 0 obj <<
/Length 5721
>>
stream
@@ -13715,32 +14173,32 @@ BT
ET
endstream
endobj
-1232 0 obj <<
+1242 0 obj <<
/Type /Page
-/Contents 1233 0 R
-/Resources 1231 0 R
+/Contents 1243 0 R
+/Resources 1241 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1230 0 R ]
+/Parent 1245 0 R
+/Annots [ 1240 0 R ]
>> endobj
-1230 0 obj <<
+1240 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 483.284 361.779 494.409]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1234 0 obj <<
-/D [1232 0 R /XYZ 99.895 740.998 null]
+1244 0 obj <<
+/D [1242 0 R /XYZ 99.895 740.998 null]
>> endobj
290 0 obj <<
-/D [1232 0 R /XYZ 99.895 697.37 null]
+/D [1242 0 R /XYZ 99.895 697.37 null]
>> endobj
-1231 0 obj <<
+1241 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1239 0 obj <<
+1249 0 obj <<
/Length 3272
>>
stream
@@ -13822,35 +14280,35 @@ BT
ET
endstream
endobj
-1238 0 obj <<
+1248 0 obj <<
/Type /Page
-/Contents 1239 0 R
-/Resources 1237 0 R
+/Contents 1249 0 R
+/Resources 1247 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1236 0 R ]
+/Parent 1245 0 R
+/Annots [ 1246 0 R ]
>> endobj
-1236 0 obj <<
+1246 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 495.239 412.588 506.364]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1240 0 obj <<
-/D [1238 0 R /XYZ 150.705 740.998 null]
+1250 0 obj <<
+/D [1248 0 R /XYZ 150.705 740.998 null]
>> endobj
294 0 obj <<
-/D [1238 0 R /XYZ 150.705 697.37 null]
+/D [1248 0 R /XYZ 150.705 697.37 null]
>> endobj
-1241 0 obj <<
-/D [1238 0 R /XYZ 150.705 382.883 null]
+1251 0 obj <<
+/D [1248 0 R /XYZ 150.705 382.883 null]
>> endobj
-1237 0 obj <<
+1247 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1245 0 obj <<
+1255 0 obj <<
/Length 4972
>>
stream
@@ -13940,35 +14398,35 @@ BT
ET
endstream
endobj
-1244 0 obj <<
+1254 0 obj <<
/Type /Page
-/Contents 1245 0 R
-/Resources 1243 0 R
+/Contents 1255 0 R
+/Resources 1253 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1242 0 R ]
+/Parent 1245 0 R
+/Annots [ 1252 0 R ]
>> endobj
-1242 0 obj <<
+1252 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 495.239 361.779 506.364]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1246 0 obj <<
-/D [1244 0 R /XYZ 99.895 740.998 null]
+1256 0 obj <<
+/D [1254 0 R /XYZ 99.895 740.998 null]
>> endobj
298 0 obj <<
-/D [1244 0 R /XYZ 99.895 697.37 null]
+/D [1254 0 R /XYZ 99.895 697.37 null]
>> endobj
-1247 0 obj <<
-/D [1244 0 R /XYZ 99.895 259.346 null]
+1257 0 obj <<
+/D [1254 0 R /XYZ 99.895 259.346 null]
>> endobj
-1243 0 obj <<
+1253 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1251 0 obj <<
+1261 0 obj <<
/Length 3240
>>
stream
@@ -14050,35 +14508,35 @@ BT
ET
endstream
endobj
-1250 0 obj <<
+1260 0 obj <<
/Type /Page
-/Contents 1251 0 R
-/Resources 1249 0 R
+/Contents 1261 0 R
+/Resources 1259 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1248 0 R ]
+/Parent 1245 0 R
+/Annots [ 1258 0 R ]
>> endobj
-1248 0 obj <<
+1258 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 495.239 412.588 506.364]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1252 0 obj <<
-/D [1250 0 R /XYZ 150.705 740.998 null]
+1262 0 obj <<
+/D [1260 0 R /XYZ 150.705 740.998 null]
>> endobj
302 0 obj <<
-/D [1250 0 R /XYZ 150.705 697.37 null]
+/D [1260 0 R /XYZ 150.705 697.37 null]
>> endobj
-1253 0 obj <<
-/D [1250 0 R /XYZ 150.705 382.883 null]
+1263 0 obj <<
+/D [1260 0 R /XYZ 150.705 382.883 null]
>> endobj
-1249 0 obj <<
+1259 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1257 0 obj <<
+1267 0 obj <<
/Length 4956
>>
stream
@@ -14168,35 +14626,35 @@ BT
ET
endstream
endobj
-1256 0 obj <<
+1266 0 obj <<
/Type /Page
-/Contents 1257 0 R
-/Resources 1255 0 R
+/Contents 1267 0 R
+/Resources 1265 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1254 0 R ]
+/Parent 1245 0 R
+/Annots [ 1264 0 R ]
>> endobj
-1254 0 obj <<
+1264 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 495.239 361.779 506.364]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1258 0 obj <<
-/D [1256 0 R /XYZ 99.895 740.998 null]
+1268 0 obj <<
+/D [1266 0 R /XYZ 99.895 740.998 null]
>> endobj
306 0 obj <<
-/D [1256 0 R /XYZ 99.895 697.37 null]
+/D [1266 0 R /XYZ 99.895 697.37 null]
>> endobj
-1259 0 obj <<
-/D [1256 0 R /XYZ 99.895 259.346 null]
+1269 0 obj <<
+/D [1266 0 R /XYZ 99.895 259.346 null]
>> endobj
-1255 0 obj <<
+1265 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1263 0 obj <<
+1273 0 obj <<
/Length 3804
>>
stream
@@ -14275,38 +14733,38 @@ BT
ET
endstream
endobj
-1262 0 obj <<
+1272 0 obj <<
/Type /Page
-/Contents 1263 0 R
-/Resources 1261 0 R
+/Contents 1273 0 R
+/Resources 1271 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1235 0 R
-/Annots [ 1260 0 R ]
+/Parent 1245 0 R
+/Annots [ 1270 0 R ]
>> endobj
-1260 0 obj <<
+1270 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 574.94 412.588 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1264 0 obj <<
-/D [1262 0 R /XYZ 150.705 740.998 null]
+1274 0 obj <<
+/D [1272 0 R /XYZ 150.705 740.998 null]
>> endobj
310 0 obj <<
-/D [1262 0 R /XYZ 150.705 697.37 null]
+/D [1272 0 R /XYZ 150.705 697.37 null]
>> endobj
-1265 0 obj <<
-/D [1262 0 R /XYZ 150.705 370.928 null]
+1275 0 obj <<
+/D [1272 0 R /XYZ 150.705 370.928 null]
>> endobj
-1266 0 obj <<
-/D [1262 0 R /XYZ 150.705 327.092 null]
+1276 0 obj <<
+/D [1272 0 R /XYZ 150.705 327.092 null]
>> endobj
-1261 0 obj <<
+1271 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1270 0 obj <<
+1280 0 obj <<
/Length 3654
>>
stream
@@ -14385,38 +14843,38 @@ BT
ET
endstream
endobj
-1269 0 obj <<
+1279 0 obj <<
/Type /Page
-/Contents 1270 0 R
-/Resources 1268 0 R
+/Contents 1280 0 R
+/Resources 1278 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
-/Annots [ 1267 0 R ]
+/Parent 1284 0 R
+/Annots [ 1277 0 R ]
>> endobj
-1267 0 obj <<
+1277 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 574.94 361.779 586.065]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1271 0 obj <<
-/D [1269 0 R /XYZ 99.895 740.998 null]
+1281 0 obj <<
+/D [1279 0 R /XYZ 99.895 740.998 null]
>> endobj
314 0 obj <<
-/D [1269 0 R /XYZ 99.895 697.37 null]
+/D [1279 0 R /XYZ 99.895 697.37 null]
>> endobj
-1272 0 obj <<
-/D [1269 0 R /XYZ 99.895 370.928 null]
+1282 0 obj <<
+/D [1279 0 R /XYZ 99.895 370.928 null]
>> endobj
-1273 0 obj <<
-/D [1269 0 R /XYZ 99.895 339.047 null]
+1283 0 obj <<
+/D [1279 0 R /XYZ 99.895 339.047 null]
>> endobj
-1268 0 obj <<
+1278 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1278 0 obj <<
+1288 0 obj <<
/Length 5790
>>
stream
@@ -14503,32 +14961,32 @@ BT
ET
endstream
endobj
-1277 0 obj <<
+1287 0 obj <<
/Type /Page
-/Contents 1278 0 R
-/Resources 1276 0 R
+/Contents 1288 0 R
+/Resources 1286 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
-/Annots [ 1275 0 R ]
+/Parent 1284 0 R
+/Annots [ 1285 0 R ]
>> endobj
-1275 0 obj <<
+1285 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 492.904 423.049 504.029]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1279 0 obj <<
-/D [1277 0 R /XYZ 150.705 740.998 null]
+1289 0 obj <<
+/D [1287 0 R /XYZ 150.705 740.998 null]
>> endobj
318 0 obj <<
-/D [1277 0 R /XYZ 150.705 696.587 null]
+/D [1287 0 R /XYZ 150.705 696.587 null]
>> endobj
-1276 0 obj <<
+1286 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1282 0 obj <<
+1292 0 obj <<
/Length 3701
>>
stream
@@ -14565,30 +15023,30 @@ BT
ET
endstream
endobj
-1281 0 obj <<
+1291 0 obj <<
/Type /Page
-/Contents 1282 0 R
-/Resources 1280 0 R
+/Contents 1292 0 R
+/Resources 1290 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
+/Parent 1284 0 R
>> endobj
-1283 0 obj <<
-/D [1281 0 R /XYZ 99.895 740.998 null]
+1293 0 obj <<
+/D [1291 0 R /XYZ 99.895 740.998 null]
>> endobj
-1284 0 obj <<
-/D [1281 0 R /XYZ 99.895 496.913 null]
+1294 0 obj <<
+/D [1291 0 R /XYZ 99.895 496.913 null]
>> endobj
-1285 0 obj <<
-/D [1281 0 R /XYZ 99.895 439.185 null]
+1295 0 obj <<
+/D [1291 0 R /XYZ 99.895 439.185 null]
>> endobj
-1286 0 obj <<
-/D [1281 0 R /XYZ 99.895 418.983 null]
+1296 0 obj <<
+/D [1291 0 R /XYZ 99.895 418.983 null]
>> endobj
-1280 0 obj <<
+1290 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F16 475 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1292 0 obj <<
+1302 0 obj <<
/Length 4126
>>
stream
@@ -14699,46 +15157,46 @@ BT
ET
endstream
endobj
-1291 0 obj <<
+1301 0 obj <<
/Type /Page
-/Contents 1292 0 R
-/Resources 1290 0 R
+/Contents 1302 0 R
+/Resources 1300 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
-/Annots [ 1287 0 R 1288 0 R 1289 0 R ]
+/Parent 1284 0 R
+/Annots [ 1297 0 R 1298 0 R 1299 0 R ]
>> endobj
-1287 0 obj <<
+1297 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 529.112 423.049 540.237]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1288 0 obj <<
+1298 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 461.366 412.588 472.491]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1289 0 obj <<
+1299 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [372.153 405.575 439.211 416.7]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1293 0 obj <<
-/D [1291 0 R /XYZ 150.705 740.998 null]
+1303 0 obj <<
+/D [1301 0 R /XYZ 150.705 740.998 null]
>> endobj
322 0 obj <<
-/D [1291 0 R /XYZ 150.705 697.37 null]
+/D [1301 0 R /XYZ 150.705 697.37 null]
>> endobj
-1290 0 obj <<
+1300 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R /F27 477 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1296 0 obj <<
+1306 0 obj <<
/Length 5754
>>
stream
@@ -14818,25 +15276,25 @@ BT
ET
endstream
endobj
-1295 0 obj <<
+1305 0 obj <<
/Type /Page
-/Contents 1296 0 R
-/Resources 1294 0 R
+/Contents 1306 0 R
+/Resources 1304 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
+/Parent 1284 0 R
>> endobj
-1297 0 obj <<
-/D [1295 0 R /XYZ 99.895 740.998 null]
+1307 0 obj <<
+/D [1305 0 R /XYZ 99.895 740.998 null]
>> endobj
326 0 obj <<
-/D [1295 0 R /XYZ 99.895 696.813 null]
+/D [1305 0 R /XYZ 99.895 696.813 null]
>> endobj
-1294 0 obj <<
+1304 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F11 649 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1300 0 obj <<
-/Length 7020
+1310 0 obj <<
+/Length 6990
>>
stream
0 g 0 G
@@ -14934,55 +15392,55 @@ BT
0 g 0 G
-17.158 -15.94 Td [(\050c\051)]TJ
0 g 0 G
- [-500(The)-358(merge-sort)-358(algorithm)-357(is)-358(implemen)28(ted)-358(to)-358(tak)28(e)-358(adv)56(an)28(tage)-358(of)-358(sub-)]TJ 17.158 -11.955 Td [(sequences)-401(that)-400(ma)28(y)-401(b)-28(e)-400(already)-401(in)-400(the)-401(desired)-400(ordering)-400(prior)-401(to)-400(the)]TJ 0 -11.956 Td [(subroutine)-246(call;)-275(this)-246(situation)-246(is)-247(relativ)28(ely)-246(common)-246(when)-246(dealing)-246(with)]TJ 0 -11.955 Td [(groups)-258(of)-257(indices)-258(of)-258(sparse)-258(matrix)-257(en)28(tries,)-273(th)28(us)-258(merge-sort)-258(is)-258(often)-257(the)]TJ 0 -11.955 Td [(preferred)-318(c)27(hoice)-318(when)-319(a)-318(sorting)-319(is)-318(needed)-319(b)28(y)-319(oth)1(e)-1(r)-318(routines)-318(in)-319(the)-318(li-)]TJ 0 -11.955 Td [(brary)83(.)]TJ
+ [-500(The)-358(merge-sort)-358(algorithm)-357(is)-358(implemen)28(ted)-358(to)-358(tak)28(e)-358(adv)56(an)28(tage)-358(of)-358(sub-)]TJ 17.158 -11.955 Td [(sequences)-401(that)-400(ma)28(y)-401(b)-28(e)-400(already)-401(in)-400(the)-401(desired)-400(ordering)-400(prior)-401(to)-400(the)]TJ 0 -11.956 Td [(subroutine)-246(call;)-275(this)-246(situation)-246(is)-247(relativ)28(ely)-246(common)-246(when)-246(dealing)-246(with)]TJ 0 -11.955 Td [(groups)-301(of)-301(indices)-301(of)-302(sparse)-301(matrix)-301(en)28(tries,)-308(th)28(us)-301(merge-sort)-302(is)-301(the)-301(pre-)]TJ 0 -11.955 Td [(ferred)-249(c)28(hoice)-249(when)-249(a)-249(sorting)-248(is)-249(needed)-249(b)28(y)-249(other)-249(routines)-249(in)-249(t)1(he)-249(library)83(.)]TJ
0 g 0 G
- 120.05 -193.275 Td [(90)]TJ
+ 120.05 -205.23 Td [(90)]TJ
0 g 0 G
ET
endstream
endobj
-1299 0 obj <<
+1309 0 obj <<
/Type /Page
-/Contents 1300 0 R
-/Resources 1298 0 R
+/Contents 1310 0 R
+/Resources 1308 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1274 0 R
+/Parent 1284 0 R
>> endobj
-1301 0 obj <<
-/D [1299 0 R /XYZ 150.705 740.998 null]
+1311 0 obj <<
+/D [1309 0 R /XYZ 150.705 740.998 null]
>> endobj
-1302 0 obj <<
-/D [1299 0 R /XYZ 150.705 702.144 null]
+1312 0 obj <<
+/D [1309 0 R /XYZ 150.705 702.144 null]
>> endobj
-1303 0 obj <<
-/D [1299 0 R /XYZ 150.705 668.326 null]
+1313 0 obj <<
+/D [1309 0 R /XYZ 150.705 668.326 null]
>> endobj
-1304 0 obj <<
-/D [1299 0 R /XYZ 150.705 624.491 null]
+1314 0 obj <<
+/D [1309 0 R /XYZ 150.705 624.491 null]
>> endobj
-1305 0 obj <<
-/D [1299 0 R /XYZ 150.705 556.745 null]
+1315 0 obj <<
+/D [1309 0 R /XYZ 150.705 556.745 null]
>> endobj
-1306 0 obj <<
-/D [1299 0 R /XYZ 150.705 500.954 null]
+1316 0 obj <<
+/D [1309 0 R /XYZ 150.705 500.954 null]
>> endobj
-1307 0 obj <<
-/D [1299 0 R /XYZ 150.705 468.52 null]
+1317 0 obj <<
+/D [1309 0 R /XYZ 150.705 468.52 null]
>> endobj
-1308 0 obj <<
-/D [1299 0 R /XYZ 150.705 425.182 null]
+1318 0 obj <<
+/D [1309 0 R /XYZ 150.705 425.182 null]
>> endobj
-1309 0 obj <<
-/D [1299 0 R /XYZ 150.705 383.395 null]
+1319 0 obj <<
+/D [1309 0 R /XYZ 150.705 383.395 null]
>> endobj
-1310 0 obj <<
-/D [1299 0 R /XYZ 150.705 355.499 null]
+1320 0 obj <<
+/D [1309 0 R /XYZ 150.705 355.499 null]
>> endobj
-1298 0 obj <<
+1308 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F7 665 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1313 0 obj <<
+1323 0 obj <<
/Length 181
>>
stream
@@ -14996,24 +15454,24 @@ BT
ET
endstream
endobj
-1312 0 obj <<
+1322 0 obj <<
/Type /Page
-/Contents 1313 0 R
-/Resources 1311 0 R
+/Contents 1323 0 R
+/Resources 1321 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1314 0 obj <<
-/D [1312 0 R /XYZ 99.895 740.998 null]
+1324 0 obj <<
+/D [1322 0 R /XYZ 99.895 740.998 null]
>> endobj
330 0 obj <<
-/D [1312 0 R /XYZ 99.895 716.092 null]
+/D [1322 0 R /XYZ 99.895 716.092 null]
>> endobj
-1311 0 obj <<
+1321 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1318 0 obj <<
+1328 0 obj <<
/Length 5573
>>
stream
@@ -15085,30 +15543,30 @@ BT
ET
endstream
endobj
-1317 0 obj <<
+1327 0 obj <<
/Type /Page
-/Contents 1318 0 R
-/Resources 1316 0 R
+/Contents 1328 0 R
+/Resources 1326 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1319 0 obj <<
-/D [1317 0 R /XYZ 150.705 740.998 null]
+1329 0 obj <<
+/D [1327 0 R /XYZ 150.705 740.998 null]
>> endobj
334 0 obj <<
-/D [1317 0 R /XYZ 150.705 697.37 null]
+/D [1327 0 R /XYZ 150.705 697.37 null]
>> endobj
-1320 0 obj <<
-/D [1317 0 R /XYZ 150.705 235.436 null]
+1330 0 obj <<
+/D [1327 0 R /XYZ 150.705 235.436 null]
>> endobj
-1321 0 obj <<
-/D [1317 0 R /XYZ 150.705 213.573 null]
+1331 0 obj <<
+/D [1327 0 R /XYZ 150.705 213.573 null]
>> endobj
-1316 0 obj <<
+1326 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1324 0 obj <<
+1334 0 obj <<
/Length 4646
>>
stream
@@ -15162,30 +15620,30 @@ BT
ET
endstream
endobj
-1323 0 obj <<
+1333 0 obj <<
/Type /Page
-/Contents 1324 0 R
-/Resources 1322 0 R
+/Contents 1334 0 R
+/Resources 1332 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1325 0 obj <<
-/D [1323 0 R /XYZ 99.895 740.998 null]
+1335 0 obj <<
+/D [1333 0 R /XYZ 99.895 740.998 null]
>> endobj
338 0 obj <<
-/D [1323 0 R /XYZ 99.895 685.747 null]
+/D [1333 0 R /XYZ 99.895 685.747 null]
>> endobj
-1326 0 obj <<
-/D [1323 0 R /XYZ 99.895 349.01 null]
+1336 0 obj <<
+/D [1333 0 R /XYZ 99.895 349.01 null]
>> endobj
-1327 0 obj <<
-/D [1323 0 R /XYZ 99.895 315.192 null]
+1337 0 obj <<
+/D [1333 0 R /XYZ 99.895 315.192 null]
>> endobj
-1322 0 obj <<
+1332 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1330 0 obj <<
+1340 0 obj <<
/Length 4354
>>
stream
@@ -15236,33 +15694,33 @@ BT
ET
endstream
endobj
-1329 0 obj <<
+1339 0 obj <<
/Type /Page
-/Contents 1330 0 R
-/Resources 1328 0 R
+/Contents 1340 0 R
+/Resources 1338 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1331 0 obj <<
-/D [1329 0 R /XYZ 150.705 740.998 null]
+1341 0 obj <<
+/D [1339 0 R /XYZ 150.705 740.998 null]
>> endobj
342 0 obj <<
-/D [1329 0 R /XYZ 150.705 697.37 null]
+/D [1339 0 R /XYZ 150.705 697.37 null]
>> endobj
-1332 0 obj <<
-/D [1329 0 R /XYZ 150.705 442.659 null]
+1342 0 obj <<
+/D [1339 0 R /XYZ 150.705 442.659 null]
>> endobj
-1333 0 obj <<
-/D [1329 0 R /XYZ 150.705 396.886 null]
+1343 0 obj <<
+/D [1339 0 R /XYZ 150.705 396.886 null]
>> endobj
-1334 0 obj <<
-/D [1329 0 R /XYZ 150.705 365.005 null]
+1344 0 obj <<
+/D [1339 0 R /XYZ 150.705 365.005 null]
>> endobj
-1328 0 obj <<
+1338 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1337 0 obj <<
+1347 0 obj <<
/Length 2160
>>
stream
@@ -15311,24 +15769,24 @@ BT
ET
endstream
endobj
-1336 0 obj <<
+1346 0 obj <<
/Type /Page
-/Contents 1337 0 R
-/Resources 1335 0 R
+/Contents 1347 0 R
+/Resources 1345 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1338 0 obj <<
-/D [1336 0 R /XYZ 99.895 740.998 null]
+1348 0 obj <<
+/D [1346 0 R /XYZ 99.895 740.998 null]
>> endobj
346 0 obj <<
-/D [1336 0 R /XYZ 99.895 697.37 null]
+/D [1346 0 R /XYZ 99.895 697.37 null]
>> endobj
-1335 0 obj <<
+1345 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1341 0 obj <<
+1351 0 obj <<
/Length 3024
>>
stream
@@ -15381,24 +15839,24 @@ BT
ET
endstream
endobj
-1340 0 obj <<
+1350 0 obj <<
/Type /Page
-/Contents 1341 0 R
-/Resources 1339 0 R
+/Contents 1351 0 R
+/Resources 1349 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1315 0 R
+/Parent 1325 0 R
>> endobj
-1342 0 obj <<
-/D [1340 0 R /XYZ 150.705 740.998 null]
+1352 0 obj <<
+/D [1350 0 R /XYZ 150.705 740.998 null]
>> endobj
350 0 obj <<
-/D [1340 0 R /XYZ 150.705 697.37 null]
+/D [1350 0 R /XYZ 150.705 697.37 null]
>> endobj
-1339 0 obj <<
+1349 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F11 649 0 R /F27 477 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1345 0 obj <<
+1355 0 obj <<
/Length 1180
>>
stream
@@ -15433,24 +15891,24 @@ BT
ET
endstream
endobj
-1344 0 obj <<
+1354 0 obj <<
/Type /Page
-/Contents 1345 0 R
-/Resources 1343 0 R
+/Contents 1355 0 R
+/Resources 1353 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1346 0 obj <<
-/D [1344 0 R /XYZ 99.895 740.998 null]
+1356 0 obj <<
+/D [1354 0 R /XYZ 99.895 740.998 null]
>> endobj
354 0 obj <<
-/D [1344 0 R /XYZ 99.895 697.37 null]
+/D [1354 0 R /XYZ 99.895 697.37 null]
>> endobj
-1343 0 obj <<
+1353 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1350 0 obj <<
+1360 0 obj <<
/Length 1473
>>
stream
@@ -15485,24 +15943,24 @@ BT
ET
endstream
endobj
-1349 0 obj <<
+1359 0 obj <<
/Type /Page
-/Contents 1350 0 R
-/Resources 1348 0 R
+/Contents 1360 0 R
+/Resources 1358 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1351 0 obj <<
-/D [1349 0 R /XYZ 150.705 740.998 null]
+1361 0 obj <<
+/D [1359 0 R /XYZ 150.705 740.998 null]
>> endobj
358 0 obj <<
-/D [1349 0 R /XYZ 150.705 697.37 null]
+/D [1359 0 R /XYZ 150.705 697.37 null]
>> endobj
-1348 0 obj <<
+1358 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1354 0 obj <<
+1364 0 obj <<
/Length 1359
>>
stream
@@ -15537,24 +15995,24 @@ BT
ET
endstream
endobj
-1353 0 obj <<
+1363 0 obj <<
/Type /Page
-/Contents 1354 0 R
-/Resources 1352 0 R
+/Contents 1364 0 R
+/Resources 1362 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1355 0 obj <<
-/D [1353 0 R /XYZ 99.895 740.998 null]
+1365 0 obj <<
+/D [1363 0 R /XYZ 99.895 740.998 null]
>> endobj
362 0 obj <<
-/D [1353 0 R /XYZ 99.895 697.37 null]
+/D [1363 0 R /XYZ 99.895 697.37 null]
>> endobj
-1352 0 obj <<
+1362 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1358 0 obj <<
+1368 0 obj <<
/Length 4533
>>
stream
@@ -15604,24 +16062,24 @@ BT
ET
endstream
endobj
-1357 0 obj <<
+1367 0 obj <<
/Type /Page
-/Contents 1358 0 R
-/Resources 1356 0 R
+/Contents 1368 0 R
+/Resources 1366 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1359 0 obj <<
-/D [1357 0 R /XYZ 150.705 740.998 null]
+1369 0 obj <<
+/D [1367 0 R /XYZ 150.705 740.998 null]
>> endobj
366 0 obj <<
-/D [1357 0 R /XYZ 150.705 697.37 null]
+/D [1367 0 R /XYZ 150.705 697.37 null]
>> endobj
-1356 0 obj <<
+1366 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1362 0 obj <<
+1372 0 obj <<
/Length 5146
>>
stream
@@ -15679,30 +16137,30 @@ BT
ET
endstream
endobj
-1361 0 obj <<
+1371 0 obj <<
/Type /Page
-/Contents 1362 0 R
-/Resources 1360 0 R
+/Contents 1372 0 R
+/Resources 1370 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1363 0 obj <<
-/D [1361 0 R /XYZ 99.895 740.998 null]
+1373 0 obj <<
+/D [1371 0 R /XYZ 99.895 740.998 null]
>> endobj
370 0 obj <<
-/D [1361 0 R /XYZ 99.895 697.37 null]
+/D [1371 0 R /XYZ 99.895 697.37 null]
>> endobj
-1364 0 obj <<
-/D [1361 0 R /XYZ 99.895 247.391 null]
+1374 0 obj <<
+/D [1371 0 R /XYZ 99.895 247.391 null]
>> endobj
-1365 0 obj <<
-/D [1361 0 R /XYZ 99.895 213.573 null]
+1375 0 obj <<
+/D [1371 0 R /XYZ 99.895 213.573 null]
>> endobj
-1360 0 obj <<
+1370 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1368 0 obj <<
+1378 0 obj <<
/Length 5185
>>
stream
@@ -15760,30 +16218,30 @@ BT
ET
endstream
endobj
-1367 0 obj <<
+1377 0 obj <<
/Type /Page
-/Contents 1368 0 R
-/Resources 1366 0 R
+/Contents 1378 0 R
+/Resources 1376 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1347 0 R
+/Parent 1357 0 R
>> endobj
-1369 0 obj <<
-/D [1367 0 R /XYZ 150.705 740.998 null]
+1379 0 obj <<
+/D [1377 0 R /XYZ 150.705 740.998 null]
>> endobj
374 0 obj <<
-/D [1367 0 R /XYZ 150.705 697.37 null]
+/D [1377 0 R /XYZ 150.705 697.37 null]
>> endobj
-1370 0 obj <<
-/D [1367 0 R /XYZ 150.705 247.391 null]
+1380 0 obj <<
+/D [1377 0 R /XYZ 150.705 247.391 null]
>> endobj
-1371 0 obj <<
-/D [1367 0 R /XYZ 150.705 213.573 null]
+1381 0 obj <<
+/D [1377 0 R /XYZ 150.705 213.573 null]
>> endobj
-1366 0 obj <<
+1376 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1374 0 obj <<
+1384 0 obj <<
/Length 5160
>>
stream
@@ -15841,30 +16299,30 @@ BT
ET
endstream
endobj
-1373 0 obj <<
+1383 0 obj <<
/Type /Page
-/Contents 1374 0 R
-/Resources 1372 0 R
+/Contents 1384 0 R
+/Resources 1382 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
+/Parent 1388 0 R
>> endobj
-1375 0 obj <<
-/D [1373 0 R /XYZ 99.895 740.998 null]
+1385 0 obj <<
+/D [1383 0 R /XYZ 99.895 740.998 null]
>> endobj
378 0 obj <<
-/D [1373 0 R /XYZ 99.895 697.37 null]
+/D [1383 0 R /XYZ 99.895 697.37 null]
>> endobj
-1376 0 obj <<
-/D [1373 0 R /XYZ 99.895 247.391 null]
+1386 0 obj <<
+/D [1383 0 R /XYZ 99.895 247.391 null]
>> endobj
-1377 0 obj <<
-/D [1373 0 R /XYZ 99.895 213.573 null]
+1387 0 obj <<
+/D [1383 0 R /XYZ 99.895 213.573 null]
>> endobj
-1372 0 obj <<
+1382 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1381 0 obj <<
+1391 0 obj <<
/Length 5277
>>
stream
@@ -15922,30 +16380,30 @@ BT
ET
endstream
endobj
-1380 0 obj <<
+1390 0 obj <<
/Type /Page
-/Contents 1381 0 R
-/Resources 1379 0 R
+/Contents 1391 0 R
+/Resources 1389 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
+/Parent 1388 0 R
>> endobj
-1382 0 obj <<
-/D [1380 0 R /XYZ 150.705 740.998 null]
+1392 0 obj <<
+/D [1390 0 R /XYZ 150.705 740.998 null]
>> endobj
382 0 obj <<
-/D [1380 0 R /XYZ 150.705 697.37 null]
+/D [1390 0 R /XYZ 150.705 697.37 null]
>> endobj
-1383 0 obj <<
-/D [1380 0 R /XYZ 150.705 235.436 null]
+1393 0 obj <<
+/D [1390 0 R /XYZ 150.705 235.436 null]
>> endobj
-1384 0 obj <<
-/D [1380 0 R /XYZ 150.705 201.618 null]
+1394 0 obj <<
+/D [1390 0 R /XYZ 150.705 201.618 null]
>> endobj
-1379 0 obj <<
+1389 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1387 0 obj <<
+1397 0 obj <<
/Length 5248
>>
stream
@@ -16003,30 +16461,30 @@ BT
ET
endstream
endobj
-1386 0 obj <<
+1396 0 obj <<
/Type /Page
-/Contents 1387 0 R
-/Resources 1385 0 R
+/Contents 1397 0 R
+/Resources 1395 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
+/Parent 1388 0 R
>> endobj
-1388 0 obj <<
-/D [1386 0 R /XYZ 99.895 740.998 null]
+1398 0 obj <<
+/D [1396 0 R /XYZ 99.895 740.998 null]
>> endobj
386 0 obj <<
-/D [1386 0 R /XYZ 99.895 697.37 null]
+/D [1396 0 R /XYZ 99.895 697.37 null]
>> endobj
-1389 0 obj <<
-/D [1386 0 R /XYZ 99.895 235.436 null]
+1399 0 obj <<
+/D [1396 0 R /XYZ 99.895 235.436 null]
>> endobj
-1390 0 obj <<
-/D [1386 0 R /XYZ 99.895 201.618 null]
+1400 0 obj <<
+/D [1396 0 R /XYZ 99.895 201.618 null]
>> endobj
-1385 0 obj <<
+1395 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F14 667 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1393 0 obj <<
+1403 0 obj <<
/Length 5369
>>
stream
@@ -16081,27 +16539,27 @@ BT
ET
endstream
endobj
-1392 0 obj <<
+1402 0 obj <<
/Type /Page
-/Contents 1393 0 R
-/Resources 1391 0 R
+/Contents 1403 0 R
+/Resources 1401 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
+/Parent 1388 0 R
>> endobj
-1394 0 obj <<
-/D [1392 0 R /XYZ 150.705 740.998 null]
+1404 0 obj <<
+/D [1402 0 R /XYZ 150.705 740.998 null]
>> endobj
390 0 obj <<
-/D [1392 0 R /XYZ 150.705 697.37 null]
+/D [1402 0 R /XYZ 150.705 697.37 null]
>> endobj
-1395 0 obj <<
-/D [1392 0 R /XYZ 150.705 223.48 null]
+1405 0 obj <<
+/D [1402 0 R /XYZ 150.705 223.48 null]
>> endobj
-1391 0 obj <<
+1401 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1398 0 obj <<
+1408 0 obj <<
/Length 5352
>>
stream
@@ -16155,27 +16613,27 @@ BT
ET
endstream
endobj
-1397 0 obj <<
+1407 0 obj <<
/Type /Page
-/Contents 1398 0 R
-/Resources 1396 0 R
+/Contents 1408 0 R
+/Resources 1406 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
+/Parent 1388 0 R
>> endobj
-1399 0 obj <<
-/D [1397 0 R /XYZ 99.895 740.998 null]
+1409 0 obj <<
+/D [1407 0 R /XYZ 99.895 740.998 null]
>> endobj
394 0 obj <<
-/D [1397 0 R /XYZ 99.895 697.37 null]
+/D [1407 0 R /XYZ 99.895 697.37 null]
>> endobj
-1400 0 obj <<
-/D [1397 0 R /XYZ 99.895 223.48 null]
+1410 0 obj <<
+/D [1407 0 R /XYZ 99.895 223.48 null]
>> endobj
-1396 0 obj <<
+1406 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F8 478 0 R /F27 477 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1405 0 obj <<
+1415 0 obj <<
/Length 6407
>>
stream
@@ -16197,39 +16655,39 @@ BT
ET
endstream
endobj
-1404 0 obj <<
+1414 0 obj <<
/Type /Page
-/Contents 1405 0 R
-/Resources 1403 0 R
+/Contents 1415 0 R
+/Resources 1413 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1378 0 R
-/Annots [ 1401 0 R 1402 0 R ]
+/Parent 1388 0 R
+/Annots [ 1411 0 R 1412 0 R ]
>> endobj
-1401 0 obj <<
+1411 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [196.286 501.77 203.26 512.895]
/Subtype /Link
/A << /S /GoTo /D (figure.9) >>
>> endobj
-1402 0 obj <<
+1412 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [197.543 346.63 209.498 357.478]
/Subtype /Link
/A << /S /GoTo /D (figure.10) >>
>> endobj
-1406 0 obj <<
-/D [1404 0 R /XYZ 150.705 740.998 null]
+1416 0 obj <<
+/D [1414 0 R /XYZ 150.705 740.998 null]
>> endobj
398 0 obj <<
-/D [1404 0 R /XYZ 150.705 716.092 null]
+/D [1414 0 R /XYZ 150.705 716.092 null]
>> endobj
-1403 0 obj <<
+1413 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1411 0 obj <<
+1421 0 obj <<
/Length 3853
>>
stream
@@ -16310,27 +16768,27 @@ BT
ET
endstream
endobj
-1410 0 obj <<
+1420 0 obj <<
/Type /Page
-/Contents 1411 0 R
-/Resources 1409 0 R
+/Contents 1421 0 R
+/Resources 1419 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1412 0 obj <<
-/D [1410 0 R /XYZ 99.895 740.998 null]
+1422 0 obj <<
+/D [1420 0 R /XYZ 99.895 740.998 null]
>> endobj
-1407 0 obj <<
-/D [1410 0 R /XYZ 143.452 412.237 null]
+1417 0 obj <<
+/D [1420 0 R /XYZ 143.452 412.237 null]
>> endobj
-1408 0 obj <<
-/D [1410 0 R /XYZ 150.074 171.074 null]
+1418 0 obj <<
+/D [1420 0 R /XYZ 150.074 171.074 null]
>> endobj
-1409 0 obj <<
-/Font << /F46 814 0 R /F8 478 0 R /F30 664 0 R >>
+1419 0 obj <<
+/Font << /F46 813 0 R /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1416 0 obj <<
+1426 0 obj <<
/Length 2958
>>
stream
@@ -16405,24 +16863,24 @@ BT
ET
endstream
endobj
-1415 0 obj <<
+1425 0 obj <<
/Type /Page
-/Contents 1416 0 R
-/Resources 1414 0 R
+/Contents 1426 0 R
+/Resources 1424 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1417 0 obj <<
-/D [1415 0 R /XYZ 150.705 740.998 null]
+1427 0 obj <<
+/D [1425 0 R /XYZ 150.705 740.998 null]
>> endobj
402 0 obj <<
-/D [1415 0 R /XYZ 150.705 697.37 null]
+/D [1425 0 R /XYZ 150.705 697.37 null]
>> endobj
-1414 0 obj <<
+1424 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1420 0 obj <<
+1430 0 obj <<
/Length 1151
>>
stream
@@ -16457,24 +16915,24 @@ BT
ET
endstream
endobj
-1419 0 obj <<
+1429 0 obj <<
/Type /Page
-/Contents 1420 0 R
-/Resources 1418 0 R
+/Contents 1430 0 R
+/Resources 1428 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1421 0 obj <<
-/D [1419 0 R /XYZ 99.895 740.998 null]
+1431 0 obj <<
+/D [1429 0 R /XYZ 99.895 740.998 null]
>> endobj
406 0 obj <<
-/D [1419 0 R /XYZ 99.895 685.747 null]
+/D [1429 0 R /XYZ 99.895 685.747 null]
>> endobj
-1418 0 obj <<
+1428 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1424 0 obj <<
+1434 0 obj <<
/Length 1249
>>
stream
@@ -16516,24 +16974,24 @@ BT
ET
endstream
endobj
-1423 0 obj <<
+1433 0 obj <<
/Type /Page
-/Contents 1424 0 R
-/Resources 1422 0 R
+/Contents 1434 0 R
+/Resources 1432 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1425 0 obj <<
-/D [1423 0 R /XYZ 150.705 740.998 null]
+1435 0 obj <<
+/D [1433 0 R /XYZ 150.705 740.998 null]
>> endobj
410 0 obj <<
-/D [1423 0 R /XYZ 150.705 683.422 null]
+/D [1433 0 R /XYZ 150.705 683.422 null]
>> endobj
-1422 0 obj <<
+1432 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1428 0 obj <<
+1438 0 obj <<
/Length 1710
>>
stream
@@ -16585,24 +17043,24 @@ BT
ET
endstream
endobj
-1427 0 obj <<
+1437 0 obj <<
/Type /Page
-/Contents 1428 0 R
-/Resources 1426 0 R
+/Contents 1438 0 R
+/Resources 1436 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1429 0 obj <<
-/D [1427 0 R /XYZ 99.895 740.998 null]
+1439 0 obj <<
+/D [1437 0 R /XYZ 99.895 740.998 null]
>> endobj
414 0 obj <<
-/D [1427 0 R /XYZ 99.895 685.747 null]
+/D [1437 0 R /XYZ 99.895 685.747 null]
>> endobj
-1426 0 obj <<
+1436 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1432 0 obj <<
+1442 0 obj <<
/Length 526
>>
stream
@@ -16616,24 +17074,24 @@ BT
ET
endstream
endobj
-1431 0 obj <<
+1441 0 obj <<
/Type /Page
-/Contents 1432 0 R
-/Resources 1430 0 R
+/Contents 1442 0 R
+/Resources 1440 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1413 0 R
+/Parent 1423 0 R
>> endobj
-1433 0 obj <<
-/D [1431 0 R /XYZ 150.705 740.998 null]
+1443 0 obj <<
+/D [1441 0 R /XYZ 150.705 740.998 null]
>> endobj
418 0 obj <<
-/D [1431 0 R /XYZ 150.705 716.092 null]
+/D [1441 0 R /XYZ 150.705 716.092 null]
>> endobj
-1430 0 obj <<
+1440 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1437 0 obj <<
+1447 0 obj <<
/Length 4443
>>
stream
@@ -16709,32 +17167,32 @@ BT
ET
endstream
endobj
-1436 0 obj <<
+1446 0 obj <<
/Type /Page
-/Contents 1437 0 R
-/Resources 1435 0 R
+/Contents 1447 0 R
+/Resources 1445 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
-/Annots [ 1434 0 R ]
+/Parent 1449 0 R
+/Annots [ 1444 0 R ]
>> endobj
-1434 0 obj <<
+1444 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 451.404 372.239 462.529]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1438 0 obj <<
-/D [1436 0 R /XYZ 99.895 740.998 null]
+1448 0 obj <<
+/D [1446 0 R /XYZ 99.895 740.998 null]
>> endobj
422 0 obj <<
-/D [1436 0 R /XYZ 99.895 683.422 null]
+/D [1446 0 R /XYZ 99.895 683.422 null]
>> endobj
-1435 0 obj <<
+1445 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1443 0 obj <<
+1453 0 obj <<
/Length 4859
>>
stream
@@ -16814,32 +17272,32 @@ BT
ET
endstream
endobj
-1442 0 obj <<
+1452 0 obj <<
/Type /Page
-/Contents 1443 0 R
-/Resources 1441 0 R
+/Contents 1453 0 R
+/Resources 1451 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
-/Annots [ 1440 0 R ]
+/Parent 1449 0 R
+/Annots [ 1450 0 R ]
>> endobj
-1440 0 obj <<
+1450 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 584.903 423.049 596.028]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1444 0 obj <<
-/D [1442 0 R /XYZ 150.705 740.998 null]
+1454 0 obj <<
+/D [1452 0 R /XYZ 150.705 740.998 null]
>> endobj
426 0 obj <<
-/D [1442 0 R /XYZ 150.705 683.422 null]
+/D [1452 0 R /XYZ 150.705 683.422 null]
>> endobj
-1441 0 obj <<
+1451 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1448 0 obj <<
+1458 0 obj <<
/Length 3235
>>
stream
@@ -16914,32 +17372,32 @@ BT
ET
endstream
endobj
-1447 0 obj <<
+1457 0 obj <<
/Type /Page
-/Contents 1448 0 R
-/Resources 1446 0 R
+/Contents 1458 0 R
+/Resources 1456 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
-/Annots [ 1445 0 R ]
+/Parent 1449 0 R
+/Annots [ 1455 0 R ]
>> endobj
-1445 0 obj <<
+1455 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 451.404 372.239 462.529]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1449 0 obj <<
-/D [1447 0 R /XYZ 99.895 740.998 null]
+1459 0 obj <<
+/D [1457 0 R /XYZ 99.895 740.998 null]
>> endobj
430 0 obj <<
-/D [1447 0 R /XYZ 99.895 685.747 null]
+/D [1457 0 R /XYZ 99.895 685.747 null]
>> endobj
-1446 0 obj <<
+1456 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1452 0 obj <<
+1462 0 obj <<
/Length 3263
>>
stream
@@ -16996,24 +17454,24 @@ BT
ET
endstream
endobj
-1451 0 obj <<
+1461 0 obj <<
/Type /Page
-/Contents 1452 0 R
-/Resources 1450 0 R
+/Contents 1462 0 R
+/Resources 1460 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
+/Parent 1449 0 R
>> endobj
-1453 0 obj <<
-/D [1451 0 R /XYZ 150.705 740.998 null]
+1463 0 obj <<
+/D [1461 0 R /XYZ 150.705 740.998 null]
>> endobj
434 0 obj <<
-/D [1451 0 R /XYZ 150.705 685.747 null]
+/D [1461 0 R /XYZ 150.705 685.747 null]
>> endobj
-1450 0 obj <<
+1460 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1457 0 obj <<
+1467 0 obj <<
/Length 3711
>>
stream
@@ -17092,32 +17550,32 @@ BT
ET
endstream
endobj
-1456 0 obj <<
+1466 0 obj <<
/Type /Page
-/Contents 1457 0 R
-/Resources 1455 0 R
+/Contents 1467 0 R
+/Resources 1465 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
-/Annots [ 1454 0 R ]
+/Parent 1449 0 R
+/Annots [ 1464 0 R ]
>> endobj
-1454 0 obj <<
+1464 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 584.903 372.239 596.028]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1458 0 obj <<
-/D [1456 0 R /XYZ 99.895 740.998 null]
+1468 0 obj <<
+/D [1466 0 R /XYZ 99.895 740.998 null]
>> endobj
438 0 obj <<
-/D [1456 0 R /XYZ 99.895 685.747 null]
+/D [1466 0 R /XYZ 99.895 685.747 null]
>> endobj
-1455 0 obj <<
+1465 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1461 0 obj <<
+1471 0 obj <<
/Length 912
>>
stream
@@ -17139,24 +17597,24 @@ BT
ET
endstream
endobj
-1460 0 obj <<
+1470 0 obj <<
/Type /Page
-/Contents 1461 0 R
-/Resources 1459 0 R
+/Contents 1471 0 R
+/Resources 1469 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1439 0 R
+/Parent 1449 0 R
>> endobj
-1462 0 obj <<
-/D [1460 0 R /XYZ 150.705 740.998 null]
+1472 0 obj <<
+/D [1470 0 R /XYZ 150.705 740.998 null]
>> endobj
442 0 obj <<
-/D [1460 0 R /XYZ 150.705 716.092 null]
+/D [1470 0 R /XYZ 150.705 716.092 null]
>> endobj
-1459 0 obj <<
+1469 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F14 667 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1467 0 obj <<
+1477 0 obj <<
/Length 4642
>>
stream
@@ -17245,43 +17703,43 @@ BT
ET
endstream
endobj
-1466 0 obj <<
+1476 0 obj <<
/Type /Page
-/Contents 1467 0 R
-/Resources 1465 0 R
+/Contents 1477 0 R
+/Resources 1475 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
-/Annots [ 1463 0 R 1464 0 R ]
+/Parent 1480 0 R
+/Annots [ 1473 0 R 1474 0 R ]
>> endobj
-1463 0 obj <<
+1473 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [321.343 511.179 388.401 522.304]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1464 0 obj <<
+1474 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [168.831 421.792 175.293 433.832]
/Subtype /Link
/A << /S /GoTo /D (Hfootnote.3) >>
>> endobj
-1468 0 obj <<
-/D [1466 0 R /XYZ 99.895 740.998 null]
+1478 0 obj <<
+/D [1476 0 R /XYZ 99.895 740.998 null]
>> endobj
446 0 obj <<
-/D [1466 0 R /XYZ 99.895 697.37 null]
+/D [1476 0 R /XYZ 99.895 697.37 null]
>> endobj
-1469 0 obj <<
-/D [1466 0 R /XYZ 115.138 129.79 null]
+1479 0 obj <<
+/D [1476 0 R /XYZ 115.138 129.79 null]
>> endobj
-1465 0 obj <<
+1475 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R /F11 649 0 R /F7 665 0 R /F32 668 0 R /F31 670 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1477 0 obj <<
-/Length 4724
+1487 0 obj <<
+/Length 7157
>>
stream
0 g 0 G
@@ -17297,7 +17755,7 @@ BT
/F16 11.9552 Tf 175.796 706.129 Td [(precbld)-375(|)-375(Builds)-375(a)-375(preconditioner)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_precbld\050a,)-525(desc_a,)-525(prec,)-525(info\051)]TJ
+/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_precbld\050a,)-525(desc_a,)-525(prec,)-525(info,amold,vmold\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -17363,102 +17821,166 @@ BT
/F30 9.9626 Tf 247.683 0 Td [(psb)]TJ
ET
q
-1 0 0 1 439.613 454.813 cm
+1 0 0 1 439.613 454.813 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 442.751 454.614 Td [(desc)]TJ
+ET
+q
+1 0 0 1 464.3 454.813 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 467.438 454.614 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -337.655 -19.926 Td [(amold)]TJ
+0 g 0 G
+/F8 9.9626 Tf 35.374 0 Td [(The)-333(desired)-334(dynamic)-333(t)28(yp)-28(e)-333(for)-334(the)-333(in)28(ternal)-333(matrix)-334(storage.)]TJ -10.467 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.451 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(an)-334(ob)-55(ject)-334(of)-333(a)-333(class)-334(deriv)28(ed)-333(from)]TJ/F30 9.9626 Tf 203.348 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 395.279 387.067 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 398.417 386.868 Td [(T)]TJ
+ET
+q
+1 0 0 1 404.275 387.067 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 407.413 386.868 Td [(base)]TJ
+ET
+q
+1 0 0 1 428.962 387.067 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 432.101 386.868 Td [(sparse)]TJ
+ET
+q
+1 0 0 1 464.11 387.067 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 467.248 386.868 Td [(mat)]TJ/F8 9.9626 Tf 15.691 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -332.234 -19.925 Td [(vmold)]TJ
+0 g 0 G
+/F8 9.9626 Tf 35.851 0 Td [(The)-333(desired)-334(dynamic)-333(t)28(yp)-28(e)-333(for)-334(the)-333(in)28(ternal)-333(v)27(ector)-333(storage.)]TJ -10.945 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.452 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf 40.576 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(ob)-55(ject)-334(of)-333(a)-333(class)-334(deriv)28(ed)-333(from)]TJ/F30 9.9626 Tf 203.349 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 395.279 319.321 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 398.417 319.122 Td [(T)]TJ
+ET
+q
+1 0 0 1 404.275 319.321 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 407.413 319.122 Td [(base)]TJ
+ET
+q
+1 0 0 1 428.962 319.321 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 442.751 454.614 Td [(desc)]TJ
+/F30 9.9626 Tf 432.101 319.122 Td [(vect)]TJ
ET
q
-1 0 0 1 464.3 454.813 cm
+1 0 0 1 453.65 319.321 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 467.438 454.614 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F30 9.9626 Tf 456.788 319.122 Td [(type)]TJ/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -337.655 -21.918 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -327.004 -21.918 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(prec)]TJ
0 g 0 G
-/F8 9.9626 Tf 26.408 0 Td [(the)-333(preconditioner.)]TJ -1.501 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.378 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(precondtioner)-333(data)-333(structure)]TJ
+/F8 9.9626 Tf 26.408 0 Td [(the)-333(preconditioner.)]TJ -1.502 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(precondtioner)-333(data)-333(structure)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 194.769 0 Td [(psb)]TJ
+/F30 9.9626 Tf 194.77 0 Td [(psb)]TJ
ET
q
-1 0 0 1 386.7 365.149 cm
+1 0 0 1 386.7 229.657 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 389.838 364.95 Td [(prec)]TJ
+/F30 9.9626 Tf 389.838 229.458 Td [(prec)]TJ
ET
q
-1 0 0 1 411.387 365.149 cm
+1 0 0 1 411.387 229.657 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 414.525 364.95 Td [(type)]TJ
+/F30 9.9626 Tf 414.525 229.458 Td [(type)]TJ
0 g 0 G
0 g 0 G
/F27 9.9626 Tf -263.82 -31.88 Td [(info)]TJ
0 g 0 G
/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 139.477 -194.811 Td [(122)]TJ
+ 139.477 -59.319 Td [(122)]TJ
0 g 0 G
ET
endstream
endobj
-1476 0 obj <<
+1486 0 obj <<
/Type /Page
-/Contents 1477 0 R
-/Resources 1475 0 R
+/Contents 1487 0 R
+/Resources 1485 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
-/Annots [ 1471 0 R 1472 0 R 1473 0 R 1474 0 R ]
+/Parent 1480 0 R
+/Annots [ 1481 0 R 1482 0 R 1483 0 R 1484 0 R ]
>> endobj
-1471 0 obj <<
+1481 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [368.666 586.895 446.184 598.02]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1472 0 obj <<
+1482 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [447.73 519.15 514.788 530.274]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1473 0 obj <<
+1483 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [422.298 451.404 489.356 462.529]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1474 0 obj <<
+1484 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [369.385 361.74 436.443 372.865]
+/Rect [369.385 226.248 436.443 237.373]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1478 0 obj <<
-/D [1476 0 R /XYZ 150.705 740.998 null]
+1488 0 obj <<
+/D [1486 0 R /XYZ 150.705 740.998 null]
>> endobj
450 0 obj <<
-/D [1476 0 R /XYZ 150.705 697.37 null]
+/D [1486 0 R /XYZ 150.705 697.37 null]
>> endobj
-1475 0 obj <<
+1485 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1483 0 obj <<
-/Length 5001
+1495 0 obj <<
+/Length 5988
>>
stream
0 g 0 G
@@ -17507,9 +18029,34 @@ BT
0 g 0 G
/F27 9.9626 Tf -287.51 -19.925 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(source)-334(v)28(ector.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 113.851 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -99.972 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(double)-333(precision)-333(arra)27(y)84(.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(source)-334(v)28(ector.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 113.851 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -99.972 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 364.616 522.559 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 367.754 522.36 Td [(T)]TJ
+ET
+q
+1 0 0 1 373.612 522.559 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 376.751 522.36 Td [(vect)]TJ
+ET
+q
+1 0 0 1 398.3 522.559 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 401.438 522.36 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(desc)]TJ
+/F27 9.9626 Tf -322.464 -19.926 Td [(desc)]TJ
ET
q
1 0 0 1 121.81 502.634 cm
@@ -17551,9 +18098,34 @@ BT
0 g 0 G
0 -19.925 Td [(y)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(destination)-334(v)28(ector.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 134.856 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -120.977 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(double)-333(precision)-333(arra)27(y)84(.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(destination)-334(v)28(ector.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 134.856 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -120.977 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 364.616 277.478 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 367.754 277.279 Td [(T)]TJ
+ET
+q
+1 0 0 1 373.612 277.478 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 376.751 277.279 Td [(vect)]TJ
+ET
+q
+1 0 0 1 398.3 277.478 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 401.438 277.279 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(info)]TJ
+/F27 9.9626 Tf -322.464 -19.926 Td [(info)]TJ
0 g 0 G
/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
0 g 0 G
@@ -17562,39 +18134,53 @@ BT
ET
endstream
endobj
-1482 0 obj <<
+1494 0 obj <<
/Type /Page
-/Contents 1483 0 R
-/Resources 1481 0 R
+/Contents 1495 0 R
+/Resources 1493 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
-/Annots [ 1479 0 R 1480 0 R ]
+/Parent 1480 0 R
+/Annots [ 1489 0 R 1490 0 R 1491 0 R 1492 0 R ]
>> endobj
-1479 0 obj <<
+1489 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [321.343 574.94 388.401 586.065]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1480 0 obj <<
+1490 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.301 519.15 423.355 530.274]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1491 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [324.885 463.359 391.943 474.484]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1484 0 obj <<
-/D [1482 0 R /XYZ 99.895 740.998 null]
+1492 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.301 274.069 423.355 285.194]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1496 0 obj <<
+/D [1494 0 R /XYZ 99.895 740.998 null]
>> endobj
454 0 obj <<
-/D [1482 0 R /XYZ 99.895 697.37 null]
+/D [1494 0 R /XYZ 99.895 697.37 null]
>> endobj
-1481 0 obj <<
+1493 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1488 0 obj <<
+1500 0 obj <<
/Length 1996
>>
stream
@@ -17651,32 +18237,32 @@ BT
ET
endstream
endobj
-1487 0 obj <<
+1499 0 obj <<
/Type /Page
-/Contents 1488 0 R
-/Resources 1486 0 R
+/Contents 1500 0 R
+/Resources 1498 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
-/Annots [ 1485 0 R ]
+/Parent 1480 0 R
+/Annots [ 1497 0 R ]
>> endobj
-1485 0 obj <<
+1497 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [372.153 560.993 439.211 572.118]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1489 0 obj <<
-/D [1487 0 R /XYZ 150.705 740.998 null]
+1501 0 obj <<
+/D [1499 0 R /XYZ 150.705 740.998 null]
>> endobj
458 0 obj <<
-/D [1487 0 R /XYZ 150.705 685.747 null]
+/D [1499 0 R /XYZ 150.705 685.747 null]
>> endobj
-1486 0 obj <<
+1498 0 obj <<
/Font << /F16 475 0 R /F30 664 0 R /F27 477 0 R /F8 478 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1492 0 obj <<
+1504 0 obj <<
/Length 598
>>
stream
@@ -17690,25 +18276,25 @@ BT
ET
endstream
endobj
-1491 0 obj <<
+1503 0 obj <<
/Type /Page
-/Contents 1492 0 R
-/Resources 1490 0 R
+/Contents 1504 0 R
+/Resources 1502 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
+/Parent 1480 0 R
>> endobj
-1493 0 obj <<
-/D [1491 0 R /XYZ 99.895 740.998 null]
+1505 0 obj <<
+/D [1503 0 R /XYZ 99.895 740.998 null]
>> endobj
462 0 obj <<
-/D [1491 0 R /XYZ 99.895 716.092 null]
+/D [1503 0 R /XYZ 99.895 716.092 null]
>> endobj
-1490 0 obj <<
+1502 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1498 0 obj <<
-/Length 7213
+1512 0 obj <<
+/Length 7717
>>
stream
0 g 0 G
@@ -17821,47 +18407,79 @@ BT
0 g 0 G
/F27 9.9626 Tf -260.887 -19.079 Td [(b)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.346 0 Td [(The)-333(RHS)-334(v)28(ector.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-334(ar)1(ra)27(y)84(.)]TJ
+/F8 9.9626 Tf 11.346 0 Td [(The)-333(RHS)-334(v)28(ector.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-334(ar)1(ra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 415.426 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 418.564 120.326 Td [(T)]TJ
+ET
+q
+1 0 0 1 424.422 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 427.56 120.326 Td [(vect)]TJ
+ET
+q
+1 0 0 1 449.109 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 452.247 120.326 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
- 139.477 -29.888 Td [(126)]TJ
+ -158.081 -29.888 Td [(126)]TJ
0 g 0 G
ET
endstream
endobj
-1497 0 obj <<
+1511 0 obj <<
/Type /Page
-/Contents 1498 0 R
-/Resources 1496 0 R
+/Contents 1512 0 R
+/Resources 1510 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1470 0 R
-/Annots [ 1494 0 R 1495 0 R ]
+/Parent 1480 0 R
+/Annots [ 1506 0 R 1507 0 R 1508 0 R ]
>> endobj
-1494 0 obj <<
+1506 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 250.914 423.049 262.039]
/Subtype /Link
/A << /S /GoTo /D (spdata) >>
>> endobj
-1495 0 obj <<
+1507 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [345.53 184.015 412.588 195.14]
/Subtype /Link
/A << /S /GoTo /D (precdata) >>
>> endobj
-1499 0 obj <<
-/D [1497 0 R /XYZ 150.705 740.998 null]
+1508 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.111 117.115 474.165 128.24]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1513 0 obj <<
+/D [1511 0 R /XYZ 150.705 740.998 null]
>> endobj
466 0 obj <<
-/D [1497 0 R /XYZ 150.705 697.37 null]
+/D [1511 0 R /XYZ 150.705 697.37 null]
>> endobj
-1496 0 obj <<
+1510 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F11 649 0 R /F14 667 0 R /F10 666 0 R /F7 665 0 R /F30 664 0 R /F27 477 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1503 0 obj <<
-/Length 5689
+1518 0 obj <<
+/Length 6694
>>
stream
0 g 0 G
@@ -17870,9 +18488,34 @@ stream
BT
/F27 9.9626 Tf 99.895 706.129 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(initial)-334(guess.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)84(.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(initial)-334(guess.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 364.616 658.507 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 367.754 658.308 Td [(T)]TJ
+ET
+q
+1 0 0 1 373.612 658.507 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 376.751 658.308 Td [(vect)]TJ
+ET
+q
+1 0 0 1 398.3 658.507 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 401.438 658.308 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.427 Td [(eps)]TJ
+/F27 9.9626 Tf -322.464 -19.427 Td [(eps)]TJ
0 g 0 G
/F8 9.9626 Tf 21.117 0 Td [(The)-333(stopping)-334(tolerance.)]TJ 3.79 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(real)-333(n)28(um)27(b)-27(er.)]TJ
0 g 0 G
@@ -17926,36 +18569,75 @@ BT
0 g 0 G
0 -19.427 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(computed)-334(solution.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)84(.)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(computed)-334(solution.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 364.616 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 367.754 120.326 Td [(T)]TJ
+ET
+q
+1 0 0 1 373.612 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 376.751 120.326 Td [(vect)]TJ
+ET
+q
+1 0 0 1 398.3 120.525 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 401.438 120.326 Td [(type)]TJ
0 g 0 G
- 139.477 -29.887 Td [(127)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+ -158.08 -29.888 Td [(127)]TJ
0 g 0 G
ET
endstream
endobj
-1502 0 obj <<
+1517 0 obj <<
/Type /Page
-/Contents 1503 0 R
-/Resources 1501 0 R
+/Contents 1518 0 R
+/Resources 1516 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1505 0 R
-/Annots [ 1500 0 R ]
+/Parent 1520 0 R
+/Annots [ 1509 0 R 1514 0 R 1515 0 R ]
>> endobj
-1500 0 obj <<
+1509 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.301 655.098 423.355 666.223]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
+>> endobj
+1514 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [294.721 520.602 361.779 531.727]
/Subtype /Link
/A << /S /GoTo /D (descdata) >>
>> endobj
-1504 0 obj <<
-/D [1502 0 R /XYZ 99.895 740.998 null]
+1515 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.301 117.115 423.355 128.24]
+/Subtype /Link
+/A << /S /GoTo /D (vdata) >>
>> endobj
-1501 0 obj <<
+1519 0 obj <<
+/D [1517 0 R /XYZ 99.895 740.998 null]
+>> endobj
+1516 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F30 664 0 R /F11 649 0 R /F14 667 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1508 0 obj <<
+1523 0 obj <<
/Length 2484
>>
stream
@@ -17984,21 +18666,21 @@ BT
ET
endstream
endobj
-1507 0 obj <<
+1522 0 obj <<
/Type /Page
-/Contents 1508 0 R
-/Resources 1506 0 R
+/Contents 1523 0 R
+/Resources 1521 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1505 0 R
+/Parent 1520 0 R
>> endobj
-1509 0 obj <<
-/D [1507 0 R /XYZ 150.705 740.998 null]
+1524 0 obj <<
+/D [1522 0 R /XYZ 150.705 740.998 null]
>> endobj
-1506 0 obj <<
+1521 0 obj <<
/Font << /F27 477 0 R /F8 478 0 R /F11 649 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1512 0 obj <<
+1527 0 obj <<
/Length 7011
>>
stream
@@ -18060,60 +18742,60 @@ BT
ET
endstream
endobj
-1511 0 obj <<
+1526 0 obj <<
/Type /Page
-/Contents 1512 0 R
-/Resources 1510 0 R
+/Contents 1527 0 R
+/Resources 1525 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1505 0 R
+/Parent 1520 0 R
>> endobj
-1513 0 obj <<
-/D [1511 0 R /XYZ 99.895 740.998 null]
+1528 0 obj <<
+/D [1526 0 R /XYZ 99.895 740.998 null]
>> endobj
-1514 0 obj <<
-/D [1511 0 R /XYZ 99.895 696.263 null]
+1529 0 obj <<
+/D [1526 0 R /XYZ 99.895 696.263 null]
>> endobj
633 0 obj <<
-/D [1511 0 R /XYZ 99.895 699.619 null]
+/D [1526 0 R /XYZ 99.895 699.619 null]
>> endobj
-1515 0 obj <<
-/D [1511 0 R /XYZ 99.895 643.15 null]
+1530 0 obj <<
+/D [1526 0 R /XYZ 99.895 643.15 null]
>> endobj
686 0 obj <<
-/D [1511 0 R /XYZ 99.895 588.618 null]
+/D [1526 0 R /XYZ 99.895 588.618 null]
>> endobj
685 0 obj <<
-/D [1511 0 R /XYZ 99.895 534.087 null]
+/D [1526 0 R /XYZ 99.895 534.087 null]
>> endobj
639 0 obj <<
-/D [1511 0 R /XYZ 99.895 479.555 null]
+/D [1526 0 R /XYZ 99.895 479.555 null]
>> endobj
640 0 obj <<
-/D [1511 0 R /XYZ 99.895 436.978 null]
+/D [1526 0 R /XYZ 99.895 436.978 null]
>> endobj
657 0 obj <<
-/D [1511 0 R /XYZ 99.895 394.402 null]
+/D [1526 0 R /XYZ 99.895 394.402 null]
>> endobj
636 0 obj <<
-/D [1511 0 R /XYZ 99.895 351.272 null]
+/D [1526 0 R /XYZ 99.895 351.272 null]
>> endobj
637 0 obj <<
-/D [1511 0 R /XYZ 99.895 308.696 null]
+/D [1526 0 R /XYZ 99.895 308.696 null]
>> endobj
-1516 0 obj <<
-/D [1511 0 R /XYZ 99.895 266.119 null]
+1531 0 obj <<
+/D [1526 0 R /XYZ 99.895 266.119 null]
>> endobj
632 0 obj <<
-/D [1511 0 R /XYZ 99.895 223.543 null]
+/D [1526 0 R /XYZ 99.895 223.543 null]
>> endobj
-1517 0 obj <<
-/D [1511 0 R /XYZ 99.895 181.52 null]
+1532 0 obj <<
+/D [1526 0 R /XYZ 99.895 181.52 null]
>> endobj
-1510 0 obj <<
+1525 0 obj <<
/Font << /F16 475 0 R /F8 478 0 R /F17 629 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1520 0 obj <<
+1535 0 obj <<
/Length 3124
>>
stream
@@ -18154,94 +18836,94 @@ BT
ET
endstream
endobj
-1519 0 obj <<
+1534 0 obj <<
/Type /Page
-/Contents 1520 0 R
-/Resources 1518 0 R
+/Contents 1535 0 R
+/Resources 1533 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1505 0 R
+/Parent 1520 0 R
>> endobj
-1521 0 obj <<
-/D [1519 0 R /XYZ 150.705 740.998 null]
+1536 0 obj <<
+/D [1534 0 R /XYZ 150.705 740.998 null]
>> endobj
-779 0 obj <<
-/D [1519 0 R /XYZ 150.705 716.092 null]
+777 0 obj <<
+/D [1534 0 R /XYZ 150.705 716.092 null]
>> endobj
672 0 obj <<
-/D [1519 0 R /XYZ 150.705 688.251 null]
+/D [1534 0 R /XYZ 150.705 688.251 null]
>> endobj
638 0 obj <<
-/D [1519 0 R /XYZ 150.705 632.184 null]
+/D [1534 0 R /XYZ 150.705 632.184 null]
>> endobj
635 0 obj <<
-/D [1519 0 R /XYZ 150.705 590.562 null]
+/D [1534 0 R /XYZ 150.705 590.562 null]
>> endobj
631 0 obj <<
-/D [1519 0 R /XYZ 150.705 544.789 null]
+/D [1534 0 R /XYZ 150.705 544.789 null]
>> endobj
634 0 obj <<
-/D [1519 0 R /XYZ 150.705 512.909 null]
+/D [1534 0 R /XYZ 150.705 512.909 null]
>> endobj
-1522 0 obj <<
-/D [1519 0 R /XYZ 150.705 480.475 null]
+1537 0 obj <<
+/D [1534 0 R /XYZ 150.705 480.475 null]
>> endobj
-1518 0 obj <<
+1533 0 obj <<
/Font << /F8 478 0 R /F17 629 0 R /F30 664 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1523 0 obj
+1538 0 obj
[399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 285.5 799.4 485.3 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.5 571 742.3 770.7 770.7 1056.2 770.7 770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4]
endobj
-1524 0 obj
+1539 0 obj
[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9]
endobj
-1525 0 obj
+1540 0 obj
[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
endobj
-1526 0 obj
+1541 0 obj
[533.6]
endobj
-1527 0 obj
+1542 0 obj
[413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8 767.4 560.8 560.8]
endobj
-1528 0 obj
+1543 0 obj
[611.1 611.1 611.1]
endobj
-1529 0 obj
+1544 0 obj
[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4]
endobj
-1530 0 obj
+1545 0 obj
[339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2]
endobj
-1531 0 obj
+1546 0 obj
[569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 323.4]
endobj
-1532 0 obj
+1547 0 obj
[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
endobj
-1533 0 obj
+1548 0 obj
[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 465.1]
endobj
-1534 0 obj
+1549 0 obj
[613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.4 463.9 485.6]
endobj
-1535 0 obj
+1550 0 obj
[583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500]
endobj
-1536 0 obj
+1551 0 obj
[638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 511.1 575 1150]
endobj
-1537 0 obj
+1552 0 obj
[726.9 688.4 700 738.4 663.4 638.4 756.7 726.9 376.9 513.4 751.9 613.4 876.9 726.9 750 663.4 750 713.4 550 700 726.9 726.9 976.9 726.9 726.9 600 300 500 300 500 300 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450 650 450 475]
endobj
-1538 0 obj
+1553 0 obj
[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500 562.5 1125]
endobj
-1539 0 obj <<
-/Length1 1745
-/Length2 12042
+1554 0 obj <<
+/Length1 1766
+/Length2 12221
/Length3 0
-/Length 13787
+/Length 13987
>>
stream
%!PS-AdobeFont-1.1: CMBX10 1.00B
@@ -18257,7 +18939,7 @@ stream
/ItalicAngle 0 def
/isFixedPitch false def
end readonly def
-/FontName /STSKKW+CMBX10 def
+/FontName /ESTTHA+CMBX10 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
@@ -18314,6 +18996,7 @@ dup 49 /one put
dup 112 /p put
dup 46 /period put
dup 113 /q put
+dup 63 /question put
dup 39 /quoteright put
dup 114 /r put
dup 115 /s put
@@ -18343,49 +19026,45 @@ S?]
•ˆFÂx¸Âºþz¯‹DÈL•_‰¡>b T¼vÊ»¿b–Þ §œ×ÈÆpñ'aŽ™uµšˆ…á&õzØM7nGkßÚÈhûjúÙÖ”µa #ÄÙõSfÐSµ/+ 츮 †Å5æ&