//------------------------------------------------------------------------------ // CHOLMOD/Utility/cholmod_l_dense_to_sparse: convert a dense matrix to sparse //------------------------------------------------------------------------------ // CHOLMOD/Utility Module. Copyright (C) 2023, Timothy A. Davis, All Rights // Reserved. // SPDX-License-Identifier: LGPL-2.1+ //------------------------------------------------------------------------------ #define CHOLMOD_INT64 #include "t_cholmod_dense_to_sparse.c"