1function ccolamd_install
2%CCOLAMD_INSTALL compiles and installs ccolamd and csymamd for MATLAB
3%   Your current directory must be CCOLAMD/MATLAB for this function to work.
4%
5% Example:
6%   ccolamd_install
7%
8% See also ccolamd, csymamd.
9
10% Copyright 1998-2007, Timothy A. Davis, Stefan Larimore, and Siva Rajamanickam
11% Developed in collaboration with J. Gilbert and E. Ng.
12
13ccolamd_make
14addpath (pwd)
15fprintf ('\nThe following path has been added.  You may wish to add it\n') ;
16fprintf ('permanently, using the MATLAB pathtool command.\n') ;
17fprintf ('%s\n\n', pwd) ;
18ccolamd_demo
19