File: README.txt

package info (click to toggle)
ufsparse 1.2-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,536 kB
  • ctags: 5,848
  • sloc: ansic: 89,328; makefile: 4,721; fortran: 1,991; csh: 207; sed: 162; awk: 33; java: 30; sh: 8
file content (24 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CSparse/MATLAB directory, which contains the MATLAB mexFunction interfaces
for CSparse, demos, and tests.  It includes various "textbook" files
that are printed in the book, but not a proper part of CSparse itself.
It also includes "UFget", a MATLAB interface for the UF Sparse Matrix
Collection.

Type the command "cs_install" while in this directory.  It will compile
CSparse, and add the directories:

    CSparse/MATLAB/CSparse
    CSparse/MATLAB/Demo
    CSparse/MATLAB/UFget

to your MATLAB path (see the "pathtool" command to add these to your path
permanently, for future MATLAB sessions).  It will also add the path

    CSparse/MATLAB/UFget

to your java class path (see the "javaaddpath" command).  Edit your
classpath.txt file (type the command "which claspath.txt") to add this
directory to your Java class path permanently.

To run the MATLAB demo programs, run cs_demo in the Demo directory.
To run the MATLAB test programs, run testall in the Test directory.