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