src_2sp__ienv_8c.html

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

HTML
89
字号
<!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/sp_ienv.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/sp_ienv.c File Reference</h1><code>#include &quot;<a class="el" href="slu__Cnames_8h-source.html">slu_Cnames.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">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="SRC_2sp__ienv_8c.html#21109476f1261abd6b256a393f5fd9e7">sp_ienv</a> (int ispec)</td></tr></table><hr><h2>Function Documentation</h2><a class="anchor" name="21109476f1261abd6b256a393f5fd9e7"></a><!-- doxytag: member="sp_ienv.c::sp_ienv" ref="21109476f1261abd6b256a393f5fd9e7" args="(int ispec)" --><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">int sp_ienv           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>ispec</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><pre>    Purpose       =======</pre><p><pre>    <a class="el" href="slu__util_8h.html#72be96e75e58564c4322ef9ef73ca65f">sp_ienv()</a> is inquired to choose machine-dependent parameters for the    local environment. See ISPEC for a description of the parameters.</pre><p><pre>    This version provides a set of parameters which should give good,       but not optimal, performance on many of the currently available       computers.  Users are encouraged to modify this subroutine to set       the tuning parameters for their particular machine using the option       and problem size information in the arguments.</pre><p><pre>    Arguments       =========</pre><p><pre>    ISPEC   (input) int            Specifies the parameter to be returned as the value of SP_IENV.               = 1: the panel size w; a panel consists of w consecutive	         columns of matrix A in the process of Gaussian elimination.		 The best value depends on machine's cache characters.            = 2: the relaxation parameter relax; if the number of	         nodes (columns) in a subtree of the elimination tree is less		 than relax, this subtree is considered as one supernode,		 regardless of their row structures.            = 3: the maximum size for a supernode;	    = 4: the minimum row dimension for 2-D blocking to be used;	    = 5: the minimum column dimension for 2-D blocking to be used;	    = 6: the estimated fills factor for L and U, compared with A;</pre><p><pre>   (SP_IENV) (output) int            &gt;= 0: the value of the parameter specified by ISPEC               &lt; 0:  if SP_IENV = -k, the k-th argument had an illegal value.</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 + -
显示快捷键?