1% test GrB_extractTuples
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
16    test11
17    test16
18    test35
19    test40
20    testc9
21
22    debug_off
23    grbinfo
24
25    test11
26    test16
27    test35
28    test40
29    testc9
30
31end
32