1function x = cs_pvec (b,p)                                                  %#ok
2%CS_PVEC x=b(p)
3%
4% Example:
5%   x = cs_pvec (b,p)
6% See also: cs_demo
7
8% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
9
10error ('cs_pvec mexFunction not found') ;
11
12