//------------------------------------------------------------------------------ // CHOLMOD/Cholesky/cholmod_l_resymbol.c: int64_t version of cholmod_resymbol //------------------------------------------------------------------------------ // CHOLMOD/Cholesky Module. Copyright (C) 2005-2023, Timothy A. Davis // All Rights Reserved. // SPDX-License-Identifier: LGPL-2.1+ //------------------------------------------------------------------------------ #define CHOLMOD_INT64 #include "cholmod_resymbol.c"