1/* -------------------------------------------------------------------------- */ 2/* UMFPACK Version 4.4, Copyright (c) 2005 by Timothy A. Davis. CISE Dept, */ 3/* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */ 4/* web: http://www.cise.ufl.edu/research/sparse/umfpack */ 5/* -------------------------------------------------------------------------- */ 6 7GLOBAL void UMF_scale 8( 9 Int n, 10 Entry alpha, 11 Entry X [ ] 12) ; 13 14