1% test GrB_assign and GxB_subassign
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
10% tests Method11c
11
12for nth = [2 1]
13    nthreads_set (nth,1) ;
14
15    for d = 0 % [1 0]
16        if (d)
17            debug_on
18        else
19            debug_off
20        end
21        grbinfo
22
23        test19
24        test19b
25        test21
26        test21b
27
28    end
29end
30