https://github.com/Benny44/LADEL
Raw File
Tip revision: 22d4d4c1a1de53c86ed6b15fe34fdbe7d39011af authored by Pieter P on 13 February 2022, 15:40:31 UTC
Update README to point to https://github.com/kul-optec/QPALM
Tip revision: 22d4d4c
ladel__add_8h_source.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LADEL: /home/ben/Documents/Projects/LADEL/include/ladel_add.h Source File</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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.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 style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">LADEL
   </div>
   <div id="projectbrief">Sparse LDL factorization package with rank 1 and rowadd/rowdel updates</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">ladel_add.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ladel__add_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#ifndef LADEL_ADD_H</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#define LADEL_ADD_H</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ladel__types_8h.html">ladel_types.h</a>&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *<a class="code" href="ladel__add_8h.html#a6358127c7b8e5dcc8e5bfc7ee1d0a464">ladel_add_matrices</a>(<a class="code" href="ladel__types_8h.html#ac9052e1e18b442b104c3ee5dcd86557b">ladel_double</a>        alpha, </div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;                                        <a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *A, </div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;                                        <a class="code" href="ladel__types_8h.html#ac9052e1e18b442b104c3ee5dcd86557b">ladel_double</a>        beta, </div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;                                        <a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *B, </div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;                                        <a class="code" href="structworkspace.html">ladel_work</a>          *work);</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *<a class="code" href="ladel__add_8h.html#a89d0f46a29c0cc35c9b35be3855102a4">ladel_add_matrices_pattern</a>(<a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a>* A, </div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;                                                <a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *B, </div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;                                                <a class="code" href="structworkspace.html">ladel_work</a>          *work);</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *<a class="code" href="ladel__add_8h.html#a25d3e756c7adafc3aa0fd443f41843d1">ladel_add_matrices_advanced</a>(   <a class="code" href="ladel__types_8h.html#ac9052e1e18b442b104c3ee5dcd86557b">ladel_double</a>        alpha, </div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;                                                    <a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *A, </div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;                                                    <a class="code" href="ladel__types_8h.html#ac9052e1e18b442b104c3ee5dcd86557b">ladel_double</a>        beta, </div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;                                                    <a class="code" href="structcompressed__column__sparse__matrix.html">ladel_sparse_matrix</a> *B, </div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;                                                    <a class="code" href="ladel__types_8h.html#a05486496308d021b6b4f64e8def1f451">ladel_int</a>           values, </div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;                                                    <a class="code" href="structworkspace.html">ladel_work</a>          *work);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* LADEL_ADD_H */</span><span class="preprocessor"></span></div><div class="ttc" id="ladel__types_8h_html_ac9052e1e18b442b104c3ee5dcd86557b"><div class="ttname"><a href="ladel__types_8h.html#ac9052e1e18b442b104c3ee5dcd86557b">ladel_double</a></div><div class="ttdeci">double ladel_double</div><div class="ttdoc">Type for floating point numbers (default: double)</div><div class="ttdef"><b>Definition:</b> ladel_types.h:13</div></div>
<div class="ttc" id="structworkspace_html"><div class="ttname"><a href="structworkspace.html">workspace</a></div><div class="ttdoc">Workspace required for various routines in LADEL.</div><div class="ttdef"><b>Definition:</b> ladel_types.h:99</div></div>
<div class="ttc" id="ladel__add_8h_html_a89d0f46a29c0cc35c9b35be3855102a4"><div class="ttname"><a href="ladel__add_8h.html#a89d0f46a29c0cc35c9b35be3855102a4">ladel_add_matrices_pattern</a></div><div class="ttdeci">ladel_sparse_matrix * ladel_add_matrices_pattern(ladel_sparse_matrix *A, ladel_sparse_matrix *B, ladel_work *work)</div><div class="ttdoc">Returns a pattern matrix whose pattern includes the patterns of A and B.</div></div>
<div class="ttc" id="structcompressed__column__sparse__matrix_html"><div class="ttname"><a href="structcompressed__column__sparse__matrix.html">compressed_column_sparse_matrix</a></div><div class="ttdoc">Sparse matrix in compressed column storage.</div><div class="ttdef"><b>Definition:</b> ladel_types.h:25</div></div>
<div class="ttc" id="ladel__types_8h_html_a05486496308d021b6b4f64e8def1f451"><div class="ttname"><a href="ladel__types_8h.html#a05486496308d021b6b4f64e8def1f451">ladel_int</a></div><div class="ttdeci">long ladel_int</div><div class="ttdoc">Type for integer numbers (default: long)</div><div class="ttdef"><b>Definition:</b> ladel_types.h:17</div></div>
<div class="ttc" id="ladel__add_8h_html_a6358127c7b8e5dcc8e5bfc7ee1d0a464"><div class="ttname"><a href="ladel__add_8h.html#a6358127c7b8e5dcc8e5bfc7ee1d0a464">ladel_add_matrices</a></div><div class="ttdeci">ladel_sparse_matrix * ladel_add_matrices(ladel_double alpha, ladel_sparse_matrix *A, ladel_double beta, ladel_sparse_matrix *B, ladel_work *work)</div><div class="ttdoc">Returns a sparse matrix .</div></div>
<div class="ttc" id="ladel__types_8h_html"><div class="ttname"><a href="ladel__types_8h.html">ladel_types.h</a></div><div class="ttdoc">Structures and types used in LADEL routines.</div></div>
<div class="ttc" id="ladel__add_8h_html_a25d3e756c7adafc3aa0fd443f41843d1"><div class="ttname"><a href="ladel__add_8h.html#a25d3e756c7adafc3aa0fd443f41843d1">ladel_add_matrices_advanced</a></div><div class="ttdeci">ladel_sparse_matrix * ladel_add_matrices_advanced(ladel_double alpha, ladel_sparse_matrix *A, ladel_double beta, ladel_sparse_matrix *B, ladel_int values, ladel_work *work)</div><div class="ttdoc">Returns a sparse matrix  if values==TRUE, or a pattern matrix that includes the patterns of A and B i...</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>
back to top