1% test eWise
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 k = [2 1]
11    nthreads_set (k) ;
12    grbinfo
13
14    test15
15    test72
16    testc8
17    test68  % eWiseMult performance
18    test105
19    % test20
20    % test26
21    test34
22    test58  % eWiseAdd performance
23
24    test61  % eWiseMult performance
25    test18
26    test39  % eWiseAdd performance
27
28    test111 % eWiseAdd performance
29end
30
31