1 /* -------------------------------------------------------------------------- */
2 /* Copyright (c) 2005-2012 by Timothy A. Davis, http://www.suitesparse.com.   */
3 /* All Rights Reserved.  See ../Doc/License.txt for License.                  */
4 /* -------------------------------------------------------------------------- */
5 
6 GLOBAL Int UMF_report_perm
7 (
8     Int n,
9     const Int P [ ],
10     Int W [ ],
11     Int prl,
12     Int user
13 ) ;
14