e6f98d28c1
AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. A MATLAB interface is provided. Note that this software has nothing to do with AMD the company.
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/21 16:58:00 steven Exp $
|
|
%%SHARED%%
|
|
include/amd/
|
|
include/amd/amd.h
|
|
lib/libamd.a
|
|
lib/libamd_p.a
|
|
lib/libamd_pic.a
|
|
lib/libamdf77.a
|
|
lib/libamdf77_p.a
|
|
lib/libamdf77_pic.a
|