1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
//------------------------------------------------------------------------------
// GB_make_shallow.h: definitions for GB_make_shallow.c
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//------------------------------------------------------------------------------
#ifndef GB_MAKE_SHALLOW_H
#define GB_MAKE_SHALLOW_H
GB_PUBLIC void GB (make_shallow) (GrB_Matrix A) ;
#endif
|