//------------------------------------------------------------------------------ // CHOLMOD/Utility/cholmod_alloc_work: alloc workspace (double/single, int32) //------------------------------------------------------------------------------ // CHOLMOD/Utility Module. Copyright (C) 2023, Timothy A. Davis, All Rights // Reserved. // SPDX-License-Identifier: LGPL-2.1+ //------------------------------------------------------------------------------ #define CHOLMOD_INT32 #include "t_cholmod_alloc_work.c"