Mercurial > hg > octave-nkf
comparison ROADMAP @ 2484:ccaffe93c32f
[project @ 1996-11-07 23:24:46 by jwe]
author | jwe |
---|---|
date | Thu, 07 Nov 1996 23:25:37 +0000 |
parents | 12ff450cbb1f |
children | 9580887dd160 |
comparison
equal
deleted
inserted
replaced
2483:33404d96ddb7 | 2484:ccaffe93c32f |
---|---|
3 | 3 |
4 doc -- Texinfo documentation for Octave | 4 doc -- Texinfo documentation for Octave |
5 | 5 |
6 emacs -- Emacs lisp stuff | 6 emacs -- Emacs lisp stuff |
7 | 7 |
8 examples -- some example files | |
9 | |
8 glob -- filename globbing functions | 10 glob -- filename globbing functions |
9 | 11 |
10 info -- a modified version of the GNU Info reader | 12 info -- a modified version of the GNU Info reader |
11 | 13 |
12 kpathsea -- Karl Berry's path searching library | 14 kpathsea -- Karl Berry's path searching library |
13 | |
14 liboctave -- the C++ interfaces to the numerical libraries and | |
15 various OS facilities. | |
16 | 15 |
17 libcruft -- various numerical libraries (mostly Fortran) | 16 libcruft -- various numerical libraries (mostly Fortran) |
18 balgen * balancing subroutines for eigenvalue computations | 17 balgen * balancing subroutines for eigenvalue computations |
19 blas * basic linear algebra subroutines | 18 blas * basic linear algebra subroutines |
20 dassl * differential-algebraic system solver | 19 dassl * differential-algebraic system solver |
28 quadpack * subroutines for numerical integration | 27 quadpack * subroutines for numerical integration |
29 ranlib * random number generators | 28 ranlib * random number generators |
30 slatec-fn * various special function subroutines | 29 slatec-fn * various special function subroutines |
31 villad * subroutines for orthogonal collocation weights | 30 villad * subroutines for orthogonal collocation weights |
32 | 31 |
33 make -- make stuff used by kpathsea | 32 liboctave -- the C++ interfaces to the numerical libraries and |
33 various OS facilities. | |
34 | 34 |
35 plplot -- the plplot plotting package | 35 make -- configuration and makefile stuff for kpathsea |
36 | 36 |
37 readline -- GNU readline library (from bash), slightly modified | 37 readline -- GNU readline library (from bash), slightly modified |
38 | 38 |
39 scripts -- functions written in the Octave language | 39 scripts -- functions written in the Octave language |
40 audio * play and record sound files (system dependent) | |
41 control * control theory | |
42 elfun * elementary mathematical functions | |
43 general * utility functions | |
40 image * image processing | 44 image * image processing |
41 control * control theory | 45 io * input/output functions |
42 set * set manipulation | 46 linear-algebra * linear algebra stuff |
43 general * utility functions | 47 miscellaneous * stuff that doesn't fit anywhere else |
44 statistics * statistical stuff | |
45 plot * plotting | 48 plot * plotting |
46 polynomial * polynomial manipulation | 49 polynomial * polynomial manipulation |
47 linear-algebra * linear algebra stuff | 50 set * set manipulation |
48 miscellaneous * stuff that doesn't fit anywhere else | |
49 signal * signal processing | 51 signal * signal processing |
50 specfun * special mathematical functions | 52 specfun * special mathematical functions |
51 special-matrix * functions for generating special types of matrices | 53 special-matrix * functions for generating special types of matrices |
52 elfun * elementary mathematical functions | |
53 startup * initialization functions | 54 startup * initialization functions |
55 statistics * statistical stuff | |
54 strings * character string manipulation | 56 strings * character string manipulation |
55 time * time and date functions | 57 time * time and date functions |
56 | 58 |
57 src -- the interpreter itself | 59 src -- the interpreter itself |
58 | 60 |