Implemented crisscross algorithm for solving LP problems.
[sympycore.git] / doc / html / references.html
blob265b067528a500814ea5df0a52233ba9266ce5de
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
7 <title>SympyCore references</title>
8 <meta name="author" content="Pearu Peterson" />
9 <style type="text/css">
12 :Author: Pearu Peterson
13 :Contact: pearu.peterson AT gmail DOT com
14 :Copyright: This stylesheet has been placed in the public domain.
16 Stylesheet for use with Docutils.
19 @import url(html4css1.css);
21 /* Your customizations go here. For example: */
23 body {
24 margin:0px;
25 padding:25px;
26 background-color: #ccc;
27 font-size: 13px; font-family: arial, sans-serif;
28 line-height:1.5em;
31 div.document {
32 max-width: 700px;
33 color: #000;
34 background-color: #fff;
35 padding:25px;
36 border:5px solid #ddd;
39 div.sidebar {
40 margin-left: 1em ;
41 border: medium outset ;
42 padding: 1em ;
43 background-color: #ffffee ;
44 width: 40% ;
45 float: right ;
46 clear: right }
48 div.sidebar p.rubric {
49 font-family: sans-serif ;
50 font-size: medium }
52 p.sidebar-title {
53 font-family: sans-serif ;
54 font-weight: bold ;
55 font-size: larger }
57 p.sidebar-subtitle {
58 font-family: sans-serif ;
59 font-weight: bold }
61 pre, tt {
62 font-family: consolas, lucida console, courier new, monospace;
63 color: #000080 ;
66 pre.literal-block, pre.doctest-block {
67 line-height:1.3em;
68 border-top:1px solid #ccc;
69 border-bottom:1px solid #ccc;
70 background-color:#f0f0f0;
71 color: #000080 ;
74 div.admonition, div.attention, div.caution, div.danger, div.error,
75 div.hint, div.important, div.note, div.tip, div.warning {
76 margin: 2em ;
77 border: medium outset ;
78 padding: 0.5em;
79 background-color: #fffacd;
82 div.admonition p.admonition-title, div.hint p.admonition-title,
83 div.important p.admonition-title, div.note p.admonition-title,
84 div.tip p.admonition-title {
85 font-weight: bold ;
86 font-family: sans-serif }
88 div.attention p.admonition-title, div.caution p.admonition-title,
89 div.danger p.admonition-title, div.error p.admonition-title,
90 div.warning p.admonition-title {
91 color: red ;
92 font-weight: bold ;
93 font-family: sans-serif }
95 </style>
96 </head>
97 <body>
98 <div class="document" id="sympycore-references">
99 <h1 class="title">SympyCore references</h1>
100 <table class="docinfo" frame="void" rules="none">
101 <col class="docinfo-name" />
102 <col class="docinfo-content" />
103 <tbody valign="top">
104 <tr><th class="docinfo-name">Author:</th>
105 <td>Pearu Peterson</td></tr>
106 <tr class="field"><th class="docinfo-name">Website:</th><td class="field-body"><a class="reference" href="http://sympycore.googlecode.com">http://sympycore.googlecode.com</a></td>
107 </tr>
108 <tr class="field"><th class="docinfo-name">Created:</th><td class="field-body">March 2008</td>
109 </tr>
110 </tbody>
111 </table>
112 <!-- -*- rest -*- -->
113 <div class="sidebar">
114 <p class="first sidebar-title">Table of contents</p>
115 <div class="contents local last topic">
116 <ul class="auto-toc simple">
117 <li><a class="reference" href="#introduction" id="id5" name="id5">1&nbsp;&nbsp;&nbsp;Introduction</a></li>
118 <li><a class="reference" href="#linear-algebra" id="id6" name="id6">2&nbsp;&nbsp;&nbsp;Linear Algebra</a></li>
119 </ul>
120 </div>
121 </div>
122 <div class="section">
123 <h1><a class="toc-backref" href="#id5" id="introduction" name="introduction">1&nbsp;&nbsp;&nbsp;Introduction</a></h1>
124 <p>This document collects references to various algorithms that sympycore
125 implements or should do that.</p>
126 </div>
127 <div class="section">
128 <h1><a class="toc-backref" href="#id6" id="linear-algebra" name="linear-algebra">2&nbsp;&nbsp;&nbsp;Linear Algebra</a></h1>
129 <ol class="arabic simple">
130 <li><a class="reference" href="http://en.wikipedia.org/wiki/Determinant">http://en.wikipedia.org/wiki/Determinant</a></li>
131 <li>Thom Mulders. <a class="reference" href="http://dx.doi.org/10.1006/jsco.2000.0409">A Generalized Sylvester Identity and Fraction-free
132 Random Gaussian Elimination</a>. Journal of Symbolic Computation. Volume
133 31, Issue 4, April 2001, Pages 447-460 (<a class="reference" href="../copies/Mulders_JSymbComp2001_31_p447-460.pdf">PDF</a>)</li>
134 <li>Erwin H. Bareiss. <a class="reference" href="http://www.jstor.org/view/00255718/di970527/97p0185w/0">Sylvester's Identity and Multistep Integer-Preserving Gaussian Elimination</a>.
135 Mathematics of Computation, Vol. 22, No. 103. (Jul., 1968), pp. 565-578. (<a class="reference" href="../copies/Bareiss_MathComp1968_22_103_pp565-578.pdf">PDF</a>)</li>
136 </ol>
137 </div>
138 </div>
139 </body>
140 </html>