function x = cs_reach(L,b) %#ok %CS_REACH non-recursive reach (interface to CSparse cs_reach) % find nonzero pattern of x=L\sparse(b). L must be sparse, real, and lower % triangular. b must be a real sparse vector. % % Example: % x = cs_reach(L,b) % See also: cs_demo % Copyright 2006, Timothy A. Davis. % http://www.cise.ufl.edu/research/sparse error ('cs_reach mexFunction not found') ;