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