<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!--Converted with LaTeX2HTML 2017.2 (Released Jan 23, 2017) --> <HTML> <HEAD> <TITLE>mm_array_read -- Read a dense array from a file in the MatrixMarket format</TITLE> <META NAME="description" CONTENT="mm_array_read -- Read a dense array from a file in the MatrixMarket format"> <META NAME="keywords" CONTENT="userhtml"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META NAME="Generator" CONTENT="LaTeX2HTML v2017.2"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="userhtml.css"> <LINK REL="next" HREF="node123.html"> <LINK REL="previous" HREF="node121.html"> <LINK REL="up" HREF="node118.html"> <LINK REL="next" HREF="node123.html"> </HEAD> <BODY > <DIV CLASS="navigation"><!--Navigation Panel--> <A NAME="tex2html1785" HREF="node123.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> <A NAME="tex2html1781" HREF="node118.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> <A NAME="tex2html1775" HREF="node121.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> <A NAME="tex2html1783" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> <BR> <B> Next:</B> <A NAME="tex2html1786" HREF="node123.html">mm_mat_write Write</A> <B> Up:</B> <A NAME="tex2html1782" HREF="node118.html">Utilities</A> <B> Previous:</B> <A NAME="tex2html1776" HREF="node121.html">mm_mat_read Read</A> <B> <A NAME="tex2html1784" HREF="node1.html">Contents</A></B> <BR> <BR></DIV> <!--End of Navigation Panel--> <H2><A NAME="SECTION000104000000000000000"> mm_array_read -- Read a dense array from a file in the MatrixMarket format</A> </H2> <P> <BR> <IMG WIDTH="415" HEIGHT="16" ALIGN="BOTTOM" BORDER="0" SRC="img157.png" ALT="\begin{lstlisting} call mm_array_read(b, iret, iunit, filename) \end{lstlisting}"> <BR> <P> <DL> <DT><STRONG>Type:</STRONG></DT> <DD>Asynchronous. </DD> <DT><STRONG><B>On Entry </B></STRONG></DT> <DD> </DD> <DT><STRONG>filename</STRONG></DT> <DD>The name of the file to be read. <BR> Type:<B>optional</B>. <BR> Specified as: a character variable containing a valid file name, or <code>-</code>, in which case the default input unit 5 (i.e. standard input in Unix jargon) is used. Default: <code>-</code>. </DD> <DT><STRONG>iunit</STRONG></DT> <DD>The Fortran file unit number. <BR> Type:<B>optional</B>. <BR> Specified as: an integer value. Only meaningful if filename is not <code>-</code>. </DD> </DL> <P> <DL> <DT><STRONG><B>On Return</B></STRONG></DT> <DD> </DD> <DT><STRONG>b</STRONG></DT> <DD>Rigth hand side(s). <BR> Type: <B>required</B> <BR> An array of type real or complex, rank 1 or 2 and having the ALLOCATABLE attribute; will be allocated and filled in if the input file contains a right hand side, otherwise will be left in the UNALLOCATED state. </DD> <DT><STRONG>iret</STRONG></DT> <DD>Error code. <BR> Type: <B>required</B> <BR> An integer value; 0 means no error has been detected. </DD> </DL> <P> <BR><HR> </BODY> </HTML>