Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstutz committed May 16, 2018
1 parent ac33ada commit ca26bff
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@ Throughout the first course of Numerical Analysis at the RWTH Aachen University


The demonstration application can be found here: [http://davidstutz.de/matrix-decompositions/matrix-decompositions](http://davidstutz.de/matrix-decompositions/matrix-decompositions). My personal blog can be found at [http://davidstutz.de/](http://davidstutz.de/). The demonstration application can be found here: [http://davidstutz.de/matrix-decompositions/matrix-decompositions](http://davidstutz.de/matrix-decompositions/matrix-decompositions). My personal blog can be found at [http://davidstutz.de/](http://davidstutz.de/).


Consider [donating](https://davidstutz.de/donate/) to support development.

## License ## License


Copyright 2013 - 2014 David Stutz Copyright 2013 - 2014 David Stutz
Expand Down
1 change: 1 addition & 0 deletions Views/Applications/LinearLeastSquares.php
Expand Up @@ -45,6 +45,7 @@
</ul> </ul>
</li> </li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/Applications/Overview.php
Expand Up @@ -45,6 +45,7 @@
</ul> </ul>
</li> </li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/Applications/SystemOfLinearEquations.php
Expand Up @@ -45,6 +45,7 @@
</ul> </ul>
</li> </li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/Cholesky.php
Expand Up @@ -45,6 +45,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/Givens.php
Expand Up @@ -46,6 +46,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/Householder.php
Expand Up @@ -46,6 +46,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/LU.php
Expand Up @@ -46,6 +46,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/Overview.php
Expand Up @@ -46,6 +46,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base') . $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down
1 change: 1 addition & 0 deletions Views/MatrixDecompositions/QR.php
Expand Up @@ -46,6 +46,7 @@
</li> </li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('applications'); ?>"><?php echo __('Applications'); ?></a></li>
<li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li> <li><a href="/<?php echo $app->config('base'); ?><?php echo $app->router()->urlFor('credits'); ?>"><?php echo __('Credits'); ?></a></li>
<li><a href="https://davidstutz.de/donate/"><?php echo __('Donate'); ?></a></li>
</ul> </ul>
</div> </div>
<div class="span9"> <div class="span9">
Expand Down

0 comments on commit ca26bff

Please sign in to comment.