mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cbb00356c0
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>
16 lines
778 B
Plaintext
16 lines
778 B
Plaintext
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
|