freebsd-ports/math/itl/pkg-descr
Mark Linimon cbb00356c0 Add math/itl, the Iterative Template Library. It carries solver and
preconditioners for solving equations. It is required by some FEM
packages on the net like Felyx and IMOOSE.

ITL is said to work especially fast with gcc-3.3.

PR:		ports/55717
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2004-01-06 04:42:35 +00:00

15 lines
778 B
Text

The Iterative Template Library Alpha Release
The Iterative Template Library (ITL) has two parts, iterative solvers
and preconditioners. ITL provides a collection of sophisticated Krylov
subspace iterative solvers that use basic linear algebra packages such
as the Matrix Template Library or Blitz++ for its basic linear algebra
operations. The ITL has extended many of the ideas of the Iterative
Methods Library (IML++), to make the library more flexible. The
"interface" is to specify basic linear algebra operations. See next
bullet for details. On the other hand, ITL also provides a set of
preconditioners which are designed for Matrix Template Library.
The latest documentation for ITL can be found on our website:
WWW: http://www.osl.iu.edu/research/itl