~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to CHOLMOD/MATLAB/Test/test8.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:
70
70
    clear Problem
71
71
    n = size (A,1) ;                                                        %#ok
72
72
 
73
 
    amd (junk) ;
 
73
    amd2 (junk) ;
74
74
    metis (junk) ;
75
75
 
76
76
    tic ;
77
 
    [p1,info] = amd (A) ;                                                   %#ok
 
77
    [p1,info] = amd2 (A) ;                                                  %#ok
78
78
    t1 = toc ;
79
79
    S1 = A (p1,p1) ;
80
80
    tic ;