1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SuperLU: EXAMPLE/superlu.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">SuperLU<span id="projectnumber"> 7.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_2ed5cd83c419d7f3788213bde77ef248.html">EXAMPLE</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">superlu.c File Reference<div class="ingroups"><a class="el" href="group__Example.html">Example</a></div></div></div>
</div><!--header-->
<div class="contents">
<p>a small 5x5 example
<a href="#details">More...</a></p>
<div class="textblock"><code>#include "<a class="el" href="slu__ddefs_8h_source.html">slu_ddefs.h</a>"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for superlu.c:</div>
<div class="dyncontent">
<div class="center"><img src="superlu_8c__incl.png" border="0" usemap="#aEXAMPLE_2superlu_8c" alt=""/></div>
<map name="aEXAMPLE_2superlu_8c" id="aEXAMPLE_2superlu_8c">
<area shape="rect" title="a small 5x5 example" alt="" coords="285,5,428,32"/>
<area shape="rect" href="slu__ddefs_8h.html" title="Header file for real operations." alt="" coords="311,80,402,107"/>
<area shape="rect" title=" " alt="" coords="5,155,68,181"/>
<area shape="rect" title=" " alt="" coords="93,155,157,181"/>
<area shape="rect" title=" " alt="" coords="95,229,157,256"/>
<area shape="rect" title=" " alt="" coords="181,229,245,256"/>
<area shape="rect" title=" " alt="" coords="432,155,497,181"/>
<area shape="rect" title=" " alt="" coords="552,229,617,256"/>
<area shape="rect" href="slu__Cnames_8h.html" title="Macros defining how C routines will be called." alt="" coords="522,155,629,181"/>
<area shape="rect" href="superlu__config_8h.html" title=" " alt="" coords="653,155,773,181"/>
<area shape="rect" href="supermatrix_8h.html" title="Matrix type definitions." alt="" coords="797,155,900,181"/>
<area shape="rect" href="slu__util_8h.html" title="Utility header file." alt="" coords="282,155,357,181"/>
<area shape="rect" title=" " alt="" coords="458,229,527,256"/>
<area shape="rect" href="superlu__enum__consts_8h.html" title="enum constants header file" alt="" coords="269,229,433,256"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a0ddf1224851353fc92bfbff6f499fa97"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="superlu_8c.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
<tr class="separator:a0ddf1224851353fc92bfbff6f499fa97"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >This is the small 5x5 example used in the Sections 2 and 3 of the Users' Guide to illustrate how to call a SuperLU routine, and the matrix data structures used by SuperLU. </p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a0ddf1224851353fc92bfbff6f499fa97" name="a0ddf1224851353fc92bfbff6f499fa97"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0ddf1224851353fc92bfbff6f499fa97">◆ </a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char * </td>
<td class="paramname"><em>argv</em>[] </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="superlu_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.png" border="0" usemap="#asuperlu_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph" alt=""/></div>
<map name="asuperlu_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph" id="asuperlu_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph">
<area shape="rect" title=" " alt="" coords="5,527,56,554"/>
<area shape="rect" href="dutil_8c.html#a0a2a790bf8c793c9c0ea7aceb9532584" title="Supernodal LU factor related." alt="" coords="589,426,765,453"/>
<area shape="rect" href="dutil_8c.html#a12ac523141a258590a76bdad390928fd" title=" " alt="" coords="118,223,277,250"/>
<area shape="rect" href="util_8c.html#a27491a8171a480d6c98e6d1e535e1973" title="Deallocate SuperMatrix of type NC." alt="" coords="110,274,285,301"/>
<area shape="rect" href="util_8c.html#ac16a0aea75cf99b4d38ec4ede6f13eb4" title="Deallocate SuperMatrix." alt="" coords="363,5,510,47"/>
<area shape="rect" href="util_8c.html#aea724a390aed4ef00a4b8ed783c60014" title="Deallocate SuperMatrix of type SC." alt="" coords="104,375,291,402"/>
<area shape="rect" href="dgssv_8c.html#a78e780216de6dd0e85a5003c9d064952" title="Driver routines." alt="" coords="169,325,226,351"/>
<area shape="rect" href="memory_8c.html#aef293480a9ff932ae7bf49a1c7e52b15" title=" " alt="" coords="831,1034,921,1061"/>
<area shape="rect" href="memory_8c.html#af80c9ccfaa9f16f21cdb5df589eb1692" title=" " alt="" coords="839,629,913,655"/>
<area shape="rect" href="SRC_2dmemory_8c.html#ac67b2ffe0b0c24cb28a82520689166b1" title=" " alt="" coords="826,1895,926,1922"/>
<area shape="rect" href="util_8c.html#ad4885c929f82623b67a05fd439463487" title="Print content of int array." alt="" coords="628,325,725,351"/>
<area shape="rect" href="dutil_8c.html#a2c061ebaaabe5e1bd83ba564b439d8c8" title="Routines for debugging." alt="" coords="115,679,279,706"/>
<area shape="rect" href="dutil_8c.html#a402c1ab7977c2f9f5de62e8c66c451f0" title=" " alt="" coords="109,730,285,757"/>
<area shape="rect" href="util_8c.html#a4792687285a879f7955029421ba99795" title="Set the default values for the options argument." alt="" coords="129,781,266,807"/>
<area shape="rect" href="util_8c.html#a7d50e009f6f1f4ba8a63cdd912a0d31d" title="Deallocate SuperLU stat." alt="" coords="161,831,234,858"/>
<area shape="rect" href="util_8c.html#a9b8745daf1fd22070364570977fe1ccc" title="Initialize SuperLU stat." alt="" coords="165,426,229,453"/>
<area shape="rect" href="util_8c.html#a7285ca16a0b84b4333d71efeb65c0126" title="Deallocate SuperMatrix of type NCP." alt="" coords="339,325,535,351"/>
<area shape="rect" href="SRC_2dgstrf_8c.html#a421512dfd49263d31f1e42fe315abd19" title=" " alt="" coords="409,1085,465,1111"/>
<area shape="rect" href="TESTING_2sp__ienv_8c.html#a21109476f1261abd6b256a393f5fd9e7" title=" " alt="" coords="842,578,910,605"/>
<area shape="rect" href="input__error_8c.html#ad4e27444570b55672c6d20dc1adb12c0" title=" " alt="" coords="981,1794,1068,1821"/>
<area shape="rect" href="dgstrs_8c.html#a6e3eace519372b7dfcd053e0d3614fc1" title=" " alt="" coords="647,1845,706,1871"/>
<area shape="rect" href="get__perm__c_8c.html#aaecb6e6e7a3e97356050bcfdf2573796" title="Obtains a permutation matrix by applying the multiple minimum degree ordering code." alt="" coords="391,173,483,199"/>
<area shape="rect" href="superlu__timer_8c.html#a901b1224789fec99ee424cbfde8fb301" title="Timer function." alt="" coords="617,122,736,149"/>
<area shape="rect" href="sp__preorder_8c.html#ad3a9a45f02456022c7eba79e17e215bc" title=" " alt="" coords="390,274,483,301"/>
<area shape="rect" href="util_8c.html#a4757427fb19f805c14756b8eef1fdaa4" title="Count the total number of nonzeros in factors L and U, and in the symmetrically reduced L." alt="" coords="642,1237,711,1263"/>
<area shape="rect" href="dcolumn__bmod_8c.html#a5ca322682f98f276feb3c50b31ca56b8" title=" " alt="" coords="620,1743,733,1770"/>
<area shape="rect" href="SRC_2dmemory_8c.html#aee842e4910a0223cc8a92397311b8970" title="Expand the data structures for L and U during the factorization." alt="" coords="819,1490,933,1517"/>
<area shape="rect" href="dcolumn__dfs_8c.html#a78b31ef4c9a792a442f6956fe2ff3d78" title=" " alt="" coords="628,882,725,909"/>
<area shape="rect" href="dcopy__to__ucol_8c.html#ace3034cff6ce6be9e0b0f69cda42f196" title=" " alt="" coords="623,1490,731,1517"/>
<area shape="rect" href="dutil_8c.html#a2e8af0737d241bb4141255d1a759aa67" title=" " alt="" coords="583,1439,771,1466"/>
<area shape="rect" href="SRC_2dmemory_8c.html#a57716392620cf54b4f0dcee83b60b3fe" title="Allocate storage for the data structures common to all factor routines." alt="" coords="630,933,723,959"/>
<area shape="rect" href="SRC_2dmemory_8c.html#aa7d9129a2b0dc259ccccc8d6d2218cf8" title="Free the working storage used by factor routines." alt="" coords="624,1541,729,1567"/>
<area shape="rect" href="dpanel__bmod_8c.html#a192df249a9fc13ad49bf3f2cd79aba65" title=" " alt="" coords="625,1693,728,1719"/>
<area shape="rect" href="dpanel__dfs_8c.html#aed9a4a6a7d6d671e512bcf6282eee931" title=" " alt="" coords="633,679,720,706"/>
<area shape="rect" href="dpivotL_8c.html#ac9bc2a5673ddfce2452bf4a88b97a266" title=" " alt="" coords="644,730,709,757"/>
<area shape="rect" href="dutil_8c.html#a6efd3372111ed4b6bd915ecc49960022" title="Diagnostic print of column "jcol" in the U/L factor." alt="" coords="628,781,725,807"/>
<area shape="rect" href="dpruneL_8c.html#a1da1a4498927d721e41a957bc881a212" title=" " alt="" coords="641,831,712,858"/>
<area shape="rect" href="SRC_2dmemory_8c.html#aaa5359da217b433b43bf6c8e2d29aa45" title="Set up pointers for real working arrays." alt="" coords="631,477,722,503"/>
<area shape="rect" href="dsnode__bmod_8c.html#a1466b84198911ff34e828a811e70831e" title="Performs numeric block updates within the relaxed snode." alt="" coords="623,1794,730,1821"/>
<area shape="rect" href="dsnode__dfs_8c.html#a1b31fa41555eaa25f5086a8ef7ebda7e" title=" " alt="" coords="631,1591,722,1618"/>
<area shape="rect" href="util_8c.html#a4b97838714471334eba3f4de948d6e7a" title="Fix up the data storage lsub for L-subscripts." alt="" coords="648,983,705,1010"/>
<area shape="rect" href="heap__relax__snode_8c.html#a059d36bb76b7562c9bb2cbd7870e7ffe" title=" " alt="" coords="611,1085,743,1111"/>
<area shape="rect" href="util_8c.html#ae289773c377a566a2f77c88b21d7f4ae" title="Fills an integer array with a given value." alt="" coords="857,1186,895,1213"/>
<area shape="rect" href="relax__snode_8c.html#ad70bc12cb9031ab8aba4a37a18be46e3" title=" " alt="" coords="629,1338,724,1365"/>
<area shape="rect" href="util_8c.html#a67bce8b2142b3be41583de4fbea02cb0" title="Reset repfnz[] for the current column." alt="" coords="629,1186,725,1213"/>
<area shape="rect" href="memory_8c.html#a62bab720052d576a870b98e6499b1a50" title="Set up pointers for integer working arrays." alt="" coords="638,1034,715,1061"/>
<area shape="rect" href="dmyblas2_8c.html#a986e55bb6eac4e68b78c98b8276557db" title="Solves a dense UNIT lower triangular system." alt="" coords="844,1743,908,1770"/>
<area shape="rect" href="dmyblas2_8c.html#a703303b4c9cdd6074c55e83970db83b6" title="Performs a dense matrix-vector multiply: Mxvec = Mxvec + M * vec." alt="" coords="840,1693,912,1719"/>
<area shape="rect" href="slu__ddefs_8h.html#acc7c47067de037060e4c4227ee6aaa48" title="BLAS." alt="" coords="839,1845,913,1871"/>
<area shape="rect" href="memory_8c.html#aaf3f8faaec1c91be7653f137844806e0" title=" " alt="" coords="393,1591,481,1618"/>
</map>
</div>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
</small></address>
</body>
</html>
|