Fixed TAUCS web site and added details about OpenNL

This commit is contained in:
Laurent Saboret 2006-05-04 13:02:53 +00:00
parent 0e3d6b8143
commit e2b8ffcb3a
1 changed files with 10 additions and 3 deletions

View File

@ -44,12 +44,19 @@ It is only available commercially from \path'www.algorithmic-solutions.com'.
A library of sparse linear solvers.
It can be used by the \ccc{Surface_mesh_parametrization} package
in order to speed up the algorithm. you can download it from
\path'www.tau.ac.il/\~stoledo/taucs/'.
\path'http://www.tau.ac.il/~stoledo/taucs/'.
\subsection{OpenNL \label{thirdparty:OpenNL}}
A solver.
OpenNL is distributed together with \cgal.
OpenNL (Open Numerical Library) is a library to easily construct and solve
sparse linear systems. It is the default solver of the
\ccc{Surface_mesh_parametrization} package.
The author is Bruno Levy <bruno.levy@loria.fr>.
OpenNL main page is \path'http://www.loria.fr/~levy/software/'.
\cgal\ includes a version of OpenNL in C++, made especially for \cgal\ by Bruno Levy.
\subsection{zlib \label{thirdparty:zlib}}