1function clear
2%GRB.CLEAR restore default settings for SuiteSparse:GraphBLAS.
3% GrB.clear clears any non-default setting of the GraphBLAS global
4% variables, including GrB.threads, GrB.chunk, and GrB.format, and sets
5% them to their defaults.  It has no effect on any GrB objects.
6%
7% See also clear, GrB.init, GrB.finalize.
8
9% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
10% SPDX-License-Identifier: GPL-3.0-or-later
11
12gbsetup ;
13
14