1function cs_print (A,brief)                                                 %#ok
2%CS_PRINT print the contents of a sparse matrix.
3%   cs_print(A) prints a sparse matrix. cs_print(A,1) prints just a few entries.
4%
5%   Example:
6%       Prob = ssget ('vanHeukelum/cage3') ; A = Prob.A
7%       cs_print (A) ;
8%
9%   See also: DISPLAY.
10
11% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
12
13error ('cs_print mexFunction not found') ;
14