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