~ubuntu-branches/ubuntu/oneiric/suitesparse/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
function x = cs_ipvec (b,p)                                                 %#ok
%CS_IPVEC x(p)=b
%
% Example:
%   x = cs_ipvec (b,p)
% See also: cs_demo

%   Copyright 2006-2007, Timothy A. Davis.
%   http://www.cise.ufl.edu/research/sparse

error ('cs_ipvec mexFunction not found') ;