1function colamd_install
2%COLAMD_MAKE to compile and install the colamd2 and symamd2 mexFunction.
3%   Your current directory must be COLAMD/MATLAB for this function to work.
4%
5% Example:
6%   colamd_install
7%
8% See also colamd2, symamd2.
9
10%    Copyright 1998-2007, Timothy A. Davis, and Stefan Larimore
11%    Developed in collaboration with J. Gilbert and E. Ng.
12
13colamd_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) ;
18colamd_demo
19