//------------------------------------------------------------------------------ // CHOLMOD/Cholesky/cholmod_l_rowcolcounts: compute row/col counts of L //------------------------------------------------------------------------------ // CHOLMOD/Cholesky Module. Copyright (C) 2005-2023, Timothy A. Davis // All Rights Reserved. // SPDX-License-Identifier: LGPL-2.1+ //------------------------------------------------------------------------------ #define CHOLMOD_INT64 #include "cholmod_rowcolcounts.c"