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 void UMF_apply_order
7 (
8     Int Front [ ],
9     const Int Order [ ],
10     Int Temp [ ],
11     Int n_col,
12     Int nfr
13 ) ;
14