1%LONGTESTS very long tests 2 3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. 4% SPDX-License-Identifier: Apache-2.0 5 6nthreads_set (4,1) ; 7debug_off 8 9 test21(1) ; % exhaustive test of GB_mex_subassign 10 test23(1) ; % exhaustive test of GB_*_build 11 test24(1) ; % exhaustive test of GrB_Matrix_reduce 12 13 test30b ; % performance test GB_mex_assign, scalar expansion 14 15 test12(0) ; % Wathen finite-element matrices (full test) 16 test58(0) ; % longer GB_mex_Matrix_eWiseAdd performance test 17 18 test53 ; % exhaustive test of GB_mex_Matrix_extract 19 test62 ; % exhaustive test of GrB_apply 20 test45 ; % test GB_mex_setElement and build 21 test46 ; % performance test GB_mex_subassign 22 test46b ; % performance test GB_mex_assign 23 24 test51 ; % performance test GB_mex_subassign, multiple ops 25 test51b ; % performance test GB_mex_assign, multiple ops 26 test06(936) ; % performance test of GrB_mxm on all semirings 27 28