//------------------------------------------------------------------------------ // UMFPACK/Source/umf_store_lu.h //------------------------------------------------------------------------------ // UMFPACK, Copyright (c) 2005-2023, Timothy A. Davis, All Rights Reserved. // SPDX-License-Identifier: GPL-2.0+ //------------------------------------------------------------------------------ Int UMF_store_lu ( NumericType *Numeric, WorkType *Work ) ; Int UMF_store_lu_drop ( NumericType *Numeric, WorkType *Work ) ;