function p = cs_maxtransr(A) %#ok %CS_MAXTRANSR recursive maximum matching algorithm % Example: % p = cs_maxtransr(A) % See also: cs_demo % CXSparse, Copyright (c) 2006-2022, Timothy A. Davis. All Rights Reserved. % SPDX-License-Identifier: LGPL-2.1+ error ('cs_maxtransr mexFunction not found') ;