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.
7 lines
125 B
Fortran
7 lines
125 B
Fortran
# $OpenBSD: Makefile.f77,v 1.1.1.1 2006/10/21 16:58:00 steven Exp $
|
|
|
|
LIB=amdf77
|
|
SRCS = amd.f amdbar.f
|
|
|
|
.include <bsd.lib.mk>
|