2020-07-11 07:21:17 +03:00
<!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=9" / >
2020-09-03 15:54:15 +03:00
< meta name = "generator" content = "Doxygen 1.8.20" / >
2020-07-11 07:21:17 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Algorithms_in_C: Globals< / 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 = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.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 >
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.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 style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > Algorithms_in_C
  < span id = "projectnumber" > 1.0.0< / span >
< / div >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-09-03 15:54:15 +03:00
<!-- Generated by Doxygen 1.8.20 -->
2020-07-11 07:21:17 +03:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& 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& 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 >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_p.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- 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 class = "contents" >
 
< h3 > < a id = "index_p" > < / a > - p -< / h3 > < ul >
2020-09-18 20:26:09 +03:00
< li > poly_add()
: < a class = "el" href = "d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af" > poly_add.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< li > poly_function()
: < a class = "el" href = "da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c" > durand_kerner_roots.c< / a >
< / li >
< li > postorder_display()
: < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719" > threaded_binary_trees.c< / a >
< / li >
< li > preorder_display()
: < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c" > threaded_binary_trees.c< / a >
< / li >
< li > print()
2020-09-24 04:05:36 +03:00
: < a class = "el" href = "dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab" > cantor_set.c< / a >
, < a class = "el" href = "d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1" > sudoku_solver.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
< li > print_matrix()
: < a class = "el" href = "d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a" > qr_decompose.h< / a >
< / li >
< li > print_number()
2020-09-24 04:05:36 +03:00
: < a class = "el" href = "db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319" > sol1.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
2020-08-26 22:28:38 +03:00
< li > print_vector()
: < a class = "el" href = "de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e" > vectors_3d.c< / a >
< / li >
2020-08-08 19:29:26 +03:00
< li > printEPS()
: < a class = "el" href = "d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a" > k_means_clustering.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< li > problem()
2020-09-24 04:05:36 +03:00
: < a class = "el" href = "d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4" > ode_semi_implicit_euler.c< / a >
2020-08-26 22:28:38 +03:00
, < a class = "el" href = "d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4" > ode_midpoint_euler.c< / a >
2020-09-24 04:05:36 +03:00
, < a class = "el" href = "d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4" > ode_forward_euler.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
< li > propagate()
: < a class = "el" href = "dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97" > cantor_set.c< / a >
< / li >
2020-07-22 15:41:17 +03:00
< li > purge()
: < a class = "el" href = "da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241" > binary_search_tree.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-09-03 15:54:15 +03:00
< li class = "footer" > Generated by < a href = "http://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.8.20 < / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div >
< / body >
< / html >