1function [P, stats] = ccolamdtestmex (A, knobs)				    %#ok
2% CCOLAMDTESTMEX test function for ccolamd
3% Example:
4%   [ P, stats ] = ccolamdtest (A, knobs) ;
5% See also ccolamd
6
7% Copyright 1998-2007, Timothy A. Davis, Stefan Larimore, and Siva Rajamanickam
8% Developed in collaboration with J. Gilbert and E. Ng.
9
10error ('ccolamdtestmex mexFunction not found') ;
11