Mercurial > hg > octave-nkf
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 |
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 | 2 |
2330 | 3 doc -- Texinfo documentation for Octave |
4 | |
2484 | 5 examples -- some example files |
6 | |
2330 | 7 libcruft -- various numerical libraries (mostly Fortran) |
6812 | 8 amos * bessel functions |
9 blas-xtra * wrappers for blas functions used in Octave | |
10 daspk * large scale differential algebraic equation solver | |
11 dasrt * differential algebraic equation solver with root finding | |
2330 | 12 dassl * differential-algebraic system solver |
13 fftpack * subroutines for fast fourier transforms | |
6812 | 14 lapack-xtra * wrappers for lapack functions used in Octave |
2330 | 15 misc * miscellaneous utilities |
16 odepack * odinary differential equation solver | |
3185 | 17 ordered-qz * code for ordering eigenvalues for QZ factorization |
2330 | 18 quadpack * subroutines for numerical integration |
19 ranlib * random number generators | |
6812 | 20 slatec-err * slatec error handling library |
2330 | 21 slatec-fn * various special function subroutines |
22 | |
2484 | 23 liboctave -- the C++ interfaces to the numerical libraries and |
6812 | 24 various OS facilities |
2330 | 25 |
26 scripts -- functions written in the Octave language | |
2484 | 27 audio * play and record sound files (system dependent) |
6812 | 28 deprecated * older deprecated functions |
2484 | 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 | 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 | 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 | 35 io * input/output functions |
36 linear-algebra * linear algebra stuff | |
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 | 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 | 42 polynomial * polynomial manipulation |
2484 | 43 set * set manipulation |
2330 | 44 signal * signal processing |
6812 | 45 sparse * sparse matrix support |
2330 | 46 specfun * special mathematical functions |
47 special-matrix * functions for generating special types of matrices | |
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 | 50 strings * character string manipulation |
6812 | 51 testfun * unit testing |
2330 | 52 time * time and date functions |
53 | |
54 src -- the interpreter itself | |
55 | |
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 | 59 |
60 | |
61 John W. Eaton | |
9322 | 62 jwe@octave.org |
7089 | 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 |