1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/taucs/pkg-descr
John Marino 888e041308 math/taucs: Removing unnecessary do-extracts target; use NO_WRKSUBDIR
With NO_WRKSUBDIR set, there's no need for a roll-your-own extraction
target, so remove it from this port.

While here:
  - use <options> instead of <pre> + <post> includes
  - Wrap the compound commands in parentheses and use "&&" conjunctions
    instead of ";" for better multijob support
  - Remove several command masks (@) that were suppressing log output
  - Remove duplicate (and broken) softlink creation in lib target
  - Fix second (also broken) softlink creation in do-install target
  - Revbump for last
  - Fix WWW whitespace
  - Remove redundant @dirrm
2014-10-05 19:26:13 +00:00

23 lines
801 B
Plaintext

The current version of the library includes the following functionality:
* Multifrontal Supernodal Cholesky Factorization.
* Left-Looking Supernodal Cholesky Factorization.
* Drop-Tolerance Incomplete-Cholesky Factorization.
* LDL^T Factorization.
* Out-of-Core, Left-Looking Supernodal Sparse Cholesky Factorization.
* Out-of-Core Sparse LU with Partial Pivoting Factor and Solve.
* Ordering Codes and Interfaces to Existing Ordering Codes.
* Matrix Operations.
* Matrix Input/Output.
* Matrix Generators.
* Iterative Solvers.
* Vaidya's Preconditioners.
* Recursive Vaidya's Preconditioners.
* Multilevel-Support-Graph Preconditioners.
* Utility Routines.
Copyright (c) 2001 by Sivan Toledo, Tel-Aviv University,
stoledo@tau.ac.il. All Rights Reserved.
WWW: http://www.tau.ac.il/~stoledo/taucs/