, 1.
x
the local portion of global dense matrix
.
@@ -159,7 +159,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type
specified in Table 1. The rank of must be the same of 1. The rank of must be the same of .
diff --git a/docs/html/node53.html b/docs/html/node53.html
index 5566ad83..88e547d4 100644
--- a/docs/html/node53.html
+++ b/docs/html/node53.html
@@ -57,7 +57,7 @@ psb_gedot -- Dot Product
This function computes dot product between two vectors and
.
If and
Else if and
WIDTH="25" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
SRC="img26.png"
ALT="$dot$">, ,
x
the local portion of global dense matrix
.
@@ -177,7 +177,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 2. The rank of must be the same of 2. The rank of must be the same of .
@@ -224,7 +224,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the dot product of subvectors and
This subroutine computes a series of dot products among the columns of
two dense matrices and
If the matrices are complex, then the
usual convention applies, i.e. the conjugate transpose of is
used. If and are of rank one, then is a scalar, else it
is a rank one array.
@@ -109,10 +109,10 @@ Data types
, ,
x
the local portion of global dense matrix
.
@@ -163,7 +163,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 3. The rank of must be the same of 3. The rank of must be the same of .
@@ -209,7 +209,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
is the dot product of subvectors and
This function computes
the infinity-norm of a vector .
If is a real vector
it computes infinity norm as:
@@ -83,7 +83,7 @@ amax \leftarrow \max_i |x_i|
else if is a complex vector then it computes the infinity-norm as:
@@ -116,11 +116,11 @@ Data types
|
|
Function |
@@ -159,7 +159,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -190,7 +190,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the infinity norm of subvector .
diff --git a/docs/html/node56.html b/docs/html/node56.html
index 3c6b12b0..85d06dfe 100644
--- a/docs/html/node56.html
+++ b/docs/html/node56.html
@@ -58,7 +58,7 @@ psb_geamaxs -- Generalized Infinity Norm
This subroutine computes a series of infinity norms on the columns of
a dense matrix :
@@ -92,11 +92,11 @@ Data types
|
|
Subroutine |
@@ -135,7 +135,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -165,7 +165,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
is the infinity norm of the columns of .
diff --git a/docs/html/node57.html b/docs/html/node57.html
index 53f40a07..de9b84c4 100644
--- a/docs/html/node57.html
+++ b/docs/html/node57.html
@@ -57,12 +57,12 @@ psb_norm1 -- 1-Norm of Vector
This function computes the 1-norm of a vector .
If is a real vector
it computes 1-norm as:
@@ -82,7 +82,7 @@ asum \leftarrow \|x_i\|
else if is a complex vector then it computes 1-norm as:
@@ -121,7 +121,7 @@ Data types
SRC="img35.png"
ALT="$asum$">
|
Function |
@@ -160,7 +160,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -192,7 +192,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the 1-norm of vector .
diff --git a/docs/html/node58.html b/docs/html/node58.html
index 9b55a521..7df1accd 100644
--- a/docs/html/node58.html
+++ b/docs/html/node58.html
@@ -58,7 +58,7 @@ psb_geasums -- Generalized 1-Norm of Vector
This subroutine computes a series of 1-norms on the columns of
a dense matrix :
@@ -77,12 +77,12 @@ res(i) \leftarrow \max_k |x(k,i)|
This function computes the 1-norm of a vector .
If is a real vector
it computes 1-norm as:
@@ -102,7 +102,7 @@ res(i) \leftarrow \|x_i\|
else if is a complex vector then it computes 1-norm as:
@@ -136,11 +136,11 @@ Data types
|
|
Subroutine |
@@ -179,7 +179,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -211,7 +211,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
contains the 1-norm of (the columns of) .
diff --git a/docs/html/node59.html b/docs/html/node59.html
index 3c747c6b..f1681b0a 100644
--- a/docs/html/node59.html
+++ b/docs/html/node59.html
@@ -57,12 +57,12 @@ psb_norm2 -- 2-Norm of Vector
This function computes the 2-norm of a vector .
If is a real vector
it computes 2-norm as:
@@ -82,7 +82,7 @@ nrm2 \leftarrow \sqrt{x^T x}
else if is a complex vector then it computes 2-norm as:
@@ -114,7 +114,7 @@ Data types
SRC="img40.png"
ALT="$nrm2$">
|
Function |
@@ -158,7 +158,7 @@ psb_norm2(x, desc_a, info)
x
the local portion of global dense matrix
.
@@ -189,7 +189,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function Value
is the 2-norm of subvector .
diff --git a/docs/html/node60.html b/docs/html/node60.html
index 0ede6524..5d9442b1 100644
--- a/docs/html/node60.html
+++ b/docs/html/node60.html
@@ -58,7 +58,7 @@ psb_genrm2s -- Generalized 2-Norm of Vector
This subroutine computes a series of 2-norms on the columns of
a dense matrix :
@@ -92,11 +92,11 @@ Data types
|
|
Subroutine |
@@ -135,7 +135,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -167,7 +167,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
contains the 1-norm of (the columns of) .
diff --git a/docs/html/node63.html b/docs/html/node63.html
index 1c7c14b5..8dff2508 100644
--- a/docs/html/node63.html
+++ b/docs/html/node63.html
@@ -89,7 +89,7 @@ y \leftarrow \alpha A^T x + \beta y
-->
is the global dense matrix
WIDTH="16" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img1.png"
ALT="$A$">, , psb_Tspmat_type.
x
the local portion of global dense matrix
.
@@ -257,7 +257,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 12. The rank of must be the same of 12. The rank of must be the same of .
@@ -351,7 +351,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of and
is the global dense matrix
WIDTH="16" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img51.png"
ALT="$T$">, , x
the local portion of global dense matrix
.
@@ -233,7 +233,7 @@ Intent: in.
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. The rank of must be the same of 13. The rank of must be the same of .
@@ -397,7 +397,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of with the
TARGET attribute.
diff --git a/docs/html/node66.html b/docs/html/node66.html
index 2d143c40..c0816cb9 100644
--- a/docs/html/node66.html
+++ b/docs/html/node66.html
@@ -78,7 +78,7 @@ x \leftarrow x
where:
- is a global dense submatrix.
@@ -98,7 +98,7 @@ Data types
WIDTH="14" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img22.png"
ALT="$\alpha$">,
|
Subroutine |
@@ -128,7 +128,7 @@ Data types
.
@@ -181,7 +181,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of .
@@ -203,7 +203,7 @@ index list on which to base the data exchange.
x
global dense result matrix .
@@ -264,7 +264,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/node67.html b/docs/html/node67.html
index bb859657..6d10256c 100644
--- a/docs/html/node67.html
+++ b/docs/html/node67.html
@@ -77,11 +77,11 @@ x \leftarrow Q x
where:
- is the global dense submatrix
@@ -110,7 +110,7 @@ Data types
|
Subroutine |
@@ -155,7 +155,7 @@ call psb_ovrl(x, desc_a, info, update=update_type, work=work)
- x
- global dense matrix .
@@ -225,7 +225,7 @@ Type: optional
Intent: inout.
Specified as: a one dimensional array of the same type of .
@@ -236,7 +236,7 @@ Specified as: a one dimensional array of the same type of
- x
- global dense result matrix .
@@ -325,7 +325,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/node68.html b/docs/html/node68.html
index d2dacd47..2126feda 100644
--- a/docs/html/node68.html
+++ b/docs/html/node68.html
@@ -148,7 +148,7 @@ Data types
.
@@ -123,7 +123,7 @@ Type: required.
Intent: in.
Specified as: an integer array of length .
@@ -138,7 +138,7 @@ Type: optional.
Intent: in.
Specified as: a logical array of length , default .true. .
@@ -152,7 +152,7 @@ Type: optional.
Intent: in.
Specified as: an integer array of length .
@@ -195,7 +195,7 @@ Type: optional.
Intent: out.
Specified as: an integer array of length .
@@ -209,7 +209,7 @@ Type: optional.
Intent: out.
Specified as: an integer array of length .
diff --git a/docs/html/node78.html b/docs/html/node78.html
index c622b3e9..d55d1594 100644
--- a/docs/html/node78.html
+++ b/docs/html/node78.html
@@ -90,7 +90,7 @@ Type:required.
Intent: in.
Specified as: an integer array of size .
@@ -104,7 +104,7 @@ Type:required.
Intent: in.
Specified as: an integer array of size .
@@ -118,7 +118,7 @@ Type:required.
Intent: in.
Specified as: an array of size . Must be of the same type and kind
of the coefficients of the sparse matrix . It is not a valid argument if is a
rank-1 array.
@@ -110,7 +110,7 @@ Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
diff --git a/docs/html/node83.html b/docs/html/node83.html
index 95c46077..f2a06847 100644
--- a/docs/html/node83.html
+++ b/docs/html/node83.html
@@ -70,7 +70,7 @@ call psb_geins(m, irw, val, x, desc_a, info [,dupl,local])
- m
- Number of rows in to be inserted.
@@ -88,7 +88,7 @@ Specified as: an integer value.
SRC="img4.png"
ALT="$i$">
of will be inserted into the local row corresponding to the
global row index 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.
diff --git a/docs/html/node87.html b/docs/html/node87.html
index 0e9a295a..f85abbb9 100644
--- a/docs/html/node87.html
+++ b/docs/html/node87.html
@@ -128,7 +128,7 @@ accepted. Default: false.
SRC="img21.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="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img21.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
diff --git a/docs/html/node88.html b/docs/html/node88.html
index e2b9bb37..7debcaf6 100644
--- a/docs/html/node88.html
+++ b/docs/html/node88.html
@@ -116,7 +116,7 @@ Specified as: a character variable I gnore, W arning or
SRC="img21.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="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img21.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
diff --git a/docs/html/node89.html b/docs/html/node89.html
index 6866fedc..5b825007 100644
--- a/docs/html/node89.html
+++ b/docs/html/node89.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/node90.html b/docs/html/node90.html
index 0e1525b7..12992960 100644
--- a/docs/html/node90.html
+++ b/docs/html/node90.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/node91.html b/docs/html/node91.html
index 3bed027b..f4ede6ea 100644
--- a/docs/html/node91.html
+++ b/docs/html/node91.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/node92.html b/docs/html/node92.html
index 6e55758b..db621ef6 100644
--- a/docs/html/node92.html
+++ b/docs/html/node92.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/node95.html b/docs/html/node95.html
index c3b146a5..d0ad8c67 100644
--- a/docs/html/node95.html
+++ b/docs/html/node95.html
@@ -209,7 +209,7 @@ 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
diff --git a/docs/html/node97.html b/docs/html/node97.html
index a449f290..cf2f38b2 100644
--- a/docs/html/node97.html
+++ b/docs/html/node97.html
@@ -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 .
@@ -194,7 +194,7 @@ position as the corresponding entries in is the size of are initialized to | |