1% test GrB_extract
2
3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
4% SPDX-License-Identifier: Apache-2.0
5
6clear all ; make
7addpath ('~/ssget') ;
8addpath ('spok') ;
9
10for nth = [2 1]
11    nthreads_set (nth) ;
12
13    debug_on
14    grbinfo
15    testc3
16    testc4
17    test53
18    test81
19    test82
20    test86
21
22    debug_off
23    grbinfo
24    testc3
25    testc4
26    test53
27    test81
28    test82
29    test86
30
31end
32