mirror of https://github.com/CGAL/cgal
24 lines
601 B
Plaintext
24 lines
601 B
Plaintext
|
|
--------------------- Open Numerical Library <T> -------------------------
|
|
|
|
General information
|
|
===================
|
|
|
|
This is OpenNL<T>, a library to easily construct and solve sparse linear systems.
|
|
|
|
* OpenNL<T> is supplied with a set of built-in iterative solvers
|
|
(Conjugate gradient and BICGSTAB)
|
|
|
|
* OpenNL can also use other solvers (by writing a SolverTraits class)
|
|
|
|
Contact
|
|
=======
|
|
|
|
The author is Bruno Levy <bruno.levy@loria.fr>.
|
|
OpenNL main page is http://www.loria.fr/~levy/software/.
|
|
|
|
Caution
|
|
=======
|
|
|
|
CGAL includes a version of OpenNL in C++, made especially for CGAL by Bruno Levy.
|