~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to CSparse/MATLAB/Test/cs_ipvec.m

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2006-12-22 10:16:15 UTC
  • Revision ID: james.westby@ubuntu.com-20061222101615-2ohaj8902oix2rnk
Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function x = cs_ipvec (b,p)                                                 %#ok
 
2
%CS_IPVEC x(p)=b
 
3
%
 
4
% Example:
 
5
%   x = cs_ipvec (b,p)
 
6
% See also: cs_demo
 
7
 
 
8
%   Copyright 2006, Timothy A. Davis.
 
9
%   http://www.cise.ufl.edu/research/sparse
 
10
 
 
11
error ('cs_ipvec mexFunction not found') ;
 
12