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_mem_alloc_element
7 (
8     NumericType *Numeric,
9     Int nrows,
10     Int ncols,
11     Int **Rows,
12     Int **Cols,
13     Entry **C,
14     Int *size,
15     Element **epout
16 ) ;
17