1function p = cs_maxtransr(A)                                                %#ok
2%CS_MAXTRANSR recursive maximum matching algorithm
3% Example:
4%   p = cs_maxtransr(A)
5% See also: cs_demo
6
7% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
8
9error ('cs_maxtransr mexFunction not found') ;
10
11
12