//------------------------------------------------------------------------------ // CHOLMOD/MatrixOps/cholmod_l_drop.c: int64_t version of cholmod_drop //------------------------------------------------------------------------------ // CHOLMOD/MatrixOps Module. Copyright (C) 2005-2023, Timothy A. Davis. // All Rights Reserved. // SPDX-License-Identifier: GPL-2.0+ //------------------------------------------------------------------------------ #define CHOLMOD_INT64 #include "cholmod_drop.c"