annotate ROADMAP @ 10843:229675bb7647 ss-3-3-52

version is now 3.3.52
author John W. Eaton <jwe@octave.org>
date Sun, 01 Aug 2010 11:49:45 -0400
parents d909c4c14b63
children 3c323dde0f85
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 Here is an attempt at a simple explanation of the directory layout for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2 Octave's source files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
4 dlfcn -- dlopen, dlsym, dlerror, and dlclose for AIX
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
5
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
6 doc -- Texinfo documentation for Octave
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 emacs -- Emacs lisp stuff
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
9
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
10 examples -- some example files
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
11
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12 libcruft -- various numerical libraries (mostly Fortran)
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
13 amos * bessel functions
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
14 blas * basic linear algebra subroutines
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
15 blas-xtra * wrappers for blas functions used in Octave
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
16 daspk * large scale differential algebraic equation solver
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
17 dasrt * differential algebraic equation solver with root finding
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
18 dassl * differential-algebraic system solver
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
19 fftpack * subroutines for fast fourier transforms
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
20 lapack * linear algebra package
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
21 lapack-xtra * wrappers for lapack functions used in Octave
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
22 minpack * nonlinear equation solver
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
23 misc * miscellaneous utilities
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
24 odepack * odinary differential equation solver
3185
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 2484
diff changeset
25 ordered-qz * code for ordering eigenvalues for QZ factorization
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
26 quadpack * subroutines for numerical integration
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
27 ranlib * random number generators
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
28 slatec-err * slatec error handling library
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
29 slatec-fn * various special function subroutines
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
30
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
31 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
32 various OS facilities
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
33
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
34 scripts -- functions written in the Octave language
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
35 audio * play and record sound files (system dependent)
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
36 control * control theory
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
37 deprecated * older deprecated functions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
38 elfun * elementary mathematical functions
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
39 finance * financial functions
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
40 general * utility functions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
41 image * image processing
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
42 io * input/output functions
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
43 linear-algebra * linear algebra stuff
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
44 miscellaneous * stuff that doesn't fit anywhere else
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
45 optimization * optimizers
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
46 path * functions for path handling
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
47 pkg * the package manager
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
48 plot * plotting
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
49 polynomial * polynomial manipulation
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
50 quaternion * quaternions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
51 set * set manipulation
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
52 signal * signal processing
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
53 sparse * sparse matrix support
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
54 specfun * special mathematical functions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
55 special-matrix * functions for generating special types of matrices
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
56 startup * initialization functions
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2330
diff changeset
57 statistics * statistical stuff
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
58 strings * character string manipulation
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 3185
diff changeset
59 testfun * unit testing
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
60 time * time and date functions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
61
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
62 src -- the interpreter itself
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
63
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
64 test -- tests for the interpreter
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
65 config * configuration files for DejaGnu
9031
1052a66078cf Documentation cleanup of top-level Octave directory (READMEs, INSTALL)
Rik <rdrider0-list@yahoo.com>
parents: 7089
diff changeset
66 octave.test * subdirectories containing actual tests are here
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
67
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
68
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
69 John W. Eaton
9322
66fdc831c580 fix jwe email address
John W. Eaton <jwe@octave.org>
parents: 9031
diff changeset
70 jwe@octave.org
7089
9a1867b26653 [project @ 2007-10-31 20:44:43 by jwe]
jwe
parents: 6812
diff changeset
71
9a1867b26653 [project @ 2007-10-31 20:44:43 by jwe]
jwe
parents: 6812
diff changeset
72 Last updated: Wed, 31 Oct 2007 16:44:04 EDT