diff --git a/math/octave/Makefile b/math/octave/Makefile index 4f4b2c85b989..060d7fcbbe36 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,138 +1,142 @@ # Created by: chuckr@FreeBSD.org PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU MAINTAINER= stephen@FreeBSD.org COMMENT= High-level interactive language for numerical computations LICENSE= GPLv3 BUILD_DEPENDS= gnuplot:math/gnuplot \ ${LOCALBASE}/bin/gperf:devel/gperf \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo RUN_DEPENDS= gnuplot:math/gnuplot \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libarpack.so:math/arpack-ng \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libfltk.so:x11-toolkits/fltk \ libftgl.so:graphics/ftgl \ libhdf5.so:science/hdf5 \ libpcre.so:devel/pcre \ libqhull_r.so:math/qhull \ libqrupdate.so:math/qrupdate \ libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libccolamd.so:math/suitesparse-ccolamd \ libcholmod.so:math/suitesparse-cholmod \ libcolamd.so:math/suitesparse-colamd \ libsuitesparseconfig.so:math/suitesparse-config \ libcxsparse.so:math/suitesparse-cxsparse \ libklu.so:math/suitesparse-klu \ libumfpack.so:math/suitesparse-umfpack \ libglpk.so:math/glpk \ libgl2ps.so:print/gl2ps \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ libOSMesa.so:graphics/libosmesa \ libsundials_arkode.so:math/sundials \ libportaudio.so:audio/portaudio USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang \ desktop-file-utils gl iconv ncurses xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} USE_PERL5= build GNU_CONFIGURE= yes USE_QT= core gui help network opengl \ qmake_build buildtools_build linguist_build \ printsupport sql widgets \ xml USE_XORG= x11 xext xfixes xft \ xcursor xinerama xrender USE_GL= gl glu OCTAVE_VERSION= ${PORTVERSION} GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/qt5 CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo \ MKINFO=${LOCALBASE}/bin/makeinfo \ MOC_QTVER=${MOC} \ UIC_QTVER=${UIC} \ RCC_QTVER=${RCC} \ LRELEASE_QTVER=${LRELEASE} \ QCOLLECTIONGENERATOR_QTVER=${QCOLLECTIONGENERATOR} \ QHELPGENERATOR_QTVER=${QHELPGENERATOR} \ ac_cv_type_max_align_t=yes \ ac_cv_path_SED=${LOCALBASE}/bin/gsed CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ --disable-openmp \ --with-osmesa INFO= octave liboctave INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS JAVA QT5 OPTIONS_RADIO= BLAS OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= JAVA OPENBLAS QT5 OPTIONS_SUB= yes DOCS_CONFIGURE_ENABLE= docs JAVA_CONFIGURE_ENABLE= java QT5_CONFIGURE_WITH= qt=5 qscintilla QT5_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DOCS_USE= TEX=dvipsk:build,formats:build JAVA_USE= JAVA=yes JAVA_CFLAGS= -I${JAVA_HOME}/include/${OPSYS:tl} QT5_USES= qt:5 OPENBLAS_USES= blaslapack:openblas NETLIB_USES= blaslapack:netlib ATLAS_USES= blaslapack:atlas pre-configure: ${REINPLACE_CMD} 's+"makeinfo"+"${LOCALBASE}/bin/makeinfo"+' ${WRKSRC}/libinterp/corefcn/help.cc ${REINPLACE_CMD} 's/"-qt=$$qt_version"/"-qt=qt$$qt_version"/' ${WRKSRC}/configure +RM_STUFF=${WRKSRC:C+/++:C+/.*++} + post-install: (cd ${STAGEDIR}${DATADIR} && ${LN} -s ${PORTVERSION}/imagelib .) + ${RM} -r ${STAGEDIR}${DATADIR}/${PORTVERSION}/etc/tests/fixed/${WRKDIR:C+/++:C+/.*++} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in liboctave/liboctave.ps \ refcard/refcard-a4.ps refcard/refcard-legal.ps \ refcard/refcard-letter.ps interpreter/octave.ps ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} .for file in interpreter/octave.info liboctave/liboctave.info ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${PREFIX}/${INFO_PATH} .endfor check regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) .include "Makefile.version" .include diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index fbf0f5b5045d..aac620126767 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -1,2483 +1,2466 @@ bin/mkoctfile bin/mkoctfile-%%OCTAVE_VERSION%% bin/octave bin/octave-%%OCTAVE_VERSION%% bin/octave-cli bin/octave-cli-%%OCTAVE_VERSION%% bin/octave-config bin/octave-config-%%OCTAVE_VERSION%% include/octave-%%OCTAVE_VERSION%%/octave/Array-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h include/octave-%%OCTAVE_VERSION%%/octave/Array.cc include/octave-%%OCTAVE_VERSION%%/octave/Array.h include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h include/octave-%%OCTAVE_VERSION%%/octave/Cell.h include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h include/octave-%%OCTAVE_VERSION%%/octave/DAE.h include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h include/octave-%%OCTAVE_VERSION%%/octave/DET.h include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h include/octave-%%OCTAVE_VERSION%%/octave/EIG.h include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h include/octave-%%OCTAVE_VERSION%%/octave/MArray-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc include/octave-%%OCTAVE_VERSION%%/octave/MArray.h include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h include/octave-%%OCTAVE_VERSION%%/octave/ODE.h include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h include/octave-%%OCTAVE_VERSION%%/octave/ODES.h include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h include/octave-%%OCTAVE_VERSION%%/octave/Quad.h include/octave-%%OCTAVE_VERSION%%/octave/Range.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h include/octave-%%OCTAVE_VERSION%%/octave/action-container.h include/octave-%%OCTAVE_VERSION%%/octave/aepbalance.h include/octave-%%OCTAVE_VERSION%%/octave/anon-fcn-validator.h include/octave-%%OCTAVE_VERSION%%/octave/auto-shlib.h include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h include/octave-%%OCTAVE_VERSION%%/octave/base-de.h include/octave-%%OCTAVE_VERSION%%/octave/base-list.h include/octave-%%OCTAVE_VERSION%%/octave/base-text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/boolNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/boolSparse.h include/octave-%%OCTAVE_VERSION%%/octave/bp-table.h include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-decl.h include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-defs.cc include/octave-%%OCTAVE_VERSION%%/octave/bsxfun.h include/octave-%%OCTAVE_VERSION%%/octave/build-env.h include/octave-%%OCTAVE_VERSION%%/octave/builtin-defun-decls.h include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h include/octave-%%OCTAVE_VERSION%%/octave/call-stack.h include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-class.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-manager.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-method.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-object.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-package.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-property.h include/octave-%%OCTAVE_VERSION%%/octave/cdef-utils.h include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/child-list.h include/octave-%%OCTAVE_VERSION%%/octave/chol.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h include/octave-%%OCTAVE_VERSION%%/octave/data.h include/octave-%%OCTAVE_VERSION%%/octave/defaults.h include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h include/octave-%%OCTAVE_VERSION%%/octave/defun.h include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h include/octave-%%OCTAVE_VERSION%%/octave/display.h include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.h include/octave-%%OCTAVE_VERSION%%/octave/environment.h include/octave-%%OCTAVE_VERSION%%/octave/error.h include/octave-%%OCTAVE_VERSION%%/octave/errwarn.h include/octave-%%OCTAVE_VERSION%%/octave/event-manager.h include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h include/octave-%%OCTAVE_VERSION%%/octave/fcn-info.h include/octave-%%OCTAVE_VERSION%%/octave/file-info.h include/octave-%%OCTAVE_VERSION%%/octave/file-io.h include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h include/octave-%%OCTAVE_VERSION%%/octave/filepos.h include/octave-%%OCTAVE_VERSION%%/octave/ft-text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/gepbalance.h include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-print.h include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h include/octave-%%OCTAVE_VERSION%%/octave/graphics-handle.h include/octave-%%OCTAVE_VERSION%%/octave/graphics-toolkit.h include/octave-%%OCTAVE_VERSION%%/octave/graphics.h include/octave-%%OCTAVE_VERSION%%/octave/gsvd.h include/octave-%%OCTAVE_VERSION%%/octave/gtk-manager.h include/octave-%%OCTAVE_VERSION%%/octave/gzfstream.h include/octave-%%OCTAVE_VERSION%%/octave/help.h include/octave-%%OCTAVE_VERSION%%/octave/hess.h include/octave-%%OCTAVE_VERSION%%/octave/hook-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h include/octave-%%OCTAVE_VERSION%%/octave/input.h include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/intNDArray-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/interpreter.h include/octave-%%OCTAVE_VERSION%%/octave/latex-text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/lex.h include/octave-%%OCTAVE_VERSION%%/octave/liboctave-build-info.h include/octave-%%OCTAVE_VERSION%%/octave/liboctinterp-build-info.h include/octave-%%OCTAVE_VERSION%%/octave/lo-amos-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-arpack-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-array-errwarn.h include/octave-%%OCTAVE_VERSION%%/octave/lo-blas-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-cutils.h include/octave-%%OCTAVE_VERSION%%/octave/lo-error.h include/octave-%%OCTAVE_VERSION%%/octave/lo-hash.h include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h include/octave-%%OCTAVE_VERSION%%/octave/lo-lapack-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h include/octave-%%OCTAVE_VERSION%%/octave/lo-qrupdate-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-ranlib-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-regexp.h include/octave-%%OCTAVE_VERSION%%/octave/lo-slatec-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h include/octave-%%OCTAVE_VERSION%%/octave/lo-sysinfo.h include/octave-%%OCTAVE_VERSION%%/octave/lo-traits.h include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h include/octave-%%OCTAVE_VERSION%%/octave/load-path.h include/octave-%%OCTAVE_VERSION%%/octave/load-save.h include/octave-%%OCTAVE_VERSION%%/octave/ls-ascii-helper.h include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-text.h include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h include/octave-%%OCTAVE_VERSION%%/octave/lu.h include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h include/octave-%%OCTAVE_VERSION%%/octave/mex.h include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-pm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fcm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fcdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-pm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-pm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-m-pm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-op-decl.h include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-cm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fcm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-m.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-type-traits.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fnda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fs.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h include/octave-%%OCTAVE_VERSION%%/octave/mxtypes.h include/octave-%%OCTAVE_VERSION%%/octave/oct-atomic.h include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h include/octave-%%OCTAVE_VERSION%%/octave/oct-convn.h include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h include/octave-%%OCTAVE_VERSION%%/octave/oct-errno.h include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-glob.h include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h include/octave-%%OCTAVE_VERSION%%/octave/oct-handle.h include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5-types.h include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-locbuf.h include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-password.h include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h include/octave-%%OCTAVE_VERSION%%/octave/oct-process.h include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h include/octave-%%OCTAVE_VERSION%%/octave/oct-spparms.h include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h include/octave-%%OCTAVE_VERSION%%/octave/oct-string.h include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h include/octave-%%OCTAVE_VERSION%%/octave/oct.h include/octave-%%OCTAVE_VERSION%%/octave/octave-build-info.h include/octave-%%OCTAVE_VERSION%%/octave/octave-config.h include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h include/octave-%%OCTAVE_VERSION%%/octave/octave-preserve-stream-state.h include/octave-%%OCTAVE_VERSION%%/octave/octave.h include/octave-%%OCTAVE_VERSION%%/octave/ops.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-sparse.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-sparse.h include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h include/octave-%%OCTAVE_VERSION%%/octave/ov-classdef.h include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h include/octave-%%OCTAVE_VERSION%%/octave/ov-java.h include/octave-%%OCTAVE_VERSION%%/octave/ov-lazy-idx.h include/octave-%%OCTAVE_VERSION%%/octave/ov-legacy-range.h include/octave-%%OCTAVE_VERSION%%/octave/ov-magic-int.h include/octave-%%OCTAVE_VERSION%%/octave/ov-mex-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov-null-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-oncleanup.h include/octave-%%OCTAVE_VERSION%%/octave/ov-perm.h include/octave-%%OCTAVE_VERSION%%/octave/ov-range-traits.h include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h include/octave-%%OCTAVE_VERSION%%/octave/ov-re-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-re-sparse.h include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov.h include/octave-%%OCTAVE_VERSION%%/octave/ovl.h include/octave-%%OCTAVE_VERSION%%/octave/pager.h include/octave-%%OCTAVE_VERSION%%/octave/parse.h include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h include/octave-%%OCTAVE_VERSION%%/octave/pr-flt-fmt.h include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h include/octave-%%OCTAVE_VERSION%%/octave/procstream.h include/octave-%%OCTAVE_VERSION%%/octave/profiler.h include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h include/octave-%%OCTAVE_VERSION%%/octave/pt-anon-scopes.h include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h include/octave-%%OCTAVE_VERSION%%/octave/pt-args-block.h include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h include/octave-%%OCTAVE_VERSION%%/octave/pt-classdef.h include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h include/octave-%%OCTAVE_VERSION%%/octave/pt-spmd.h include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h include/octave-%%OCTAVE_VERSION%%/octave/pt-tm-const.h include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h include/octave-%%OCTAVE_VERSION%%/octave/pt.h include/octave-%%OCTAVE_VERSION%%/octave/qr.h include/octave-%%OCTAVE_VERSION%%/octave/qrp.h include/octave-%%OCTAVE_VERSION%%/octave/quit.h include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h include/octave-%%OCTAVE_VERSION%%/octave/range-fwd.h include/octave-%%OCTAVE_VERSION%%/octave/schur.h include/octave-%%OCTAVE_VERSION%%/octave/settings.h include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h include/octave-%%OCTAVE_VERSION%%/octave/smx-bm-sbm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-scm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-sm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-cs-sm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-m-scm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-m-sm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-ops.h include/octave-%%OCTAVE_VERSION%%/octave/smx-s-scm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-sbm-bm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-cm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-m.h include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-s.h include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-sm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cm.h include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cs.h include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-m.h include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-scm.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-chol.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-lu.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-qr.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h include/octave-%%OCTAVE_VERSION%%/octave/stack-frame.h include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h include/octave-%%OCTAVE_VERSION%%/octave/svd.h include/octave-%%OCTAVE_VERSION%%/octave/syminfo.h include/octave-%%OCTAVE_VERSION%%/octave/symrec.h include/octave-%%OCTAVE_VERSION%%/octave/symscope.h include/octave-%%OCTAVE_VERSION%%/octave/symtab.h include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h include/octave-%%OCTAVE_VERSION%%/octave/text-engine.h include/octave-%%OCTAVE_VERSION%%/octave/text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/token.h include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint64NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint8NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h include/octave-%%OCTAVE_VERSION%%/octave/url-handle-manager.h include/octave-%%OCTAVE_VERSION%%/octave/url-transfer.h include/octave-%%OCTAVE_VERSION%%/octave/utils.h include/octave-%%OCTAVE_VERSION%%/octave/variables.h include/octave-%%OCTAVE_VERSION%%/octave/version.h include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fcv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-frv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-fs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-fcv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-frv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fcs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcrv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-ops.h include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so lib/octave/%%OCTAVE_VERSION%%/liboctave.so.9 lib/octave/%%OCTAVE_VERSION%%/liboctave.so.9.0.0 lib/octave/%%OCTAVE_VERSION%%/liboctgui.so lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.8 lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.8.0.0 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.10 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.10.0.0 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__ode15__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gzip.oct libdata/pkgconfig/octave.pc libdata/pkgconfig/octinterp.pc libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-gui libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-svgconvert man/man1/mkoctfile.1.gz man/man1/octave-cli.1.gz man/man1/octave-config.1.gz man/man1/octave.1.gz share/applications/org.octave.Octave.desktop %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps %%PORTDOCS%%%%DOCSDIR%%/octave.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps share/icons/hicolor/1024x1024/apps/octave.png share/icons/hicolor/128x128/apps/octave.png share/icons/hicolor/16x16/apps/octave.png share/icons/hicolor/22x22/apps/octave.png share/icons/hicolor/24x24/apps/octave.png share/icons/hicolor/256x256/apps/octave.png share/icons/hicolor/32x32/apps/octave.png share/icons/hicolor/48x48/apps/octave.png share/icons/hicolor/512x512/apps/octave.png share/icons/hicolor/64x64/apps/octave.png share/icons/hicolor/scalable/apps/octave.svg share/info/dir share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat %%DATADIR%%/%%OCTAVE_VERSION%%/data/west0479.mat %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qhc %%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION %%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS %%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings %%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache %%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/flat.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/flat_entry.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/function.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/hierarchical.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/hierarchical_entry.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/style.css %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/args.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-31371.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/bug-35448.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fA.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fB.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fC.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35881/bug-35881.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35881/bug35881.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/one.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/testclass.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/two.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/bug-36025.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/bug-38236.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/df_vr.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/u_vr.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/bug-38691.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir1/func1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-40117.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-41723/bug-41723.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-41723/class_bug41723.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/bug-44940.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/class_bug44940.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45351/bug-45351.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45351/bug45351.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45969.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45972.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46330.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/bug-46660.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/class_bug46660.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/bug-47680.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/sub_bug47680.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/super_bug47680.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/bug-49379.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/class_bug49379.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49904.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/bug-50014.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_function.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_in_subfunction_ok.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_parent_function.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_parent_nested2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_parent_nested_function.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_nested_function.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_subfunction.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_subfunction_old_syntax.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction_old_syntax.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction_separate_scope_ok.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/@bug50035/bug50035.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/@bug50035/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/bug-50035.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/bug-50716.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/myclass.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50831/bug-50831.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/bug-51192.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/class_bug51192.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51532/+package_bug51532/foo.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51532/bug-51532.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/bug-51534.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/child_bug51534.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/parent_bug51534.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51599/bug-51599.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51599/class_bug51599.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52075/bug-52075.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52075/class_bug52075.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/bug-52722.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/define_globals.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/include_globals.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/bug-52851.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script4.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/bug-53027.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/globals53027.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/gtest53027.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027a.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027b.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027c.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/bug-53468.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig403.ofig %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig421.ofig %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig51.ofig %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53579.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53599.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug-53956.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_4.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54490.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/testclass54995.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/bug-54995.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55308.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55321.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55322.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55758/bug-55758.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55758/class_bug_55758.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-56068/bug-56068.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-56068/bug_56068.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58572/bug-58572.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58572/bug58572.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/bug-58593.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/myclass1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/myclass2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/bug-59451.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/bug59451.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/foo/@double/bug59451.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/foo/@single/bug59451.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/@bug59617/bug59617.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/@bug59617/max.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/bug-59617.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59661/bug-59661.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59661/bug59661.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug-59704.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_1_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59937/bug-59937.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59937/eval_global_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59950.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60237/bug-60237.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60237/bug_60237.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60882/bug-60882.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60882/bug_60882.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/bug-61105.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/bug-61191.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/subdir/bug_61191.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61201.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/@foo/foo.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/class-concat.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/bug_60763.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614A.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614B.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug55766.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/classdef.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_subsref_subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/struct_wrapper.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/double.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/double.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/double.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/Cork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/click.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/Dork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/bling.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/gack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/Gork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/cork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/gark.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/Pork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/bling.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/gurk.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/SizeTester.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/numel.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/size.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/Sneetch.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/Snork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/cack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ctranspose.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/double.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/end.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/eq.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ge.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/gick.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/gt.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/horzcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ldivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/le.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/lt.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/minus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mldivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mpower.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mrdivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mtimes.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ne.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/power.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/rdivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsindex.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/times.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/transpose.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uminus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uplus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/vertcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/Spork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/cack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/geek.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colon-op/@legacy_colon_op/colon.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colon-op/@legacy_colon_op/legacy_colon_op.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colon-op/colon-op.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colon-op/colon_op.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/command.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/conv.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/derived.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/other.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/method.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/__trace__.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/deprecate-props.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/diag-perm.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/eval-catch.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/eval-command.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_a.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_b.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_derived/fhdr_derived.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/fhdr_other.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_arrayfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_cellfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_loop.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_parent/fhdr_parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_parent/numel.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug-51567.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug-57941.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51567.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51709_a.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51709_c.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug57941a.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug57941b.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug58519.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug60845.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/derived-resolution.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/f1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/handle-to-sibling.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/keyword.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/object-method.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/package-function.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/shared-ctx.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/shared_ctx.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/static-method.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/for.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/func.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/global.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/if.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/inline-fcn.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/integer.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/io.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/json/jsondecode_BIST.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/json/jsonencode_BIST.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jupyter-notebook/jupyter-notebook.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jupyter-notebook/octave_kernel.ipynb %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jupyter-notebook/plot_magic_and_errors.ipynb %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/leftdiv.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/line-continue.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_function_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_functions.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/logical-index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_ret.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/bug_59989.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/counter.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/no_closure.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/persistent_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope0.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_script_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/null-assign.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/parser.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/COPYING %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/DESCRIPTION %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/INDEX %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/NEWS %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/doc/example-package.txi %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/doc/macros.texi %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/inst/example_mfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/COPYING %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/DESCRIPTION %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/pkg.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/prefer.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/fcn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private-functions.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/ascript.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/bscript.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/pfcn1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/pfcn2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/publish.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_code_only.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_empty.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_example.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_head_only.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/range.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/recursion.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/return.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/single-index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/slice.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/sparse-assign.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/sparse.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/struct.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/switch.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/system.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/transpose.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@cell/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@char/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@double/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@function_handle/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@int16/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@int32/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@int64/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@int8/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@logical/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@single/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@struct/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@uint16/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@uint32/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@uint64/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/@uint8/tbcover.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/bc-overloads.tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/usr/ports/math/octave/work/octave-%%OCTAVE_VERSION%%/test/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__eigs__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__isprimelarge__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__magick_read__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/amd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/call-stack.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/chol.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/colamd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/colloc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/data.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/debug.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/defaults.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/det.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dirfns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dlmread.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dmperm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dot.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/eig.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ellipj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/environment.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/error.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/errwarn.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/event-manager.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fcn-info.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/file-io.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/filter.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/find.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gcd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/getrusage.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/givens.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/graphics.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gsvd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hash.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/help.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hess.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hex2num.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/input.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/inv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/jsondecode.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/jsonencode.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/kron.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/load-save.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lookup.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lsode.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lu.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mappers.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/matrix_type.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/max.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mgorth.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/nproc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-hist.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-map.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordqz.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordschur.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/psi.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qr.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quad.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quadcc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qz.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rand.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rcond.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/regexp.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/schur.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sighandlers.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/spparms.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sqrtm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfind.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sub2ind.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sylvester.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symbfact.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/time.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/toplev.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tril.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tsearch.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/typecast.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/utils.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/variables.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__ode15__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audioread.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/convhulln.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/fftw.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/gzip.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-base.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-class.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-classdef.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-java.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-lazy-idx.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-range.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-str-mat.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-struct.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/bp-table.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.yy-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-tm-const.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Sparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dSparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fCMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/idx-vector.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSans.otf %%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansBold.otf %%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansBoldOblique.otf %%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansOblique.otf %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.svg %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png %%DATADIR%%/%%OCTAVE_VERSION%%/locale/be_BY.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ca_ES.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/de_DE.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/en_US.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/es_ES.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/eu_ES.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/fr_FR.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/hu_HU.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/it_IT.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ja_JP.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/lt_LT.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/nl_NL.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_BR.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_PT.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ru_RU.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/tr_TR.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm %%DATADIR%%/%%OCTAVE_VERSION%%/m/+containers/Map.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/+matlab/+lang/makeUniqueStrings.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/+matlab/+lang/makeValidName.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/+matlab/+net/base64decode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/+matlab/+net/base64encode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/dir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/disp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ftp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mkdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mput.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rename.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rmdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/__get_properties__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/audioplayer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/disp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/isplaying.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/pause.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/play.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/playblocking.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/resume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/stop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/__get_properties__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/audiorecorder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/disp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/getaudiodata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/getplayer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/isrecording.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/pause.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/play.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/record.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/recordblocking.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/resume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/stop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/sound.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_diagonal_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_permutation_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_range.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/runtests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acosd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acotd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acoth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acscd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asecd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/atan2d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/atand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cosd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cospi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cotd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/coth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cscd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/secd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sinpi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/blkdiag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2pol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2sph.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cell2mat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/celldisp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/circshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cplxpair.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cumtrapz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/curl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/dblquad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deg2rad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/del2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/divergence.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/gradient.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/idivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/int2str.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/integral.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/integral2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/integral3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp1.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interpft.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interpn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequaln.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/pol2cart.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/polyarea.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/postpad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/prepad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/private/__splinen__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quad2d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadgk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rad2deg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/randi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repelem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rescale.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rng.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sortrows.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sph2cart.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/structfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/subsindex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/trapz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/triplequad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/xor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/convhull.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunay.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearchn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddata3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddatan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/inpolygon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rectint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rotx.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/roty.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rotz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/tsearchn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/dialog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/errordlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/getappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/getpixelposition.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/guidata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/guihandles.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/helpdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/inputdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/isappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/listdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/listfonts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/movegui.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/msgbox.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__file_filter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__fltk_file_filter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__get_funcname__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__is_function__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__ok_cancel_dlg__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetdir_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetfile_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uiobject_split_args__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uiputfile_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/questdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/rmappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/setappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uibuttongroup.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uicontextmenu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uicontrol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uigetdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uigetfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uimenu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uipanel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uipushtool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiputfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiresume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uisetfont.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitable.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoggletool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoolbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiwait.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/waitbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/waitforbuttonpress.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/warndlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__gripe_missing_component__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__unimplemented__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/ans.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/bessel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/debug.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc_cache_create.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/error_ids.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/help.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/lookfor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/print_usage.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__additional_help_message__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__strip_html_tags__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/slash.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/type.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/warning_ids.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/which.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/autumn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/bone.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/brighten.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cmpermute.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cmunique.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colorcube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colormap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/contrast.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/copper.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cubehelix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/flag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/frame2im.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/getframe.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/im2double.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/im2frame.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/image.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imagesc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imfinfo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imformats.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imshow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2rgb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/iscolormap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/jet.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/lines.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/movie.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imfinfo__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imread__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imwrite__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/colorspace_conversion_input_check.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/colorspace_conversion_revert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/imageIO.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/imwrite_filename.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/ind2x.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rainbow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgbplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spinmap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/summer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/turbo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/viridis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/white.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/winter.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/beep.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/csvread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/csvwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/dlmwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/fileread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/importdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/is_valid_file_id.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/argnames.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/char.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/feval.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/formula.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/inline.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/vectorize.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/__vectorize__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/findstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/flipdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/genvarname.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isequalwithequalnans.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/maxNumCompThreads.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/setstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strmatch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/textread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/vectorize.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/bandwidth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/condeig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/condest.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/expm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/gls.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isbanded.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isdefinite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isdiag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ishermitian.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/issymmetric.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istril.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istriu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/linsolve.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/lscov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/normest.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/normest1.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/null.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ols.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ordeig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/planerot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/subspace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vecnorm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bunzip2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cast.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/citation.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/clearvars.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/compare_versions.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/copyfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/edit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fieldnames.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileattrib.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/getfield.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/grabcode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/gunzip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/info.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/inputParser.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/inputname.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isdeployed.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfolder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ismac.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ismethod.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/jupyter_notebook.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/license.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/memory.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/methods.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkoctfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeFinite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeGreaterThan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeGreaterThanOrEqual.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeInteger.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeLessThan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeLessThanOrEqual.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeMember.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNegative.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonNan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonempty.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonnegative.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonpositive.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonsparse.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonzero.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNumeric.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNumericOrLogical.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBePositive.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeReal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namedargs2cell.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nargchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/narginchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nargoutchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/news.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nthargout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/open.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/orderfields.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/parseparams.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/perl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__publish_html_output__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__publish_latex_output__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__w2mpth__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/display_info_file.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/tar_is_bsd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/publish.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/python.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/recycle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/run.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/setfield.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/substruct.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/swapbytes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/symvar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unpack.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/untar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unzip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/validateattributes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ver.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/verLessThan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/decic.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15i.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode23.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode23s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode45.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/AbsRel_norm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/check_default_input.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/integrate_adaptive.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/kahan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/ode_event_handler.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odedefaults.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odemergeopts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_23.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_23s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_45_dorpri.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_interpolate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/starting_stepsize.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminsearch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminunc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fsolve.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fzero.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/glpk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/humps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/qp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/sqp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/import.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/matlabroot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/pathdef.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/private/getsavepath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/savepath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/pkg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/build.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/configure_make.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/default_prefix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/describe.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/dirempty.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/expand_rel_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_description.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_download.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_pkg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_inverse_dependencies.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_unsatisfied_deps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarchdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/install.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/installed_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages_and_dependencies.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/make_rel_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/rebuild.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/save_order.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/standardize_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/uninstall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/unload_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__clabel__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__getlegenddata__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__rotate_around_axis__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/annotation.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/axis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/box.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camlookat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camorbit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/campos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camroll.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camtarget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camup.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camva.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camzoom.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/caxis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/clabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/daspect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/datetick.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/diffuse.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/grid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/gtext.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/hidden.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/legend.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/lighting.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/material.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/orient.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/pbaspect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_label__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_limits__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__gnuplot_legend__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__tickangle__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/rticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/shading.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/specular.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/text.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/thetaticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/title.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/view.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/whitebg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xlabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xlim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xtickangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xticklabels.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ylabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ylim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ytickangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/yticklabels.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/yticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zlabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zlim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ztickangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zticklabels.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/area.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/bar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/barh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/camlight.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/colorbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/comet.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/comet3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/compass.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contour.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contour3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contourc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contourf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/cylinder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ellipsoid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/errorbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezcontour.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezcontourf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezmesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezmeshc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezplot3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezpolar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezsurf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezsurfc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/feather.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/fill.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/fill3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/fplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/hist.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isocaps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isocolors.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isonormals.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isosurface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/light.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/lightangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/line.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglogerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/mesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ostreamtube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pareto.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/patch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pcolor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/peaks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pie.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pie3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plot3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plotmatrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plotyy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/polar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__add_datasource__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__bar__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__calc_isovalue_from_data__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__contour__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__errplot__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__ezplot__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__gnuplot_scatter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__interp_cube__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__line__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__marching_cube__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__patch__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__pie__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__plt__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__quiver__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__scatter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__stem__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__unite_shared_vertices__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/quiver.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/quiver3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/rectangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/reducepatch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/reducevolume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ribbon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/rose.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/scatter.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/scatter3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogx.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogxerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogyerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/shrinkfaces.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/slice.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/smooth3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/sombrero.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/sphere.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stairs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stemleaf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stream2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stream3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/streamline.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/streamribbon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/streamtube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfnorm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/tetramesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/trimesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/triplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/trisurf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/waterfall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__actual_axis_position__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__check_rendering_capability__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__default_plot_options__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__gnuplot_drawnow__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__next_line_color__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__next_line_style__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__opengl_info__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__plt_get_axis_arg__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__pltopt__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/allchild.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ancestor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/axes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/cla.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/clf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/close.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/closereq.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/colstyle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/copyobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/figure.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findfigs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gca.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gco.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ginput.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/graphics_toolkit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/groot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gui_mainfcn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hdl2struct.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hggroup.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgload.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgsave.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgtransform.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hold.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isaxes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isfigure.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isgraphics.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ishandle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ishold.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isprop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/linkaxes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/linkprop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/meshgrid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ndgrid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/newplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/openfig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/pan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/print.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/printd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__add_default_menu__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__ghostscript__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_draw_axes__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_draw_figure__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_get_var__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_ginput__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_has_feature__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_has_terminal__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_open_stream__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_print__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_version__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__opengl_print__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__print_parse_opts__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__set_default_mouse_modes__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/refresh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/refreshdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/rotate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/rotate3d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/saveas.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/savefig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/shg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/struct2hdl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/subplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/zoom.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/mkpp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/mpoles.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/padecoef.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/pchip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/poly.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyaffine.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyeig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polygcd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyval.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppjumps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppval.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/private/__splinefit__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/residue.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/roots.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/spline.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/splinefit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/unmkpp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/addpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/getpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/ispref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/prefdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/preferences.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/loadprefs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/prefsfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/saveprefs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/rmpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/setpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profexplore.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profexport.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profshow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/ismember.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/powerset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/private/validsetargs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setdiff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setxor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/unique.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/uniquetol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/__parse_movargs__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_fit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/bartlett.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/filter2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/ifftshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/movfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/movslice.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/periodogram.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/rectangle_lw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/rectangle_sw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/triangle_lw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/triangle_sw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinetone.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinewave.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spencer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/stft.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/synthesis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/unwrap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/yulewalker.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/bicg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/bicgstab.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/cgs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/colperm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/eigs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/etreeplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gmres.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ichol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ilu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/nonzeros.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__alltohandles__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__default__input__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__sprand__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/qmr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spaugment.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spconvert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spdiags.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/speye.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spones.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprandn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprandsym.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spstats.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/svds.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/tfqmr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/treelayout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/treeplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/beta.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betainc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betaincinv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betaln.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/cosint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/ellipke.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/expint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/factor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/factorial.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammainc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammaincinv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/isprime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/lcm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/legendre.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nchoosek.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nthroot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/perms.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/pow2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/primes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/reallog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/realpow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/realsqrt.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/sinint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/gallery.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hadamard.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/magic.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/pascal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/rosser.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/wilkinson.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/inputrc %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/bounds.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/center.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/corr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/corrcoef.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/cov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_cdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_inv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_pdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_cdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_inv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_pdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/histc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/iqr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/kendall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/kurtosis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/meansq.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/median.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/moment.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmax.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmedian.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movprod.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movstd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movsum.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movvar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/prctile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/quantile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/range.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/ranks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/run_count.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/runlength.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/skewness.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/spearman.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/statistics.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/std.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/var.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/zscore.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/endsWith.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/erase.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/index.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isletter.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isstring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isstrprop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/mat2str.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/native2unicode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/ostrsplit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/regexptranslate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/rindex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/startsWith.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2num.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strchr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjoin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjust.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strsplit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtok.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtrim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtrunc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/substr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/unicode2native.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/untabify.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/validatestring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__debug_octave__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__have_feature__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__printf_assert__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__prog_output_assert__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__run_test_suite__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/assert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/demo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/example.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/fail.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/oruntests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/dump_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_plot_demos_template.html %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/rundemos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/speed.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/addtodate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/asctime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/calendar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/clock.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/ctime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/date.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datenum.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datestr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datevec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/eomday.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/etime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/is_leap_year.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/now.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/web/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/web/web.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/web/weboptions.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/web/webread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/web/webwrite.m %%DATADIR%%/imagelib %%DATADIR%%/site/m/startup/octaverc @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/api-v57/%%GNU_HOST%% @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% @dir libexec/octave/api-v57/site/exec/%%GNU_HOST%% @dir libexec/octave/site/exec/%%GNU_HOST%% @dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m @dir %%DATADIR%%/site/api-v57/m