~ubuntu-branches/ubuntu/raring/suitesparse/raring-proposed

« back to all changes in this revision

Viewing changes to UFcollection/README.txt

  • 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
 
UFcollection, Version 1.1.0, May 31, 2007.
 
1
UFcollection, Version 1.1.1, Nov 1, 2007.
2
2
 
3
3
UFcollection is a MATLAB toolbox for managing the UF Sparse Matrix Collection.
4
4
If you are a MATLAB user of the collection, you would not normally need to use
131
131
 
132
132
    Save to a MATLAB mat-file.  In the mat directory, do:
133
133
 
134
 
    save (Problem.name, 'Problem') ;
 
134
    save (Problem.name, 'Problem', '-v7') ;
135
135
 
136
136
5) Compute matrix statistics and extend the UF_Index:
137
137
 
138
138
    UFindex (ids)
139
139
 
140
140
    where ids is a list of the new matrix id's.
 
141
 
 
142
    If updating UF_Index.mat, a copy must exist in the current directory for
 
143
    UFindex to find it.  (At UF, do so in the 2sparse/Matrix directory,
 
144
    and copy the current UF_Index.mat there first).
 
145
 
141
146
    Copy the new UF_Index.mat file into /cise/research/sparse/public_html/mat.
142
147
 
143
148
6) Update the web pages:
144
149
 
 
150
    In the /cise/research/sparse/public_html directory, do:
 
151
 
145
152
    UFlists
146
153
    UFpages (1, ids)
147
154
 
148
 
7) Export the matrix in Matrix Market and Rutherford/Boeing formats:
 
155
7) Export the matrix in Matrix Market and Rutherford/Boeing formats.
149
156
 
150
157
    UFexport (ids)
151
158
 
 
159
    or
 
160
 
 
161
    UFexport (ids, 'check')
 
162
 
152
163
    then tar and compress the resulting MM/Group/Name and RB/Group/Name
153
164
    directories, one per Problem (if UFexport has not already done so).
 
165
    Copy the MM and RB matrices from the 2sparse/MM and /RB directories into
 
166
    the sparse/public_html directory.
154
167
 
155
168
8) Make the collection world-readable.  In /cise/research/sparse/public_html do:
156
169