annotate ROADMAP @ 12134:6c54ad0fde04 release-3-4-x ss-3-3-90

update copyright and version info for release branch
author John W. Eaton <jwe@octave.org>
date Sat, 22 Jan 2011 13:50:32 -0500
parents 3c323dde0f85
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
1 An overview of the directory layout of Octave's source files:
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
2
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3 doc -- Texinfo documentation for Octave
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
4
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
5 examples -- some example files
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
6
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7 libcruft -- various numerical libraries (mostly Fortran)
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
8 amos * bessel functions
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
9 blas-xtra * wrappers for blas functions used in Octave
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
10 daspk * large scale differential algebraic equation solver
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
11 dasrt * differential algebraic equation solver with root finding
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12 dassl * differential-algebraic system solver
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
13 fftpack * subroutines for fast fourier transforms
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
14 lapack-xtra * wrappers for lapack functions used in Octave
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
15 misc * miscellaneous utilities
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
16 odepack * odinary differential equation solver
3185
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 2484
diff changeset
17 ordered-qz * code for ordering eigenvalues for QZ factorization
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
18 quadpack * subroutines for numerical integration
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
19 ranlib * random number generators
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
20 slatec-err * slatec error handling library
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
21 slatec-fn * various special function subroutines
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
22
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
23 liboctave -- the C++ interfaces to the numerical libraries and
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
24 various OS facilities
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
25
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
26 scripts -- functions written in the Octave language
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
27 audio * play and record sound files (system dependent)
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
28 deprecated * older deprecated functions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
29 elfun * elementary mathematical functions
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
30 @ftp * ftp object class
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
31 general * utility functions
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
32 geometry * geometry algorithms
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
33 image * image processing
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
34 help * help subsystem functions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
35 io * input/output functions
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
36 linear-algebra * linear algebra stuff
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
37 miscellaneous * stuff that doesn't fit anywhere else
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
38 optimization * zero finders and minimizers
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
39 path * functions for path manipulation
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
40 pkg * the package manager
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
41 plot * plotting functions
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
42 polynomial * polynomial manipulation
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
43 set * set manipulation
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
44 signal * signal processing
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
45 sparse * sparse matrix support
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
46 specfun * special mathematical functions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
47 special-matrix * functions for generating special types of matrices
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
48 startup * initialization functions
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
49 statistics * statistical functions, distributions, and tests
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
50 strings * character string manipulation
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
51 testfun * unit testing
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
52 time * time and date functions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
53
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
54 src -- the interpreter itself
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
55
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
56 test -- tests for the interpreter
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
57 test_*.m * fixed tests for the interpreter
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
58 fntests.m * script to run function tests embedded in C++ and .m files
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
59
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
60
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
61 John W. Eaton
9322
66fdc831c580 fix jwe email address
John W. Eaton <jwe@octave.org>
parents: 9031
diff changeset
62 jwe@octave.org
7089
9a1867b26653 [project @ 2007-10-31 20:44:43 by jwe]
jwe
parents: 6812
diff changeset
63
11482
3c323dde0f85 ROADMAP: Update guide to Octave directory structure.
Rik <octave@nomad.inbox5.com>
parents: 10603
diff changeset
64 Last updated: Mon Jan 10 21:48:42 PST 2011