1function r = cs_rowcnt(A,parent,post)                                       %#ok
2%CS_ROWCNT row counts for sparse Cholesky
3% Compute the row counts of the Cholesky factor L of the matrix A.  Uses
4% the lower triangular part of A.
5%
6% Example:
7%   r = cs_rowcnt(A,parent,post)
8% See also: cs_demo
9
10% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
11
12error ('cs_rowcnt mexFunction not found') ;
13
14