mirror of https://github.com/CGAL/cgal
14 lines
379 B
Plaintext
14 lines
379 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)
|