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

« back to all changes in this revision

Viewing changes to CXSparse/MATLAB/README.txt

  • 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
CXSparse/MATLAB directory, which contains the MATLAB mexFunction interfaces
 
2
for CXSparse, demos, and tests.  It includes various "textbook" files
 
3
that are printed in the book, but not a proper part of CSparse itself.
 
4
It also includes "UFget", a MATLAB interface for the UF Sparse Matrix
 
5
Collection.
 
6
 
 
7
Type the command "cs_install" while in this directory.  It will compile
 
8
CSparse, and add the directories:
 
9
 
 
10
    CXSparse/MATLAB/CSparse
 
11
    CXSparse/MATLAB/Demo
 
12
    CXSparse/MATLAB/UFget
 
13
 
 
14
to your MATLAB path (see the "pathtool" command to add these to your path
 
15
permanently, for future MATLAB sessions).
 
16
 
 
17
To run the MATLAB demo programs, run cs_demo in the Demo directory.
 
18
This demo will work whether or not your compiler supports the complex type.
 
19
 
 
20
To run the MATLAB test programs, run testall in the Test directory.
 
21
However, you may run the tests in the Test directory only if your compiler
 
22
supports the ANSI C99 complex type.  If it does not support the ANSI C99
 
23
complex type, the tests in the Test directory will fail, since the codes there
 
24
test both the real and complex cases in CXSparse.