1 /* -------------------------------------------------------------------------- */
2 /* UMFPACK Copyright (c) Timothy A. Davis, CISE,                              */
3 /* Univ. of Florida.  All Rights Reserved.  See ../Doc/License for License.   */
4 /* web: http://www.cise.ufl.edu/research/sparse/umfpack                       */
5 /* -------------------------------------------------------------------------- */
6 
7 GLOBAL Int UMF_report_vector
8 (
9     Int n,
10     const double Xx [ ],
11     const double Xz [ ],
12     Int prl,
13     Int user,
14     Int scalar
15 ) ;
16