| 1 |
michael |
3253 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 |
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| 3 |
|
|
<title>DatabasePrimitivesLibrary: sh_iter.c File Reference</title> |
| 4 |
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
| 5 |
|
|
</head><body> |
| 6 |
|
|
<!-- Generated by Doxygen 1.4.4 --> |
| 7 |
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> |
| 8 |
|
|
<h1>sh_iter.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
| 9 |
|
|
<p><b>For internal use only.</b></p> |
| 10 |
|
|
<p> |
| 11 |
|
|
This file contains the implementation of the <a class="el" href="group__dbprim__smat.html#ga21">sh_iter()</a> function, used to iterate over all entries in a sparse matrix list.</p> |
| 12 |
|
|
|
| 13 |
|
|
<p> |
| 14 |
|
|
Definition in file <a class="el" href="sh__iter_8c-source.html">sh_iter.c</a>. |
| 15 |
|
|
<p> |
| 16 |
|
|
<code>#include "<a class="el" href="dbprim_8h-source.html">dbprim.h</a>"</code><br> |
| 17 |
|
|
<code>#include "<a class="el" href="dbprim__int_8h-source.html">dbprim_int.h</a>"</code><br> |
| 18 |
|
|
|
| 19 |
|
|
<p> |
| 20 |
|
|
Include dependency graph for sh_iter.c:<p><center><img src="sh__iter_8c__incl.png" border="0" usemap="#sh_iter.c_map" alt=""></center> |
| 21 |
|
|
<map name="sh_iter.c_map"> |
| 22 |
|
|
<area href="dbprim_8h.html" shape="rect" coords="136,54,211,78" alt=""> |
| 23 |
|
|
<area href="dbprim__int_8h.html" shape="rect" coords="126,102,222,126" alt=""> |
| 24 |
|
|
</map> |
| 25 |
|
|
|
| 26 |
|
|
<p> |
| 27 |
|
|
<a href="sh__iter_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
| 28 |
|
|
<tr><td></td></tr> |
| 29 |
|
|
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr> |
| 30 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__sh__iter__s.html">_sh_iter_s</a></td></tr> |
| 31 |
|
|
|
| 32 |
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sparse matrix iteration function shim structure. <a href="struct__sh__iter__s.html#_details">More...</a><br></td></tr> |
| 33 |
|
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
| 34 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">static unsigned long </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dbprim__smat.html#ga29">_sh_iter_iter</a> (<a class="el" href="struct__link__head__s.html">link_head_t</a> *head, <a class="el" href="struct__link__elem__s.html">link_elem_t</a> *elem, void *extra)</td></tr> |
| 35 |
|
|
|
| 36 |
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sparse matrix linked list iteration callback. <a href="group__dbprim__smat.html#ga29"></a><br></td></tr> |
| 37 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned long </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dbprim__smat.html#ga21">sh_iter</a> (<a class="el" href="struct__smat__head__s.html">smat_head_t</a> *head, <a class="el" href="struct__smat__entry__s.html">smat_entry_t</a> *start, <a class="el" href="group__dbprim__smat.html#ga4">smat_iter_t</a> iter_func, void *extra, unsigned long flags)</td></tr> |
| 38 |
|
|
|
| 39 |
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over each entry in a row or column of a sparse matrix. <a href="group__dbprim__smat.html#ga21"></a><br></td></tr> |
| 40 |
|
|
</table> |
| 41 |
|
|
<hr size="1"><address style="align: right;"><small>Generated on Sat Jul 15 14:10:48 2006 for DatabasePrimitivesLibrary by |
| 42 |
|
|
<a href="http://www.doxygen.org/index.html"> |
| 43 |
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address> |
| 44 |
|
|
</body> |
| 45 |
|
|
</html> |