1function btf_test (nmat)
2%BTF_TEST test for BTF
3% Requires CSparse (or CXSparse) and UFget
4% Example:
5%   btf_test
6% See also btf, maxtrans, strongcomp, dmperm, UFget,
7%   test1, test2, test3, test4, test5, test6.
8
9if (nargin < 1)
10    nmat = 200 ;
11end
12
13test1 (nmat) ;
14test2 (nmat) ;
15test3 (nmat) ;
16test4 (nmat) ;
17test5 (nmat) ;
18test6 ;
19
20