1function test27
2%TEST27 test nesdis with one matrix (HB/west0479)
3% Example:
4%   test27
5% See also cholmod_test
6
7% Copyright 2007, Timothy A. Davis, http://www.suitesparse.com
8
9fprintf ('=================================================================\n');
10fprintf ('test27: test nesdis\n') ;
11
12Prob = ssget ('HB/west0479') ;
13dg (Prob.A) ;
14
15fprintf ('test27 passed\n') ;
16