Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/umfpack/src/umfpack/include/umf_get_memory.h
3206 views
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
7
GLOBAL Int UMF_get_memory
8
(
9
NumericType *Numeric,
10
WorkType *Work,
11
Int needunits,
12
Int r2,
13
Int c2,
14
Int do_Fcpos
15
) ;
16
17