View | Details | Raw Unified | Return to bug 156603
Collapse All | Expand All

(-)octave/Makefile (-28 / +15 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	octave
8
PORTNAME=	octave
9
PORTVERSION=	3.2.4
9
PORTVERSION=	3.4.0
10
PORTREVISION=	4
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	ftp://ftp.octave.org/pub/octave/ \
11
MASTER_SITES=	ftp://ftp.gnu.org/gnu/octave/ \
13
		ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
12
		ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
14
13
15
MAINTAINER=	maho@FreeBSD.org
14
MAINTAINER=	maho@FreeBSD.org
Lines 18-26 Link Here
18
BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot \
17
BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot \
19
		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
18
		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
20
		gsed:${PORTSDIR}/textproc/gsed \
19
		gsed:${PORTSDIR}/textproc/gsed \
21
		dvips:${PORTSDIR}/print/dvipsk-tetex
20
		dvips:${PORTSDIR}/print/dvipsk-tetex \
21
		${PREFIX}/bin/makeinfo:${PORTSDIR}/print/texinfo
22
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
22
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
23
		gsed:${PORTSDIR}/textproc/gsed
23
		gsed:${PORTSDIR}/textproc/gsed \
24
		${PREFIX}/bin/makeinfo:${PORTSDIR}/print/texinfo
24
LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
25
LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
25
		glpk.28:${PORTSDIR}/math/glpk \
26
		glpk.28:${PORTSDIR}/math/glpk \
26
		umfpack.1:${PORTSDIR}/math/suitesparse \
27
		umfpack.1:${PORTSDIR}/math/suitesparse \
Lines 39-46 Link Here
39
GNU_CONFIGURE=	yes
40
GNU_CONFIGURE=	yes
40
USE_AUTOTOOLS=	autoconf
41
USE_AUTOTOOLS=	autoconf
41
42
42
INFO=		octave liboctave
43
INFO=		octave liboctave OctaveFAQ
43
MAN1=		octave.1 octave-bug.1 mkoctfile.1 octave-config.1
44
MAN1=		octave.1 mkoctfile.1 octave-config.1
44
45
45
OPTIONS=	LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on
46
OPTIONS=	LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on
46
47
Lines 90-104 Link Here
90
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
91
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
91
		CC="${CC}" \
92
		CC="${CC}" \
92
		CXX="${CXX}" \
93
		CXX="${CXX}" \
93
		TERMIOS_H="termios.h"
94
		MAKEINFO=${PREFIX}/bin/makeinfo
94
CONFIGURE_ARGS=	--host=${GNU_HOST} \
95
CONFIGURE_ARGS=	--host=${GNU_HOST} \
95
		--with-blas="-L${LOCALBASE}/lib ${BLAS}" \
96
		--with-blas="-L${LOCALBASE}/lib ${BLAS}" \
96
		--with-lapack="${LAPACK}" \
97
		--with-lapack="${LAPACK}" \
97
		--enable-shared
98
		--enable-shared
98
99
99
SUB_FILES=	octave
100
SUB_LIST=	OCTAVE_VERSION="${OCTAVE_VERSION}" GNU_HOST="${GNU_HOST}"
101
102
.if (${OSVERSION} <= 700000)
100
.if (${OSVERSION} <= 700000)
103
WITH_PTMALLOC=yes
101
WITH_PTMALLOC=yes
104
.endif
102
.endif
Lines 108-135 Link Here
108
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib -lptmalloc"
106
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib -lptmalloc"
109
.endif
107
.endif
110
108
109
post-patch:
110
	${REINPLACE_CMD} 's+"makeinfo"+"/usr/local/bin/makeinfo"+' ${WRKSRC}/src/help.cc
111
111
post-install:
112
post-install:
112
	${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info
113
	${MV} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/libexec/${PORTNAME}/${PORTVERSION}/exec/${GNU_HOST}
114
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
115
	${LN} -fs ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
116
	${MKDIR} ${DESKTOPDIR}
117
	${INSTALL_DATA} ${WRKSRC}/examples/octave.desktop \
118
	${DESKTOPDIR}/www.octave.org-octave.desktop
119
.if !defined(NOPORTDOCS)
113
.if !defined(NOPORTDOCS)
120
	@${MKDIR} ${DOCSDIR}
114
	@${MKDIR} ${DOCSDIR}
121
.for file in faq/Octave-FAQ.ps liboctave/liboctave.ps \
115
.for file in faq/OctaveFAQ.ps liboctave/liboctave.ps \
122
	refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps
116
	refcard/refcard-a4.ps refcard/refcard-legal.ps \
117
	refcard/refcard-letter.ps interpreter/octave.ps
123
	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
118
	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
124
.endfor
119
.endfor
125
.endif
120
.endif
126
	 ${RM} -f ${WRKDIR}/PLIST
127
.for d in ${PREFIX}/include/octave-${OCTAVE_VERSION} ${PREFIX}/share/octave ${PREFIX}/libexec/octave ${PREFIX}/lib/octave-${OCTAVE_VERSION}
128
	@${FIND} -s $d -not -type d | \
129
	${SED} -e 's#^${PREFIX}/##' >> ${WRKDIR}/PLIST
130
	@${FIND} $d -type d | ${SORT} -r | \
131
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST
132
.endfor
133
	cd ${WRKDIR} ; ${SED} -i -e "/PLIST/ r PLIST" ${TMPPLIST}
134
121
135
.include <bsd.port.post.mk>
122
.include <bsd.port.post.mk>
(-)octave/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (octave-3.2.4.tar.bz2) = 48471d05c7ed9c0a5a4d5fa4ae8a857447ac3da1197f86cfe79b9d8f4fdfd147
1
SHA256 (octave-3.4.0.tar.bz2) = 0fb4f78f43320eec82477c1bbde42877e0e490a9f4903966b1682a9600ffcc2b
2
SIZE (octave-3.2.4.tar.bz2) = 12080959
2
SIZE (octave-3.4.0.tar.bz2) = 14619487
(-)octave/files/patch-libcruft+mkf77def.in (-5 / +6 lines)
Lines 1-10 Link Here
1
--- libcruft/mkf77def.in~	Sat Oct 28 08:19:17 2006
1
--- libcruft/mkf77def.in.orig	2011-02-08 04:00:51.000000000 -0600
2
+++ libcruft/mkf77def.in	Wed Jun 27 16:17:36 2007
2
+++ libcruft/mkf77def.in	2011-04-20 18:26:34.000000000 -0500
3
@@ -1,6 +1,6 @@
3
@@ -18,7 +18,7 @@
4
 #! /bin/sh
4
 # along with Octave; see the file COPYING.  If not, see
5
 # <http://www.gnu.org/licenses/>.
5
 
6
 
6
-SED=${SED:-'sed'}
7
-SED=${SED:-'sed'}
7
+SED=gsed
8
+SED=gsed
8
 AWK=${AWK:-'awk'}
9
 AWK=${AWK:-'awk'}
9
 
10
 
10
 F77_TOLOWER=%F77_APPEND_UNDERSCORE%
11
 F77_TOLOWER="@F77_APPEND_UNDERSCORE@"
(-)octave/files/patch-mkoctfile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- mkoctfile.in-orig	2008-08-27 17:46:53.000000000 -0500
1
--- mkoctfile.in.orig	2011-02-08 04:00:51.000000000 -0600
2
+++ mkoctfile.in	2008-08-27 17:47:45.000000000 -0500
2
+++ mkoctfile.in	2011-04-20 18:28:16.000000000 -0500
3
@@ -278,7 +278,7 @@
3
@@ -286,7 +286,7 @@
4
     -D*)
4
     -D*)
5
       defs="$defs $1"
5
       defs="$defs $1"
6
     ;;
6
     ;;
Lines 8-11 Link Here
8
+    -[lLR]* | -pthread | -Wl,*)
8
+    -[lLR]* | -pthread | -Wl,*)
9
       ldflags="$ldflags $1"
9
       ldflags="$ldflags $1"
10
     ;;
10
     ;;
11
     -M | --depend)
11
     -pthread)
(-)octave/files/patch-scripts+pkg+pkg.m (-8 / +8 lines)
Lines 1-11 Link Here
1
--- scripts/pkg/pkg.m~	2009-07-27 18:31:53.000000000 +0900
1
--- scripts/pkg/pkg.m.orig	2011-04-20 18:29:53.000000000 -0500
2
+++ scripts/pkg/pkg.m	2009-07-27 18:32:52.000000000 +0900
2
+++ scripts/pkg/pkg.m	2011-04-20 18:35:01.000000000 -0500
3
@@ -1247,7 +1247,7 @@
3
@@ -1326,7 +1326,7 @@
4
 
4
     ## Make.
5
     ## Make.
5
     if (exist (fullfile (src, "Makefile"), "file"))
6
     if (exist (fullfile (src, "Makefile"), "file"))
6
       [status, output] = shell (cstrcat ("export INSTALLDIR=\"", desc.dir,
7
-      [status, output] = shell (cstrcat (scenv, "make -C '", src, "'"));
7
-					 "\"; make -C '", src, "'"));
8
+      [status, output] = shell (cstrcat (scenv, "gmake -C '", src, "'"));
8
+					 "\"; gmake -C '", src, "'"));
9
       if (status != 0)
9
       if (status != 0)
10
 	rm_rf (desc.dir);
10
         rm_rf (desc.dir);
11
 	error ("'make' returned the following error: %s", output);
11
         error ("'make' returned the following error: %s", output);
(-)octave/pkg-plist (-16 / +1798 lines)
Lines 1-39 Link Here
1
bin/mkoctfile
2
bin/mkoctfile-%%OCTAVE_VERSION%%
1
bin/mkoctfile-%%OCTAVE_VERSION%%
3
bin/octave
4
bin/octave-%%OCTAVE_VERSION%%
2
bin/octave-%%OCTAVE_VERSION%%
5
bin/octave-bug
6
bin/octave-bug-%%OCTAVE_VERSION%%
7
bin/octave-config
8
bin/octave-config-%%OCTAVE_VERSION%%
3
bin/octave-config-%%OCTAVE_VERSION%%
4
include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h
5
include/octave-%%OCTAVE_VERSION%%/octave/Array.cc
6
include/octave-%%OCTAVE_VERSION%%/octave/Array.h
7
include/octave-%%OCTAVE_VERSION%%/octave/Array2.h
8
include/octave-%%OCTAVE_VERSION%%/octave/Array3.h
9
include/octave-%%OCTAVE_VERSION%%/octave/ArrayN.h
10
include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h
11
include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h
12
include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h
13
include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h
14
include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h
15
include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h
16
include/octave-%%OCTAVE_VERSION%%/octave/Cell.h
17
include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h
18
include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h
19
include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h
20
include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h
21
include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h
22
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h
23
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h
24
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h
25
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h
26
include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h
27
include/octave-%%OCTAVE_VERSION%%/octave/DAE.h
28
include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h
29
include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h
30
include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h
31
include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h
32
include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h
33
include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h
34
include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h
35
include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h
36
include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h
37
include/octave-%%OCTAVE_VERSION%%/octave/DET.h
38
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc
39
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h
40
include/octave-%%OCTAVE_VERSION%%/octave/EIG.h
41
include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h
42
include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h
43
include/octave-%%OCTAVE_VERSION%%/octave/MArray-decl.h
44
include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h
45
include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc
46
include/octave-%%OCTAVE_VERSION%%/octave/MArray.h
47
include/octave-%%OCTAVE_VERSION%%/octave/MArray2.h
48
include/octave-%%OCTAVE_VERSION%%/octave/MArrayN.h
49
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc
50
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h
51
include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h
52
include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h
53
include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h
54
include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h
55
include/octave-%%OCTAVE_VERSION%%/octave/ODE.h
56
include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h
57
include/octave-%%OCTAVE_VERSION%%/octave/ODES.h
58
include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h
59
include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h
60
include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h
61
include/octave-%%OCTAVE_VERSION%%/octave/Quad.h
62
include/octave-%%OCTAVE_VERSION%%/octave/Range.h
63
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h
64
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h
65
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h
66
include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h
67
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxCHOL.h
68
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h
69
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h
70
include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h
71
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h
72
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h
73
include/octave-%%OCTAVE_VERSION%%/octave/base-aepbal.h
74
include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h
75
include/octave-%%OCTAVE_VERSION%%/octave/base-de.h
76
include/octave-%%OCTAVE_VERSION%%/octave/base-list.h
77
include/octave-%%OCTAVE_VERSION%%/octave/base-lu.cc
78
include/octave-%%OCTAVE_VERSION%%/octave/base-lu.h
79
include/octave-%%OCTAVE_VERSION%%/octave/base-min.h
80
include/octave-%%OCTAVE_VERSION%%/octave/base-qr.cc
81
include/octave-%%OCTAVE_VERSION%%/octave/base-qr.h
82
include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h
83
include/octave-%%OCTAVE_VERSION%%/octave/boolNDArray.h
84
include/octave-%%OCTAVE_VERSION%%/octave/boolSparse.h
85
include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-decl.h
86
include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-defs.cc
87
include/octave-%%OCTAVE_VERSION%%/octave/builtins.h
88
include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h
89
include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h
90
include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h
91
include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h
92
include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h
93
include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h
94
include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h
95
include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h
96
include/octave-%%OCTAVE_VERSION%%/octave/config.h
97
include/octave-%%OCTAVE_VERSION%%/octave/cutils.h
98
include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h
99
include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h
100
include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h
101
include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h
102
include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h
103
include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h
104
include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h
105
include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h
106
include/octave-%%OCTAVE_VERSION%%/octave/dbleCHOL.h
107
include/octave-%%OCTAVE_VERSION%%/octave/dbleGEPBAL.h
108
include/octave-%%OCTAVE_VERSION%%/octave/dbleHESS.h
109
include/octave-%%OCTAVE_VERSION%%/octave/dbleLU.h
110
include/octave-%%OCTAVE_VERSION%%/octave/dbleQR.h
111
include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h
112
include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h
113
include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h
114
include/octave-%%OCTAVE_VERSION%%/octave/debug.h
115
include/octave-%%OCTAVE_VERSION%%/octave/defaults.h
116
include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h
117
include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h
118
include/octave-%%OCTAVE_VERSION%%/octave/defun.h
119
include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h
120
include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h
121
include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h
122
include/octave-%%OCTAVE_VERSION%%/octave/display.h
123
include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h
124
include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.cc
125
include/octave-%%OCTAVE_VERSION%%/octave/error.h
126
include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h
127
include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h
128
include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h
129
include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h
130
include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h
131
include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h
132
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxAEPBAL.h
133
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxCHOL.h
134
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxGEPBAL.h
135
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxHESS.h
136
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxLU.h
137
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQR.h
138
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQRP.h
139
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSCHUR.h
140
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSVD.h
141
include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h
142
include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h
143
include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h
144
include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h
145
include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h
146
include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h
147
include/octave-%%OCTAVE_VERSION%%/octave/file-io.h
148
include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h
149
include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h
150
include/octave-%%OCTAVE_VERSION%%/octave/floatAEPBAL.h
151
include/octave-%%OCTAVE_VERSION%%/octave/floatCHOL.h
152
include/octave-%%OCTAVE_VERSION%%/octave/floatGEPBAL.h
153
include/octave-%%OCTAVE_VERSION%%/octave/floatHESS.h
154
include/octave-%%OCTAVE_VERSION%%/octave/floatLU.h
155
include/octave-%%OCTAVE_VERSION%%/octave/floatQR.h
156
include/octave-%%OCTAVE_VERSION%%/octave/floatQRP.h
157
include/octave-%%OCTAVE_VERSION%%/octave/floatSCHUR.h
158
include/octave-%%OCTAVE_VERSION%%/octave/floatSVD.h
159
include/octave-%%OCTAVE_VERSION%%/octave/functor.h
160
include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h
161
include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-renderer.h
162
include/octave-%%OCTAVE_VERSION%%/octave/gl2ps.h
163
include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h
164
include/octave-%%OCTAVE_VERSION%%/octave/graphics-props.cc
165
include/octave-%%OCTAVE_VERSION%%/octave/graphics.h
166
include/octave-%%OCTAVE_VERSION%%/octave/gripes.h
167
include/octave-%%OCTAVE_VERSION%%/octave/help.h
168
include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h
169
include/octave-%%OCTAVE_VERSION%%/octave/input.h
170
include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h
171
include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h
172
include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h
173
include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h
174
include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc
175
include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h
176
include/octave-%%OCTAVE_VERSION%%/octave/kpse.cc
177
include/octave-%%OCTAVE_VERSION%%/octave/lex.h
178
include/octave-%%OCTAVE_VERSION%%/octave/lo-array-gripes.h
179
include/octave-%%OCTAVE_VERSION%%/octave/lo-cutils.h
180
include/octave-%%OCTAVE_VERSION%%/octave/lo-error.h
181
include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h
182
include/octave-%%OCTAVE_VERSION%%/octave/lo-macros.h
183
include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h
184
include/octave-%%OCTAVE_VERSION%%/octave/lo-math.h
185
include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h
186
include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h
187
include/octave-%%OCTAVE_VERSION%%/octave/lo-traits.h
188
include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h
189
include/octave-%%OCTAVE_VERSION%%/octave/load-path.h
190
include/octave-%%OCTAVE_VERSION%%/octave/load-save.h
191
include/octave-%%OCTAVE_VERSION%%/octave/ls-ascii-helper.h
192
include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h
193
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h
194
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h
195
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h
196
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h
197
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h
198
include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h
199
include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h
200
include/octave-%%OCTAVE_VERSION%%/octave/mex.h
201
include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h
202
include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h
203
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h
204
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h
205
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h
206
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h
207
include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h
208
include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h
209
include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h
210
include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-pm.h
211
include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h
212
include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h
213
include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h
214
include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h
215
include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h
216
include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h
217
include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h
218
include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h
219
include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h
220
include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h
221
include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h
222
include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h
223
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fcm.h
224
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fdm.h
225
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fm.h
226
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fs.h
227
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fcdm.h
228
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fdm.h
229
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fm.h
230
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fs.h
231
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-pm.h
232
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fnda.h
233
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fs.h
234
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fdm.h
235
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fm.h
236
include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fnda.h
237
include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcdm.h
238
include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcm.h
239
include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcs.h
240
include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fm.h
241
include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcdm.h
242
include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcm.h
243
include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcs.h
244
include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fdm.h
245
include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-pm.h
246
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcnda.h
247
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcs.h
248
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16.h
249
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16nda.h
250
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32.h
251
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32nda.h
252
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64.h
253
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64nda.h
254
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8.h
255
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8nda.h
256
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16.h
257
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16nda.h
258
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32.h
259
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32nda.h
260
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64.h
261
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64nda.h
262
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8.h
263
include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8nda.h
264
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcdm.h
265
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcm.h
266
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcnda.h
267
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i16nda.h
268
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i32nda.h
269
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i64nda.h
270
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i8nda.h
271
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui16nda.h
272
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui32nda.h
273
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui64nda.h
274
include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui8nda.h
275
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-fnda.h
276
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h
277
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h
278
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h
279
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h
280
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h
281
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h
282
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h
283
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h
284
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fnda.h
285
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fs.h
286
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h
287
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h
288
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h
289
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h
290
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h
291
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h
292
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h
293
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h
294
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h
295
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h
296
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h
297
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h
298
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h
299
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h
300
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h
301
include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h
302
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-fnda.h
303
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h
304
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h
305
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h
306
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h
307
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h
308
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h
309
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h
310
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h
311
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fnda.h
312
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fs.h
313
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h
314
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h
315
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h
316
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h
317
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h
318
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h
319
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h
320
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h
321
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h
322
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h
323
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h
324
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h
325
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h
326
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h
327
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h
328
include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h
329
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-fnda.h
330
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h
331
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h
332
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h
333
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h
334
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h
335
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h
336
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h
337
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h
338
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fnda.h
339
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fs.h
340
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h
341
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h
342
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h
343
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h
344
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h
345
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h
346
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h
347
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h
348
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h
349
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h
350
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h
351
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h
352
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h
353
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h
354
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h
355
include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h
356
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-fnda.h
357
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h
358
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h
359
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h
360
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h
361
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h
362
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h
363
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h
364
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h
365
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fnda.h
366
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fs.h
367
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h
368
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h
369
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h
370
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h
371
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h
372
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h
373
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h
374
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h
375
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h
376
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h
377
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h
378
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h
379
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h
380
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h
381
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h
382
include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h
383
include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc
384
include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h
385
include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h
386
include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h
387
include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h
388
include/octave-%%OCTAVE_VERSION%%/octave/mx-m-pm.h
389
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h
390
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h
391
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h
392
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h
393
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h
394
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h
395
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h
396
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h
397
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h
398
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h
399
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h
400
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h
401
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h
402
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h
403
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h
404
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h
405
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h
406
include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h
407
include/octave-%%OCTAVE_VERSION%%/octave/mx-op-decl.h
408
include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h
409
include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h
410
include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-cm.h
411
include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fcm.h
412
include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fm.h
413
include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-m.h
414
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h
415
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h
416
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h
417
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h
418
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h
419
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h
420
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h
421
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h
422
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h
423
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h
424
include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h
425
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-fnda.h
426
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h
427
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h
428
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h
429
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h
430
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h
431
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h
432
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h
433
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h
434
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fnda.h
435
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fs.h
436
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h
437
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h
438
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h
439
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h
440
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h
441
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h
442
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h
443
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h
444
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h
445
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h
446
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h
447
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h
448
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h
449
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h
450
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h
451
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h
452
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-fnda.h
453
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h
454
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h
455
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h
456
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h
457
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h
458
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h
459
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h
460
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h
461
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fnda.h
462
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fs.h
463
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h
464
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h
465
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h
466
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h
467
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h
468
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h
469
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h
470
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h
471
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h
472
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h
473
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h
474
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h
475
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h
476
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h
477
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h
478
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h
479
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-fnda.h
480
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h
481
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h
482
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h
483
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h
484
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h
485
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h
486
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h
487
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h
488
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fnda.h
489
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fs.h
490
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h
491
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h
492
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h
493
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h
494
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h
495
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h
496
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h
497
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h
498
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h
499
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h
500
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h
501
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h
502
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h
503
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h
504
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h
505
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h
506
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-fnda.h
507
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h
508
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h
509
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h
510
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h
511
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h
512
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h
513
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h
514
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h
515
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fnda.h
516
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fs.h
517
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h
518
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h
519
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h
520
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h
521
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h
522
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h
523
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h
524
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h
525
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h
526
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h
527
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h
528
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h
529
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h
530
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h
531
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h
532
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h
533
include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h
534
include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h
535
include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h
536
include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h
537
include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h
538
include/octave-%%OCTAVE_VERSION%%/octave/oct-convn.h
539
include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h
540
include/octave-%%OCTAVE_VERSION%%/octave/oct-errno.h
541
include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h
542
include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h
543
include/octave-%%OCTAVE_VERSION%%/octave/oct-glob.h
544
include/octave-%%OCTAVE_VERSION%%/octave/oct-gperf.h
545
include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h
546
include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5.h
547
include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h
548
include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h
549
include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h
550
include/octave-%%OCTAVE_VERSION%%/octave/oct-locbuf.h
551
include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h
552
include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h
553
include/octave-%%OCTAVE_VERSION%%/octave/oct-md5.h
554
include/octave-%%OCTAVE_VERSION%%/octave/oct-mem.h
555
include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h
556
include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h
557
include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h
558
include/octave-%%OCTAVE_VERSION%%/octave/oct-openmp.h
559
include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h
560
include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h
561
include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h
562
include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h
563
include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h
564
include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h
565
include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h
566
include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h
567
include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc
568
include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h
569
include/octave-%%OCTAVE_VERSION%%/octave/oct-sparse.h
570
include/octave-%%OCTAVE_VERSION%%/octave/oct-spparms.h
571
include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h
572
include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h
573
include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h
574
include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h
575
include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h
576
include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h
577
include/octave-%%OCTAVE_VERSION%%/octave/oct.h
578
include/octave-%%OCTAVE_VERSION%%/octave/octave.h
579
include/octave-%%OCTAVE_VERSION%%/octave/op-dm-template.cc
580
include/octave-%%OCTAVE_VERSION%%/octave/op-dms-template.cc
581
include/octave-%%OCTAVE_VERSION%%/octave/op-int.h
582
include/octave-%%OCTAVE_VERSION%%/octave/op-pm-template.cc
583
include/octave-%%OCTAVE_VERSION%%/octave/ops.h
584
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.cc
585
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.h
586
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.cc
587
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h
588
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.cc
589
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h
590
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.cc
591
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h
592
include/octave-%%OCTAVE_VERSION%%/octave/ov-base-sparse.h
593
include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h
594
include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.cc
595
include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h
596
include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-sparse.h
597
include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h
598
include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h
599
include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h
600
include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h
601
include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h
602
include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h
603
include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h
604
include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h
605
include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-diag.h
606
include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h
607
include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h
608
include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h
609
include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h
610
include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h
611
include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h
612
include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h
613
include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h
614
include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h
615
include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h
616
include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h
617
include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h
618
include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h
619
include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h
620
include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h
621
include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h
622
include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h
623
include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h
624
include/octave-%%OCTAVE_VERSION%%/octave/ov-lazy-idx.h
625
include/octave-%%OCTAVE_VERSION%%/octave/ov-mex-fcn.h
626
include/octave-%%OCTAVE_VERSION%%/octave/ov-null-mat.h
627
include/octave-%%OCTAVE_VERSION%%/octave/ov-perm.h
628
include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h
629
include/octave-%%OCTAVE_VERSION%%/octave/ov-re-diag.h
630
include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h
631
include/octave-%%OCTAVE_VERSION%%/octave/ov-re-sparse.h
632
include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h
633
include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h
634
include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h
635
include/octave-%%OCTAVE_VERSION%%/octave/ov-type-conv.h
636
include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h
637
include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h
638
include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h
639
include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h
640
include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h
641
include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h
642
include/octave-%%OCTAVE_VERSION%%/octave/ov.h
643
include/octave-%%OCTAVE_VERSION%%/octave/pager.h
644
include/octave-%%OCTAVE_VERSION%%/octave/parse.h
645
include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h
646
include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h
647
include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h
648
include/octave-%%OCTAVE_VERSION%%/octave/procstream.h
649
include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h
650
include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h
651
include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h
652
include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h
653
include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h
654
include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h
655
include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h
656
include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h
657
include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h
658
include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h
659
include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h
660
include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h
661
include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h
662
include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h
663
include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h
664
include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h
665
include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h
666
include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h
667
include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h
668
include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h
669
include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h
670
include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h
671
include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h
672
include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h
673
include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h
674
include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h
675
include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h
676
include/octave-%%OCTAVE_VERSION%%/octave/pt.h
677
include/octave-%%OCTAVE_VERSION%%/octave/quit.h
678
include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h
679
include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h
680
include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h
681
include/octave-%%OCTAVE_VERSION%%/octave/regex-match.h
682
include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h
683
include/octave-%%OCTAVE_VERSION%%/octave/siglist.h
684
include/octave-%%OCTAVE_VERSION%%/octave/smx-bm-sbm.h
685
include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-scm.h
686
include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-sm.h
687
include/octave-%%OCTAVE_VERSION%%/octave/smx-cs-sm.h
688
include/octave-%%OCTAVE_VERSION%%/octave/smx-m-scm.h
689
include/octave-%%OCTAVE_VERSION%%/octave/smx-m-sm.h
690
include/octave-%%OCTAVE_VERSION%%/octave/smx-s-scm.h
691
include/octave-%%OCTAVE_VERSION%%/octave/smx-sbm-bm.h
692
include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-cm.h
693
include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-m.h
694
include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-s.h
695
include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-sm.h
696
include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cm.h
697
include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cs.h
698
include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-m.h
699
include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-scm.h
700
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.cc
701
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.h
702
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.cc
703
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.h
704
include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.cc
705
include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h
706
include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h
707
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h
708
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h
709
include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h
710
include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h
711
include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h
712
include/octave-%%OCTAVE_VERSION%%/octave/symtab.h
713
include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h
714
include/octave-%%OCTAVE_VERSION%%/octave/sysdir.h
715
include/octave-%%OCTAVE_VERSION%%/octave/syswait.h
716
include/octave-%%OCTAVE_VERSION%%/octave/token.h
717
include/octave-%%OCTAVE_VERSION%%/octave/toplev.h
718
include/octave-%%OCTAVE_VERSION%%/octave/txt-eng-ft.h
719
include/octave-%%OCTAVE_VERSION%%/octave/txt-eng.h
720
include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h
721
include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h
722
include/octave-%%OCTAVE_VERSION%%/octave/uint64NDArray.h
723
include/octave-%%OCTAVE_VERSION%%/octave/uint8NDArray.h
724
include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h
725
include/octave-%%OCTAVE_VERSION%%/octave/utils.h
726
include/octave-%%OCTAVE_VERSION%%/octave/variables.h
727
include/octave-%%OCTAVE_VERSION%%/octave/version.h
728
include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h
729
include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h
730
include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h
731
include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h
732
include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h
733
include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h
734
include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h
735
include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h
736
include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fcv.h
737
include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fs.h
738
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-frv.h
739
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-fs.h
740
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-fcv.h
741
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-frv.h
742
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fccv.h
743
include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fcs.h
744
include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcrv.h
745
include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcs.h
746
include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fccv.h
747
include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h
748
include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h
749
include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h
750
include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h
751
include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h
752
include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h
753
include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h
754
include/octave-%%OCTAVE_VERSION%%/octave/xpow.h
755
include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h
756
lib/octave-%%OCTAVE_VERSION%%/libcruft-3.4.0.so
757
lib/octave-%%OCTAVE_VERSION%%/libcruft.la
758
lib/octave-%%OCTAVE_VERSION%%/liboctave-3.4.0.so
759
lib/octave-%%OCTAVE_VERSION%%/liboctave.la
760
lib/octave-%%OCTAVE_VERSION%%/liboctinterp-3.4.0.so
761
lib/octave-%%OCTAVE_VERSION%%/liboctinterp.la
762
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD
763
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__contourc__.oct
764
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct
765
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__dispatch__.oct
766
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__dsearchn__.oct
767
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
768
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct
769
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct
770
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__lin_interpn__.oct
771
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__magick_read__.oct
772
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__pchip_deriv__.oct
773
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__qp__.oct
774
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct
775
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct
776
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/balance.oct
777
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselj.oct
778
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/betainc.oct
779
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/bsxfun.oct
780
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct
781
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/cellfun.oct
782
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct
783
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct
784
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colloc.oct
785
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/conv2.oct
786
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct
787
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk.oct
788
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt.oct
789
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl.oct
790
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/det.oct
791
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dlmread.oct
792
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct
793
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dot.oct
794
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eig.oct
795
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eigs.oct
796
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft.oct
797
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft2.oct
798
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftn.oct
799
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct
800
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/filter.oct
801
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/find.oct
802
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gammainc.oct
803
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gcd.oct
804
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrent.oct
805
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwent.oct
806
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getrusage.oct
807
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/givens.oct
808
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hess.oct
809
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hex2num.oct
810
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inv.oct
811
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/kron.oct
812
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lookup.oct
813
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct
814
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct
815
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/luinc.oct
816
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/matrix_type.oct
817
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct
818
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/md5sum.oct
819
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/onCleanup.oct
820
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct
821
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
822
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct
823
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quadcc.oct
824
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qz.oct
825
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rand.oct
826
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rcond.oct
827
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/regexp.oct
828
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/schur.oct
829
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/spparms.oct
830
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sqrtm.oct
831
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/str2double.oct
832
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strfind.oct
833
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sub2ind.oct
834
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/svd.oct
835
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/syl.oct
836
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
837
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
838
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/time.oct
839
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/tril.oct
840
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/tsearch.oct
841
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/typecast.oct
842
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/urlwrite.oct
9
share/applications/www.octave.org-octave.desktop
843
share/applications/www.octave.org-octave.desktop
10
%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps
844
share/octave/%%OCTAVE_VERSION%%/etc/NEWS
845
share/octave/%%OCTAVE_VERSION%%/etc/doc-cache
846
share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
847
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico
848
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.png
849
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.svg
850
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png
851
share/octave/%%OCTAVE_VERSION%%/m/@ftp/ascii.m
852
share/octave/%%OCTAVE_VERSION%%/m/@ftp/binary.m
853
share/octave/%%OCTAVE_VERSION%%/m/@ftp/cd.m
854
share/octave/%%OCTAVE_VERSION%%/m/@ftp/close.m
855
share/octave/%%OCTAVE_VERSION%%/m/@ftp/delete.m
856
share/octave/%%OCTAVE_VERSION%%/m/@ftp/dir.m
857
share/octave/%%OCTAVE_VERSION%%/m/@ftp/display.m
858
share/octave/%%OCTAVE_VERSION%%/m/@ftp/ftp.m
859
share/octave/%%OCTAVE_VERSION%%/m/@ftp/loadobj.m
860
share/octave/%%OCTAVE_VERSION%%/m/@ftp/mget.m
861
share/octave/%%OCTAVE_VERSION%%/m/@ftp/mkdir.m
862
share/octave/%%OCTAVE_VERSION%%/m/@ftp/mput.m
863
share/octave/%%OCTAVE_VERSION%%/m/@ftp/rename.m
864
share/octave/%%OCTAVE_VERSION%%/m/@ftp/rmdir.m
865
share/octave/%%OCTAVE_VERSION%%/m/@ftp/saveobj.m
866
share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m
867
share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m
868
share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m
869
share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m
870
share/octave/%%OCTAVE_VERSION%%/m/audio/record.m
871
share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m
872
share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m
873
share/octave/%%OCTAVE_VERSION%%/m/audio/wavread.m
874
share/octave/%%OCTAVE_VERSION%%/m/audio/wavwrite.m
875
share/octave/%%OCTAVE_VERSION%%/m/deprecated/autocor.m
876
share/octave/%%OCTAVE_VERSION%%/m/deprecated/autocov.m
877
share/octave/%%OCTAVE_VERSION%%/m/deprecated/betai.m
878
share/octave/%%OCTAVE_VERSION%%/m/deprecated/cellidx.m
879
share/octave/%%OCTAVE_VERSION%%/m/deprecated/clg.m
880
share/octave/%%OCTAVE_VERSION%%/m/deprecated/complement.m
881
share/octave/%%OCTAVE_VERSION%%/m/deprecated/create_set.m
882
share/octave/%%OCTAVE_VERSION%%/m/deprecated/dispatch.m
883
share/octave/%%OCTAVE_VERSION%%/m/deprecated/dmult.m
884
share/octave/%%OCTAVE_VERSION%%/m/deprecated/fstat.m
885
share/octave/%%OCTAVE_VERSION%%/m/deprecated/gammai.m
886
share/octave/%%OCTAVE_VERSION%%/m/deprecated/glpkmex.m
887
share/octave/%%OCTAVE_VERSION%%/m/deprecated/intwarning.m
888
share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m
889
share/octave/%%OCTAVE_VERSION%%/m/deprecated/iscommand.m
890
share/octave/%%OCTAVE_VERSION%%/m/deprecated/israwcommand.m
891
share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m
892
share/octave/%%OCTAVE_VERSION%%/m/deprecated/krylovb.m
893
share/octave/%%OCTAVE_VERSION%%/m/deprecated/lchol.m
894
share/octave/%%OCTAVE_VERSION%%/m/deprecated/loadimage.m
895
share/octave/%%OCTAVE_VERSION%%/m/deprecated/mark_as_command.m
896
share/octave/%%OCTAVE_VERSION%%/m/deprecated/mark_as_rawcommand.m
897
share/octave/%%OCTAVE_VERSION%%/m/deprecated/replot.m
898
share/octave/%%OCTAVE_VERSION%%/m/deprecated/saveimage.m
899
share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m
900
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spatan2.m
901
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spchol.m
902
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spchol2inv.m
903
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcholinv.m
904
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcumprod.m
905
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcumsum.m
906
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spdet.m
907
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spdiag.m
908
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spfind.m
909
share/octave/%%OCTAVE_VERSION%%/m/deprecated/sphcat.m
910
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spinv.m
911
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spkron.m
912
share/octave/%%OCTAVE_VERSION%%/m/deprecated/splchol.m
913
share/octave/%%OCTAVE_VERSION%%/m/deprecated/split.m
914
share/octave/%%OCTAVE_VERSION%%/m/deprecated/splu.m
915
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spmax.m
916
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spmin.m
917
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spprod.m
918
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spqr.m
919
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spsum.m
920
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spsumsq.m
921
share/octave/%%OCTAVE_VERSION%%/m/deprecated/spvcat.m
922
share/octave/%%OCTAVE_VERSION%%/m/deprecated/str2mat.m
923
share/octave/%%OCTAVE_VERSION%%/m/deprecated/unmark_command.m
924
share/octave/%%OCTAVE_VERSION%%/m/deprecated/unmark_rawcommand.m
925
share/octave/%%OCTAVE_VERSION%%/m/deprecated/values.m
926
share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibcdf.m
927
share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibinv.m
928
share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibpdf.m
929
share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibrnd.m
930
share/octave/%%OCTAVE_VERSION%%/m/elfun/acosd.m
931
share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m
932
share/octave/%%OCTAVE_VERSION%%/m/elfun/acotd.m
933
share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m
934
share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m
935
share/octave/%%OCTAVE_VERSION%%/m/elfun/acscd.m
936
share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m
937
share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m
938
share/octave/%%OCTAVE_VERSION%%/m/elfun/asecd.m
939
share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m
940
share/octave/%%OCTAVE_VERSION%%/m/elfun/asind.m
941
share/octave/%%OCTAVE_VERSION%%/m/elfun/atand.m
942
share/octave/%%OCTAVE_VERSION%%/m/elfun/cosd.m
943
share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m
944
share/octave/%%OCTAVE_VERSION%%/m/elfun/cotd.m
945
share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m
946
share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m
947
share/octave/%%OCTAVE_VERSION%%/m/elfun/cscd.m
948
share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m
949
share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m
950
share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m
951
share/octave/%%OCTAVE_VERSION%%/m/elfun/secd.m
952
share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m
953
share/octave/%%OCTAVE_VERSION%%/m/elfun/sind.m
954
share/octave/%%OCTAVE_VERSION%%/m/elfun/tand.m
955
share/octave/%%OCTAVE_VERSION%%/m/general/accumarray.m
956
share/octave/%%OCTAVE_VERSION%%/m/general/accumdim.m
957
share/octave/%%OCTAVE_VERSION%%/m/general/arrayfun.m
958
share/octave/%%OCTAVE_VERSION%%/m/general/bicubic.m
959
share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m
960
share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m
961
share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m
962
share/octave/%%OCTAVE_VERSION%%/m/general/blkdiag.m
963
share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m
964
share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m
965
share/octave/%%OCTAVE_VERSION%%/m/general/cell2mat.m
966
share/octave/%%OCTAVE_VERSION%%/m/general/celldisp.m
967
share/octave/%%OCTAVE_VERSION%%/m/general/chop.m
968
share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m
969
share/octave/%%OCTAVE_VERSION%%/m/general/colon.m
970
share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m
971
share/octave/%%OCTAVE_VERSION%%/m/general/cplxpair.m
972
share/octave/%%OCTAVE_VERSION%%/m/general/cumtrapz.m
973
share/octave/%%OCTAVE_VERSION%%/m/general/curl.m
974
share/octave/%%OCTAVE_VERSION%%/m/general/dblquad.m
975
share/octave/%%OCTAVE_VERSION%%/m/general/deal.m
976
share/octave/%%OCTAVE_VERSION%%/m/general/del2.m
977
share/octave/%%OCTAVE_VERSION%%/m/general/display.m
978
share/octave/%%OCTAVE_VERSION%%/m/general/divergence.m
979
share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m
980
share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m
981
share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m
982
share/octave/%%OCTAVE_VERSION%%/m/general/genvarname.m
983
share/octave/%%OCTAVE_VERSION%%/m/general/gradient.m
984
share/octave/%%OCTAVE_VERSION%%/m/general/idivide.m
985
share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m
986
share/octave/%%OCTAVE_VERSION%%/m/general/interp1.m
987
share/octave/%%OCTAVE_VERSION%%/m/general/interp1q.m
988
share/octave/%%OCTAVE_VERSION%%/m/general/interp2.m
989
share/octave/%%OCTAVE_VERSION%%/m/general/interp3.m
990
share/octave/%%OCTAVE_VERSION%%/m/general/interpft.m
991
share/octave/%%OCTAVE_VERSION%%/m/general/interpn.m
992
share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m
993
share/octave/%%OCTAVE_VERSION%%/m/general/isa.m
994
share/octave/%%OCTAVE_VERSION%%/m/general/isdir.m
995
share/octave/%%OCTAVE_VERSION%%/m/general/isequal.m
996
share/octave/%%OCTAVE_VERSION%%/m/general/isequalwithequalnans.m
997
share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m
998
share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m
999
share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m
1000
share/octave/%%OCTAVE_VERSION%%/m/general/loadobj.m
1001
share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
1002
share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m
1003
share/octave/%%OCTAVE_VERSION%%/m/general/nargoutchk.m
1004
share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m
1005
share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m
1006
share/octave/%%OCTAVE_VERSION%%/m/general/perror.m
1007
share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m
1008
share/octave/%%OCTAVE_VERSION%%/m/general/polyarea.m
1009
share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m
1010
share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m
1011
share/octave/%%OCTAVE_VERSION%%/m/general/private/__isequal__.m
1012
share/octave/%%OCTAVE_VERSION%%/m/general/private/__splinen__.m
1013
share/octave/%%OCTAVE_VERSION%%/m/general/quadgk.m
1014
share/octave/%%OCTAVE_VERSION%%/m/general/quadl.m
1015
share/octave/%%OCTAVE_VERSION%%/m/general/quadv.m
1016
share/octave/%%OCTAVE_VERSION%%/m/general/randi.m
1017
share/octave/%%OCTAVE_VERSION%%/m/general/rat.m
1018
share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m
1019
share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m
1020
share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m
1021
share/octave/%%OCTAVE_VERSION%%/m/general/runlength.m
1022
share/octave/%%OCTAVE_VERSION%%/m/general/saveobj.m
1023
share/octave/%%OCTAVE_VERSION%%/m/general/shift.m
1024
share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m
1025
share/octave/%%OCTAVE_VERSION%%/m/general/sortrows.m
1026
share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m
1027
share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m
1028
share/octave/%%OCTAVE_VERSION%%/m/general/structfun.m
1029
share/octave/%%OCTAVE_VERSION%%/m/general/subsindex.m
1030
share/octave/%%OCTAVE_VERSION%%/m/general/trapz.m
1031
share/octave/%%OCTAVE_VERSION%%/m/general/triplequad.m
1032
share/octave/%%OCTAVE_VERSION%%/m/geometry/convhull.m
1033
share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunay.m
1034
share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunay3.m
1035
share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m
1036
share/octave/%%OCTAVE_VERSION%%/m/geometry/dsearch.m
1037
share/octave/%%OCTAVE_VERSION%%/m/geometry/dsearchn.m
1038
share/octave/%%OCTAVE_VERSION%%/m/geometry/griddata.m
1039
share/octave/%%OCTAVE_VERSION%%/m/geometry/griddata3.m
1040
share/octave/%%OCTAVE_VERSION%%/m/geometry/griddatan.m
1041
share/octave/%%OCTAVE_VERSION%%/m/geometry/inpolygon.m
1042
share/octave/%%OCTAVE_VERSION%%/m/geometry/rectint.m
1043
share/octave/%%OCTAVE_VERSION%%/m/geometry/trimesh.m
1044
share/octave/%%OCTAVE_VERSION%%/m/geometry/triplot.m
1045
share/octave/%%OCTAVE_VERSION%%/m/geometry/trisurf.m
1046
share/octave/%%OCTAVE_VERSION%%/m/geometry/tsearchn.m
1047
share/octave/%%OCTAVE_VERSION%%/m/geometry/voronoi.m
1048
share/octave/%%OCTAVE_VERSION%%/m/geometry/voronoin.m
1049
share/octave/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m
1050
share/octave/%%OCTAVE_VERSION%%/m/help/__strip_html_tags__.m
1051
share/octave/%%OCTAVE_VERSION%%/m/help/doc.m
1052
share/octave/%%OCTAVE_VERSION%%/m/help/gen_doc_cache.m
1053
share/octave/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m
1054
share/octave/%%OCTAVE_VERSION%%/m/help/help.m
1055
share/octave/%%OCTAVE_VERSION%%/m/help/lookfor.m
1056
share/octave/%%OCTAVE_VERSION%%/m/help/print_usage.m
1057
share/octave/%%OCTAVE_VERSION%%/m/help/private/__additional_help_message__.m
1058
share/octave/%%OCTAVE_VERSION%%/m/help/type.m
1059
share/octave/%%OCTAVE_VERSION%%/m/help/which.m
1060
share/octave/%%OCTAVE_VERSION%%/m/image/autumn.m
1061
share/octave/%%OCTAVE_VERSION%%/m/image/bone.m
1062
share/octave/%%OCTAVE_VERSION%%/m/image/brighten.m
1063
share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m
1064
share/octave/%%OCTAVE_VERSION%%/m/image/contrast.m
1065
share/octave/%%OCTAVE_VERSION%%/m/image/cool.m
1066
share/octave/%%OCTAVE_VERSION%%/m/image/copper.m
1067
share/octave/%%OCTAVE_VERSION%%/m/image/flag.m
1068
share/octave/%%OCTAVE_VERSION%%/m/image/gmap40.m
1069
share/octave/%%OCTAVE_VERSION%%/m/image/gray.m
1070
share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m
1071
share/octave/%%OCTAVE_VERSION%%/m/image/hot.m
1072
share/octave/%%OCTAVE_VERSION%%/m/image/hsv.m
1073
share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m
1074
share/octave/%%OCTAVE_VERSION%%/m/image/image.m
1075
share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m
1076
share/octave/%%OCTAVE_VERSION%%/m/image/imfinfo.m
1077
share/octave/%%OCTAVE_VERSION%%/m/image/imread.m
1078
share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m
1079
share/octave/%%OCTAVE_VERSION%%/m/image/imwrite.m
1080
share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m
1081
share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m
1082
share/octave/%%OCTAVE_VERSION%%/m/image/jet.m
1083
share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
1084
share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m
1085
share/octave/%%OCTAVE_VERSION%%/m/image/pink.m
1086
share/octave/%%OCTAVE_VERSION%%/m/image/prism.m
1087
share/octave/%%OCTAVE_VERSION%%/m/image/rainbow.m
1088
share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m
1089
share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m
1090
share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m
1091
share/octave/%%OCTAVE_VERSION%%/m/image/spring.m
1092
share/octave/%%OCTAVE_VERSION%%/m/image/summer.m
1093
share/octave/%%OCTAVE_VERSION%%/m/image/white.m
1094
share/octave/%%OCTAVE_VERSION%%/m/image/winter.m
1095
share/octave/%%OCTAVE_VERSION%%/m/io/beep.m
1096
share/octave/%%OCTAVE_VERSION%%/m/io/csvread.m
1097
share/octave/%%OCTAVE_VERSION%%/m/io/csvwrite.m
1098
share/octave/%%OCTAVE_VERSION%%/m/io/dlmwrite.m
1099
share/octave/%%OCTAVE_VERSION%%/m/io/fileread.m
1100
share/octave/%%OCTAVE_VERSION%%/m/io/is_valid_file_id.m
1101
share/octave/%%OCTAVE_VERSION%%/m/io/strread.m
1102
share/octave/%%OCTAVE_VERSION%%/m/io/textread.m
1103
share/octave/%%OCTAVE_VERSION%%/m/io/textscan.m
1104
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m
1105
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m
1106
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/condest.m
1107
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m
1108
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
1109
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/expm.m
1110
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m
1111
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/isdefinite.m
1112
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/ishermitian.m
1113
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/issymmetric.m
1114
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m
1115
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m
1116
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/normest.m
1117
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
1118
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/onenormest.m
1119
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
1120
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/planerot.m
1121
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
1122
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
1123
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rref.m
1124
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/subspace.m
1125
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
1126
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m
1127
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ans.m
1128
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m
1129
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m
1130
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bunzip2.m
1131
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bzip2.m
1132
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cast.m
1133
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
1134
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/compare_versions.m
1135
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m
1136
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/copyfile.m
1137
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/debug.m
1138
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m
1139
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m
1140
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dos.m
1141
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
1142
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/edit.m
1143
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileattrib.m
1144
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m
1145
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m
1146
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/getappdata.m
1147
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/getfield.m
1148
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/gunzip.m
1149
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/gzip.m
1150
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/info.m
1151
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/inputname.m
1152
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isappdata.m
1153
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isdeployed.m
1154
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ismac.m
1155
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m
1156
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
1157
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/license.m
1158
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
1159
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m
1160
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m
1161
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
1162
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m
1163
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m
1164
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mkoctfile.m
1165
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m
1166
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m
1167
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/news.m
1168
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/orderfields.m
1169
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
1170
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
1171
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/parseparams.m
1172
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/perl.m
1173
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/private/__xzip__.m
1174
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/rmappdata.m
1175
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/run.m
1176
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m
1177
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/setappdata.m
1178
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/setfield.m
1179
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/substruct.m
1180
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/swapbytes.m
1181
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/symvar.m
1182
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tar.m
1183
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m
1184
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m
1185
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unimplemented.m
1186
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m
1187
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unpack.m
1188
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/untar.m
1189
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unzip.m
1190
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ver.m
1191
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m
1192
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/warning_ids.m
1193
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/what.m
1194
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
1195
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m
1196
share/octave/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD
1197
share/octave/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m
1198
share/octave/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m
1199
share/octave/%%OCTAVE_VERSION%%/m/optimization/fminunc.m
1200
share/octave/%%OCTAVE_VERSION%%/m/optimization/fsolve.m
1201
share/octave/%%OCTAVE_VERSION%%/m/optimization/fzero.m
1202
share/octave/%%OCTAVE_VERSION%%/m/optimization/glpk.m
1203
share/octave/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m
1204
share/octave/%%OCTAVE_VERSION%%/m/optimization/optimget.m
1205
share/octave/%%OCTAVE_VERSION%%/m/optimization/optimset.m
1206
share/octave/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m
1207
share/octave/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m
1208
share/octave/%%OCTAVE_VERSION%%/m/optimization/qp.m
1209
share/octave/%%OCTAVE_VERSION%%/m/optimization/sqp.m
1210
share/octave/%%OCTAVE_VERSION%%/m/path/matlabroot.m
1211
share/octave/%%OCTAVE_VERSION%%/m/path/pathdef.m
1212
share/octave/%%OCTAVE_VERSION%%/m/path/savepath.m
1213
share/octave/%%OCTAVE_VERSION%%/m/pkg/get_forge_pkg.m
1214
share/octave/%%OCTAVE_VERSION%%/m/pkg/pkg.m
1215
share/octave/%%OCTAVE_VERSION%%/m/plot/__fltk_ginput__.m
1216
share/octave/%%OCTAVE_VERSION%%/m/plot/__fltk_print__.m
1217
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_drawnow__.m
1218
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_get_var__.m
1219
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_ginput__.m
1220
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_has_feature__.m
1221
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_open_stream__.m
1222
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_print__.m
1223
share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_version__.m
1224
share/octave/%%OCTAVE_VERSION%%/m/plot/__go_close_all__.m
1225
share/octave/%%OCTAVE_VERSION%%/m/plot/__go_draw_axes__.m
1226
share/octave/%%OCTAVE_VERSION%%/m/plot/__go_draw_figure__.m
1227
share/octave/%%OCTAVE_VERSION%%/m/plot/__marching_cube__.m
1228
share/octave/%%OCTAVE_VERSION%%/m/plot/__next_line_color__.m
1229
share/octave/%%OCTAVE_VERSION%%/m/plot/__next_line_style__.m
1230
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt_get_axis_arg__.m
1231
share/octave/%%OCTAVE_VERSION%%/m/plot/__print_parse_opts__.m
1232
share/octave/%%OCTAVE_VERSION%%/m/plot/allchild.m
1233
share/octave/%%OCTAVE_VERSION%%/m/plot/ancestor.m
1234
share/octave/%%OCTAVE_VERSION%%/m/plot/area.m
1235
share/octave/%%OCTAVE_VERSION%%/m/plot/axes.m
1236
share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m
1237
share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m
1238
share/octave/%%OCTAVE_VERSION%%/m/plot/barh.m
1239
share/octave/%%OCTAVE_VERSION%%/m/plot/box.m
1240
share/octave/%%OCTAVE_VERSION%%/m/plot/caxis.m
1241
share/octave/%%OCTAVE_VERSION%%/m/plot/cla.m
1242
share/octave/%%OCTAVE_VERSION%%/m/plot/clabel.m
1243
share/octave/%%OCTAVE_VERSION%%/m/plot/clf.m
1244
share/octave/%%OCTAVE_VERSION%%/m/plot/close.m
1245
share/octave/%%OCTAVE_VERSION%%/m/plot/closereq.m
1246
share/octave/%%OCTAVE_VERSION%%/m/plot/colorbar.m
1247
share/octave/%%OCTAVE_VERSION%%/m/plot/comet.m
1248
share/octave/%%OCTAVE_VERSION%%/m/plot/comet3.m
1249
share/octave/%%OCTAVE_VERSION%%/m/plot/compass.m
1250
share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m
1251
share/octave/%%OCTAVE_VERSION%%/m/plot/contour3.m
1252
share/octave/%%OCTAVE_VERSION%%/m/plot/contourc.m
1253
share/octave/%%OCTAVE_VERSION%%/m/plot/contourf.m
1254
share/octave/%%OCTAVE_VERSION%%/m/plot/cylinder.m
1255
share/octave/%%OCTAVE_VERSION%%/m/plot/daspect.m
1256
share/octave/%%OCTAVE_VERSION%%/m/plot/diffuse.m
1257
share/octave/%%OCTAVE_VERSION%%/m/plot/ellipsoid.m
1258
share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m
1259
share/octave/%%OCTAVE_VERSION%%/m/plot/ezcontour.m
1260
share/octave/%%OCTAVE_VERSION%%/m/plot/ezcontourf.m
1261
share/octave/%%OCTAVE_VERSION%%/m/plot/ezmesh.m
1262
share/octave/%%OCTAVE_VERSION%%/m/plot/ezmeshc.m
1263
share/octave/%%OCTAVE_VERSION%%/m/plot/ezplot.m
1264
share/octave/%%OCTAVE_VERSION%%/m/plot/ezplot3.m
1265
share/octave/%%OCTAVE_VERSION%%/m/plot/ezpolar.m
1266
share/octave/%%OCTAVE_VERSION%%/m/plot/ezsurf.m
1267
share/octave/%%OCTAVE_VERSION%%/m/plot/ezsurfc.m
1268
share/octave/%%OCTAVE_VERSION%%/m/plot/feather.m
1269
share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m
1270
share/octave/%%OCTAVE_VERSION%%/m/plot/fill.m
1271
share/octave/%%OCTAVE_VERSION%%/m/plot/findall.m
1272
share/octave/%%OCTAVE_VERSION%%/m/plot/findobj.m
1273
share/octave/%%OCTAVE_VERSION%%/m/plot/fplot.m
1274
share/octave/%%OCTAVE_VERSION%%/m/plot/gca.m
1275
share/octave/%%OCTAVE_VERSION%%/m/plot/gcbf.m
1276
share/octave/%%OCTAVE_VERSION%%/m/plot/gcbo.m
1277
share/octave/%%OCTAVE_VERSION%%/m/plot/gcf.m
1278
share/octave/%%OCTAVE_VERSION%%/m/plot/ginput.m
1279
share/octave/%%OCTAVE_VERSION%%/m/plot/gnuplot_binary.m
1280
share/octave/%%OCTAVE_VERSION%%/m/plot/graphics_toolkit.m
1281
share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m
1282
share/octave/%%OCTAVE_VERSION%%/m/plot/gtext.m
1283
share/octave/%%OCTAVE_VERSION%%/m/plot/hggroup.m
1284
share/octave/%%OCTAVE_VERSION%%/m/plot/hidden.m
1285
share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m
1286
share/octave/%%OCTAVE_VERSION%%/m/plot/hold.m
1287
share/octave/%%OCTAVE_VERSION%%/m/plot/isfigure.m
1288
share/octave/%%OCTAVE_VERSION%%/m/plot/ishghandle.m
1289
share/octave/%%OCTAVE_VERSION%%/m/plot/ishold.m
1290
share/octave/%%OCTAVE_VERSION%%/m/plot/isocolors.m
1291
share/octave/%%OCTAVE_VERSION%%/m/plot/isonormals.m
1292
share/octave/%%OCTAVE_VERSION%%/m/plot/isosurface.m
1293
share/octave/%%OCTAVE_VERSION%%/m/plot/isprop.m
1294
share/octave/%%OCTAVE_VERSION%%/m/plot/legend.m
1295
share/octave/%%OCTAVE_VERSION%%/m/plot/line.m
1296
share/octave/%%OCTAVE_VERSION%%/m/plot/linkprop.m
1297
share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m
1298
share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m
1299
share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m
1300
share/octave/%%OCTAVE_VERSION%%/m/plot/meshc.m
1301
share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
1302
share/octave/%%OCTAVE_VERSION%%/m/plot/meshz.m
1303
share/octave/%%OCTAVE_VERSION%%/m/plot/ndgrid.m
1304
share/octave/%%OCTAVE_VERSION%%/m/plot/newplot.m
1305
share/octave/%%OCTAVE_VERSION%%/m/plot/orient.m
1306
share/octave/%%OCTAVE_VERSION%%/m/plot/pareto.m
1307
share/octave/%%OCTAVE_VERSION%%/m/plot/patch.m
1308
share/octave/%%OCTAVE_VERSION%%/m/plot/pbaspect.m
1309
share/octave/%%OCTAVE_VERSION%%/m/plot/pcolor.m
1310
share/octave/%%OCTAVE_VERSION%%/m/plot/peaks.m
1311
share/octave/%%OCTAVE_VERSION%%/m/plot/pie.m
1312
share/octave/%%OCTAVE_VERSION%%/m/plot/pie3.m
1313
share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m
1314
share/octave/%%OCTAVE_VERSION%%/m/plot/plot3.m
1315
share/octave/%%OCTAVE_VERSION%%/m/plot/plotmatrix.m
1316
share/octave/%%OCTAVE_VERSION%%/m/plot/plotyy.m
1317
share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m
1318
share/octave/%%OCTAVE_VERSION%%/m/plot/print.m
1319
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__actual_axis_position__.m
1320
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__add_datasource__.m
1321
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__add_default_menu__.m
1322
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__axes_limits__.m
1323
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__axis_label__.m
1324
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__bar__.m
1325
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__clabel__.m
1326
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__color_str_rgb__.m
1327
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__contour__.m
1328
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__default_plot_options__.m
1329
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__errcomm__.m
1330
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__errplot__.m
1331
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__ezplot__.m
1332
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__fltk_file_filter__.m
1333
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__getlegenddata__.m
1334
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__ghostscript__.m
1335
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__gnuplot_has_terminal__.m
1336
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__interp_cube__.m
1337
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__line__.m
1338
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__patch__.m
1339
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__pie__.m
1340
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__plt__.m
1341
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__pltopt__.m
1342
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__quiver__.m
1343
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__scatter__.m
1344
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__stem__.m
1345
share/octave/%%OCTAVE_VERSION%%/m/plot/private/__tight_eps_bbox__.m
1346
share/octave/%%OCTAVE_VERSION%%/m/plot/quiver.m
1347
share/octave/%%OCTAVE_VERSION%%/m/plot/quiver3.m
1348
share/octave/%%OCTAVE_VERSION%%/m/plot/refresh.m
1349
share/octave/%%OCTAVE_VERSION%%/m/plot/refreshdata.m
1350
share/octave/%%OCTAVE_VERSION%%/m/plot/ribbon.m
1351
share/octave/%%OCTAVE_VERSION%%/m/plot/rose.m
1352
share/octave/%%OCTAVE_VERSION%%/m/plot/saveas.m
1353
share/octave/%%OCTAVE_VERSION%%/m/plot/scatter.m
1354
share/octave/%%OCTAVE_VERSION%%/m/plot/scatter3.m
1355
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m
1356
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m
1357
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m
1358
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m
1359
share/octave/%%OCTAVE_VERSION%%/m/plot/shading.m
1360
share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m
1361
share/octave/%%OCTAVE_VERSION%%/m/plot/slice.m
1362
share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m
1363
share/octave/%%OCTAVE_VERSION%%/m/plot/specular.m
1364
share/octave/%%OCTAVE_VERSION%%/m/plot/sphere.m
1365
share/octave/%%OCTAVE_VERSION%%/m/plot/spinmap.m
1366
share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m
1367
share/octave/%%OCTAVE_VERSION%%/m/plot/stem.m
1368
share/octave/%%OCTAVE_VERSION%%/m/plot/stem3.m
1369
share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m
1370
share/octave/%%OCTAVE_VERSION%%/m/plot/surf.m
1371
share/octave/%%OCTAVE_VERSION%%/m/plot/surface.m
1372
share/octave/%%OCTAVE_VERSION%%/m/plot/surfc.m
1373
share/octave/%%OCTAVE_VERSION%%/m/plot/surfl.m
1374
share/octave/%%OCTAVE_VERSION%%/m/plot/surfnorm.m
1375
share/octave/%%OCTAVE_VERSION%%/m/plot/text.m
1376
share/octave/%%OCTAVE_VERSION%%/m/plot/title.m
1377
share/octave/%%OCTAVE_VERSION%%/m/plot/uigetdir.m
1378
share/octave/%%OCTAVE_VERSION%%/m/plot/uigetfile.m
1379
share/octave/%%OCTAVE_VERSION%%/m/plot/uimenu.m
1380
share/octave/%%OCTAVE_VERSION%%/m/plot/uiputfile.m
1381
share/octave/%%OCTAVE_VERSION%%/m/plot/view.m
1382
share/octave/%%OCTAVE_VERSION%%/m/plot/waitforbuttonpress.m
1383
share/octave/%%OCTAVE_VERSION%%/m/plot/whitebg.m
1384
share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m
1385
share/octave/%%OCTAVE_VERSION%%/m/plot/xlim.m
1386
share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m
1387
share/octave/%%OCTAVE_VERSION%%/m/plot/ylim.m
1388
share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m
1389
share/octave/%%OCTAVE_VERSION%%/m/plot/zlim.m
1390
share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m
1391
share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m
1392
share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m
1393
share/octave/%%OCTAVE_VERSION%%/m/polynomial/mkpp.m
1394
share/octave/%%OCTAVE_VERSION%%/m/polynomial/mpoles.m
1395
share/octave/%%OCTAVE_VERSION%%/m/polynomial/pchip.m
1396
share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m
1397
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyaffine.m
1398
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m
1399
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m
1400
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m
1401
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polygcd.m
1402
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyint.m
1403
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m
1404
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m
1405
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m
1406
share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m
1407
share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppder.m
1408
share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppint.m
1409
share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppjumps.m
1410
share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppval.m
1411
share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m
1412
share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m
1413
share/octave/%%OCTAVE_VERSION%%/m/polynomial/spline.m
1414
share/octave/%%OCTAVE_VERSION%%/m/polynomial/unmkpp.m
1415
share/octave/%%OCTAVE_VERSION%%/m/set/intersect.m
1416
share/octave/%%OCTAVE_VERSION%%/m/set/ismember.m
1417
share/octave/%%OCTAVE_VERSION%%/m/set/powerset.m
1418
share/octave/%%OCTAVE_VERSION%%/m/set/private/validargs.m
1419
share/octave/%%OCTAVE_VERSION%%/m/set/setdiff.m
1420
share/octave/%%OCTAVE_VERSION%%/m/set/setxor.m
1421
share/octave/%%OCTAVE_VERSION%%/m/set/union.m
1422
share/octave/%%OCTAVE_VERSION%%/m/set/unique.m
1423
share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m
1424
share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m
1425
share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m
1426
share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m
1427
share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m
1428
share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m
1429
share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m
1430
share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m
1431
share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m
1432
share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m
1433
share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m
1434
share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m
1435
share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m
1436
share/octave/%%OCTAVE_VERSION%%/m/signal/filter2.m
1437
share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
1438
share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m
1439
share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
1440
share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m
1441
share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m
1442
share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m
1443
share/octave/%%OCTAVE_VERSION%%/m/signal/ifftshift.m
1444
share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m
1445
share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m
1446
share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m
1447
share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m
1448
share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m
1449
share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m
1450
share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m
1451
share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m
1452
share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m
1453
share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m
1454
share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m
1455
share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m
1456
share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m
1457
share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m
1458
share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m
1459
share/octave/%%OCTAVE_VERSION%%/m/sparse/bicgstab.m
1460
share/octave/%%OCTAVE_VERSION%%/m/sparse/cgs.m
1461
share/octave/%%OCTAVE_VERSION%%/m/sparse/colperm.m
1462
share/octave/%%OCTAVE_VERSION%%/m/sparse/etreeplot.m
1463
share/octave/%%OCTAVE_VERSION%%/m/sparse/gplot.m
1464
share/octave/%%OCTAVE_VERSION%%/m/sparse/nonzeros.m
1465
share/octave/%%OCTAVE_VERSION%%/m/sparse/pcg.m
1466
share/octave/%%OCTAVE_VERSION%%/m/sparse/pcr.m
1467
share/octave/%%OCTAVE_VERSION%%/m/sparse/spaugment.m
1468
share/octave/%%OCTAVE_VERSION%%/m/sparse/spconvert.m
1469
share/octave/%%OCTAVE_VERSION%%/m/sparse/spdiags.m
1470
share/octave/%%OCTAVE_VERSION%%/m/sparse/speye.m
1471
share/octave/%%OCTAVE_VERSION%%/m/sparse/spfun.m
1472
share/octave/%%OCTAVE_VERSION%%/m/sparse/spones.m
1473
share/octave/%%OCTAVE_VERSION%%/m/sparse/sprand.m
1474
share/octave/%%OCTAVE_VERSION%%/m/sparse/sprandn.m
1475
share/octave/%%OCTAVE_VERSION%%/m/sparse/sprandsym.m
1476
share/octave/%%OCTAVE_VERSION%%/m/sparse/spstats.m
1477
share/octave/%%OCTAVE_VERSION%%/m/sparse/spy.m
1478
share/octave/%%OCTAVE_VERSION%%/m/sparse/svds.m
1479
share/octave/%%OCTAVE_VERSION%%/m/sparse/treelayout.m
1480
share/octave/%%OCTAVE_VERSION%%/m/sparse/treeplot.m
1481
share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m
1482
share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m
1483
share/octave/%%OCTAVE_VERSION%%/m/specfun/betaln.m
1484
share/octave/%%OCTAVE_VERSION%%/m/specfun/factor.m
1485
share/octave/%%OCTAVE_VERSION%%/m/specfun/factorial.m
1486
share/octave/%%OCTAVE_VERSION%%/m/specfun/isprime.m
1487
share/octave/%%OCTAVE_VERSION%%/m/specfun/legendre.m
1488
share/octave/%%OCTAVE_VERSION%%/m/specfun/nchoosek.m
1489
share/octave/%%OCTAVE_VERSION%%/m/specfun/nthroot.m
1490
share/octave/%%OCTAVE_VERSION%%/m/specfun/perms.m
1491
share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m
1492
share/octave/%%OCTAVE_VERSION%%/m/specfun/primes.m
1493
share/octave/%%OCTAVE_VERSION%%/m/specfun/reallog.m
1494
share/octave/%%OCTAVE_VERSION%%/m/specfun/realpow.m
1495
share/octave/%%OCTAVE_VERSION%%/m/specfun/realsqrt.m
1496
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hadamard.m
1497
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m
1498
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m
1499
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m
1500
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/magic.m
1501
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/pascal.m
1502
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/rosser.m
1503
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m
1504
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m
1505
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m
1506
share/octave/%%OCTAVE_VERSION%%/m/special-matrix/wilkinson.m
1507
share/octave/%%OCTAVE_VERSION%%/m/startup/__finish__.m
1508
share/octave/%%OCTAVE_VERSION%%/m/startup/inputrc
1509
share/octave/%%OCTAVE_VERSION%%/m/startup/local-rcfile
1510
share/octave/%%OCTAVE_VERSION%%/m/startup/main-rcfile
1511
share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc
1512
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m
1513
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m
1514
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m
1515
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m
1516
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m
1517
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m
1518
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m
1519
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/histc.m
1520
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m
1521
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m
1522
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m
1523
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m
1524
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m
1525
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m
1526
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m
1527
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m
1528
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mode.m
1529
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m
1530
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m
1531
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m
1532
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/prctile.m
1533
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m
1534
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m
1535
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/quantile.m
1536
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m
1537
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m
1538
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m
1539
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m
1540
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m
1541
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m
1542
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m
1543
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m
1544
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m
1545
share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m
1546
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m
1547
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m
1548
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m
1549
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m
1550
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m
1551
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m
1552
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m
1553
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m
1554
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
1555
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
1556
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
1557
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m
1558
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2cdf.m
1559
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2inv.m
1560
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2pdf.m
1561
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2rnd.m
1562
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m
1563
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m
1564
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m
1565
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m
1566
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m
1567
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m
1568
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m
1569
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m
1570
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/expcdf.m
1571
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/expinv.m
1572
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exppdf.m
1573
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exprnd.m
1574
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/fcdf.m
1575
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/finv.m
1576
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/fpdf.m
1577
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/frnd.m
1578
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamcdf.m
1579
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gaminv.m
1580
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gampdf.m
1581
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamrnd.m
1582
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geocdf.m
1583
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geoinv.m
1584
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geopdf.m
1585
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geornd.m
1586
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygecdf.m
1587
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygeinv.m
1588
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygepdf.m
1589
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygernd.m
1590
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m
1591
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m
1592
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m
1593
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m
1594
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m
1595
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m
1596
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m
1597
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m
1598
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m
1599
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logncdf.m
1600
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logninv.m
1601
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognpdf.m
1602
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognrnd.m
1603
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbincdf.m
1604
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbininv.m
1605
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinpdf.m
1606
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinrnd.m
1607
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normcdf.m
1608
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/norminv.m
1609
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normpdf.m
1610
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normrnd.m
1611
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisscdf.m
1612
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poissinv.m
1613
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisspdf.m
1614
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poissrnd.m
1615
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m
1616
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m
1617
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m
1618
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m
1619
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tcdf.m
1620
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tinv.m
1621
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tpdf.m
1622
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/trnd.m
1623
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidcdf.m
1624
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidinv.m
1625
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidpdf.m
1626
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidrnd.m
1627
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifcdf.m
1628
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifinv.m
1629
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifpdf.m
1630
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifrnd.m
1631
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblcdf.m
1632
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblinv.m
1633
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblpdf.m
1634
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblrnd.m
1635
share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wienrnd.m
1636
share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m
1637
share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m
1638
share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m
1639
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m
1640
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m
1641
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m
1642
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
1643
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
1644
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
1645
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
1646
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
1647
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
1648
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
1649
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
1650
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
1651
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
1652
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
1653
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
1654
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
1655
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
1656
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
1657
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
1658
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
1659
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
1660
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
1661
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
1662
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
1663
share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
1664
share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m
1665
share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
1666
share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m
1667
share/octave/%%OCTAVE_VERSION%%/m/strings/cstrcat.m
1668
share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m
1669
share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m
1670
share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
1671
share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
1672
share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m
1673
share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
1674
share/octave/%%OCTAVE_VERSION%%/m/strings/index.m
1675
share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m
1676
share/octave/%%OCTAVE_VERSION%%/m/strings/isstrprop.m
1677
share/octave/%%OCTAVE_VERSION%%/m/strings/mat2str.m
1678
share/octave/%%OCTAVE_VERSION%%/m/strings/regexptranslate.m
1679
share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m
1680
share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m
1681
share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m
1682
share/octave/%%OCTAVE_VERSION%%/m/strings/strchr.m
1683
share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m
1684
share/octave/%%OCTAVE_VERSION%%/m/strings/strmatch.m
1685
share/octave/%%OCTAVE_VERSION%%/m/strings/strsplit.m
1686
share/octave/%%OCTAVE_VERSION%%/m/strings/strtok.m
1687
share/octave/%%OCTAVE_VERSION%%/m/strings/strtrim.m
1688
share/octave/%%OCTAVE_VERSION%%/m/strings/strtrunc.m
1689
share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m
1690
share/octave/%%OCTAVE_VERSION%%/m/strings/untabify.m
1691
share/octave/%%OCTAVE_VERSION%%/m/strings/validatestring.m
1692
share/octave/%%OCTAVE_VERSION%%/m/testfun/assert.m
1693
share/octave/%%OCTAVE_VERSION%%/m/testfun/demo.m
1694
share/octave/%%OCTAVE_VERSION%%/m/testfun/example.m
1695
share/octave/%%OCTAVE_VERSION%%/m/testfun/fail.m
1696
share/octave/%%OCTAVE_VERSION%%/m/testfun/rundemos.m
1697
share/octave/%%OCTAVE_VERSION%%/m/testfun/runtests.m
1698
share/octave/%%OCTAVE_VERSION%%/m/testfun/speed.m
1699
share/octave/%%OCTAVE_VERSION%%/m/testfun/test.m
1700
share/octave/%%OCTAVE_VERSION%%/m/time/addtodate.m
1701
share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m
1702
share/octave/%%OCTAVE_VERSION%%/m/time/calendar.m
1703
share/octave/%%OCTAVE_VERSION%%/m/time/clock.m
1704
share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m
1705
share/octave/%%OCTAVE_VERSION%%/m/time/date.m
1706
share/octave/%%OCTAVE_VERSION%%/m/time/datenum.m
1707
share/octave/%%OCTAVE_VERSION%%/m/time/datestr.m
1708
share/octave/%%OCTAVE_VERSION%%/m/time/datetick.m
1709
share/octave/%%OCTAVE_VERSION%%/m/time/datevec.m
1710
share/octave/%%OCTAVE_VERSION%%/m/time/eomday.m
1711
share/octave/%%OCTAVE_VERSION%%/m/time/etime.m
1712
share/octave/%%OCTAVE_VERSION%%/m/time/is_leap_year.m
1713
share/octave/%%OCTAVE_VERSION%%/m/time/now.m
1714
share/octave/%%OCTAVE_VERSION%%/m/time/weekday.m
1715
share/octave/site/m/startup/octaverc
1716
bin/mkoctfile
1717
bin/octave
1718
bin/octave-config
1719
lib/octave-%%OCTAVE_VERSION%%/libcruft.so
1720
lib/octave-%%OCTAVE_VERSION%%/liboctave.so
1721
lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so
1722
%%PORTDOCS%%%%DOCSDIR%%/OctaveFAQ.ps
11
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
1723
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
12
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
1724
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
13
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
1725
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
14
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
1726
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
1727
%%PORTDOCS%%%%DOCSDIR%%/octave.ps
1728
@dirrm include/octave-%%OCTAVE_VERSION%%/octave
1729
@dirrm include/octave-%%OCTAVE_VERSION%%
1730
@dirrm lib/octave-%%OCTAVE_VERSION%%
1731
@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%
1732
@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct
1733
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
1734
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec
1735
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
1736
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct
1737
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site
1738
@dirrm libexec/octave/%%OCTAVE_VERSION%%
1739
@dirrm libexec/octave/api-v47+/site/exec/%%GNU_HOST%%
1740
@dirrm libexec/octave/api-v47+/site/exec
1741
@dirrm libexec/octave/api-v47+/site
1742
@dirrm libexec/octave/api-v47+
1743
@dirrm libexec/octave/site/exec/%%GNU_HOST%%
1744
@dirrm libexec/octave/site/exec
1745
@dirrm libexec/octave/site/oct/%%GNU_HOST%%
1746
@dirrm libexec/octave/site/oct/api-v47+/%%GNU_HOST%%
1747
@dirrm libexec/octave/site/oct/api-v47+
1748
@dirrm libexec/octave/site/oct
1749
@dirrm libexec/octave/site
1750
@dirrm libexec/octave
1751
@dirrm share/octave/%%OCTAVE_VERSION%%/etc
1752
@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib
1753
@dirrm share/octave/%%OCTAVE_VERSION%%/m/@ftp
1754
@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio
1755
@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated
1756
@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun
1757
@dirrm share/octave/%%OCTAVE_VERSION%%/m/general/private
1758
@dirrm share/octave/%%OCTAVE_VERSION%%/m/general
1759
@dirrm share/octave/%%OCTAVE_VERSION%%/m/geometry
1760
@dirrm share/octave/%%OCTAVE_VERSION%%/m/help/private
1761
@dirrm share/octave/%%OCTAVE_VERSION%%/m/help
1762
@dirrm share/octave/%%OCTAVE_VERSION%%/m/image
1763
@dirrm share/octave/%%OCTAVE_VERSION%%/m/io
1764
@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra
1765
@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/private
1766
@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous
1767
@dirrm share/octave/%%OCTAVE_VERSION%%/m/optimization/private
1768
@dirrm share/octave/%%OCTAVE_VERSION%%/m/optimization
1769
@dirrm share/octave/%%OCTAVE_VERSION%%/m/path
1770
@dirrm share/octave/%%OCTAVE_VERSION%%/m/pkg
1771
@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot/private
1772
@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot
1773
@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial
1774
@dirrm share/octave/%%OCTAVE_VERSION%%/m/set/private
1775
@dirrm share/octave/%%OCTAVE_VERSION%%/m/set
1776
@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal
1777
@dirrm share/octave/%%OCTAVE_VERSION%%/m/sparse
1778
@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun
1779
@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix
1780
@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup
1781
@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base
1782
@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions
1783
@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models
1784
@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests
1785
@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics
1786
@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings
1787
@dirrm share/octave/%%OCTAVE_VERSION%%/m/testfun
1788
@dirrm share/octave/%%OCTAVE_VERSION%%/m/time
1789
@dirrm share/octave/%%OCTAVE_VERSION%%/m
1790
@dirrm share/octave/%%OCTAVE_VERSION%%/site/m
1791
@dirrm share/octave/%%OCTAVE_VERSION%%/site
1792
@dirrm share/octave/%%OCTAVE_VERSION%%
1793
@dirrm share/octave/site/api-v47+/m
1794
@dirrm share/octave/site/api-v47+
1795
@dirrm share/octave/site/m/startup
1796
@dirrm share/octave/site/m
1797
@dirrm share/octave/site
1798
@dirrm share/octave
15
%%PORTDOCS%%@dirrm %%DOCSDIR%%
1799
%%PORTDOCS%%@dirrm %%DOCSDIR%%
16
@comment octave diggs some empty directories
1800
@comment octave diggs some empty directories
17
@exec mkdir -p %D/share/octave/site/m/startup/octaverc 2>/dev/null || true
1801
@exec mkdir -p %D/share/octave/site/api-v47+/m 2>/dev/null || true
18
@exec mkdir -p %D/share/octave/site/api-v37/m 2>/dev/null || true
1802
@exec mkdir -p %D/share/octave/site/api-v47+ 2>/dev/null || true
19
@exec mkdir -p %D/share/octave/site/api-v37 2>/dev/null || true
20
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true
1803
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true
21
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
1804
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
22
@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
1805
@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
23
@exec mkdir -p %D/libexec/octave/site/oct/api-v37/%%GNU_HOST%% 2>/dev/null || true
1806
@exec mkdir -p %D/libexec/octave/site/oct/api-v47+/%%GNU_HOST%% 2>/dev/null || true
24
@exec mkdir -p %D/libexec/octave/site/oct/api-v37 2>/dev/null || true
1807
@exec mkdir -p %D/libexec/octave/site/oct/api-v47+ 2>/dev/null || true
25
@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
1808
@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
26
@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
1809
@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
27
@exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true
1810
@exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true
28
@exec mkdir -p %D/libexec/octave/site 2>/dev/null || true
1811
@exec mkdir -p %D/libexec/octave/site 2>/dev/null || true
29
@exec mkdir -p %D/libexec/octave/api-v37/site/exec/%%GNU_HOST%% 2>/dev/null || true
1812
@exec mkdir -p %D/libexec/octave/api-v47+/site/exec/%%GNU_HOST%% 2>/dev/null || true
30
@exec mkdir -p %D/libexec/octave/api-v37/site/exec 2>/dev/null || true
1813
@exec mkdir -p %D/libexec/octave/api-v47+/site/exec 2>/dev/null || true
31
@exec mkdir -p %D/libexec/octave/api-v37/site 2>/dev/null || true
1814
@exec mkdir -p %D/libexec/octave/api-v47+/site 2>/dev/null || true
32
@exec mkdir -p %D/libexec/octave/api-v37 2>/dev/null || true
1815
@exec mkdir -p %D/libexec/octave/api-v47+ 2>/dev/null || true
33
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
1816
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
34
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true
1817
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true
35
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true
1818
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true
36
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec 2>/dev/null || true
1819
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec 2>/dev/null || true
37
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
1820
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
38
@comment Insert PLIST here
39
@dirrmtry share/applications
1821
@dirrmtry share/applications

Return to bug 156603