//------------------------------------------------------------------------------ // CHOLMOD/Tcov/si_huge: single/int32_t version of huge //------------------------------------------------------------------------------ // CHOLMOD/Tcov Module. Copyright (C) 2005-2023, Timothy A. Davis. // All Rights Reserved. // SPDX-License-Identifier: GPL-2.0+ //------------------------------------------------------------------------------ #define SINGLE #define CHOLMOD_INT32 #define DTYPE CHOLMOD_SINGLE #include "t_huge.c"