1function A = cs_sparse2 (i,j,x)                                             %#ok
2%CS_SPARSE2 same as cs_sparse, to test cs_entry function
3% A = cs_sparse2 (i,j,x), removing duplicates and numerically zero entries,
4% and returning A sorted (test cs_entry)
5%
6% Example:
7%   A = cs_sparse2 (i,j,x)
8% See also: cs_demo
9
10% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
11
12error ('cs_sparse2 mexFunction not found') ;
13
14