|
|
|
@ -54,7 +54,7 @@ get_vect -- Get a copy of the vector contents</A>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<PRE>
|
|
|
|
|
extv = v%get_vect()
|
|
|
|
|
extv = v%get_vect([n])
|
|
|
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
@ -70,6 +70,15 @@ extv = v%get_vect()
|
|
|
|
|
<BR>
|
|
|
|
|
Scope: <B>local</B>
|
|
|
|
|
<BR></DD>
|
|
|
|
|
<DT><STRONG>n</STRONG></DT>
|
|
|
|
|
<DD>Size to be returned
|
|
|
|
|
<BR>
|
|
|
|
|
Scope: <B>local</B>.
|
|
|
|
|
<BR>
|
|
|
|
|
Type: <B>optional</B>; default: entire vector.
|
|
|
|
|
<BR>
|
|
|
|
|
<P>
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
@ -79,7 +88,19 @@ Scope: <B>local</B>
|
|
|
|
|
</DD>
|
|
|
|
|
<DT><STRONG>Function value</STRONG></DT>
|
|
|
|
|
<DD>An allocatable array holding a copy of the dense
|
|
|
|
|
vector contents.
|
|
|
|
|
vector contents. If the argument <SPAN CLASS="MATH"><IMG
|
|
|
|
|
WIDTH="13" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
|
|
|
|
|
SRC="img16.png"
|
|
|
|
|
ALT="$n$"></SPAN> is specified, the size of the
|
|
|
|
|
returned array equals the minimum between <SPAN CLASS="MATH"><IMG
|
|
|
|
|
WIDTH="13" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
|
|
|
|
|
SRC="img16.png"
|
|
|
|
|
ALT="$n$"></SPAN> and the internal size
|
|
|
|
|
of the vector, or 0 if <SPAN CLASS="MATH"><IMG
|
|
|
|
|
WIDTH="13" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
|
|
|
|
|
SRC="img16.png"
|
|
|
|
|
ALT="$n$"></SPAN> is negative; otherwise, the size of the
|
|
|
|
|
array is the same as the internal size of the vector.
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
|
|
|
|
|