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

« back to all changes in this revision

Viewing changes to CSparse/MATLAB/UFget/UFweb.m

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
function stats = UFweb (matrix, opts)
2
 
%UFweb opens the URL for a matrix in the UF sparse matrix collection.
 
2
%UFWEB opens the URL for a matrix.
3
3
%
4
4
%   UFweb(matrix) opens the URL for a matrix.  This parameter can be a string,
5
5
%   or an integer.  If it is a string with no "/" character, the web page for a
13
13
%
14
14
%       UFweb (6)
15
15
%       UFweb ('HB/arc130')
16
 
%       stats = UFweb (6)
 
16
%       stats = UFweb (6)
17
17
%
18
18
%   The latter also returns statistics about the matrix or matrix group.
19
19
%   To display the web page for the HB (Harwell-Boeing) group:
33
33
%
34
34
%   See also web, UFget, UFget_defaults.
35
35
 
36
 
%   Copyright 2006, Tim Davis, University of Florida.
 
36
%   Copyright 2007, Tim Davis, University of Florida.
37
37
 
38
38
params = UFget_defaults ;
39
39
UF_Index = UFget ;