zlangs_8c.html

来自「SuperLU is a general purpose library for」· HTML 代码 · 共 106 行

HTML
106
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>SuperLU: SRC/zlangs.c File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.6 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>    <li id="current"><a href="files.html"><span>Files</span></a></li>  </ul></div><div class="tabs">  <ul>    <li><a href="files.html"><span>File&nbsp;List</span></a></li>    <li><a href="globals.html"><span>Globals</span></a></li>  </ul></div><h1>SRC/zlangs.c File Reference</h1>Returns the value of the one norm. <a href="#_details">More...</a><p><code>#include &lt;math.h&gt;</code><br><code>#include &quot;<a class="el" href="slu__zdefs_8h-source.html">slu_zdefs.h</a>&quot;</code><br><table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="zlangs_8c.html#37d1ec3ddab88e8c46872c5795ea5ada">zlangs</a> (char *norm, <a class="el" href="structSuperMatrix.html">SuperMatrix</a> *A)</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2><pre> -- SuperLU routine (version 2.0) -- Univ. of California Berkeley, Xerox Palo Alto Research Center, and Lawrence Berkeley National Lab. November 15, 1997</pre><p><pre> Modified from lapack routine ZLANGE  </pre> <hr><h2>Function Documentation</h2><a class="anchor" name="37d1ec3ddab88e8c46872c5795ea5ada"></a><!-- doxytag: member="zlangs.c::zlangs" ref="37d1ec3ddab88e8c46872c5795ea5ada" args="(char *norm, SuperMatrix *A)" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">double zlangs           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">char *&nbsp;</td>          <td class="mdname" nowrap> <em>norm</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="structSuperMatrix.html">SuperMatrix</a> *&nbsp;</td>          <td class="mdname" nowrap> <em>A</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><pre> Purpose      =======</pre><p><pre>   ZLANGS returns the value of the one norm, or the Frobenius norm, or    the infinity norm, or the element of largest absolute value of a    real matrix A.</pre><p><pre>   Description      ===========</pre><p><pre>   ZLANGE returns the value</pre><p><pre>      ZLANGE = ( max(abs(A(i,j))), NORM = 'M' or 'm'                  (                  ( norm1(A),         NORM = '1', 'O' or 'o'                  (                  ( normI(A),         NORM = 'I' or 'i'                  (                  ( normF(A),         NORM = 'F', 'f', 'E' or 'e'</pre><p><pre>   where  norm1  denotes the  one norm of a matrix (maximum column sum),    normI  denotes the  infinity norm  of a matrix  (maximum row sum) and    normF  denotes the  Frobenius norm of a matrix (square root of sum of    squares).  Note that  max(abs(A(i,j)))  is not a  matrix norm.</pre><p><pre>   Arguments      =========</pre><p><pre>   NORM    (input) CHARACTER*1              Specifies the value to be returned in ZLANGE as described above.      A       (input) SuperMatrix*           The M by N sparse matrix A.</pre><p><pre>  ===================================================================== </pre>     </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Fri Aug 1 22:40:41 2008 for SuperLU by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?