~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to KLU/MATLAB/Test/klu_test.m

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function klu_test (nmat)
 
2
%klu_test KLU test
 
3
% Example:
 
4
%   klu_test
 
5
%
 
6
% See also klu
 
7
 
 
8
% Copyright 2004-2007 Timothy A. Davis, Univ. of Florida
 
9
% http://www.cise.ufl.edu/research/sparse
 
10
 
 
11
if (nargin < 1)
 
12
    nmat = 500 ;
 
13
end
 
14
 
 
15
test1 (nmat) ;
 
16
test2 (nmat) ;
 
17
test3 ;
 
18
test4 (nmat) ;
 
19
test5  ;