annotate README.ftp @ 8987:542015fada9e

Eliminate the workspace in sparse transpose. The output's cidx (column start offset array) can serve as the workspace, so the routines operate in the space of their output.
author Jason Riedy <jason@acm.org>
date Mon, 16 Mar 2009 17:03:07 -0400
parents 5eb3db6e4042
children 66fdc831c580
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1 This directory contains the source for Octave, a high-level interactive
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2 language for solving numerical problems. See the files README.octave
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3 and Announce for more general information, and the file NEWS for a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
4 list of recent changes.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
5
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
6 Binary distributions:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7 --------------------
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
8
3900
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
9 Octave binaries are no longer distributed from this site.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10
3900
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
11 Packaged versions of Octave for various GNU/Linux systems are available
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
12 with the major GNU/Linux distributions (Debian, Red Hat, SuSE, etc.).
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
13
4624
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
14 Binary distributions of Octave for Mac OS X are available as part of
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
15 the fink project: http://fink.sourceforge.net
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
16
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
17 The file README.Windows provides instructions for installing Octave on
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
18 Windows systems.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
19
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
20 A note about .gz files:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
21 ----------------------
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
22
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
23 Files with names ending in `.gz' have been compressed with `gzip'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
24
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
25 Unlike the compress utility, gzip is free of any known software
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
26 patents and tends to compress better anyway. Gzip can uncompress
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
27 `compress'-compressed files too, so you can install it as "uncompress"
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
28 and use it to handle both types of files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
29
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
30 The gzip program is available in the directory /pub/gnu in shar, tar,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
31 or gzipped tar format (for those who already have a prior version of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
32 gzip and want faster data transmission). It works on virtually every
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
33 unix system, MSDOS, OS/2, and VMS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
34
7088
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 4624
diff changeset
35
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
36 John W. Eaton
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
37 jwe@bevo.che.wisc.edu
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
38 University of Wisconsin-Madison
7088
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 4624
diff changeset
39 Department of Chemical & Biological Engineering
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 4624
diff changeset
40
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 4624
diff changeset
41 Last updated: Wed, 31 Oct 2007 16:28:00 EDT