[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / octave

File: [cvs.NetBSD.org] / pkgsrc / math / octave / PLIST (download)

Revision 1.33, Tue Mar 5 11:11:12 2019 UTC (5 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.32: +86 -31 lines

Update to 5.1.0

Changelog:
# General improvements

    The Octave plotting system now supports high resolution screens, i.e., those with greater than 96 DPI which are referred to as HiDPI/Retina monitors.

    Unicode character support for files and folders in Windows.

    A new core function movfun will apply a function to a sliding window of arbitrary size on a dataset and accumulate the results. Many common cases have been implemented using the naming scheme movXXX where XXX is the function that will be applied. For example, the moving average over a dataset is movmean. New moving window functions:

    movfun movslice movmad movmax movmean movmedian movmin movprod movstd movsum movvar

    The fsolve function has been tweaked to use larger step sizes when calculating the Jacobian of a function with finite differences. This leads to faster convergence.

    The ranks function has been recoded for performance and is now 25X faster. In addition, it now supports a third argument that specifies how to resolve the ranking of tie values.

    The function randi has been recoded to produce an unbiased (all results are equally likely) sample of integers. This may produce different results in existing code. If it is necessary to reproduce the exact random integer sequence as in previous versions use

    ri = imin + floor ((imax - imin + 1) * rand ());

    The function isdefinite now returns true or false rather than -1, 0, or 1. To test for a positive semi-definite matrix (old output of 0) check whether the following two conditions hold:

    isdefinite (A) => 0 and isdefinite (A + 5*TOL, TOL) => 1

    The intmax, intmin, and flintmax functions now accept a variable as input. Existing code to query the range of an existing variable can be simplified by removing the call to class that was previously required. For example defining the variable x = int8 (3) in the workspace, calls like

    range = [ intmin(class(x)), intmax(class(x)) ]

    can in Octave 5 be simplified to range = [ intmin(x), intmax(x) ].

    The path handling functions no longer perform variable or brace expansion on path elements and OctaveãàÑÔ load-path is no longer subject to these expansions.

    A new printing device is available, "-ddumb", which produces ASCII art for plots. This device is only available with the gnuplot toolkit.

# Dependencies

    The GUI requires Qt libraries. The minimum Qt4 version supported is Qt4.8. Qt5 of any version is preferred.

    The OSMesa library is no longer used. To print invisible figures when using OpenGL graphics, the Qt QOFFSCREENSURFACE feature must be available and you must use the qt graphics toolkit.

    The FFTW library is now required to perform FFT calculations. The FFTPACK sources have been removed from Octave.

Matlab compatibility
* Many improvements.

@comment $NetBSD: PLIST,v 1.33 2019/03/05 11:11:12 ryoon Exp $
bin/mkoctfile
bin/mkoctfile-${PKGVERSION}
bin/octave
bin/${PKGNAME}
bin/octave-cli
bin/octave-cli-${PKGVERSION}
bin/octave-config
bin/octave-config-${PKGVERSION}
include/${PKGNAME}/octave/Array-util.h
include/${PKGNAME}/octave/Array.cc
include/${PKGNAME}/octave/Array.h
include/${PKGNAME}/octave/CColVector.h
include/${PKGNAME}/octave/CDiagMatrix.h
include/${PKGNAME}/octave/CMatrix.h
include/${PKGNAME}/octave/CNDArray.h
include/${PKGNAME}/octave/CRowVector.h
include/${PKGNAME}/octave/CSparse.h
include/${PKGNAME}/octave/Cell.h
include/${PKGNAME}/octave/CollocWt.h
include/${PKGNAME}/octave/DAE.h
include/${PKGNAME}/octave/DAEFunc.h
include/${PKGNAME}/octave/DAERT.h
include/${PKGNAME}/octave/DAERTFunc.h
include/${PKGNAME}/octave/DASPK-opts.h
include/${PKGNAME}/octave/DASPK.h
include/${PKGNAME}/octave/DASRT-opts.h
include/${PKGNAME}/octave/DASRT.h
include/${PKGNAME}/octave/DASSL-opts.h
include/${PKGNAME}/octave/DASSL.h
include/${PKGNAME}/octave/DET.h
include/${PKGNAME}/octave/DiagArray2.cc
include/${PKGNAME}/octave/DiagArray2.h
include/${PKGNAME}/octave/EIG.h
include/${PKGNAME}/octave/LSODE-opts.h
include/${PKGNAME}/octave/LSODE.h
include/${PKGNAME}/octave/MArray.cc
include/${PKGNAME}/octave/MArray.h
include/${PKGNAME}/octave/MDiagArray2.cc
include/${PKGNAME}/octave/MDiagArray2.h
include/${PKGNAME}/octave/MSparse.cc
include/${PKGNAME}/octave/MSparse.h
include/${PKGNAME}/octave/Matrix.h
include/${PKGNAME}/octave/MatrixType.h
include/${PKGNAME}/octave/ODE.h
include/${PKGNAME}/octave/ODEFunc.h
include/${PKGNAME}/octave/ODES.h
include/${PKGNAME}/octave/ODESFunc.h
include/${PKGNAME}/octave/PermMatrix.h
include/${PKGNAME}/octave/Quad-opts.h
include/${PKGNAME}/octave/Quad.h
include/${PKGNAME}/octave/Range.h
include/${PKGNAME}/octave/Sparse-diag-op-defs.h
include/${PKGNAME}/octave/Sparse-op-decls.h
include/${PKGNAME}/octave/Sparse-op-defs.h
include/${PKGNAME}/octave/Sparse-perm-op-defs.h
include/${PKGNAME}/octave/Sparse.cc
include/${PKGNAME}/octave/Sparse.h
include/${PKGNAME}/octave/action-container.h
include/${PKGNAME}/octave/aepbalance.h
include/${PKGNAME}/octave/base-dae.h
include/${PKGNAME}/octave/base-de.h
include/${PKGNAME}/octave/base-list.h
include/${PKGNAME}/octave/base-min.h
include/${PKGNAME}/octave/base-text-renderer.h
include/${PKGNAME}/octave/boolMatrix.h
include/${PKGNAME}/octave/boolNDArray.h
include/${PKGNAME}/octave/boolSparse.h
include/${PKGNAME}/octave/bp-table.h
include/${PKGNAME}/octave/bsxfun-decl.h
include/${PKGNAME}/octave/bsxfun-defs.cc
include/${PKGNAME}/octave/bsxfun.h
include/${PKGNAME}/octave/build-env.h
include/${PKGNAME}/octave/builtin-defun-decls.h
include/${PKGNAME}/octave/byte-swap.h
include/${PKGNAME}/octave/c-file-ptr-stream.h
include/${PKGNAME}/octave/call-stack.h
include/${PKGNAME}/octave/caseless-str.h
include/${PKGNAME}/octave/cdisplay.h
include/${PKGNAME}/octave/chMatrix.h
include/${PKGNAME}/octave/chNDArray.h
include/${PKGNAME}/octave/child-list.h
include/${PKGNAME}/octave/chol.h
include/${PKGNAME}/octave/cmd-edit.h
include/${PKGNAME}/octave/cmd-hist.h
include/${PKGNAME}/octave/comment-list.h
include/${PKGNAME}/octave/dColVector.h
include/${PKGNAME}/octave/dDiagMatrix.h
include/${PKGNAME}/octave/dMatrix.h
include/${PKGNAME}/octave/dNDArray.h
include/${PKGNAME}/octave/dRowVector.h
include/${PKGNAME}/octave/dSparse.h
include/${PKGNAME}/octave/data-conv.h
include/${PKGNAME}/octave/data.h
include/${PKGNAME}/octave/defaults.h
include/${PKGNAME}/octave/defun-dld.h
include/${PKGNAME}/octave/defun-int.h
include/${PKGNAME}/octave/defun.h
include/${PKGNAME}/octave/dim-vector.h
include/${PKGNAME}/octave/dir-ops.h
include/${PKGNAME}/octave/dirfns.h
include/${PKGNAME}/octave/display.h
include/${PKGNAME}/octave/dynamic-ld.h
include/${PKGNAME}/octave/eigs-base.h
include/${PKGNAME}/octave/environment.h
include/${PKGNAME}/octave/error.h
include/${PKGNAME}/octave/errwarn.h
include/${PKGNAME}/octave/event-queue.h
include/${PKGNAME}/octave/f77-fcn.h
include/${PKGNAME}/octave/fCColVector.h
include/${PKGNAME}/octave/fCDiagMatrix.h
include/${PKGNAME}/octave/fCMatrix.h
include/${PKGNAME}/octave/fCNDArray.h
include/${PKGNAME}/octave/fCRowVector.h
include/${PKGNAME}/octave/fColVector.h
include/${PKGNAME}/octave/fDiagMatrix.h
include/${PKGNAME}/octave/fEIG.h
include/${PKGNAME}/octave/fMatrix.h
include/${PKGNAME}/octave/fNDArray.h
include/${PKGNAME}/octave/fRowVector.h
include/${PKGNAME}/octave/fcn-info.h
include/${PKGNAME}/octave/file-info.h
include/${PKGNAME}/octave/file-io.h
include/${PKGNAME}/octave/file-ops.h
include/${PKGNAME}/octave/file-stat.h
include/${PKGNAME}/octave/ft-text-renderer.h
include/${PKGNAME}/octave/functor.h
include/${PKGNAME}/octave/gepbalance.h
include/${PKGNAME}/octave/gl-render.h
include/${PKGNAME}/octave/gl2ps-print.h
include/${PKGNAME}/octave/glob-match.h
include/${PKGNAME}/octave/graphics-handle.h
include/${PKGNAME}/octave/graphics-props.cc
include/${PKGNAME}/octave/graphics-toolkit.h
include/${PKGNAME}/octave/graphics.h
include/${PKGNAME}/octave/gsvd.h
include/${PKGNAME}/octave/gtk-manager.h
include/${PKGNAME}/octave/help.h
include/${PKGNAME}/octave/hess.h
include/${PKGNAME}/octave/hook-fcn.h
include/${PKGNAME}/octave/idx-vector.h
include/${PKGNAME}/octave/input.h
include/${PKGNAME}/octave/int16NDArray.h
include/${PKGNAME}/octave/int32NDArray.h
include/${PKGNAME}/octave/int64NDArray.h
include/${PKGNAME}/octave/int8NDArray.h
include/${PKGNAME}/octave/intNDArray.cc
include/${PKGNAME}/octave/intNDArray.h
include/${PKGNAME}/octave/interpreter.h
include/${PKGNAME}/octave/jit-ir.h
include/${PKGNAME}/octave/jit-typeinfo.h
include/${PKGNAME}/octave/jit-util.h
include/${PKGNAME}/octave/lex.h
include/${PKGNAME}/octave/liboctave-build-info.h
include/${PKGNAME}/octave/liboctinterp-build-info.h
include/${PKGNAME}/octave/lo-amos-proto.h
include/${PKGNAME}/octave/lo-arpack-proto.h
include/${PKGNAME}/octave/lo-array-errwarn.h
include/${PKGNAME}/octave/lo-blas-proto.h
include/${PKGNAME}/octave/lo-cutils.h
include/${PKGNAME}/octave/lo-error.h
include/${PKGNAME}/octave/lo-hash.h
include/${PKGNAME}/octave/lo-ieee.h
include/${PKGNAME}/octave/lo-lapack-proto.h
include/${PKGNAME}/octave/lo-mappers.h
include/${PKGNAME}/octave/lo-qrupdate-proto.h
include/${PKGNAME}/octave/lo-ranlib-proto.h
include/${PKGNAME}/octave/lo-regexp.h
include/${PKGNAME}/octave/lo-slatec-proto.h
include/${PKGNAME}/octave/lo-specfun.h
include/${PKGNAME}/octave/lo-sysdep.h
include/${PKGNAME}/octave/lo-sysinfo.h
include/${PKGNAME}/octave/lo-traits.h
include/${PKGNAME}/octave/lo-utils.h
include/${PKGNAME}/octave/load-path.h
include/${PKGNAME}/octave/load-save.h
include/${PKGNAME}/octave/ls-ascii-helper.h
include/${PKGNAME}/octave/ls-hdf5.h
include/${PKGNAME}/octave/ls-mat-ascii.h
include/${PKGNAME}/octave/ls-mat4.h
include/${PKGNAME}/octave/ls-mat5.h
include/${PKGNAME}/octave/ls-oct-binary.h
include/${PKGNAME}/octave/ls-oct-text.h
include/${PKGNAME}/octave/ls-utils.h
include/${PKGNAME}/octave/lu.h
include/${PKGNAME}/octave/mach-info.h
include/${PKGNAME}/octave/mex.h
include/${PKGNAME}/octave/mexproto.h
include/${PKGNAME}/octave/mx-base.h
include/${PKGNAME}/octave/mx-cdm-cm.h
include/${PKGNAME}/octave/mx-cdm-dm.h
include/${PKGNAME}/octave/mx-cdm-m.h
include/${PKGNAME}/octave/mx-cdm-s.h
include/${PKGNAME}/octave/mx-cm-cdm.h
include/${PKGNAME}/octave/mx-cm-dm.h
include/${PKGNAME}/octave/mx-cm-m.h
include/${PKGNAME}/octave/mx-cm-pm.h
include/${PKGNAME}/octave/mx-cm-s.h
include/${PKGNAME}/octave/mx-cnda-nda.h
include/${PKGNAME}/octave/mx-cnda-s.h
include/${PKGNAME}/octave/mx-cs-dm.h
include/${PKGNAME}/octave/mx-cs-m.h
include/${PKGNAME}/octave/mx-cs-nda.h
include/${PKGNAME}/octave/mx-defs.h
include/${PKGNAME}/octave/mx-dm-cdm.h
include/${PKGNAME}/octave/mx-dm-cm.h
include/${PKGNAME}/octave/mx-dm-cs.h
include/${PKGNAME}/octave/mx-dm-m.h
include/${PKGNAME}/octave/mx-ext.h
include/${PKGNAME}/octave/mx-fcdm-fcm.h
include/${PKGNAME}/octave/mx-fcdm-fdm.h
include/${PKGNAME}/octave/mx-fcdm-fm.h
include/${PKGNAME}/octave/mx-fcdm-fs.h
include/${PKGNAME}/octave/mx-fcm-fcdm.h
include/${PKGNAME}/octave/mx-fcm-fdm.h
include/${PKGNAME}/octave/mx-fcm-fm.h
include/${PKGNAME}/octave/mx-fcm-fs.h
include/${PKGNAME}/octave/mx-fcm-pm.h
include/${PKGNAME}/octave/mx-fcnda-fnda.h
include/${PKGNAME}/octave/mx-fcnda-fs.h
include/${PKGNAME}/octave/mx-fcs-fdm.h
include/${PKGNAME}/octave/mx-fcs-fm.h
include/${PKGNAME}/octave/mx-fcs-fnda.h
include/${PKGNAME}/octave/mx-fdm-fcdm.h
include/${PKGNAME}/octave/mx-fdm-fcm.h
include/${PKGNAME}/octave/mx-fdm-fcs.h
include/${PKGNAME}/octave/mx-fdm-fm.h
include/${PKGNAME}/octave/mx-fm-fcdm.h
include/${PKGNAME}/octave/mx-fm-fcm.h
include/${PKGNAME}/octave/mx-fm-fcs.h
include/${PKGNAME}/octave/mx-fm-fdm.h
include/${PKGNAME}/octave/mx-fm-pm.h
include/${PKGNAME}/octave/mx-fnda-fcnda.h
include/${PKGNAME}/octave/mx-fnda-fcs.h
include/${PKGNAME}/octave/mx-fnda-i16.h
include/${PKGNAME}/octave/mx-fnda-i16nda.h
include/${PKGNAME}/octave/mx-fnda-i32.h
include/${PKGNAME}/octave/mx-fnda-i32nda.h
include/${PKGNAME}/octave/mx-fnda-i64.h
include/${PKGNAME}/octave/mx-fnda-i64nda.h
include/${PKGNAME}/octave/mx-fnda-i8.h
include/${PKGNAME}/octave/mx-fnda-i8nda.h
include/${PKGNAME}/octave/mx-fnda-ui16.h
include/${PKGNAME}/octave/mx-fnda-ui16nda.h
include/${PKGNAME}/octave/mx-fnda-ui32.h
include/${PKGNAME}/octave/mx-fnda-ui32nda.h
include/${PKGNAME}/octave/mx-fnda-ui64.h
include/${PKGNAME}/octave/mx-fnda-ui64nda.h
include/${PKGNAME}/octave/mx-fnda-ui8.h
include/${PKGNAME}/octave/mx-fnda-ui8nda.h
include/${PKGNAME}/octave/mx-fs-fcdm.h
include/${PKGNAME}/octave/mx-fs-fcm.h
include/${PKGNAME}/octave/mx-fs-fcnda.h
include/${PKGNAME}/octave/mx-fs-i16nda.h
include/${PKGNAME}/octave/mx-fs-i32nda.h
include/${PKGNAME}/octave/mx-fs-i64nda.h
include/${PKGNAME}/octave/mx-fs-i8nda.h
include/${PKGNAME}/octave/mx-fs-ui16nda.h
include/${PKGNAME}/octave/mx-fs-ui32nda.h
include/${PKGNAME}/octave/mx-fs-ui64nda.h
include/${PKGNAME}/octave/mx-fs-ui8nda.h
include/${PKGNAME}/octave/mx-i16-fnda.h
include/${PKGNAME}/octave/mx-i16-i32nda.h
include/${PKGNAME}/octave/mx-i16-i64nda.h
include/${PKGNAME}/octave/mx-i16-i8nda.h
include/${PKGNAME}/octave/mx-i16-nda.h
include/${PKGNAME}/octave/mx-i16-ui16nda.h
include/${PKGNAME}/octave/mx-i16-ui32nda.h
include/${PKGNAME}/octave/mx-i16-ui64nda.h
include/${PKGNAME}/octave/mx-i16-ui8nda.h
include/${PKGNAME}/octave/mx-i16nda-fnda.h
include/${PKGNAME}/octave/mx-i16nda-fs.h
include/${PKGNAME}/octave/mx-i16nda-i32.h
include/${PKGNAME}/octave/mx-i16nda-i32nda.h
include/${PKGNAME}/octave/mx-i16nda-i64.h
include/${PKGNAME}/octave/mx-i16nda-i64nda.h
include/${PKGNAME}/octave/mx-i16nda-i8.h
include/${PKGNAME}/octave/mx-i16nda-i8nda.h
include/${PKGNAME}/octave/mx-i16nda-nda.h
include/${PKGNAME}/octave/mx-i16nda-s.h
include/${PKGNAME}/octave/mx-i16nda-ui16.h
include/${PKGNAME}/octave/mx-i16nda-ui16nda.h
include/${PKGNAME}/octave/mx-i16nda-ui32.h
include/${PKGNAME}/octave/mx-i16nda-ui32nda.h
include/${PKGNAME}/octave/mx-i16nda-ui64.h
include/${PKGNAME}/octave/mx-i16nda-ui64nda.h
include/${PKGNAME}/octave/mx-i16nda-ui8.h
include/${PKGNAME}/octave/mx-i16nda-ui8nda.h
include/${PKGNAME}/octave/mx-i32-fnda.h
include/${PKGNAME}/octave/mx-i32-i16nda.h
include/${PKGNAME}/octave/mx-i32-i64nda.h
include/${PKGNAME}/octave/mx-i32-i8nda.h
include/${PKGNAME}/octave/mx-i32-nda.h
include/${PKGNAME}/octave/mx-i32-ui16nda.h
include/${PKGNAME}/octave/mx-i32-ui32nda.h
include/${PKGNAME}/octave/mx-i32-ui64nda.h
include/${PKGNAME}/octave/mx-i32-ui8nda.h
include/${PKGNAME}/octave/mx-i32nda-fnda.h
include/${PKGNAME}/octave/mx-i32nda-fs.h
include/${PKGNAME}/octave/mx-i32nda-i16.h
include/${PKGNAME}/octave/mx-i32nda-i16nda.h
include/${PKGNAME}/octave/mx-i32nda-i64.h
include/${PKGNAME}/octave/mx-i32nda-i64nda.h
include/${PKGNAME}/octave/mx-i32nda-i8.h
include/${PKGNAME}/octave/mx-i32nda-i8nda.h
include/${PKGNAME}/octave/mx-i32nda-nda.h
include/${PKGNAME}/octave/mx-i32nda-s.h
include/${PKGNAME}/octave/mx-i32nda-ui16.h
include/${PKGNAME}/octave/mx-i32nda-ui16nda.h
include/${PKGNAME}/octave/mx-i32nda-ui32.h
include/${PKGNAME}/octave/mx-i32nda-ui32nda.h
include/${PKGNAME}/octave/mx-i32nda-ui64.h
include/${PKGNAME}/octave/mx-i32nda-ui64nda.h
include/${PKGNAME}/octave/mx-i32nda-ui8.h
include/${PKGNAME}/octave/mx-i32nda-ui8nda.h
include/${PKGNAME}/octave/mx-i64-fnda.h
include/${PKGNAME}/octave/mx-i64-i16nda.h
include/${PKGNAME}/octave/mx-i64-i32nda.h
include/${PKGNAME}/octave/mx-i64-i8nda.h
include/${PKGNAME}/octave/mx-i64-nda.h
include/${PKGNAME}/octave/mx-i64-ui16nda.h
include/${PKGNAME}/octave/mx-i64-ui32nda.h
include/${PKGNAME}/octave/mx-i64-ui64nda.h
include/${PKGNAME}/octave/mx-i64-ui8nda.h
include/${PKGNAME}/octave/mx-i64nda-fnda.h
include/${PKGNAME}/octave/mx-i64nda-fs.h
include/${PKGNAME}/octave/mx-i64nda-i16.h
include/${PKGNAME}/octave/mx-i64nda-i16nda.h
include/${PKGNAME}/octave/mx-i64nda-i32.h
include/${PKGNAME}/octave/mx-i64nda-i32nda.h
include/${PKGNAME}/octave/mx-i64nda-i8.h
include/${PKGNAME}/octave/mx-i64nda-i8nda.h
include/${PKGNAME}/octave/mx-i64nda-nda.h
include/${PKGNAME}/octave/mx-i64nda-s.h
include/${PKGNAME}/octave/mx-i64nda-ui16.h
include/${PKGNAME}/octave/mx-i64nda-ui16nda.h
include/${PKGNAME}/octave/mx-i64nda-ui32.h
include/${PKGNAME}/octave/mx-i64nda-ui32nda.h
include/${PKGNAME}/octave/mx-i64nda-ui64.h
include/${PKGNAME}/octave/mx-i64nda-ui64nda.h
include/${PKGNAME}/octave/mx-i64nda-ui8.h
include/${PKGNAME}/octave/mx-i64nda-ui8nda.h
include/${PKGNAME}/octave/mx-i8-fnda.h
include/${PKGNAME}/octave/mx-i8-i16nda.h
include/${PKGNAME}/octave/mx-i8-i32nda.h
include/${PKGNAME}/octave/mx-i8-i64nda.h
include/${PKGNAME}/octave/mx-i8-nda.h
include/${PKGNAME}/octave/mx-i8-ui16nda.h
include/${PKGNAME}/octave/mx-i8-ui32nda.h
include/${PKGNAME}/octave/mx-i8-ui64nda.h
include/${PKGNAME}/octave/mx-i8-ui8nda.h
include/${PKGNAME}/octave/mx-i8nda-fnda.h
include/${PKGNAME}/octave/mx-i8nda-fs.h
include/${PKGNAME}/octave/mx-i8nda-i16.h
include/${PKGNAME}/octave/mx-i8nda-i16nda.h
include/${PKGNAME}/octave/mx-i8nda-i32.h
include/${PKGNAME}/octave/mx-i8nda-i32nda.h
include/${PKGNAME}/octave/mx-i8nda-i64.h
include/${PKGNAME}/octave/mx-i8nda-i64nda.h
include/${PKGNAME}/octave/mx-i8nda-nda.h
include/${PKGNAME}/octave/mx-i8nda-s.h
include/${PKGNAME}/octave/mx-i8nda-ui16.h
include/${PKGNAME}/octave/mx-i8nda-ui16nda.h
include/${PKGNAME}/octave/mx-i8nda-ui32.h
include/${PKGNAME}/octave/mx-i8nda-ui32nda.h
include/${PKGNAME}/octave/mx-i8nda-ui64.h
include/${PKGNAME}/octave/mx-i8nda-ui64nda.h
include/${PKGNAME}/octave/mx-i8nda-ui8.h
include/${PKGNAME}/octave/mx-i8nda-ui8nda.h
include/${PKGNAME}/octave/mx-inlines.cc
include/${PKGNAME}/octave/mx-m-cdm.h
include/${PKGNAME}/octave/mx-m-cm.h
include/${PKGNAME}/octave/mx-m-cs.h
include/${PKGNAME}/octave/mx-m-dm.h
include/${PKGNAME}/octave/mx-m-pm.h
include/${PKGNAME}/octave/mx-nda-cnda.h
include/${PKGNAME}/octave/mx-nda-cs.h
include/${PKGNAME}/octave/mx-nda-i16.h
include/${PKGNAME}/octave/mx-nda-i16nda.h
include/${PKGNAME}/octave/mx-nda-i32.h
include/${PKGNAME}/octave/mx-nda-i32nda.h
include/${PKGNAME}/octave/mx-nda-i64.h
include/${PKGNAME}/octave/mx-nda-i64nda.h
include/${PKGNAME}/octave/mx-nda-i8.h
include/${PKGNAME}/octave/mx-nda-i8nda.h
include/${PKGNAME}/octave/mx-nda-ui16.h
include/${PKGNAME}/octave/mx-nda-ui16nda.h
include/${PKGNAME}/octave/mx-nda-ui32.h
include/${PKGNAME}/octave/mx-nda-ui32nda.h
include/${PKGNAME}/octave/mx-nda-ui64.h
include/${PKGNAME}/octave/mx-nda-ui64nda.h
include/${PKGNAME}/octave/mx-nda-ui8.h
include/${PKGNAME}/octave/mx-nda-ui8nda.h
include/${PKGNAME}/octave/mx-op-decl.h
include/${PKGNAME}/octave/mx-op-defs.h
include/${PKGNAME}/octave/mx-ops.h
include/${PKGNAME}/octave/mx-pm-cm.h
include/${PKGNAME}/octave/mx-pm-fcm.h
include/${PKGNAME}/octave/mx-pm-fm.h
include/${PKGNAME}/octave/mx-pm-m.h
include/${PKGNAME}/octave/mx-s-cdm.h
include/${PKGNAME}/octave/mx-s-cm.h
include/${PKGNAME}/octave/mx-s-cnda.h
include/${PKGNAME}/octave/mx-s-i16nda.h
include/${PKGNAME}/octave/mx-s-i32nda.h
include/${PKGNAME}/octave/mx-s-i64nda.h
include/${PKGNAME}/octave/mx-s-i8nda.h
include/${PKGNAME}/octave/mx-s-ui16nda.h
include/${PKGNAME}/octave/mx-s-ui32nda.h
include/${PKGNAME}/octave/mx-s-ui64nda.h
include/${PKGNAME}/octave/mx-s-ui8nda.h
include/${PKGNAME}/octave/mx-ui16-fnda.h
include/${PKGNAME}/octave/mx-ui16-i16nda.h
include/${PKGNAME}/octave/mx-ui16-i32nda.h
include/${PKGNAME}/octave/mx-ui16-i64nda.h
include/${PKGNAME}/octave/mx-ui16-i8nda.h
include/${PKGNAME}/octave/mx-ui16-nda.h
include/${PKGNAME}/octave/mx-ui16-ui32nda.h
include/${PKGNAME}/octave/mx-ui16-ui64nda.h
include/${PKGNAME}/octave/mx-ui16-ui8nda.h
include/${PKGNAME}/octave/mx-ui16nda-fnda.h
include/${PKGNAME}/octave/mx-ui16nda-fs.h
include/${PKGNAME}/octave/mx-ui16nda-i16.h
include/${PKGNAME}/octave/mx-ui16nda-i16nda.h
include/${PKGNAME}/octave/mx-ui16nda-i32.h
include/${PKGNAME}/octave/mx-ui16nda-i32nda.h
include/${PKGNAME}/octave/mx-ui16nda-i64.h
include/${PKGNAME}/octave/mx-ui16nda-i64nda.h
include/${PKGNAME}/octave/mx-ui16nda-i8.h
include/${PKGNAME}/octave/mx-ui16nda-i8nda.h
include/${PKGNAME}/octave/mx-ui16nda-nda.h
include/${PKGNAME}/octave/mx-ui16nda-s.h
include/${PKGNAME}/octave/mx-ui16nda-ui32.h
include/${PKGNAME}/octave/mx-ui16nda-ui32nda.h
include/${PKGNAME}/octave/mx-ui16nda-ui64.h
include/${PKGNAME}/octave/mx-ui16nda-ui64nda.h
include/${PKGNAME}/octave/mx-ui16nda-ui8.h
include/${PKGNAME}/octave/mx-ui16nda-ui8nda.h
include/${PKGNAME}/octave/mx-ui32-fnda.h
include/${PKGNAME}/octave/mx-ui32-i16nda.h
include/${PKGNAME}/octave/mx-ui32-i32nda.h
include/${PKGNAME}/octave/mx-ui32-i64nda.h
include/${PKGNAME}/octave/mx-ui32-i8nda.h
include/${PKGNAME}/octave/mx-ui32-nda.h
include/${PKGNAME}/octave/mx-ui32-ui16nda.h
include/${PKGNAME}/octave/mx-ui32-ui64nda.h
include/${PKGNAME}/octave/mx-ui32-ui8nda.h
include/${PKGNAME}/octave/mx-ui32nda-fnda.h
include/${PKGNAME}/octave/mx-ui32nda-fs.h
include/${PKGNAME}/octave/mx-ui32nda-i16.h
include/${PKGNAME}/octave/mx-ui32nda-i16nda.h
include/${PKGNAME}/octave/mx-ui32nda-i32.h
include/${PKGNAME}/octave/mx-ui32nda-i32nda.h
include/${PKGNAME}/octave/mx-ui32nda-i64.h
include/${PKGNAME}/octave/mx-ui32nda-i64nda.h
include/${PKGNAME}/octave/mx-ui32nda-i8.h
include/${PKGNAME}/octave/mx-ui32nda-i8nda.h
include/${PKGNAME}/octave/mx-ui32nda-nda.h
include/${PKGNAME}/octave/mx-ui32nda-s.h
include/${PKGNAME}/octave/mx-ui32nda-ui16.h
include/${PKGNAME}/octave/mx-ui32nda-ui16nda.h
include/${PKGNAME}/octave/mx-ui32nda-ui64.h
include/${PKGNAME}/octave/mx-ui32nda-ui64nda.h
include/${PKGNAME}/octave/mx-ui32nda-ui8.h
include/${PKGNAME}/octave/mx-ui32nda-ui8nda.h
include/${PKGNAME}/octave/mx-ui64-fnda.h
include/${PKGNAME}/octave/mx-ui64-i16nda.h
include/${PKGNAME}/octave/mx-ui64-i32nda.h
include/${PKGNAME}/octave/mx-ui64-i64nda.h
include/${PKGNAME}/octave/mx-ui64-i8nda.h
include/${PKGNAME}/octave/mx-ui64-nda.h
include/${PKGNAME}/octave/mx-ui64-ui16nda.h
include/${PKGNAME}/octave/mx-ui64-ui32nda.h
include/${PKGNAME}/octave/mx-ui64-ui8nda.h
include/${PKGNAME}/octave/mx-ui64nda-fnda.h
include/${PKGNAME}/octave/mx-ui64nda-fs.h
include/${PKGNAME}/octave/mx-ui64nda-i16.h
include/${PKGNAME}/octave/mx-ui64nda-i16nda.h
include/${PKGNAME}/octave/mx-ui64nda-i32.h
include/${PKGNAME}/octave/mx-ui64nda-i32nda.h
include/${PKGNAME}/octave/mx-ui64nda-i64.h
include/${PKGNAME}/octave/mx-ui64nda-i64nda.h
include/${PKGNAME}/octave/mx-ui64nda-i8.h
include/${PKGNAME}/octave/mx-ui64nda-i8nda.h
include/${PKGNAME}/octave/mx-ui64nda-nda.h
include/${PKGNAME}/octave/mx-ui64nda-s.h
include/${PKGNAME}/octave/mx-ui64nda-ui16.h
include/${PKGNAME}/octave/mx-ui64nda-ui16nda.h
include/${PKGNAME}/octave/mx-ui64nda-ui32.h
include/${PKGNAME}/octave/mx-ui64nda-ui32nda.h
include/${PKGNAME}/octave/mx-ui64nda-ui8.h
include/${PKGNAME}/octave/mx-ui64nda-ui8nda.h
include/${PKGNAME}/octave/mx-ui8-fnda.h
include/${PKGNAME}/octave/mx-ui8-i16nda.h
include/${PKGNAME}/octave/mx-ui8-i32nda.h
include/${PKGNAME}/octave/mx-ui8-i64nda.h
include/${PKGNAME}/octave/mx-ui8-i8nda.h
include/${PKGNAME}/octave/mx-ui8-nda.h
include/${PKGNAME}/octave/mx-ui8-ui16nda.h
include/${PKGNAME}/octave/mx-ui8-ui32nda.h
include/${PKGNAME}/octave/mx-ui8-ui64nda.h
include/${PKGNAME}/octave/mx-ui8nda-fnda.h
include/${PKGNAME}/octave/mx-ui8nda-fs.h
include/${PKGNAME}/octave/mx-ui8nda-i16.h
include/${PKGNAME}/octave/mx-ui8nda-i16nda.h
include/${PKGNAME}/octave/mx-ui8nda-i32.h
include/${PKGNAME}/octave/mx-ui8nda-i32nda.h
include/${PKGNAME}/octave/mx-ui8nda-i64.h
include/${PKGNAME}/octave/mx-ui8nda-i64nda.h
include/${PKGNAME}/octave/mx-ui8nda-i8.h
include/${PKGNAME}/octave/mx-ui8nda-i8nda.h
include/${PKGNAME}/octave/mx-ui8nda-nda.h
include/${PKGNAME}/octave/mx-ui8nda-s.h
include/${PKGNAME}/octave/mx-ui8nda-ui16.h
include/${PKGNAME}/octave/mx-ui8nda-ui16nda.h
include/${PKGNAME}/octave/mx-ui8nda-ui32.h
include/${PKGNAME}/octave/mx-ui8nda-ui32nda.h
include/${PKGNAME}/octave/mx-ui8nda-ui64.h
include/${PKGNAME}/octave/mx-ui8nda-ui64nda.h
include/${PKGNAME}/octave/mxarray.h
include/${PKGNAME}/octave/oct-base64.h
include/${PKGNAME}/octave/oct-binmap.h
include/${PKGNAME}/octave/oct-cmplx.h
include/${PKGNAME}/octave/oct-convn.h
include/${PKGNAME}/octave/oct-env.h
include/${PKGNAME}/octave/oct-errno.h
include/${PKGNAME}/octave/oct-fftw.h
include/${PKGNAME}/octave/oct-fstrm.h
include/${PKGNAME}/octave/oct-glob.h
include/${PKGNAME}/octave/oct-group.h
include/${PKGNAME}/octave/oct-handle.h
include/${PKGNAME}/octave/oct-hdf5-types.h
include/${PKGNAME}/octave/oct-hist.h
include/${PKGNAME}/octave/oct-inttypes-fwd.h
include/${PKGNAME}/octave/oct-inttypes.h
include/${PKGNAME}/octave/oct-iostrm.h
include/${PKGNAME}/octave/oct-locbuf.h
include/${PKGNAME}/octave/oct-lvalue.h
include/${PKGNAME}/octave/oct-map.h
include/${PKGNAME}/octave/oct-mutex.h
include/${PKGNAME}/octave/oct-norm.h
include/${PKGNAME}/octave/oct-obj.h
include/${PKGNAME}/octave/oct-passwd.h
include/${PKGNAME}/octave/oct-prcstrm.h
include/${PKGNAME}/octave/oct-procbuf.h
include/${PKGNAME}/octave/oct-rand.h
include/${PKGNAME}/octave/oct-refcount.h
include/${PKGNAME}/octave/oct-rl-edit.h
include/${PKGNAME}/octave/oct-rl-hist.h
include/${PKGNAME}/octave/oct-shlib.h
include/${PKGNAME}/octave/oct-sort.cc
include/${PKGNAME}/octave/oct-sort.h
include/${PKGNAME}/octave/oct-spparms.h
include/${PKGNAME}/octave/oct-stdstrm.h
include/${PKGNAME}/octave/oct-stream.h
include/${PKGNAME}/octave/oct-string.h
include/${PKGNAME}/octave/oct-strstrm.h
include/${PKGNAME}/octave/oct-syscalls.h
include/${PKGNAME}/octave/oct-time.h
include/${PKGNAME}/octave/oct-uname.h
include/${PKGNAME}/octave/oct.h
include/${PKGNAME}/octave/octave-build-info.h
include/${PKGNAME}/octave/octave-config.h
include/${PKGNAME}/octave/octave-default-image.h
include/${PKGNAME}/octave/octave-link.h
include/${PKGNAME}/octave/octave-preserve-stream-state.h
include/${PKGNAME}/octave/octave.h
include/${PKGNAME}/octave/ops.h
include/${PKGNAME}/octave/ov-base-diag.h
include/${PKGNAME}/octave/ov-base-int.h
include/${PKGNAME}/octave/ov-base-mat.h
include/${PKGNAME}/octave/ov-base-scalar.h
include/${PKGNAME}/octave/ov-base-sparse.h
include/${PKGNAME}/octave/ov-base.h
include/${PKGNAME}/octave/ov-bool-mat.h
include/${PKGNAME}/octave/ov-bool-sparse.h
include/${PKGNAME}/octave/ov-bool.h
include/${PKGNAME}/octave/ov-builtin.h
include/${PKGNAME}/octave/ov-cell.h
include/${PKGNAME}/octave/ov-ch-mat.h
include/${PKGNAME}/octave/ov-class.h
include/${PKGNAME}/octave/ov-classdef.h
include/${PKGNAME}/octave/ov-colon.h
include/${PKGNAME}/octave/ov-complex.h
include/${PKGNAME}/octave/ov-cs-list.h
include/${PKGNAME}/octave/ov-cx-diag.h
include/${PKGNAME}/octave/ov-cx-mat.h
include/${PKGNAME}/octave/ov-cx-sparse.h
include/${PKGNAME}/octave/ov-dld-fcn.h
include/${PKGNAME}/octave/ov-fcn-handle.h
include/${PKGNAME}/octave/ov-fcn-inline.h
include/${PKGNAME}/octave/ov-fcn.h
include/${PKGNAME}/octave/ov-float.h
include/${PKGNAME}/octave/ov-flt-complex.h
include/${PKGNAME}/octave/ov-flt-cx-diag.h
include/${PKGNAME}/octave/ov-flt-cx-mat.h
include/${PKGNAME}/octave/ov-flt-re-diag.h
include/${PKGNAME}/octave/ov-flt-re-mat.h
include/${PKGNAME}/octave/ov-int-traits.h
include/${PKGNAME}/octave/ov-int16.h
include/${PKGNAME}/octave/ov-int32.h
include/${PKGNAME}/octave/ov-int64.h
include/${PKGNAME}/octave/ov-int8.h
include/${PKGNAME}/octave/ov-intx.h
include/${PKGNAME}/octave/ov-java.h
include/${PKGNAME}/octave/ov-lazy-idx.h
include/${PKGNAME}/octave/ov-mex-fcn.h
include/${PKGNAME}/octave/ov-null-mat.h
include/${PKGNAME}/octave/ov-oncleanup.h
include/${PKGNAME}/octave/ov-perm.h
include/${PKGNAME}/octave/ov-range.h
include/${PKGNAME}/octave/ov-re-diag.h
include/${PKGNAME}/octave/ov-re-mat.h
include/${PKGNAME}/octave/ov-re-sparse.h
include/${PKGNAME}/octave/ov-scalar.h
include/${PKGNAME}/octave/ov-str-mat.h
include/${PKGNAME}/octave/ov-struct.h
include/${PKGNAME}/octave/ov-typeinfo.h
include/${PKGNAME}/octave/ov-uint16.h
include/${PKGNAME}/octave/ov-uint32.h
include/${PKGNAME}/octave/ov-uint64.h
include/${PKGNAME}/octave/ov-uint8.h
include/${PKGNAME}/octave/ov-usr-fcn.h
include/${PKGNAME}/octave/ov.h
include/${PKGNAME}/octave/ovl.h
include/${PKGNAME}/octave/pager.h
include/${PKGNAME}/octave/parse.h
include/${PKGNAME}/octave/pathsearch.h
include/${PKGNAME}/octave/pr-flt-fmt.h
include/${PKGNAME}/octave/pr-output.h
include/${PKGNAME}/octave/procstream.h
include/${PKGNAME}/octave/profiler.h
include/${PKGNAME}/octave/pt-all.h
include/${PKGNAME}/octave/pt-anon-scopes.h
include/${PKGNAME}/octave/pt-arg-list.h
include/${PKGNAME}/octave/pt-array-list.h
include/${PKGNAME}/octave/pt-assign.h
include/${PKGNAME}/octave/pt-binop.h
include/${PKGNAME}/octave/pt-bp.h
include/${PKGNAME}/octave/pt-cbinop.h
include/${PKGNAME}/octave/pt-cell.h
include/${PKGNAME}/octave/pt-check.h
include/${PKGNAME}/octave/pt-classdef.h
include/${PKGNAME}/octave/pt-cmd.h
include/${PKGNAME}/octave/pt-colon.h
include/${PKGNAME}/octave/pt-const.h
include/${PKGNAME}/octave/pt-decl.h
include/${PKGNAME}/octave/pt-eval.h
include/${PKGNAME}/octave/pt-except.h
include/${PKGNAME}/octave/pt-exp.h
include/${PKGNAME}/octave/pt-fcn-handle.h
include/${PKGNAME}/octave/pt-funcall.h
include/${PKGNAME}/octave/pt-id.h
include/${PKGNAME}/octave/pt-idx.h
include/${PKGNAME}/octave/pt-jit.h
include/${PKGNAME}/octave/pt-jump.h
include/${PKGNAME}/octave/pt-loop.h
include/${PKGNAME}/octave/pt-mat.h
include/${PKGNAME}/octave/pt-misc.h
include/${PKGNAME}/octave/pt-pr-code.h
include/${PKGNAME}/octave/pt-select.h
include/${PKGNAME}/octave/pt-stmt.h
include/${PKGNAME}/octave/pt-tm-const.h
include/${PKGNAME}/octave/pt-unop.h
include/${PKGNAME}/octave/pt-walk.h
include/${PKGNAME}/octave/pt.h
include/${PKGNAME}/octave/qr.h
include/${PKGNAME}/octave/qrp.h
include/${PKGNAME}/octave/quit.h
include/${PKGNAME}/octave/randgamma.h
include/${PKGNAME}/octave/randmtzig.h
include/${PKGNAME}/octave/randpoisson.h
include/${PKGNAME}/octave/schur.h
include/${PKGNAME}/octave/settings.h
include/${PKGNAME}/octave/sighandlers.h
include/${PKGNAME}/octave/singleton-cleanup.h
include/${PKGNAME}/octave/smx-bm-sbm.h
include/${PKGNAME}/octave/smx-cm-scm.h
include/${PKGNAME}/octave/smx-cm-sm.h
include/${PKGNAME}/octave/smx-cs-sm.h
include/${PKGNAME}/octave/smx-m-scm.h
include/${PKGNAME}/octave/smx-m-sm.h
include/${PKGNAME}/octave/smx-ops.h
include/${PKGNAME}/octave/smx-s-scm.h
include/${PKGNAME}/octave/smx-sbm-bm.h
include/${PKGNAME}/octave/smx-scm-cm.h
include/${PKGNAME}/octave/smx-scm-m.h
include/${PKGNAME}/octave/smx-scm-s.h
include/${PKGNAME}/octave/smx-scm-sm.h
include/${PKGNAME}/octave/smx-sm-cm.h
include/${PKGNAME}/octave/smx-sm-cs.h
include/${PKGNAME}/octave/smx-sm-m.h
include/${PKGNAME}/octave/smx-sm-scm.h
include/${PKGNAME}/octave/sparse-chol.h
include/${PKGNAME}/octave/sparse-dmsolve.h
include/${PKGNAME}/octave/sparse-lu.h
include/${PKGNAME}/octave/sparse-qr.h
include/${PKGNAME}/octave/sparse-sort.h
include/${PKGNAME}/octave/sparse-util.h
include/${PKGNAME}/octave/sparse-xdiv.h
include/${PKGNAME}/octave/sparse-xpow.h
include/${PKGNAME}/octave/str-vec.h
include/${PKGNAME}/octave/svd.h
include/${PKGNAME}/octave/syminfo.h
include/${PKGNAME}/octave/symrec.h
include/${PKGNAME}/octave/symscope.h
include/${PKGNAME}/octave/symtab.h
include/${PKGNAME}/octave/sysdep.h
include/${PKGNAME}/octave/text-engine.h
include/${PKGNAME}/octave/text-renderer.h
include/${PKGNAME}/octave/token.h
include/${PKGNAME}/octave/toplev.h
include/${PKGNAME}/octave/txt-eng.h
include/${PKGNAME}/octave/uint16NDArray.h
include/${PKGNAME}/octave/uint32NDArray.h
include/${PKGNAME}/octave/uint64NDArray.h
include/${PKGNAME}/octave/uint8NDArray.h
include/${PKGNAME}/octave/unwind-prot.h
include/${PKGNAME}/octave/url-handle-manager.h
include/${PKGNAME}/octave/url-transfer.h
include/${PKGNAME}/octave/utils.h
include/${PKGNAME}/octave/variables.h
include/${PKGNAME}/octave/version.h
include/${PKGNAME}/octave/vx-ccv-cv.h
include/${PKGNAME}/octave/vx-ccv-s.h
include/${PKGNAME}/octave/vx-crv-rv.h
include/${PKGNAME}/octave/vx-crv-s.h
include/${PKGNAME}/octave/vx-cs-cv.h
include/${PKGNAME}/octave/vx-cs-rv.h
include/${PKGNAME}/octave/vx-cv-ccv.h
include/${PKGNAME}/octave/vx-cv-cs.h
include/${PKGNAME}/octave/vx-fccv-fcv.h
include/${PKGNAME}/octave/vx-fccv-fs.h
include/${PKGNAME}/octave/vx-fcrv-frv.h
include/${PKGNAME}/octave/vx-fcrv-fs.h
include/${PKGNAME}/octave/vx-fcs-fcv.h
include/${PKGNAME}/octave/vx-fcs-frv.h
include/${PKGNAME}/octave/vx-fcv-fccv.h
include/${PKGNAME}/octave/vx-fcv-fcs.h
include/${PKGNAME}/octave/vx-frv-fcrv.h
include/${PKGNAME}/octave/vx-frv-fcs.h
include/${PKGNAME}/octave/vx-fs-fccv.h
include/${PKGNAME}/octave/vx-fs-fcrv.h
include/${PKGNAME}/octave/vx-ops.h
include/${PKGNAME}/octave/vx-rv-crv.h
include/${PKGNAME}/octave/vx-rv-cs.h
include/${PKGNAME}/octave/vx-s-ccv.h
include/${PKGNAME}/octave/vx-s-crv.h
include/${PKGNAME}/octave/xdiv.h
include/${PKGNAME}/octave/xnorm.h
include/${PKGNAME}/octave/xpow.h
include/${PKGNAME}/octave/zfstream.h
lib/octave/${PKGVERSION}/__delaunayn__.a
lib/octave/${PKGVERSION}/__eigs__.a
lib/octave/${PKGVERSION}/__fltk_uigetfile__.a
lib/octave/${PKGVERSION}/__glpk__.a
lib/octave/${PKGVERSION}/__init_fltk__.a
lib/octave/${PKGVERSION}/__init_gnuplot__.a
lib/octave/${PKGVERSION}/__init_qt__.a
lib/octave/${PKGVERSION}/__ode15__.a
lib/octave/${PKGVERSION}/__voronoi__.a
lib/octave/${PKGVERSION}/amd.a
lib/octave/${PKGVERSION}/audiodevinfo.a
lib/octave/${PKGVERSION}/audioread.a
lib/octave/${PKGVERSION}/ccolamd.a
lib/octave/${PKGVERSION}/chol.a
lib/octave/${PKGVERSION}/colamd.a
lib/octave/${PKGVERSION}/convhulln.a
lib/octave/${PKGVERSION}/dmperm.a
lib/octave/${PKGVERSION}/fftw.a
lib/octave/${PKGVERSION}/gzip.a
lib/octave/${PKGVERSION}/liboctave.la
lib/octave/${PKGVERSION}/liboctgui.la
lib/octave/${PKGVERSION}/liboctinterp.la
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/PKG_ADD
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__delaunayn__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__eigs__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__fltk_uigetfile__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__glpk__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__init_fltk__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__init_gnuplot__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__init_qt__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__ode15__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__voronoi__.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/amd.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/audiodevinfo.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/audioread.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/ccolamd.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/chol.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/colamd.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/convhulln.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dmperm.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/fftw.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/gzip.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/qr.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/symbfact.oct
lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/symrcm.oct
lib/octave/${PKGVERSION}/qr.a
lib/octave/${PKGVERSION}/symbfact.a
lib/octave/${PKGVERSION}/symrcm.a
lib/pkgconfig/octave.pc
lib/pkgconfig/octinterp.pc
libexec/octave/${PKGVERSION}/exec/${MACHINE_GNU_PLATFORM}/octave-gui
libexec/octave/${PKGVERSION}/exec/${MACHINE_GNU_PLATFORM}/octave-svgconvert
share/applications/org.octave.Octave.desktop
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/metainfo/org.octave.Octave.appdata.xml
share/octave/${PKGVERSION}/data/penny.mat
share/octave/${PKGVERSION}/doc/liboctave.pdf
share/octave/${PKGVERSION}/doc/octave.pdf
share/octave/${PKGVERSION}/doc/octave_interpreter.qch
share/octave/${PKGVERSION}/doc/octave_interpreter.qhc
share/octave/${PKGVERSION}/doc/refcard-a4.pdf
share/octave/${PKGVERSION}/doc/refcard-legal.pdf
share/octave/${PKGVERSION}/doc/refcard-letter.pdf
share/octave/${PKGVERSION}/etc/CITATION
share/octave/${PKGVERSION}/etc/NEWS
share/octave/${PKGVERSION}/etc/built-in-docstrings
share/octave/${PKGVERSION}/etc/default-qt-settings
share/octave/${PKGVERSION}/etc/doc-cache
share/octave/${PKGVERSION}/etc/macros.texi
share/octave/${PKGVERSION}/etc/profiler/flat.html
share/octave/${PKGVERSION}/etc/profiler/flat_entry.html
share/octave/${PKGVERSION}/etc/profiler/function.html
share/octave/${PKGVERSION}/etc/profiler/hierarchical.html
share/octave/${PKGVERSION}/etc/profiler/hierarchical_entry.html
share/octave/${PKGVERSION}/etc/profiler/style.css
share/octave/${PKGVERSION}/etc/tests/fixed/@cell/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@char/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@double/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@function_handle/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@int16/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@int32/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@int64/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@int8/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@logical/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@single/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@struct/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@uint16/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@uint32/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@uint64/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/@uint8/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/args.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bc-overloads.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-31371.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35448/bug-35448.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35448/fA.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35448/fB.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35448/fC.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35881/bug-35881.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-35881/bug35881.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-36025/@testclass/one.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-36025/@testclass/testclass.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-36025/@testclass/two.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-36025/bug-36025.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38236/bug-38236.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38236/df_vr.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38236/u_vr.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38565.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38576.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38691/bug-38691.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38691/dir1/func1.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38691/dir2/func1.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38691/dir2/func2.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-38691/dir2/func3.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-41723/bug-41723.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-41723/class_bug41723.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-44940/bug-44940.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-44940/class_bug44940.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-45969.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-45972.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-46330.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-46660/bug-46660.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-46660/class_bug46660.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-49379/bug-49379.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-49379/class_bug49379.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-49904.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/bug-50014.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_nested_function.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_nested_in_subfunction_ok.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_nested_parent_function.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_parent_nested2.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_parent_nested_function.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_primary_nested_function.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_primary_subfunction.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_primary_subfunction_old_syntax.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction_old_syntax.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction_separate_scope_ok.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50035/@bug50035/bug50035.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50035/@bug50035/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50035/bug-50035.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50716/bug-50716.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-50716/myclass.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51192/bug-51192.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51192/class_bug51192.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51532/+package_bug51532/foo.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51532/bug-51532.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51534/bug-51534.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51534/child_bug51534.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51534/parent_bug51534.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51599/bug-51599.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-51599/class_bug51599.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-52075/bug-52075.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-52075/class_bug52075.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-52722/bug-52722.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-52722/define_globals.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-52722/include_globals.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/bug-53027.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/globals53027.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/gtest53027.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/ntest53027a.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/ntest53027b.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53027/ntest53027c.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53468/bug-53468.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53468/ofig403.ofig
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53468/ofig421.ofig
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53468/ofig51.ofig
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53579.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-53599.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-54490.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-54995/@testclass54995/subsref.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-54995/@testclass54995/testclass54995.m
share/octave/${PKGVERSION}/etc/tests/fixed/bug-54995/bug-54995.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-55308.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-55321.tst
share/octave/${PKGVERSION}/etc/tests/fixed/bug-55322.tst
share/octave/${PKGVERSION}/etc/tests/fixed/class-concat/@foo/foo.m
share/octave/${PKGVERSION}/etc/tests/fixed/class-concat/class-concat.tst
share/octave/${PKGVERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_1.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_2.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/classdef.tst
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/foo_method_changes_property_size.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/foo_static_method_constant_property.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/foo_subsref_subsasgn.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/foo_value_class.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/plist_t1.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/plist_t2.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/plist_t3.m
share/octave/${PKGVERSION}/etc/tests/fixed/classdef/struct_wrapper.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Blork/Blork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Blork/bleek.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Blork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Blork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Blork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester1/double.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester1/plus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester2/double.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester2/plus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester3/double.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester3/plus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Cork/Cork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Cork/click.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Cork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Cork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Cork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/Dork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/bling.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/gack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/getStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/private/myStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Dork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/Gork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/cork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/gark.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/subsasgn.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Gork/subsref.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/Pork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/bling.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/gurk.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/private/myStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Pork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@SizeTester/SizeTester.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@SizeTester/numel.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@SizeTester/size.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Sneetch/Sneetch.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Sneetch/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/Snork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/cack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/double.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/end.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/eq.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/ge.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/getStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/gick.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/gt.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/horzcat.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/ldivide.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/le.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/loadobj.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/lt.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/minus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/mldivide.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/mpower.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/mrdivide.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/mtimes.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/ne.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/plus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/power.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/private/myStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/rdivide.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/saveobj.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/subsasgn.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/subsindex.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/subsref.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/tattack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/times.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/uminus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/uplus.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Snork/vertcat.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/Spork.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/cack.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/display.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/geek.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/get.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/getStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/loadobj.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/private/myStash.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/saveobj.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/@Spork/set.m
share/octave/${PKGVERSION}/etc/tests/fixed/classes/classes.tst
share/octave/${PKGVERSION}/etc/tests/fixed/colormaps.tst
share/octave/${PKGVERSION}/etc/tests/fixed/command.tst
share/octave/${PKGVERSION}/etc/tests/fixed/complex.tst
share/octave/${PKGVERSION}/etc/tests/fixed/conv.tst
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@derived/derived.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@derived/parent.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@other/other.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@other/parent.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@parent/method.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/@parent/parent.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/__trace__.m
share/octave/${PKGVERSION}/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst
share/octave/${PKGVERSION}/etc/tests/fixed/deprecate-props.tst
share/octave/${PKGVERSION}/etc/tests/fixed/diag-perm.tst
share/octave/${PKGVERSION}/etc/tests/fixed/error.tst
share/octave/${PKGVERSION}/etc/tests/fixed/eval-catch.tst
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/numel.m
share/octave/${PKGVERSION}/etc/tests/fixed/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst
share/octave/${PKGVERSION}/etc/tests/fixed/for.tst
share/octave/${PKGVERSION}/etc/tests/fixed/func.tst
share/octave/${PKGVERSION}/etc/tests/fixed/global.tst
share/octave/${PKGVERSION}/etc/tests/fixed/if.tst
share/octave/${PKGVERSION}/etc/tests/fixed/index.tst
share/octave/${PKGVERSION}/etc/tests/fixed/integer.tst
share/octave/${PKGVERSION}/etc/tests/fixed/io.tst
share/octave/${PKGVERSION}/etc/tests/fixed/jit.tst
share/octave/${PKGVERSION}/etc/tests/fixed/leftdiv.tst
share/octave/${PKGVERSION}/etc/tests/fixed/line-continue.tst
share/octave/${PKGVERSION}/etc/tests/fixed/local-functions/local_function_eval.m
share/octave/${PKGVERSION}/etc/tests/fixed/local-functions/local_functions.tst
share/octave/${PKGVERSION}/etc/tests/fixed/logical-index.tst
share/octave/${PKGVERSION}/etc/tests/fixed/nest/arg_nest.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/arg_ret.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/nest.tst
share/octave/${PKGVERSION}/etc/tests/fixed/nest/nest_eval.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/no_closure.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/persistent_nest.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/recursive_nest.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/recursive_nest2.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/recursive_nest3.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/scope0.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/scope1.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/scope2.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/scope3.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/script_nest.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/script_nest_script.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/varg_nest.m
share/octave/${PKGVERSION}/etc/tests/fixed/nest/varg_nest2.m
share/octave/${PKGVERSION}/etc/tests/fixed/null-assign.tst
share/octave/${PKGVERSION}/etc/tests/fixed/parser.tst
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/COPYING
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/DESCRIPTION
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/INDEX
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/NEWS
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/doc/example-package.txi
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/doc/macros.texi
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_basic_test/inst/example_mfile.m
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_minimal_test/COPYING
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_minimal_test/DESCRIPTION
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m
share/octave/${PKGVERSION}/etc/tests/fixed/pkg/pkg.tst
share/octave/${PKGVERSION}/etc/tests/fixed/prefer.tst
share/octave/${PKGVERSION}/etc/tests/fixed/publish/publish.tst
share/octave/${PKGVERSION}/etc/tests/fixed/publish/test_script.m
share/octave/${PKGVERSION}/etc/tests/fixed/publish/test_script_code_only.m
share/octave/${PKGVERSION}/etc/tests/fixed/publish/test_script_empty.m
share/octave/${PKGVERSION}/etc/tests/fixed/publish/test_script_example.m
share/octave/${PKGVERSION}/etc/tests/fixed/publish/test_script_head_only.m
share/octave/${PKGVERSION}/etc/tests/fixed/range.tst
share/octave/${PKGVERSION}/etc/tests/fixed/recursion.tst
share/octave/${PKGVERSION}/etc/tests/fixed/return.tst
share/octave/${PKGVERSION}/etc/tests/fixed/single-index.tst
share/octave/${PKGVERSION}/etc/tests/fixed/slice.tst
share/octave/${PKGVERSION}/etc/tests/fixed/sparse.tst
share/octave/${PKGVERSION}/etc/tests/fixed/struct.tst
share/octave/${PKGVERSION}/etc/tests/fixed/switch.tst
share/octave/${PKGVERSION}/etc/tests/fixed/system.tst
share/octave/${PKGVERSION}/etc/tests/fixed/tbcover.m
share/octave/${PKGVERSION}/etc/tests/fixed/transpose.tst
share/octave/${PKGVERSION}/etc/tests/fixed/try.tst
share/octave/${PKGVERSION}/etc/tests/fixed/unwind.tst
share/octave/${PKGVERSION}/etc/tests/fixed/while.tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/Cell.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__contourc__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__ichol__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__ilu__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__magick_read__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/__qp__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/besselj.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/bitfcns.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/bsxfun.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/call-stack.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/cellfun.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/colloc.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/conv2.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/dassl.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/data.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/debug.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/defaults.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/det.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/dirfns.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/dlmread.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/dot.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/eig.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/ellipj.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/environment.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/error.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/errwarn.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/fft.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/fft2.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/file-io.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/filter.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/find.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/gcd.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/getrusage.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/givens.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/graphics.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/gsvd.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/hash.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/help.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/hess.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/hex2num.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/input.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/inv.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/kron.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/lookup.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/lsode.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/lu.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/mappers.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/matrix_type.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/max.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/mgorth.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/nproc.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/oct-map.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/octave-link.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/ordschur.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/pinv.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/pr-output.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/psi.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/quad.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/quadcc.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/qz.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/rand.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/rcond.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/regexp.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/schur.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sighandlers.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sparse.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/spparms.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sqrtm.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/strfind.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/strfns.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sub2ind.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/svd.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sylvester.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/symtab.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/syscalls.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/sysdep.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/time.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/toplev.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/tril.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/tsearch.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/typecast.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/utils.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/corefcn/variables.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__eigs__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/amd.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/audioread.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/chol.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/colamd.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/convhulln.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/dmperm.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/fftw.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/gzip.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/qr.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/dldfcn/symbfact.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-base.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-cell.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-class.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-java.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-lazy-idx.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-struct.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave-value/ov.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/octave.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/lex.ll-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/oct-parse.yy-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/pt-assign.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/pt-eval.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/pt-idx.cc-tst
share/octave/${PKGVERSION}/etc/tests/libinterp/parse-tree/pt-tm-const.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/Array.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/CMatrix.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/CSparse.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/Sparse.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/dMatrix.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/dSparse.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/fCMatrix.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/fMatrix.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/array/idx-vector.cc-tst
share/octave/${PKGVERSION}/etc/tests/liboctave/util/oct-inttypes.cc-tst
share/octave/${PKGVERSION}/fonts/FreeSans.otf
share/octave/${PKGVERSION}/fonts/FreeSansBold.otf
share/octave/${PKGVERSION}/fonts/FreeSansBoldOblique.otf
share/octave/${PKGVERSION}/fonts/FreeSansOblique.otf
share/octave/${PKGVERSION}/imagelib/default.img
share/octave/${PKGVERSION}/imagelib/octave-logo.ico
share/octave/${PKGVERSION}/imagelib/octave-logo.svg
share/octave/${PKGVERSION}/imagelib/octave-sombrero.png
share/octave/${PKGVERSION}/locale/be_BY.qm
share/octave/${PKGVERSION}/locale/ca_ES.qm
share/octave/${PKGVERSION}/locale/de_DE.qm
share/octave/${PKGVERSION}/locale/en_US.qm
share/octave/${PKGVERSION}/locale/es_ES.qm
share/octave/${PKGVERSION}/locale/eu_ES.qm
share/octave/${PKGVERSION}/locale/fr_FR.qm
share/octave/${PKGVERSION}/locale/it_IT.qm
share/octave/${PKGVERSION}/locale/ja_JP.qm
share/octave/${PKGVERSION}/locale/lt_LT.qm
share/octave/${PKGVERSION}/locale/nl_NL.qm
share/octave/${PKGVERSION}/locale/pt_BR.qm
share/octave/${PKGVERSION}/locale/pt_PT.qm
share/octave/${PKGVERSION}/locale/ru_RU.qm
share/octave/${PKGVERSION}/locale/uk_UA.qm
share/octave/${PKGVERSION}/locale/zh_CN.qm
share/octave/${PKGVERSION}/m/+containers/Map.m
share/octave/${PKGVERSION}/m/+matlab/+lang/makeUniqueStrings.m
share/octave/${PKGVERSION}/m/+matlab/+lang/makeValidName.m
share/octave/${PKGVERSION}/m/@ftp/ascii.m
share/octave/${PKGVERSION}/m/@ftp/binary.m
share/octave/${PKGVERSION}/m/@ftp/cd.m
share/octave/${PKGVERSION}/m/@ftp/close.m
share/octave/${PKGVERSION}/m/@ftp/delete.m
share/octave/${PKGVERSION}/m/@ftp/dir.m
share/octave/${PKGVERSION}/m/@ftp/disp.m
share/octave/${PKGVERSION}/m/@ftp/ftp.m
share/octave/${PKGVERSION}/m/@ftp/loadobj.m
share/octave/${PKGVERSION}/m/@ftp/mget.m
share/octave/${PKGVERSION}/m/@ftp/mkdir.m
share/octave/${PKGVERSION}/m/@ftp/mput.m
share/octave/${PKGVERSION}/m/@ftp/rename.m
share/octave/${PKGVERSION}/m/@ftp/rmdir.m
share/octave/${PKGVERSION}/m/@ftp/saveobj.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/__get_properties__.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/audioplayer.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/disp.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/get.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/isplaying.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/pause.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/play.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/playblocking.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/resume.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/set.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/stop.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/subsasgn.m
share/octave/${PKGVERSION}/m/audio/@audioplayer/subsref.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/__get_properties__.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/audiorecorder.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/disp.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/get.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/getaudiodata.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/getplayer.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/isrecording.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/pause.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/play.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/record.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/recordblocking.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/resume.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/set.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/stop.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/subsasgn.m
share/octave/${PKGVERSION}/m/audio/@audiorecorder/subsref.m
share/octave/${PKGVERSION}/m/audio/lin2mu.m
share/octave/${PKGVERSION}/m/audio/mu2lin.m
share/octave/${PKGVERSION}/m/audio/record.m
share/octave/${PKGVERSION}/m/audio/sound.m
share/octave/${PKGVERSION}/m/audio/soundsc.m
share/octave/${PKGVERSION}/m/deprecated/chop.m
share/octave/${PKGVERSION}/m/deprecated/comma.m
share/octave/${PKGVERSION}/m/deprecated/desktop.m
share/octave/${PKGVERSION}/m/deprecated/java2mat.m
share/octave/${PKGVERSION}/m/deprecated/output_max_field_width.m
share/octave/${PKGVERSION}/m/deprecated/paren.m
share/octave/${PKGVERSION}/m/deprecated/semicolon.m
share/octave/${PKGVERSION}/m/deprecated/tmpnam.m
share/octave/${PKGVERSION}/m/deprecated/toascii.m
share/octave/${PKGVERSION}/m/elfun/acosd.m
share/octave/${PKGVERSION}/m/elfun/acot.m
share/octave/${PKGVERSION}/m/elfun/acotd.m
share/octave/${PKGVERSION}/m/elfun/acoth.m
share/octave/${PKGVERSION}/m/elfun/acsc.m
share/octave/${PKGVERSION}/m/elfun/acscd.m
share/octave/${PKGVERSION}/m/elfun/acsch.m
share/octave/${PKGVERSION}/m/elfun/asec.m
share/octave/${PKGVERSION}/m/elfun/asecd.m
share/octave/${PKGVERSION}/m/elfun/asech.m
share/octave/${PKGVERSION}/m/elfun/asind.m
share/octave/${PKGVERSION}/m/elfun/atan2d.m
share/octave/${PKGVERSION}/m/elfun/atand.m
share/octave/${PKGVERSION}/m/elfun/cosd.m
share/octave/${PKGVERSION}/m/elfun/cot.m
share/octave/${PKGVERSION}/m/elfun/cotd.m
share/octave/${PKGVERSION}/m/elfun/coth.m
share/octave/${PKGVERSION}/m/elfun/csc.m
share/octave/${PKGVERSION}/m/elfun/cscd.m
share/octave/${PKGVERSION}/m/elfun/csch.m
share/octave/${PKGVERSION}/m/elfun/sec.m
share/octave/${PKGVERSION}/m/elfun/secd.m
share/octave/${PKGVERSION}/m/elfun/sech.m
share/octave/${PKGVERSION}/m/elfun/sind.m
share/octave/${PKGVERSION}/m/elfun/tand.m
share/octave/${PKGVERSION}/m/general/accumarray.m
share/octave/${PKGVERSION}/m/general/accumdim.m
share/octave/${PKGVERSION}/m/general/bincoeff.m
share/octave/${PKGVERSION}/m/general/bitcmp.m
share/octave/${PKGVERSION}/m/general/bitget.m
share/octave/${PKGVERSION}/m/general/bitset.m
share/octave/${PKGVERSION}/m/general/blkdiag.m
share/octave/${PKGVERSION}/m/general/cart2pol.m
share/octave/${PKGVERSION}/m/general/cart2sph.m
share/octave/${PKGVERSION}/m/general/cell2mat.m
share/octave/${PKGVERSION}/m/general/celldisp.m
share/octave/${PKGVERSION}/m/general/circshift.m
share/octave/${PKGVERSION}/m/general/common_size.m
share/octave/${PKGVERSION}/m/general/cplxpair.m
share/octave/${PKGVERSION}/m/general/cumtrapz.m
share/octave/${PKGVERSION}/m/general/curl.m
share/octave/${PKGVERSION}/m/general/dblquad.m
share/octave/${PKGVERSION}/m/general/deal.m
share/octave/${PKGVERSION}/m/general/deg2rad.m
share/octave/${PKGVERSION}/m/general/del2.m
share/octave/${PKGVERSION}/m/general/divergence.m
share/octave/${PKGVERSION}/m/general/flip.m
share/octave/${PKGVERSION}/m/general/fliplr.m
share/octave/${PKGVERSION}/m/general/flipud.m
share/octave/${PKGVERSION}/m/general/gradient.m
share/octave/${PKGVERSION}/m/general/idivide.m
share/octave/${PKGVERSION}/m/general/int2str.m
share/octave/${PKGVERSION}/m/general/integral.m
share/octave/${PKGVERSION}/m/general/integral2.m
share/octave/${PKGVERSION}/m/general/integral3.m
share/octave/${PKGVERSION}/m/general/interp1.m
share/octave/${PKGVERSION}/m/general/interp2.m
share/octave/${PKGVERSION}/m/general/interp3.m
share/octave/${PKGVERSION}/m/general/interpft.m
share/octave/${PKGVERSION}/m/general/interpn.m
share/octave/${PKGVERSION}/m/general/isequal.m
share/octave/${PKGVERSION}/m/general/isequaln.m
share/octave/${PKGVERSION}/m/general/logspace.m
share/octave/${PKGVERSION}/m/general/nextpow2.m
share/octave/${PKGVERSION}/m/general/num2str.m
share/octave/${PKGVERSION}/m/general/pol2cart.m
share/octave/${PKGVERSION}/m/general/polyarea.m
share/octave/${PKGVERSION}/m/general/postpad.m
share/octave/${PKGVERSION}/m/general/prepad.m
share/octave/${PKGVERSION}/m/general/private/__splinen__.m
share/octave/${PKGVERSION}/m/general/quad2d.m
share/octave/${PKGVERSION}/m/general/quadgk.m
share/octave/${PKGVERSION}/m/general/quadl.m
share/octave/${PKGVERSION}/m/general/quadv.m
share/octave/${PKGVERSION}/m/general/rad2deg.m
share/octave/${PKGVERSION}/m/general/randi.m
share/octave/${PKGVERSION}/m/general/rat.m
share/octave/${PKGVERSION}/m/general/repelem.m
share/octave/${PKGVERSION}/m/general/repmat.m
share/octave/${PKGVERSION}/m/general/rot90.m
share/octave/${PKGVERSION}/m/general/rotdim.m
share/octave/${PKGVERSION}/m/general/shift.m
share/octave/${PKGVERSION}/m/general/shiftdim.m
share/octave/${PKGVERSION}/m/general/sortrows.m
share/octave/${PKGVERSION}/m/general/sph2cart.m
share/octave/${PKGVERSION}/m/general/structfun.m
share/octave/${PKGVERSION}/m/general/subsindex.m
share/octave/${PKGVERSION}/m/general/trapz.m
share/octave/${PKGVERSION}/m/general/triplequad.m
share/octave/${PKGVERSION}/m/general/xor.m
share/octave/${PKGVERSION}/m/geometry/convhull.m
share/octave/${PKGVERSION}/m/geometry/delaunay.m
share/octave/${PKGVERSION}/m/geometry/delaunayn.m
share/octave/${PKGVERSION}/m/geometry/dsearch.m
share/octave/${PKGVERSION}/m/geometry/dsearchn.m
share/octave/${PKGVERSION}/m/geometry/griddata.m
share/octave/${PKGVERSION}/m/geometry/griddata3.m
share/octave/${PKGVERSION}/m/geometry/griddatan.m
share/octave/${PKGVERSION}/m/geometry/inpolygon.m
share/octave/${PKGVERSION}/m/geometry/rectint.m
share/octave/${PKGVERSION}/m/geometry/tsearchn.m
share/octave/${PKGVERSION}/m/geometry/voronoi.m
share/octave/${PKGVERSION}/m/geometry/voronoin.m
share/octave/${PKGVERSION}/m/gui/dialog.m
share/octave/${PKGVERSION}/m/gui/errordlg.m
share/octave/${PKGVERSION}/m/gui/getappdata.m
share/octave/${PKGVERSION}/m/gui/guidata.m
share/octave/${PKGVERSION}/m/gui/guihandles.m
share/octave/${PKGVERSION}/m/gui/helpdlg.m
share/octave/${PKGVERSION}/m/gui/inputdlg.m
share/octave/${PKGVERSION}/m/gui/isappdata.m
share/octave/${PKGVERSION}/m/gui/listdlg.m
share/octave/${PKGVERSION}/m/gui/movegui.m
share/octave/${PKGVERSION}/m/gui/msgbox.m
share/octave/${PKGVERSION}/m/gui/private/__file_filter__.m
share/octave/${PKGVERSION}/m/gui/private/__fltk_file_filter__.m
share/octave/${PKGVERSION}/m/gui/private/__get_funcname__.m
share/octave/${PKGVERSION}/m/gui/private/__is_function__.m
share/octave/${PKGVERSION}/m/gui/private/__uigetdir_fltk__.m
share/octave/${PKGVERSION}/m/gui/private/__uigetfile_fltk__.m
share/octave/${PKGVERSION}/m/gui/private/__uiobject_split_args__.m
share/octave/${PKGVERSION}/m/gui/private/__uiputfile_fltk__.m
share/octave/${PKGVERSION}/m/gui/questdlg.m
share/octave/${PKGVERSION}/m/gui/rmappdata.m
share/octave/${PKGVERSION}/m/gui/setappdata.m
share/octave/${PKGVERSION}/m/gui/uibuttongroup.m
share/octave/${PKGVERSION}/m/gui/uicontextmenu.m
share/octave/${PKGVERSION}/m/gui/uicontrol.m
share/octave/${PKGVERSION}/m/gui/uigetdir.m
share/octave/${PKGVERSION}/m/gui/uigetfile.m
share/octave/${PKGVERSION}/m/gui/uimenu.m
share/octave/${PKGVERSION}/m/gui/uipanel.m
share/octave/${PKGVERSION}/m/gui/uipushtool.m
share/octave/${PKGVERSION}/m/gui/uiputfile.m
share/octave/${PKGVERSION}/m/gui/uiresume.m
share/octave/${PKGVERSION}/m/gui/uitable.m
share/octave/${PKGVERSION}/m/gui/uitoggletool.m
share/octave/${PKGVERSION}/m/gui/uitoolbar.m
share/octave/${PKGVERSION}/m/gui/uiwait.m
share/octave/${PKGVERSION}/m/gui/waitbar.m
share/octave/${PKGVERSION}/m/gui/waitforbuttonpress.m
share/octave/${PKGVERSION}/m/gui/warndlg.m
share/octave/${PKGVERSION}/m/help/__gripe_missing_component__.m
share/octave/${PKGVERSION}/m/help/__makeinfo__.m
share/octave/${PKGVERSION}/m/help/__unimplemented__.m
share/octave/${PKGVERSION}/m/help/ans.m
share/octave/${PKGVERSION}/m/help/bessel.m
share/octave/${PKGVERSION}/m/help/debug.m
share/octave/${PKGVERSION}/m/help/doc.m
share/octave/${PKGVERSION}/m/help/doc_cache_create.m
share/octave/${PKGVERSION}/m/help/error_ids.m
share/octave/${PKGVERSION}/m/help/get_first_help_sentence.m
share/octave/${PKGVERSION}/m/help/help.m
share/octave/${PKGVERSION}/m/help/lookfor.m
share/octave/${PKGVERSION}/m/help/print_usage.m
share/octave/${PKGVERSION}/m/help/private/__additional_help_message__.m
share/octave/${PKGVERSION}/m/help/private/__strip_html_tags__.m
share/octave/${PKGVERSION}/m/help/slash.m
share/octave/${PKGVERSION}/m/help/type.m
share/octave/${PKGVERSION}/m/help/warning_ids.m
share/octave/${PKGVERSION}/m/help/which.m
share/octave/${PKGVERSION}/m/image/autumn.m
share/octave/${PKGVERSION}/m/image/bone.m
share/octave/${PKGVERSION}/m/image/brighten.m
share/octave/${PKGVERSION}/m/image/cmpermute.m
share/octave/${PKGVERSION}/m/image/cmunique.m
share/octave/${PKGVERSION}/m/image/colorcube.m
share/octave/${PKGVERSION}/m/image/colormap.m
share/octave/${PKGVERSION}/m/image/contrast.m
share/octave/${PKGVERSION}/m/image/cool.m
share/octave/${PKGVERSION}/m/image/copper.m
share/octave/${PKGVERSION}/m/image/cubehelix.m
share/octave/${PKGVERSION}/m/image/flag.m
share/octave/${PKGVERSION}/m/image/frame2im.m
share/octave/${PKGVERSION}/m/image/getframe.m
share/octave/${PKGVERSION}/m/image/gray.m
share/octave/${PKGVERSION}/m/image/gray2ind.m
share/octave/${PKGVERSION}/m/image/hot.m
share/octave/${PKGVERSION}/m/image/hsv.m
share/octave/${PKGVERSION}/m/image/hsv2rgb.m
share/octave/${PKGVERSION}/m/image/im2double.m
share/octave/${PKGVERSION}/m/image/im2frame.m
share/octave/${PKGVERSION}/m/image/image.m
share/octave/${PKGVERSION}/m/image/imagesc.m
share/octave/${PKGVERSION}/m/image/imfinfo.m
share/octave/${PKGVERSION}/m/image/imformats.m
share/octave/${PKGVERSION}/m/image/imread.m
share/octave/${PKGVERSION}/m/image/imshow.m
share/octave/${PKGVERSION}/m/image/imwrite.m
share/octave/${PKGVERSION}/m/image/ind2gray.m
share/octave/${PKGVERSION}/m/image/ind2rgb.m
share/octave/${PKGVERSION}/m/image/iscolormap.m
share/octave/${PKGVERSION}/m/image/jet.m
share/octave/${PKGVERSION}/m/image/lines.m
share/octave/${PKGVERSION}/m/image/movie.m
share/octave/${PKGVERSION}/m/image/ocean.m
share/octave/${PKGVERSION}/m/image/pink.m
share/octave/${PKGVERSION}/m/image/prism.m
share/octave/${PKGVERSION}/m/image/private/__imfinfo__.m
share/octave/${PKGVERSION}/m/image/private/__imread__.m
share/octave/${PKGVERSION}/m/image/private/__imwrite__.m
share/octave/${PKGVERSION}/m/image/private/colorspace_conversion_input_check.m
share/octave/${PKGVERSION}/m/image/private/colorspace_conversion_revert.m
share/octave/${PKGVERSION}/m/image/private/imageIO.m
share/octave/${PKGVERSION}/m/image/private/imwrite_filename.m
share/octave/${PKGVERSION}/m/image/private/ind2x.m
share/octave/${PKGVERSION}/m/image/rainbow.m
share/octave/${PKGVERSION}/m/image/rgb2gray.m
share/octave/${PKGVERSION}/m/image/rgb2hsv.m
share/octave/${PKGVERSION}/m/image/rgb2ind.m
share/octave/${PKGVERSION}/m/image/rgbplot.m
share/octave/${PKGVERSION}/m/image/spinmap.m
share/octave/${PKGVERSION}/m/image/spring.m
share/octave/${PKGVERSION}/m/image/summer.m
share/octave/${PKGVERSION}/m/image/viridis.m
share/octave/${PKGVERSION}/m/image/white.m
share/octave/${PKGVERSION}/m/image/winter.m
share/octave/${PKGVERSION}/m/io/beep.m
share/octave/${PKGVERSION}/m/io/csvread.m
share/octave/${PKGVERSION}/m/io/csvwrite.m
share/octave/${PKGVERSION}/m/io/dlmwrite.m
share/octave/${PKGVERSION}/m/io/fileread.m
share/octave/${PKGVERSION}/m/io/importdata.m
share/octave/${PKGVERSION}/m/io/is_valid_file_id.m
share/octave/${PKGVERSION}/m/java/javaArray.m
share/octave/${PKGVERSION}/m/java/java_get.m
share/octave/${PKGVERSION}/m/java/java_set.m
share/octave/${PKGVERSION}/m/java/javaaddpath.m
share/octave/${PKGVERSION}/m/java/javachk.m
share/octave/${PKGVERSION}/m/java/javaclasspath.m
share/octave/${PKGVERSION}/m/java/javamem.m
share/octave/${PKGVERSION}/m/java/javarmpath.m
share/octave/${PKGVERSION}/m/java/usejava.m
share/octave/${PKGVERSION}/m/legacy/findstr.m
share/octave/${PKGVERSION}/m/legacy/flipdim.m
share/octave/${PKGVERSION}/m/legacy/genvarname.m
share/octave/${PKGVERSION}/m/legacy/isdir.m
share/octave/${PKGVERSION}/m/legacy/isequalwithequalnans.m
share/octave/${PKGVERSION}/m/legacy/isstr.m
share/octave/${PKGVERSION}/m/legacy/setstr.m
share/octave/${PKGVERSION}/m/legacy/strmatch.m
share/octave/${PKGVERSION}/m/legacy/strread.m
share/octave/${PKGVERSION}/m/legacy/textread.m
share/octave/${PKGVERSION}/m/linear-algebra/bandwidth.m
share/octave/${PKGVERSION}/m/linear-algebra/commutation_matrix.m
share/octave/${PKGVERSION}/m/linear-algebra/cond.m
share/octave/${PKGVERSION}/m/linear-algebra/condeig.m
share/octave/${PKGVERSION}/m/linear-algebra/condest.m
share/octave/${PKGVERSION}/m/linear-algebra/cross.m
share/octave/${PKGVERSION}/m/linear-algebra/duplication_matrix.m
share/octave/${PKGVERSION}/m/linear-algebra/expm.m
share/octave/${PKGVERSION}/m/linear-algebra/gls.m
share/octave/${PKGVERSION}/m/linear-algebra/housh.m
share/octave/${PKGVERSION}/m/linear-algebra/isbanded.m
share/octave/${PKGVERSION}/m/linear-algebra/isdefinite.m
share/octave/${PKGVERSION}/m/linear-algebra/isdiag.m
share/octave/${PKGVERSION}/m/linear-algebra/ishermitian.m
share/octave/${PKGVERSION}/m/linear-algebra/issymmetric.m
share/octave/${PKGVERSION}/m/linear-algebra/istril.m
share/octave/${PKGVERSION}/m/linear-algebra/istriu.m
share/octave/${PKGVERSION}/m/linear-algebra/krylov.m
share/octave/${PKGVERSION}/m/linear-algebra/linsolve.m
share/octave/${PKGVERSION}/m/linear-algebra/logm.m
share/octave/${PKGVERSION}/m/linear-algebra/lscov.m
share/octave/${PKGVERSION}/m/linear-algebra/normest.m
share/octave/${PKGVERSION}/m/linear-algebra/normest1.m
share/octave/${PKGVERSION}/m/linear-algebra/null.m
share/octave/${PKGVERSION}/m/linear-algebra/ols.m
share/octave/${PKGVERSION}/m/linear-algebra/ordeig.m
share/octave/${PKGVERSION}/m/linear-algebra/orth.m
share/octave/${PKGVERSION}/m/linear-algebra/planerot.m
share/octave/${PKGVERSION}/m/linear-algebra/qzhess.m
share/octave/${PKGVERSION}/m/linear-algebra/rank.m
share/octave/${PKGVERSION}/m/linear-algebra/rref.m
share/octave/${PKGVERSION}/m/linear-algebra/subspace.m
share/octave/${PKGVERSION}/m/linear-algebra/trace.m
share/octave/${PKGVERSION}/m/linear-algebra/vech.m
share/octave/${PKGVERSION}/m/linear-algebra/vecnorm.m
share/octave/${PKGVERSION}/m/miscellaneous/bug_report.m
share/octave/${PKGVERSION}/m/miscellaneous/bunzip2.m
share/octave/${PKGVERSION}/m/miscellaneous/cast.m
share/octave/${PKGVERSION}/m/miscellaneous/citation.m
share/octave/${PKGVERSION}/m/miscellaneous/clearvars.m
share/octave/${PKGVERSION}/m/miscellaneous/compare_versions.m
share/octave/${PKGVERSION}/m/miscellaneous/computer.m
share/octave/${PKGVERSION}/m/miscellaneous/copyfile.m
share/octave/${PKGVERSION}/m/miscellaneous/delete.m
share/octave/${PKGVERSION}/m/miscellaneous/dir.m
share/octave/${PKGVERSION}/m/miscellaneous/dos.m
share/octave/${PKGVERSION}/m/miscellaneous/edit.m
share/octave/${PKGVERSION}/m/miscellaneous/fact.m
share/octave/${PKGVERSION}/m/miscellaneous/fieldnames.m
share/octave/${PKGVERSION}/m/miscellaneous/fileattrib.m
share/octave/${PKGVERSION}/m/miscellaneous/fileparts.m
share/octave/${PKGVERSION}/m/miscellaneous/fullfile.m
share/octave/${PKGVERSION}/m/miscellaneous/getfield.m
share/octave/${PKGVERSION}/m/miscellaneous/grabcode.m
share/octave/${PKGVERSION}/m/miscellaneous/gunzip.m
share/octave/${PKGVERSION}/m/miscellaneous/info.m
share/octave/${PKGVERSION}/m/miscellaneous/inputParser.m
share/octave/${PKGVERSION}/m/miscellaneous/inputname.m
share/octave/${PKGVERSION}/m/miscellaneous/isdeployed.m
share/octave/${PKGVERSION}/m/miscellaneous/isfile.m
share/octave/${PKGVERSION}/m/miscellaneous/isfolder.m
share/octave/${PKGVERSION}/m/miscellaneous/ismac.m
share/octave/${PKGVERSION}/m/miscellaneous/ispc.m
share/octave/${PKGVERSION}/m/miscellaneous/isunix.m
share/octave/${PKGVERSION}/m/miscellaneous/license.m
share/octave/${PKGVERSION}/m/miscellaneous/list_primes.m
share/octave/${PKGVERSION}/m/miscellaneous/loadobj.m
share/octave/${PKGVERSION}/m/miscellaneous/ls.m
share/octave/${PKGVERSION}/m/miscellaneous/ls_command.m
share/octave/${PKGVERSION}/m/miscellaneous/menu.m
share/octave/${PKGVERSION}/m/miscellaneous/methods.m
share/octave/${PKGVERSION}/m/miscellaneous/mex.m
share/octave/${PKGVERSION}/m/miscellaneous/mexext.m
share/octave/${PKGVERSION}/m/miscellaneous/mkdir.m
share/octave/${PKGVERSION}/m/miscellaneous/mkoctfile.m
share/octave/${PKGVERSION}/m/miscellaneous/movefile.m
share/octave/${PKGVERSION}/m/miscellaneous/namelengthmax.m
share/octave/${PKGVERSION}/m/miscellaneous/nargchk.m
share/octave/${PKGVERSION}/m/miscellaneous/narginchk.m
share/octave/${PKGVERSION}/m/miscellaneous/nargoutchk.m
share/octave/${PKGVERSION}/m/miscellaneous/news.m
share/octave/${PKGVERSION}/m/miscellaneous/nthargout.m
share/octave/${PKGVERSION}/m/miscellaneous/open.m
share/octave/${PKGVERSION}/m/miscellaneous/orderfields.m
share/octave/${PKGVERSION}/m/miscellaneous/pack.m
share/octave/${PKGVERSION}/m/miscellaneous/parseparams.m
share/octave/${PKGVERSION}/m/miscellaneous/perl.m
share/octave/${PKGVERSION}/m/miscellaneous/private/__publish_html_output__.m
share/octave/${PKGVERSION}/m/miscellaneous/private/__publish_latex_output__.m
share/octave/${PKGVERSION}/m/miscellaneous/private/__w2mpth__.m
share/octave/${PKGVERSION}/m/miscellaneous/private/display_info_file.m
share/octave/${PKGVERSION}/m/miscellaneous/publish.m
share/octave/${PKGVERSION}/m/miscellaneous/python.m
share/octave/${PKGVERSION}/m/miscellaneous/recycle.m
share/octave/${PKGVERSION}/m/miscellaneous/run.m
share/octave/${PKGVERSION}/m/miscellaneous/saveobj.m
share/octave/${PKGVERSION}/m/miscellaneous/setfield.m
share/octave/${PKGVERSION}/m/miscellaneous/substruct.m
share/octave/${PKGVERSION}/m/miscellaneous/swapbytes.m
share/octave/${PKGVERSION}/m/miscellaneous/symvar.m
share/octave/${PKGVERSION}/m/miscellaneous/tar.m
share/octave/${PKGVERSION}/m/miscellaneous/tempdir.m
share/octave/${PKGVERSION}/m/miscellaneous/unix.m
share/octave/${PKGVERSION}/m/miscellaneous/unpack.m
share/octave/${PKGVERSION}/m/miscellaneous/untar.m
share/octave/${PKGVERSION}/m/miscellaneous/unzip.m
share/octave/${PKGVERSION}/m/miscellaneous/validateattributes.m
share/octave/${PKGVERSION}/m/miscellaneous/ver.m
share/octave/${PKGVERSION}/m/miscellaneous/version.m
share/octave/${PKGVERSION}/m/miscellaneous/what.m
share/octave/${PKGVERSION}/m/miscellaneous/zip.m
share/octave/${PKGVERSION}/m/ode/decic.m
share/octave/${PKGVERSION}/m/ode/ode15i.m
share/octave/${PKGVERSION}/m/ode/ode15s.m
share/octave/${PKGVERSION}/m/ode/ode23.m
share/octave/${PKGVERSION}/m/ode/ode45.m
share/octave/${PKGVERSION}/m/ode/odeget.m
share/octave/${PKGVERSION}/m/ode/odeplot.m
share/octave/${PKGVERSION}/m/ode/odeset.m
share/octave/${PKGVERSION}/m/ode/private/AbsRel_norm.m
share/octave/${PKGVERSION}/m/ode/private/check_default_input.m
share/octave/${PKGVERSION}/m/ode/private/integrate_adaptive.m
share/octave/${PKGVERSION}/m/ode/private/kahan.m
share/octave/${PKGVERSION}/m/ode/private/ode_event_handler.m
share/octave/${PKGVERSION}/m/ode/private/odedefaults.m
share/octave/${PKGVERSION}/m/ode/private/odemergeopts.m
share/octave/${PKGVERSION}/m/ode/private/runge_kutta_23.m
share/octave/${PKGVERSION}/m/ode/private/runge_kutta_45_dorpri.m
share/octave/${PKGVERSION}/m/ode/private/runge_kutta_interpolate.m
share/octave/${PKGVERSION}/m/ode/private/starting_stepsize.m
share/octave/${PKGVERSION}/m/optimization/PKG_ADD
share/octave/${PKGVERSION}/m/optimization/__all_opts__.m
share/octave/${PKGVERSION}/m/optimization/fminbnd.m
share/octave/${PKGVERSION}/m/optimization/fminsearch.m
share/octave/${PKGVERSION}/m/optimization/fminunc.m
share/octave/${PKGVERSION}/m/optimization/fsolve.m
share/octave/${PKGVERSION}/m/optimization/fzero.m
share/octave/${PKGVERSION}/m/optimization/glpk.m
share/octave/${PKGVERSION}/m/optimization/humps.m
share/octave/${PKGVERSION}/m/optimization/lsqnonneg.m
share/octave/${PKGVERSION}/m/optimization/optimget.m
share/octave/${PKGVERSION}/m/optimization/optimset.m
share/octave/${PKGVERSION}/m/optimization/pqpnonneg.m
share/octave/${PKGVERSION}/m/optimization/private/__fdjac__.m
share/octave/${PKGVERSION}/m/optimization/qp.m
share/octave/${PKGVERSION}/m/optimization/sqp.m
share/octave/${PKGVERSION}/m/path/import.m
share/octave/${PKGVERSION}/m/path/matlabroot.m
share/octave/${PKGVERSION}/m/path/pathdef.m
share/octave/${PKGVERSION}/m/path/private/getsavepath.m
share/octave/${PKGVERSION}/m/path/savepath.m
share/octave/${PKGVERSION}/m/pkg/pkg.m
share/octave/${PKGVERSION}/m/pkg/private/build.m
share/octave/${PKGVERSION}/m/pkg/private/configure_make.m
share/octave/${PKGVERSION}/m/pkg/private/default_prefix.m
share/octave/${PKGVERSION}/m/pkg/private/describe.m
share/octave/${PKGVERSION}/m/pkg/private/dirempty.m
share/octave/${PKGVERSION}/m/pkg/private/get_description.m
share/octave/${PKGVERSION}/m/pkg/private/get_forge_download.m
share/octave/${PKGVERSION}/m/pkg/private/get_forge_pkg.m
share/octave/${PKGVERSION}/m/pkg/private/get_unsatisfied_deps.m
share/octave/${PKGVERSION}/m/pkg/private/getarch.m
share/octave/${PKGVERSION}/m/pkg/private/getarchdir.m
share/octave/${PKGVERSION}/m/pkg/private/install.m
share/octave/${PKGVERSION}/m/pkg/private/installed_packages.m
share/octave/${PKGVERSION}/m/pkg/private/list_forge_packages.m
share/octave/${PKGVERSION}/m/pkg/private/load_packages.m
share/octave/${PKGVERSION}/m/pkg/private/load_packages_and_dependencies.m
share/octave/${PKGVERSION}/m/pkg/private/rebuild.m
share/octave/${PKGVERSION}/m/pkg/private/save_order.m
share/octave/${PKGVERSION}/m/pkg/private/uninstall.m
share/octave/${PKGVERSION}/m/pkg/private/unload_packages.m
share/octave/${PKGVERSION}/m/plot/appearance/__clabel__.m
share/octave/${PKGVERSION}/m/plot/appearance/__getlegenddata__.m
share/octave/${PKGVERSION}/m/plot/appearance/__rotate_around_axis__.m
share/octave/${PKGVERSION}/m/plot/appearance/annotation.m
share/octave/${PKGVERSION}/m/plot/appearance/axis.m
share/octave/${PKGVERSION}/m/plot/appearance/box.m
share/octave/${PKGVERSION}/m/plot/appearance/camlookat.m
share/octave/${PKGVERSION}/m/plot/appearance/camorbit.m
share/octave/${PKGVERSION}/m/plot/appearance/campos.m
share/octave/${PKGVERSION}/m/plot/appearance/camroll.m
share/octave/${PKGVERSION}/m/plot/appearance/camtarget.m
share/octave/${PKGVERSION}/m/plot/appearance/camup.m
share/octave/${PKGVERSION}/m/plot/appearance/camva.m
share/octave/${PKGVERSION}/m/plot/appearance/camzoom.m
share/octave/${PKGVERSION}/m/plot/appearance/caxis.m
share/octave/${PKGVERSION}/m/plot/appearance/clabel.m
share/octave/${PKGVERSION}/m/plot/appearance/daspect.m
share/octave/${PKGVERSION}/m/plot/appearance/datetick.m
share/octave/${PKGVERSION}/m/plot/appearance/diffuse.m
share/octave/${PKGVERSION}/m/plot/appearance/grid.m
share/octave/${PKGVERSION}/m/plot/appearance/gtext.m
share/octave/${PKGVERSION}/m/plot/appearance/hidden.m
share/octave/${PKGVERSION}/m/plot/appearance/legend.m
share/octave/${PKGVERSION}/m/plot/appearance/lighting.m
share/octave/${PKGVERSION}/m/plot/appearance/material.m
share/octave/${PKGVERSION}/m/plot/appearance/orient.m
share/octave/${PKGVERSION}/m/plot/appearance/pbaspect.m
share/octave/${PKGVERSION}/m/plot/appearance/private/__axis_label__.m
share/octave/${PKGVERSION}/m/plot/appearance/private/__axis_limits__.m
share/octave/${PKGVERSION}/m/plot/appearance/rticks.m
share/octave/${PKGVERSION}/m/plot/appearance/shading.m
share/octave/${PKGVERSION}/m/plot/appearance/specular.m
share/octave/${PKGVERSION}/m/plot/appearance/text.m
share/octave/${PKGVERSION}/m/plot/appearance/thetaticks.m
share/octave/${PKGVERSION}/m/plot/appearance/title.m
share/octave/${PKGVERSION}/m/plot/appearance/view.m
share/octave/${PKGVERSION}/m/plot/appearance/whitebg.m
share/octave/${PKGVERSION}/m/plot/appearance/xlabel.m
share/octave/${PKGVERSION}/m/plot/appearance/xlim.m
share/octave/${PKGVERSION}/m/plot/appearance/xticklabels.m
share/octave/${PKGVERSION}/m/plot/appearance/xticks.m
share/octave/${PKGVERSION}/m/plot/appearance/ylabel.m
share/octave/${PKGVERSION}/m/plot/appearance/ylim.m
share/octave/${PKGVERSION}/m/plot/appearance/yticklabels.m
share/octave/${PKGVERSION}/m/plot/appearance/yticks.m
share/octave/${PKGVERSION}/m/plot/appearance/zlabel.m
share/octave/${PKGVERSION}/m/plot/appearance/zlim.m
share/octave/${PKGVERSION}/m/plot/appearance/zticklabels.m
share/octave/${PKGVERSION}/m/plot/appearance/zticks.m
share/octave/${PKGVERSION}/m/plot/draw/area.m
share/octave/${PKGVERSION}/m/plot/draw/bar.m
share/octave/${PKGVERSION}/m/plot/draw/barh.m
share/octave/${PKGVERSION}/m/plot/draw/camlight.m
share/octave/${PKGVERSION}/m/plot/draw/colorbar.m
share/octave/${PKGVERSION}/m/plot/draw/comet.m
share/octave/${PKGVERSION}/m/plot/draw/comet3.m
share/octave/${PKGVERSION}/m/plot/draw/compass.m
share/octave/${PKGVERSION}/m/plot/draw/contour.m
share/octave/${PKGVERSION}/m/plot/draw/contour3.m
share/octave/${PKGVERSION}/m/plot/draw/contourc.m
share/octave/${PKGVERSION}/m/plot/draw/contourf.m
share/octave/${PKGVERSION}/m/plot/draw/cylinder.m
share/octave/${PKGVERSION}/m/plot/draw/ellipsoid.m
share/octave/${PKGVERSION}/m/plot/draw/errorbar.m
share/octave/${PKGVERSION}/m/plot/draw/ezcontour.m
share/octave/${PKGVERSION}/m/plot/draw/ezcontourf.m
share/octave/${PKGVERSION}/m/plot/draw/ezmesh.m
share/octave/${PKGVERSION}/m/plot/draw/ezmeshc.m
share/octave/${PKGVERSION}/m/plot/draw/ezplot.m
share/octave/${PKGVERSION}/m/plot/draw/ezplot3.m
share/octave/${PKGVERSION}/m/plot/draw/ezpolar.m
share/octave/${PKGVERSION}/m/plot/draw/ezsurf.m
share/octave/${PKGVERSION}/m/plot/draw/ezsurfc.m
share/octave/${PKGVERSION}/m/plot/draw/feather.m
share/octave/${PKGVERSION}/m/plot/draw/fill.m
share/octave/${PKGVERSION}/m/plot/draw/fplot.m
share/octave/${PKGVERSION}/m/plot/draw/hist.m
share/octave/${PKGVERSION}/m/plot/draw/isocaps.m
share/octave/${PKGVERSION}/m/plot/draw/isocolors.m
share/octave/${PKGVERSION}/m/plot/draw/isonormals.m
share/octave/${PKGVERSION}/m/plot/draw/isosurface.m
share/octave/${PKGVERSION}/m/plot/draw/light.m
share/octave/${PKGVERSION}/m/plot/draw/line.m
share/octave/${PKGVERSION}/m/plot/draw/loglog.m
share/octave/${PKGVERSION}/m/plot/draw/loglogerr.m
share/octave/${PKGVERSION}/m/plot/draw/mesh.m
share/octave/${PKGVERSION}/m/plot/draw/meshc.m
share/octave/${PKGVERSION}/m/plot/draw/meshz.m
share/octave/${PKGVERSION}/m/plot/draw/pareto.m
share/octave/${PKGVERSION}/m/plot/draw/patch.m
share/octave/${PKGVERSION}/m/plot/draw/pcolor.m
share/octave/${PKGVERSION}/m/plot/draw/peaks.m
share/octave/${PKGVERSION}/m/plot/draw/pie.m
share/octave/${PKGVERSION}/m/plot/draw/pie3.m
share/octave/${PKGVERSION}/m/plot/draw/plot.m
share/octave/${PKGVERSION}/m/plot/draw/plot3.m
share/octave/${PKGVERSION}/m/plot/draw/plotmatrix.m
share/octave/${PKGVERSION}/m/plot/draw/plotyy.m
share/octave/${PKGVERSION}/m/plot/draw/polar.m
share/octave/${PKGVERSION}/m/plot/draw/private/__add_datasource__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__bar__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__calc_isovalue_from_data__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__contour__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__errplot__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__ezplot__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__interp_cube__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__line__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__marching_cube__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__patch__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__pie__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__plt__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__quiver__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__scatter__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__stem__.m
share/octave/${PKGVERSION}/m/plot/draw/private/__unite_shared_vertices__.m
share/octave/${PKGVERSION}/m/plot/draw/quiver.m
share/octave/${PKGVERSION}/m/plot/draw/quiver3.m
share/octave/${PKGVERSION}/m/plot/draw/rectangle.m
share/octave/${PKGVERSION}/m/plot/draw/reducepatch.m
share/octave/${PKGVERSION}/m/plot/draw/reducevolume.m
share/octave/${PKGVERSION}/m/plot/draw/ribbon.m
share/octave/${PKGVERSION}/m/plot/draw/rose.m
share/octave/${PKGVERSION}/m/plot/draw/scatter.m
share/octave/${PKGVERSION}/m/plot/draw/scatter3.m
share/octave/${PKGVERSION}/m/plot/draw/semilogx.m
share/octave/${PKGVERSION}/m/plot/draw/semilogxerr.m
share/octave/${PKGVERSION}/m/plot/draw/semilogy.m
share/octave/${PKGVERSION}/m/plot/draw/semilogyerr.m
share/octave/${PKGVERSION}/m/plot/draw/shrinkfaces.m
share/octave/${PKGVERSION}/m/plot/draw/slice.m
share/octave/${PKGVERSION}/m/plot/draw/smooth3.m
share/octave/${PKGVERSION}/m/plot/draw/sombrero.m
share/octave/${PKGVERSION}/m/plot/draw/sphere.m
share/octave/${PKGVERSION}/m/plot/draw/stairs.m
share/octave/${PKGVERSION}/m/plot/draw/stem.m
share/octave/${PKGVERSION}/m/plot/draw/stem3.m
share/octave/${PKGVERSION}/m/plot/draw/stemleaf.m
share/octave/${PKGVERSION}/m/plot/draw/surf.m
share/octave/${PKGVERSION}/m/plot/draw/surface.m
share/octave/${PKGVERSION}/m/plot/draw/surfc.m
share/octave/${PKGVERSION}/m/plot/draw/surfl.m
share/octave/${PKGVERSION}/m/plot/draw/surfnorm.m
share/octave/${PKGVERSION}/m/plot/draw/tetramesh.m
share/octave/${PKGVERSION}/m/plot/draw/trimesh.m
share/octave/${PKGVERSION}/m/plot/draw/triplot.m
share/octave/${PKGVERSION}/m/plot/draw/trisurf.m
share/octave/${PKGVERSION}/m/plot/draw/waterfall.m
share/octave/${PKGVERSION}/m/plot/util/__actual_axis_position__.m
share/octave/${PKGVERSION}/m/plot/util/__default_plot_options__.m
share/octave/${PKGVERSION}/m/plot/util/__gnuplot_drawnow__.m
share/octave/${PKGVERSION}/m/plot/util/__next_line_color__.m
share/octave/${PKGVERSION}/m/plot/util/__next_line_style__.m
share/octave/${PKGVERSION}/m/plot/util/__opengl_info__.m
share/octave/${PKGVERSION}/m/plot/util/__plt_get_axis_arg__.m
share/octave/${PKGVERSION}/m/plot/util/__pltopt__.m
share/octave/${PKGVERSION}/m/plot/util/allchild.m
share/octave/${PKGVERSION}/m/plot/util/ancestor.m
share/octave/${PKGVERSION}/m/plot/util/axes.m
share/octave/${PKGVERSION}/m/plot/util/cla.m
share/octave/${PKGVERSION}/m/plot/util/clf.m
share/octave/${PKGVERSION}/m/plot/util/close.m
share/octave/${PKGVERSION}/m/plot/util/closereq.m
share/octave/${PKGVERSION}/m/plot/util/colstyle.m
share/octave/${PKGVERSION}/m/plot/util/copyobj.m
share/octave/${PKGVERSION}/m/plot/util/figure.m
share/octave/${PKGVERSION}/m/plot/util/findall.m
share/octave/${PKGVERSION}/m/plot/util/findfigs.m
share/octave/${PKGVERSION}/m/plot/util/findobj.m
share/octave/${PKGVERSION}/m/plot/util/gca.m
share/octave/${PKGVERSION}/m/plot/util/gcbf.m
share/octave/${PKGVERSION}/m/plot/util/gcbo.m
share/octave/${PKGVERSION}/m/plot/util/gcf.m
share/octave/${PKGVERSION}/m/plot/util/gco.m
share/octave/${PKGVERSION}/m/plot/util/ginput.m
share/octave/${PKGVERSION}/m/plot/util/gnuplot_binary.m
share/octave/${PKGVERSION}/m/plot/util/graphics_toolkit.m
share/octave/${PKGVERSION}/m/plot/util/groot.m
share/octave/${PKGVERSION}/m/plot/util/hdl2struct.m
share/octave/${PKGVERSION}/m/plot/util/hggroup.m
share/octave/${PKGVERSION}/m/plot/util/hgload.m
share/octave/${PKGVERSION}/m/plot/util/hgsave.m
share/octave/${PKGVERSION}/m/plot/util/hgtransform.m
share/octave/${PKGVERSION}/m/plot/util/hold.m
share/octave/${PKGVERSION}/m/plot/util/isaxes.m
share/octave/${PKGVERSION}/m/plot/util/isfigure.m
share/octave/${PKGVERSION}/m/plot/util/isgraphics.m
share/octave/${PKGVERSION}/m/plot/util/ishandle.m
share/octave/${PKGVERSION}/m/plot/util/ishold.m
share/octave/${PKGVERSION}/m/plot/util/isprop.m
share/octave/${PKGVERSION}/m/plot/util/linkaxes.m
share/octave/${PKGVERSION}/m/plot/util/linkprop.m
share/octave/${PKGVERSION}/m/plot/util/meshgrid.m
share/octave/${PKGVERSION}/m/plot/util/ndgrid.m
share/octave/${PKGVERSION}/m/plot/util/newplot.m
share/octave/${PKGVERSION}/m/plot/util/openfig.m
share/octave/${PKGVERSION}/m/plot/util/pan.m
share/octave/${PKGVERSION}/m/plot/util/print.m
share/octave/${PKGVERSION}/m/plot/util/printd.m
share/octave/${PKGVERSION}/m/plot/util/private/__add_default_menu__.m
share/octave/${PKGVERSION}/m/plot/util/private/__ghostscript__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_draw_axes__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_draw_figure__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_get_var__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_ginput__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_has_feature__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_has_terminal__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_open_stream__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_print__.m
share/octave/${PKGVERSION}/m/plot/util/private/__gnuplot_version__.m
share/octave/${PKGVERSION}/m/plot/util/private/__opengl_print__.m
share/octave/${PKGVERSION}/m/plot/util/private/__print_parse_opts__.m
share/octave/${PKGVERSION}/m/plot/util/private/__set_default_mouse_modes__.m
share/octave/${PKGVERSION}/m/plot/util/refresh.m
share/octave/${PKGVERSION}/m/plot/util/refreshdata.m
share/octave/${PKGVERSION}/m/plot/util/rotate.m
share/octave/${PKGVERSION}/m/plot/util/rotate3d.m
share/octave/${PKGVERSION}/m/plot/util/saveas.m
share/octave/${PKGVERSION}/m/plot/util/savefig.m
share/octave/${PKGVERSION}/m/plot/util/shg.m
share/octave/${PKGVERSION}/m/plot/util/struct2hdl.m
share/octave/${PKGVERSION}/m/plot/util/subplot.m
share/octave/${PKGVERSION}/m/plot/util/zoom.m
share/octave/${PKGVERSION}/m/polynomial/compan.m
share/octave/${PKGVERSION}/m/polynomial/conv.m
share/octave/${PKGVERSION}/m/polynomial/deconv.m
share/octave/${PKGVERSION}/m/polynomial/mkpp.m
share/octave/${PKGVERSION}/m/polynomial/mpoles.m
share/octave/${PKGVERSION}/m/polynomial/padecoef.m
share/octave/${PKGVERSION}/m/polynomial/pchip.m
share/octave/${PKGVERSION}/m/polynomial/poly.m
share/octave/${PKGVERSION}/m/polynomial/polyaffine.m
share/octave/${PKGVERSION}/m/polynomial/polyder.m
share/octave/${PKGVERSION}/m/polynomial/polyeig.m
share/octave/${PKGVERSION}/m/polynomial/polyfit.m
share/octave/${PKGVERSION}/m/polynomial/polygcd.m
share/octave/${PKGVERSION}/m/polynomial/polyint.m
share/octave/${PKGVERSION}/m/polynomial/polyout.m
share/octave/${PKGVERSION}/m/polynomial/polyreduce.m
share/octave/${PKGVERSION}/m/polynomial/polyval.m
share/octave/${PKGVERSION}/m/polynomial/polyvalm.m
share/octave/${PKGVERSION}/m/polynomial/ppder.m
share/octave/${PKGVERSION}/m/polynomial/ppint.m
share/octave/${PKGVERSION}/m/polynomial/ppjumps.m
share/octave/${PKGVERSION}/m/polynomial/ppval.m
share/octave/${PKGVERSION}/m/polynomial/private/__splinefit__.m
share/octave/${PKGVERSION}/m/polynomial/residue.m
share/octave/${PKGVERSION}/m/polynomial/roots.m
share/octave/${PKGVERSION}/m/polynomial/spline.m
share/octave/${PKGVERSION}/m/polynomial/splinefit.m
share/octave/${PKGVERSION}/m/polynomial/unmkpp.m
share/octave/${PKGVERSION}/m/prefs/addpref.m
share/octave/${PKGVERSION}/m/prefs/getpref.m
share/octave/${PKGVERSION}/m/prefs/ispref.m
share/octave/${PKGVERSION}/m/prefs/prefdir.m
share/octave/${PKGVERSION}/m/prefs/preferences.m
share/octave/${PKGVERSION}/m/prefs/private/loadprefs.m
share/octave/${PKGVERSION}/m/prefs/private/prefsfile.m
share/octave/${PKGVERSION}/m/prefs/private/saveprefs.m
share/octave/${PKGVERSION}/m/prefs/rmpref.m
share/octave/${PKGVERSION}/m/prefs/setpref.m
share/octave/${PKGVERSION}/m/profiler/profexplore.m
share/octave/${PKGVERSION}/m/profiler/profexport.m
share/octave/${PKGVERSION}/m/profiler/profile.m
share/octave/${PKGVERSION}/m/profiler/profshow.m
share/octave/${PKGVERSION}/m/set/intersect.m
share/octave/${PKGVERSION}/m/set/ismember.m
share/octave/${PKGVERSION}/m/set/powerset.m
share/octave/${PKGVERSION}/m/set/private/validsetargs.m
share/octave/${PKGVERSION}/m/set/setdiff.m
share/octave/${PKGVERSION}/m/set/setxor.m
share/octave/${PKGVERSION}/m/set/union.m
share/octave/${PKGVERSION}/m/set/unique.m
share/octave/${PKGVERSION}/m/signal/__parse_movargs__.m
share/octave/${PKGVERSION}/m/signal/arch_fit.m
share/octave/${PKGVERSION}/m/signal/arch_rnd.m
share/octave/${PKGVERSION}/m/signal/arch_test.m
share/octave/${PKGVERSION}/m/signal/arma_rnd.m
share/octave/${PKGVERSION}/m/signal/autoreg_matrix.m
share/octave/${PKGVERSION}/m/signal/bartlett.m
share/octave/${PKGVERSION}/m/signal/blackman.m
share/octave/${PKGVERSION}/m/signal/detrend.m
share/octave/${PKGVERSION}/m/signal/diffpara.m
share/octave/${PKGVERSION}/m/signal/durbinlevinson.m
share/octave/${PKGVERSION}/m/signal/fftconv.m
share/octave/${PKGVERSION}/m/signal/fftfilt.m
share/octave/${PKGVERSION}/m/signal/fftshift.m
share/octave/${PKGVERSION}/m/signal/filter2.m
share/octave/${PKGVERSION}/m/signal/fractdiff.m
share/octave/${PKGVERSION}/m/signal/freqz.m
share/octave/${PKGVERSION}/m/signal/freqz_plot.m
share/octave/${PKGVERSION}/m/signal/hamming.m
share/octave/${PKGVERSION}/m/signal/hanning.m
share/octave/${PKGVERSION}/m/signal/hurst.m
share/octave/${PKGVERSION}/m/signal/ifftshift.m
share/octave/${PKGVERSION}/m/signal/movfun.m
share/octave/${PKGVERSION}/m/signal/movslice.m
share/octave/${PKGVERSION}/m/signal/periodogram.m
share/octave/${PKGVERSION}/m/signal/private/rectangle_lw.m
share/octave/${PKGVERSION}/m/signal/private/rectangle_sw.m
share/octave/${PKGVERSION}/m/signal/private/triangle_lw.m
share/octave/${PKGVERSION}/m/signal/private/triangle_sw.m
share/octave/${PKGVERSION}/m/signal/sinc.m
share/octave/${PKGVERSION}/m/signal/sinetone.m
share/octave/${PKGVERSION}/m/signal/sinewave.m
share/octave/${PKGVERSION}/m/signal/spectral_adf.m
share/octave/${PKGVERSION}/m/signal/spectral_xdf.m
share/octave/${PKGVERSION}/m/signal/spencer.m
share/octave/${PKGVERSION}/m/signal/stft.m
share/octave/${PKGVERSION}/m/signal/synthesis.m
share/octave/${PKGVERSION}/m/signal/unwrap.m
share/octave/${PKGVERSION}/m/signal/yulewalker.m
share/octave/${PKGVERSION}/m/sparse/bicg.m
share/octave/${PKGVERSION}/m/sparse/bicgstab.m
share/octave/${PKGVERSION}/m/sparse/cgs.m
share/octave/${PKGVERSION}/m/sparse/colperm.m
share/octave/${PKGVERSION}/m/sparse/eigs.m
share/octave/${PKGVERSION}/m/sparse/etreeplot.m
share/octave/${PKGVERSION}/m/sparse/gmres.m
share/octave/${PKGVERSION}/m/sparse/gplot.m
share/octave/${PKGVERSION}/m/sparse/ichol.m
share/octave/${PKGVERSION}/m/sparse/ilu.m
share/octave/${PKGVERSION}/m/sparse/nonzeros.m
share/octave/${PKGVERSION}/m/sparse/pcg.m
share/octave/${PKGVERSION}/m/sparse/pcr.m
share/octave/${PKGVERSION}/m/sparse/private/__alltohandles__.m
share/octave/${PKGVERSION}/m/sparse/private/__default__input__.m
share/octave/${PKGVERSION}/m/sparse/private/__sprand__.m
share/octave/${PKGVERSION}/m/sparse/qmr.m
share/octave/${PKGVERSION}/m/sparse/spaugment.m
share/octave/${PKGVERSION}/m/sparse/spconvert.m
share/octave/${PKGVERSION}/m/sparse/spdiags.m
share/octave/${PKGVERSION}/m/sparse/speye.m
share/octave/${PKGVERSION}/m/sparse/spfun.m
share/octave/${PKGVERSION}/m/sparse/spones.m
share/octave/${PKGVERSION}/m/sparse/sprand.m
share/octave/${PKGVERSION}/m/sparse/sprandn.m
share/octave/${PKGVERSION}/m/sparse/sprandsym.m
share/octave/${PKGVERSION}/m/sparse/spstats.m
share/octave/${PKGVERSION}/m/sparse/spy.m
share/octave/${PKGVERSION}/m/sparse/svds.m
share/octave/${PKGVERSION}/m/sparse/tfqmr.m
share/octave/${PKGVERSION}/m/sparse/treelayout.m
share/octave/${PKGVERSION}/m/sparse/treeplot.m
share/octave/${PKGVERSION}/m/specfun/beta.m
share/octave/${PKGVERSION}/m/specfun/betainc.m
share/octave/${PKGVERSION}/m/specfun/betaincinv.m
share/octave/${PKGVERSION}/m/specfun/betaln.m
share/octave/${PKGVERSION}/m/specfun/cosint.m
share/octave/${PKGVERSION}/m/specfun/ellipke.m
share/octave/${PKGVERSION}/m/specfun/expint.m
share/octave/${PKGVERSION}/m/specfun/factor.m
share/octave/${PKGVERSION}/m/specfun/factorial.m
share/octave/${PKGVERSION}/m/specfun/gammainc.m
share/octave/${PKGVERSION}/m/specfun/gammaincinv.m
share/octave/${PKGVERSION}/m/specfun/isprime.m
share/octave/${PKGVERSION}/m/specfun/lcm.m
share/octave/${PKGVERSION}/m/specfun/legendre.m
share/octave/${PKGVERSION}/m/specfun/nchoosek.m
share/octave/${PKGVERSION}/m/specfun/nthroot.m
share/octave/${PKGVERSION}/m/specfun/perms.m
share/octave/${PKGVERSION}/m/specfun/pow2.m
share/octave/${PKGVERSION}/m/specfun/primes.m
share/octave/${PKGVERSION}/m/specfun/reallog.m
share/octave/${PKGVERSION}/m/specfun/realpow.m
share/octave/${PKGVERSION}/m/specfun/realsqrt.m
share/octave/${PKGVERSION}/m/specfun/sinint.m
share/octave/${PKGVERSION}/m/special-matrix/gallery.m
share/octave/${PKGVERSION}/m/special-matrix/hadamard.m
share/octave/${PKGVERSION}/m/special-matrix/hankel.m
share/octave/${PKGVERSION}/m/special-matrix/hilb.m
share/octave/${PKGVERSION}/m/special-matrix/invhilb.m
share/octave/${PKGVERSION}/m/special-matrix/magic.m
share/octave/${PKGVERSION}/m/special-matrix/pascal.m
share/octave/${PKGVERSION}/m/special-matrix/rosser.m
share/octave/${PKGVERSION}/m/special-matrix/toeplitz.m
share/octave/${PKGVERSION}/m/special-matrix/vander.m
share/octave/${PKGVERSION}/m/special-matrix/wilkinson.m
share/octave/${PKGVERSION}/m/startup/__finish__.m
share/octave/${PKGVERSION}/m/startup/inputrc
share/octave/${PKGVERSION}/m/startup/octaverc
share/octave/${PKGVERSION}/m/statistics/bounds.m
share/octave/${PKGVERSION}/m/statistics/center.m
share/octave/${PKGVERSION}/m/statistics/corr.m
share/octave/${PKGVERSION}/m/statistics/corrcoef.m
share/octave/${PKGVERSION}/m/statistics/cov.m
share/octave/${PKGVERSION}/m/statistics/discrete_cdf.m
share/octave/${PKGVERSION}/m/statistics/discrete_inv.m
share/octave/${PKGVERSION}/m/statistics/discrete_pdf.m
share/octave/${PKGVERSION}/m/statistics/discrete_rnd.m
share/octave/${PKGVERSION}/m/statistics/empirical_cdf.m
share/octave/${PKGVERSION}/m/statistics/empirical_inv.m
share/octave/${PKGVERSION}/m/statistics/empirical_pdf.m
share/octave/${PKGVERSION}/m/statistics/empirical_rnd.m
share/octave/${PKGVERSION}/m/statistics/histc.m
share/octave/${PKGVERSION}/m/statistics/iqr.m
share/octave/${PKGVERSION}/m/statistics/kendall.m
share/octave/${PKGVERSION}/m/statistics/kurtosis.m
share/octave/${PKGVERSION}/m/statistics/mad.m
share/octave/${PKGVERSION}/m/statistics/mean.m
share/octave/${PKGVERSION}/m/statistics/meansq.m
share/octave/${PKGVERSION}/m/statistics/median.m
share/octave/${PKGVERSION}/m/statistics/mode.m
share/octave/${PKGVERSION}/m/statistics/moment.m
share/octave/${PKGVERSION}/m/statistics/movmad.m
share/octave/${PKGVERSION}/m/statistics/movmax.m
share/octave/${PKGVERSION}/m/statistics/movmean.m
share/octave/${PKGVERSION}/m/statistics/movmedian.m
share/octave/${PKGVERSION}/m/statistics/movmin.m
share/octave/${PKGVERSION}/m/statistics/movprod.m
share/octave/${PKGVERSION}/m/statistics/movstd.m
share/octave/${PKGVERSION}/m/statistics/movsum.m
share/octave/${PKGVERSION}/m/statistics/movvar.m
share/octave/${PKGVERSION}/m/statistics/prctile.m
share/octave/${PKGVERSION}/m/statistics/quantile.m
share/octave/${PKGVERSION}/m/statistics/range.m
share/octave/${PKGVERSION}/m/statistics/ranks.m
share/octave/${PKGVERSION}/m/statistics/run_count.m
share/octave/${PKGVERSION}/m/statistics/runlength.m
share/octave/${PKGVERSION}/m/statistics/skewness.m
share/octave/${PKGVERSION}/m/statistics/spearman.m
share/octave/${PKGVERSION}/m/statistics/statistics.m
share/octave/${PKGVERSION}/m/statistics/std.m
share/octave/${PKGVERSION}/m/statistics/var.m
share/octave/${PKGVERSION}/m/statistics/zscore.m
share/octave/${PKGVERSION}/m/strings/base2dec.m
share/octave/${PKGVERSION}/m/strings/bin2dec.m
share/octave/${PKGVERSION}/m/strings/blanks.m
share/octave/${PKGVERSION}/m/strings/cstrcat.m
share/octave/${PKGVERSION}/m/strings/deblank.m
share/octave/${PKGVERSION}/m/strings/dec2base.m
share/octave/${PKGVERSION}/m/strings/dec2bin.m
share/octave/${PKGVERSION}/m/strings/dec2hex.m
share/octave/${PKGVERSION}/m/strings/erase.m
share/octave/${PKGVERSION}/m/strings/hex2dec.m
share/octave/${PKGVERSION}/m/strings/index.m
share/octave/${PKGVERSION}/m/strings/isletter.m
share/octave/${PKGVERSION}/m/strings/isstring.m
share/octave/${PKGVERSION}/m/strings/isstrprop.m
share/octave/${PKGVERSION}/m/strings/mat2str.m
share/octave/${PKGVERSION}/m/strings/native2unicode.m
share/octave/${PKGVERSION}/m/strings/ostrsplit.m
share/octave/${PKGVERSION}/m/strings/regexptranslate.m
share/octave/${PKGVERSION}/m/strings/rindex.m
share/octave/${PKGVERSION}/m/strings/str2num.m
share/octave/${PKGVERSION}/m/strings/strcat.m
share/octave/${PKGVERSION}/m/strings/strchr.m
share/octave/${PKGVERSION}/m/strings/strjoin.m
share/octave/${PKGVERSION}/m/strings/strjust.m
share/octave/${PKGVERSION}/m/strings/strsplit.m
share/octave/${PKGVERSION}/m/strings/strtok.m
share/octave/${PKGVERSION}/m/strings/strtrim.m
share/octave/${PKGVERSION}/m/strings/strtrunc.m
share/octave/${PKGVERSION}/m/strings/substr.m
share/octave/${PKGVERSION}/m/strings/unicode2native.m
share/octave/${PKGVERSION}/m/strings/untabify.m
share/octave/${PKGVERSION}/m/strings/validatestring.m
share/octave/${PKGVERSION}/m/testfun/__have_feature__.m
share/octave/${PKGVERSION}/m/testfun/__printf_assert__.m
share/octave/${PKGVERSION}/m/testfun/__prog_output_assert__.m
share/octave/${PKGVERSION}/m/testfun/__run_test_suite__.m
share/octave/${PKGVERSION}/m/testfun/assert.m
share/octave/${PKGVERSION}/m/testfun/demo.m
share/octave/${PKGVERSION}/m/testfun/example.m
share/octave/${PKGVERSION}/m/testfun/fail.m
share/octave/${PKGVERSION}/m/testfun/private/compare_plot_demos.m
share/octave/${PKGVERSION}/m/testfun/private/dump_demos.m
share/octave/${PKGVERSION}/m/testfun/private/html_compare_plot_demos.m
share/octave/${PKGVERSION}/m/testfun/private/html_plot_demos_template.html
share/octave/${PKGVERSION}/m/testfun/rundemos.m
share/octave/${PKGVERSION}/m/testfun/runtests.m
share/octave/${PKGVERSION}/m/testfun/speed.m
share/octave/${PKGVERSION}/m/testfun/test.m
share/octave/${PKGVERSION}/m/time/addtodate.m
share/octave/${PKGVERSION}/m/time/asctime.m
share/octave/${PKGVERSION}/m/time/calendar.m
share/octave/${PKGVERSION}/m/time/clock.m
share/octave/${PKGVERSION}/m/time/ctime.m
share/octave/${PKGVERSION}/m/time/date.m
share/octave/${PKGVERSION}/m/time/datenum.m
share/octave/${PKGVERSION}/m/time/datestr.m
share/octave/${PKGVERSION}/m/time/datevec.m
share/octave/${PKGVERSION}/m/time/eomday.m
share/octave/${PKGVERSION}/m/time/etime.m
share/octave/${PKGVERSION}/m/time/is_leap_year.m
share/octave/${PKGVERSION}/m/time/now.m
share/octave/${PKGVERSION}/m/time/weekday.m
share/octave/site/m/startup/octaverc
@pkgdir share/octave/site/api-v53/m
@pkgdir share/octave/${PKGVERSION}/site/m
@pkgdir libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
@pkgdir libexec/octave/api-v53/site/exec/${MACHINE_GNU_PLATFORM}
@pkgdir libexec/octave/${PKGVERSION}/site/exec/${MACHINE_GNU_PLATFORM}
@pkgdir lib/octave/site/oct/${MACHINE_GNU_PLATFORM}
@pkgdir lib/octave/site/oct/api-v53/${MACHINE_GNU_PLATFORM}
@pkgdir lib/octave/${PKGVERSION}/site/oct/${MACHINE_GNU_PLATFORM}