I have one that could show a complete implementation of an algorithm and that would be useful. But it needs serious work before being published on the web site, like writing more comments, removing my "special" optimizations, etc...<br> <br>Oh nothing amazing in the algorithm: it's an implementation of a classical Newton-Raphson algorithm for fitting a logistic model in IR^n with a maximum likelihood.<br>But it uses noalias, tranposition, multiplication, square and non square matrices, inversion (which can be done through other librairies with the bindings), etc... With a few examples on how to use it, it can make a nice tutorial overall. I can even provide the web pages. Maths behind it are very simple: you draw a line tangent to a smooth curve, you follow it, and you start again until convergence :-D Well, it's more or less the idea.<br> <br>Will work on it and be back with a full doc on that as soon as possible if that's ok for the documentation.<br><br>David<br><br><div class="gmail_quote">On Fri, Mar 5, 2010 at 00:10, Gunter Winkler <span dir="ltr"><<a href="mailto:guwi17@gmx.de">guwi17@gmx.de</a>></span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br> <br> has anyone some simple (but non-trivial) examples which can help to<br> improve the documentation:<br> <br> <a href="https://svn.boost.org/trac/boost/ticket/3974" target="_blank">https://svn.boost.org/trac/boost/ticket/3974</a><br> <br> Some examples for bindings or external libs are welcome, too.<br> <br> quote from task:<br> <br> "... it [uBLAS doc] doesn't make a single reference regarding basic<br> functionality such as factorization, let alone how to solve a simple<br> system of linear equations, which happens to be the main purpose of<br> using such a component."<br> <br> mfg<br> <font color="#888888">Gunter<br> </font><br>_______________________________________________<br> ublas mailing list<br> <a href="mailto:ublas@lists.boost.org">ublas@lists.boost.org</a><br> <a href="http://lists.boost.org/mailman/listinfo.cgi/ublas" target="_blank">http://lists.boost.org/mailman/listinfo.cgi/ublas</a><br> Sent to: <a href="mailto:david.bellot@gmail.com">david.bellot@gmail.com</a><br></blockquote></div><br><br clear="all"><br>-- <br>David Bellot, PhD<br><a href="mailto:david.bellot@gmail.com">david.bellot@gmail.com</a><br> <a href="http://david.bellot.free.fr">http://david.bellot.free.fr</a><br><br>