File: testcz.m

package info (click to toggle)
suitesparse-graphblas 7.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,112 kB
  • sloc: ansic: 1,072,243; cpp: 8,081; sh: 512; makefile: 506; asm: 369; python: 125; awk: 10
file content (31 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
threads {1} = [4 1] ;
t = threads ;

% user-defined complex type
% logstat ('testc1(0)',t) ;  % test ops
logstat ('testc2(0,0)',t) ;  % A'*B, A+B, A*B
% logstat ('testc3(0)',t) ;  % extract column, extract submatrix
logstat ('testc4(0)',t) ;  % extractElement, setElement
% logstat ('testc5(0)',t) ;  % subref
% logstat ('testc6(0)',t) ;  % apply
logstat ('testc7(0)',t) ;  % assign
% logstat ('testc8(0)',t) ;  % eWise
% logstat ('testc9(0)',t) ;  % extractTuples
% logstat ('testca(0)',t) ;  % mxm, mxv, vxm
% logstat ('testcb(0)',t) ;  % reduce
% logstat ('testcc(0)',t) ;  % transpose

% builtin complex type: GxB_FC64
% logstat ('testc1(1)',t) ;  % test ops
% logstat ('testc2(0,1)',t) ;  % A'*B, A+B, A*B
% logstat ('testc3(1)',t) ;  % extract column, extract submatrix
% logstat ('testc4(1)',t) ;  % extractElement, setElement
% logstat ('testc5(1)',t) ;  % subref
% logstat ('testc6(1)',t) ;  % apply
logstat ('testc7(1)',t) ;  % assign
% logstat ('testc8(1)',t) ;  % eWise
% logstat ('testc9(1)',t) ;  % extractTuples
% logstat ('testca(1)',t) ;  % mxm, mxv, vxm
% logstat ('testcb(1)',t) ;  % reduce
logstat ('testcc(1)',t) ;  % transpose