%Contents of the CAMD sparse matrix ordering package: % % camd - p = camd (A), the approximate minimum degree ordering of A % camd_demo - a demo of camd, using the can_24 matrix % camd_make - to compile camd for use in MATLAB % % Example: % p = camd(A) % % See also: camd, amd, colamd, symamd, colmmd, symmmd, umfpack % % -------------------------------------------------------------------------- % CAMD Version 2.1, Copyright (c) 2006 by Timothy A. Davis, Yanqing Chen, % Patrick R. Amestoy, and Iain S. Duff. See ../README.txt for License. % email: davis at cise.ufl.edu CISE Department, Univ. of Florida. % web: http://www.cise.ufl.edu/research/sparse/camd % -------------------------------------------------------------------------- help Contents