Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

octave-cli-9.2.0-lp160.1.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: octave-cli Distribution: openSUSE Leap 16.0
Version: 9.2.0 Vendor: openSUSE
Release: lp160.1.1 Build date: Mon Jun 10 14:58:50 2024
Group: Productivity/Scientific/Math Build host: reproducible
Size: 55655623 Source RPM: octave-9.2.0-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.octave.org/
Summary: Command-line user interface for Octave
Octave is a high level programming language. It is designed for the
solution of numeric problems.

This package contains the command-line user interface.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Mon Jun 10 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 9.2.0:
    * Improvements and fixes:
    - hist.m: Add input validation for Y restricting it to 2-D
      array (bug #65478). Avoid error when Y value range is very
      small (bug #65714).
    - cross.m: Add input validation for dim restricting it to a
      numeric integer valued scalar (bug #65544, bug #65527).
    - getframe.m: Respect pixel ratio (high DPI) of screen with
      figure (bug #65540).
    - legend.m: Fix error if root property "showhiddenhandles" is
      "on" (bug #65442)
    - savepath.m: Correctly handle packages without binaries (bug
      [#65559]).
    - Correctly scale figure position on screen with DPI scaling
      (high DPI).
    - profile ('on') now clears any existing profile data as the
      documentation states (bug #65595).
    - Fix segmentation fault when trying to set breakpoint in
      non-existent method of classdef class (bug #65610).
    - Improve default display of classdef properties (bug #62432).
    - Avoid crash with Qt6 6.7.0 (bug #65605).
    - bar.m: Catch input number validation error.
    - Prevent OOM crash or segmentation fault in sort () when dim
      equals Inf (bug #65712).
    - legend.m: Avoid setting more colors than coordinates for
      patch objects (bug #65632).
    - inputParser.m: Allow default classdef objects which overload
      struct (bug #65667).
    - Preserve "position" property of figure when object is
      reset() (bug #65750).
    - hist.m: Avoid error when y value range is very small (bug
      [#65714]).
    - barh: Add input validation check for nargin < 1.
    * GUI:
    - Use first word for options in right-click menu of command
      window widget (bug #65518).
    - Set DontUseNativeDialog flag as first property in
      QFileDialog.
    - Explicitly raise non-modal message boxes ensuring
      visibility.
    - Save and restore splitter state of documentation widget.
    - Allow executing new files from built-in editor with F5 (bug
      [#65548]).
    - Allow unbinding GUI shortcuts (bug #65580).
    - Fix restoring headers in file browser and workspace view
      (bug #65030).
    - File dialogs of the built-in editor are now modal.
    - Fix dragging editor from main window into floating state
      (bug #65725).
    * Build system / Tests:
    - Avoid overriding save_* variables from outer scope (bug
      [#65476]). This fixes an error that might have lead to
      overlinking of shared libraries (e.g., .oct files). Consider
      rebuilding shared libraries that have been built with Octave
      9.1.0.
    - Add BIST for is_valid_file_id.m (bug #65543).
    - Update metainfo.xml with new fields for AppStream 1.0 (bug
      [#65355]).
    - Show result of check for std::pmr::polymorphic_allocator in
      configure summary.
    - Run test program for polymorphic allocators if possible
      instead of a simple build check.
    - Speed up BIST for the central part of convn with 'full'
      shape.
    - Require Qt Widgets module when building the GUI (bug
      [#65625]).
    - bug-53027.tst: Delete temporary file after test is done (bug
      [#53027]).
    - Avoid build error with GCC 14 when targeting Windows.
    - Try to clean up after BIST also in case test failed (bug
      [#53027]).
    - bar.m, barh.m: Add plotting BISTs (bug #65671).
    - Check if C and Fortran compilers accept -fexceptions flag
      (bug #65767). This affects building Octave itself from
      sources and also how .mex or .oct files are built by mex and
      mkoctfile.
    * Documentation updates.
  - Changes from version 9.1.0:
    * Long list, see <https://octave.org/NEWS-9.html>
  - Switch to Qt6 library for GUI.
  - Tests: Need to pass `RUN_OCTAVE_OPTIONS="--no-gui-libs"` as a
    temporary work around to
    <https://savannah.gnu.org/bugs/index.php?65866>
  - Add BuildRequires: gnuplot when building without
    `native_graphics`; it is needed for tests.
* Thu Nov 16 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.4.0:
    * mkoctfile: Skip parsing for less flags (bug #64590).
    * Fix getting number of non-zero elements in SuiteSparse
      matrices.
    * delaunayn: Avoid erroneous simplex removal for integer inputs
      (bug #64658).
    * delaunayn: Add precision loss warning for large int inputs
      (bug #64658).
    * delaunayn: Also warn for negative integers with large
      magnitude (bug #64658).
    * Correctly load all-zero sparse matrices from text files (bug
      [#64696]).
    * Allocate correct storage for interleaved complex mxArray
      objects (bug #64687).
    * mkoctfile: Prefer parsing over passing on argument after
      unknown argument (bug #64725).
    * fft: Avoid segmentation fault with ND-arrays (bug #64729).
    * fft: Avoid overwriting input for inplace operations (bug
      [#64733]).
    * intersect.m: Correct third output with "stable" flag (bug
      [#60347]).
    * Avoid use-after-free issue in parser (bug #60882).
    * betainc.m: Improve integer input logic and validation (bug
      [#64726]).
    * webread: Apply timeout also for initial connection (bug
      [#64826]).
    * mkpp.m: Remove stray text causing error with demo code.
    * Ensure that new test for saving sparse matrices writes a text
      file.
    * Search for tests in and install octave-value template sources
      (bug #64696).
    * Correct variable name typo in documentation of slice().
    * Expand documentation for gcd() and lcm().
    * datevec: Clarify that heuristics are used to detect the format
      of a date string (bug #64563).
    * datenum: Add help text that inputs can be arrays, add examples
      (bug #54679).
    * datevec: Add help text that inputs can be arrays (bug #54679).
    * Describe various pitfalls with floating point ranges (bug
      [#64692]).
    * Add range example and some copyedits.
* Wed Oct 25 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop termap BuildRequireS: no longer needed.
* Thu Oct 19 2023 Atri Bhattacharya <badshah400@gmail.com>
  - octave.macros: For %octave_pkg_install, set HOME to current
    working dir to avoid permission issues when octave tries to
    update list of installed packages in its config file.
* Tue Aug 29 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.3.0:
    * undo_string_escapes: Return '\0' for NUL byte input (bug
      [#64051]).
    * Stop excessive memory usage for minor grid ticks (bug #64017).
    * Include needed headers in installed .cc files (bug #63922).
    * Fix floating point exception when sparse array reshaped to 0x0
      (bug #64080).
    * unicode2native: Fix conversion to UTF-16 (bug #64139).
    * memory: Fix execution on Cygwin.
    * uniconv-wrappers: Avoid freeing uninitialized pointer (bug
      [#64182]).
    * lo-regexp.cc: Only include PCRE2/PCRE headers if feature test
      succeeded (bug #64172).
    * Fix segfault when saveobj() used with old-style class files
      (bug #64220).
    * Fix restoring breakpoints from dbstatus breakpoint structure
      (bug #64271).
    * colorbar.m: Fix undefined variable d (bug #64287).
    * Reset all axes properties except 'Units' and 'Position' with
      cla ('reset').
    * unicode2native.m: Restore support for one input parameter (bug
      [#64331]).
    * native2unicode, unicode2native: Support empty second argument
      (bug #64331).
    * fullfile.m: Return empty cell for input with empty cell (bug
      [#64377]).
    * audioplayer.m: Emit error if input data Y is empty (bug
      [#64379]).
    * Remove obsolete callback constructor code for @audioplayer and
      @audiorecorder (bug #64379).
    * Avoid false detection of “non-real pivot” in ichol() (bug
      [#63785]).
    * Fix building against SuiteSparse 7.1.0 when SPQR is disabled
      (bug #64446).
    * ellipsoid.m: Avoid returning geometry data unless it is
      explicitly requested to avoid overwriting ans.
    * subsasgn: Avoid panic on invalid field names (bug #64213).
    * lex.ll: Remove $ as a valid character for identifiers.
    * fileparts.m: Allow for relative path on different drive on
      Windows (bug #64462).
    * datevec.m: Add some ISO 8601 conform formats (patch #9964).
    * betaincinv.m: Slightly increase test tolerance (for macOS 13).
    * colorbar.m: Add tests (bug #64287).
    * sparse-qr.cc: Fix compatibility with SuiteSparse 7.1.0 /
      CXSparse 4.0.4.
    * pcg.m: Use eps tolerance in test for ishermitian (bug #63787).
    * fileparts.m: Overhaul BISTs.
    * Return documentation for help properties (bug #64067).
    * Add note to isprime.m on inputs over 2^64.
* Tue Apr 18 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.2.0:
    * fopen: Use “UTF-8” as default encoding for fopen
      (https://savannah.gnu.org/bugs/?63930).
    * fopen, unicode2native: Fix converting the encoding of short
      char arrays with invalid UTF-8
      (https://savannah.gnu.org/bugs/?63930).
    * fopen: Try to gather complete UTF-8 surrogates when converting
      encoding (https://savannah.gnu.org/bugs/?63930).
    * fopen: Do not convert encoding for file streams with libc++
      (https://savannah.gnu.org/bugs/?63930).
    * pr-output.cc: Fix output for format native-bit
      (https://savannah.gnu.org/bugs/?63940).
    * Fix evaluation of & and | expressions in conditional contexts
      (https://savannah.gnu.org/bugs/?63935).
    * Avoid clang warning about very unlikely buffer overflow.
    * mpoles.m: Overhaul function and use absolute tolerance for
      zero poles (https://savannah.gnu.org/bugs/?63937).
    * perms.m: Change "unique" output order to reverse lexicographic
      to match non-unique order
      (https://savannah.gnu.org/bugs/?63962).
    * Remove trailing '\r' from curl dir list
      (https://savannah.gnu.org/bugs/?63851).
    * Fix display of scalar complex variables with mixed Inf/NaN and
      floating point values (https://savannah.gnu.org/bugs/?63961).
    * Don’t use encoding facet when writing bytes to stream
      (https://savannah.gnu.org/bugs/?63931).
    * GUI: Speedup loading and saving preferences dialog
      (https://savannah.gnu.org/bugs/?63909).
    * Build system / Tests:
    - inpolygon.m: Fix demo code
      (https://savannah.gnu.org/bugs/?63865).
    - if.tst: New test for (https://savannah.gnu.org/bugs/?63935).
    - acinclude.m4: Correct typo in #define PCRE2_CODE_UNIT_WIDTH.
    - lu: Add self-test with complex valued input.
    - Disable visibility flags by default
      (https://savannah.gnu.org/bugs/?61855, bug #63916).
    - Check whether using STL from LLVM or Apple
      (https://savannah.gnu.org/bugs/?63930).
    - Documentation:
    - Improve documentation for linspace and logspace functions.
    - Correct and improve documentation for sparse() function.
* Sun Mar 12 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.1.0:
    * Long list of changes, see <https://octave.org/NEWS-8.html>.
  - API version bumped from 57 to 58.
  - Minor re-base of
    0001-Add-explicit-ctime-include-required-for-clock.patch for
    update (file-name change only).
* Wed Jan 04 2023 pgajdos@suse.com
  - back to GraphicsMagick, octave cannot be built against
    ImageMagick 7
* Mon Dec 19 2022 pgajdos@suse.com
  - GraphicsMagick will be removed from Factory
* Tue Nov 22 2022 Andreas Schwab <schwab@suse.de>
  - Use xvfb-run for testsuite
* Wed Nov 09 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 7.3.0:
    * scanf: Don’t set error when reaching end of stream (bug
      [#62723]).
    * Fix duplicate names displayed with mixed @class/classdef
      classes (bug #62802).
    * canonicalize_file_name: Handle symlinks to UNC network shares
      (bug #62847).
    * canonicalize_file_name: Generalize check for mapped network
      drive (bug #62847).
    * fortran_vec: Fix instances of method chaining that may cause
      dangling pointer.
    * Fix wrong color in PDF printout of some LaTeX strings (bug
      [#62884]).
    * unpack.m: Escape backslashes in paths on Windows (bug #62888).
    * canonicalize_file_name: Check root of potential mapped network
      drive (bug #62847).
    * nextpow2.m: Fix for input between 0.5 and 1 (bug #62947).
    * quad2d: Fix unintended complex conjugate return (bug #62972).
    * Make sure we don’t pass short 8.3 path to latex on Windows
      (bug #62779).
    * canonicalize_file_name: Trim trailing file separators from
      root of mapped network drive (bug #62847).
    * imformats.m: Fix isa function in return value (bug #62974).
    * pie3: Fix “Too many input” args error.
    * Accept negative inputs to -2^63 for dec2bin and dec2hex (bug
      [#63089]).
    * Fix incorrect lambda outputs for lsqnonneg and pqpnonneg (bug
      [#63178]).
    * addtodate.m: Fix wrong month returned when subtracting a month
      from some end-of-month dates (bug #60671).
    * var.m: Fix some Inf and NaN inputs returning 0 instead of NaN
      (bug #63203)
    * var.m: Fix automatic broadcasting error for sparse and
      diagonal matrix inputs with vector weighting (bug #63291).
    * legend.m: Fix error with contour plot containing clabels (bug
      [#63262]).
    * dec2bin.m: Fix input validation (bug #63089).
    * glpk.m: Avoid using isfinite on potentially sparse input.
    * var.m: Use bsxfun rather than broadcasting with vector
      weighting (bug #63291).
    * Fix out of bound indexing in in-place broadcasting operations
      (bug #63303).
    * Respect confirmation when deleting files in file browser
      widget (bug #63198).
    * io.tst: Add test case for scanf (bug #62723).
    * nextpow2.m: Add bug number tag to regression tests (bug
      [#62947]).
    * quad2d.m: Add BIST to cset b0e90ca8e679 (bug #62972).
    * Add test for number of methods with classdef in @folder (bug
      [#62802]).
    * Use Autoconf macro to find egrep executable.
    * Documentation fixes.
  - Add octave-rpmlintrc file to suppress false positives.
* Fri Sep 16 2022 Atri Bhattacharya <badshah400@gmail.com>
  - octave-cli: Fix Requires after sundials main library was split
    into multiple shared libs.
  - Update _constraints: Upto 10 GiB now required.
* Mon Aug 22 2022 Markus Ebner <info@ebner-markus.de>
  - Update to version 7.2.0:
    * Long list of changes, see
      <https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html>
  - Drop upstreamed patches:
    * 0001-Add-explicit-ctime-include-required-for-clock.patch
    * fix_build_unlink_failed.patch
* Mon Jul 11 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build with latest TW, add
    0001-Add-explicit-ctime-include-required-for-clock.patch
* Wed Jul 06 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build of external packages when trying to unlink
    non-existent files, add fix_build_unlink_failed.patch
* Tue Jul 05 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Dynamically generate the dependencies on the correct
    libsundials/libsundials_ida package: the so-version can change
    over time.
* Sun Apr 10 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 7.1.0:
    * Long list of changes, see
      <https://www.gnu.org/software/octave/NEWS-7.html>.
  - Drop upstreamed patches:
    * octave-fullscreen-with-multiple-monitors.patch
    * 0001-Use-reentrant-libqhull_r.patch
    * octave-qhull_r-fixes.patch
  - New BuildRequires: Mesa-dri (needed for a test),
    pkgconfig(RapidJSON) (for JSON R/W support).
  - Minor rebase of octave_tools_pie.patch to apply cleanly.
  - Update _constraints: At least 8 GB disk space needed for 64-bit
    archs (x86_64 and aarch64).
* Tue Mar 08 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add octave-fullscreen-with-multiple-monitors.patch -- fix
    maximized start on systems with two monitors
    (https://savannah.gnu.org/bugs/?61172); patch taken from
    upstream commit and re-based for version 6.4.0.
* Fri Nov 05 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.4.0:
    * Improvements and fixes:
    - Reduce memory usage in BISTs for copyobj, hgsave (bug
      [#57591]).
    - hgsave.m, copyobj.m: Use 'qt' graphics toolkit in BISTs.
    - main.cc: Use getopt to parse command line arguments (bug
      [#60886]).
    - main.cc: Remove invalid case (bug #60886).
    - Disable getopt error reporting in wrapper program (bug
      [#60886]).
    - interp1.m: Don’t interpret later numeric input as xi (bug
      [#60967]).
    - pkg: Improve similar package name suggestion (bug #61067).
    - Store parent name in function object when caching parents in
      scope (bug #61105).
    - Avoid internal error and segfault with eval and scripts (bug
      [#61191]).
    - rmpath: Prevent removing the current directory from the load
      path (bug #61216).
    * GUI:
    - Fix missing interpreter event in octave-scintilla.
    - Fix opening a file in a custom editor (bug #60990).
    * Documentation:
    - Improve docstring for disable_diagonal_matrix,
      disable_diagonal_matrix, and disable_range (patch #10089).
    - cbrt: Clarify that function errors for non-real input.
    - dsearchn.m: Added optional distance output description (bug
      [#61156]).
    - Add Hungarian translation for project description files.
    - Document fsolve output “info” -2 (bug #61310).
    * Build system: Correct error message for incompatible CXSparse
      (bug #61385).
  - Refresh 0001-Use-reentrant-libqhull_r.patch for version 6.4.0
    (line offset changes only).
  - Substitute OCTAVE_BLAS_LIBRARY_NAME value in installed macros
    file rather than modifying the source file itself.
* Wed Jul 28 2021 Andre C. Barros <andre.cbarros@yahoo.com>
  - Upgrade to octave 6.3.0:
    * Long list of changes, see
      https://www.gnu.org/software/octave/news/release/2021/07/11/octave-6.3.0-released.html
  - Update 0001-Use-reentrant-libqhull_r.patch for use with version
    6.3.0
  - Add octave-qhull_r-fixes.patch to complement
    0001-Use-reentrant-libqhull_r.patch for the build system.
* Thu May 06 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - move rpm macros to /usr/lib/rpm/marcos.d (boo#1185659)
* Fri Apr 02 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix incomplete geometry support, use reentrant libqhull_r instead
    of the deprecated non-reentrant, add
    0001-Use-reentrant-libqhull_r.patch
* Mon Feb 22 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.2.0:
    * Bug fix release, see
      https://www.gnu.org/software/octave/news/release/2021/02/20/octave-6.2.0-released.html
* Wed Dec 02 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.1.0:
    * Long list of changes, see
      https://www.gnu.org/software/octave/NEWS-6.1.html
  - Add BuildRequires: sundials-devel to enable sundials based
    solvers; also add libsundials*.so to Requires for octave-cli to
    resolve between multiple providers coming from serial and
    different parallel flavours of sundials.
  - Update api version to 55 in keeping with upstream.
  - Minor adjustment of patches to fix line offsets.
  - Drop external pkgconfig file: octave now installs its own.
  - Link duplicate files in %{_datadir} using fdupes.
* Thu Aug 20 2020 Martin Liška <mliska@suse.cz>
  - Use memoryperjob constraint instead of %limit_build macro.
* Mon Feb 17 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Avoid stealing SIGCHLD from QProcess::waitForFinished, which
    causes the KDE file dialogs to hang up to the 30s default timeout.
    This only happens when a samba server is installed locally.
    Fixes https://savannah.gnu.org/bugs/?54607
    * 0001-Disable-signal-handler-thread-avoid-duplicate-signal.patch
  - Add Xvfb build dependency for make check, several tests fail
    otherwise.
* Sun Feb 16 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Readd makeinfo to the build dependencies, called by octaves
    doc/help functions from the tests. Disable doc generation
    explicitly, otherwise it tries even without all tools present.
* Sun Feb 09 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 5.2.0
    This version is a bug fixing release, for details see:
    https://www.gnu.org/software/octave/news/release/2020/01/31/octave-5.2.0-released.html
  - Drop upstream patches:
    * octave-bug-55029-fix_pause_and_kbhit_with_glibc_2_28.patch
    * octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part1.patch
    * octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part2.patch
  - Use documentation from upstream tarball, no need to rebuild locally.
  - Cleanup spec file, remove conditionals for EOLed distributions.
* Wed Nov 27 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix octave_pkg_test in RPM octave.macros, unpack pkg tarball
    again, as the target directory is removed by 'pkg build'.
* Fri Jul 05 2019 UTC - Markus Ebner <hiwatari.seiji@gmail.com>
  - Backport fix: Cursor misplaced when entering newline in editor with tabs indentation
    behavior (bug #56533)
    * Added octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part1.patch
    * Added octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part2.patch
* Mon May 13 2019 Duncan Mac-Vicar <dmacvicar@suse.de>
  - Backport fix: pause and kbhit with glibc 2.28 end-of-file state
    behavior (bug #55029)
    * Added octave-bug-55029-fix_pause_and_kbhit_with_glibc_2_28.patch
* Mon Mar 04 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 5.1.0
    * Long list of changes: see
      https://www.gnu.org/software/octave/NEWS-5.1.html
      https://www.gnu.org/software/octave/news/release/2019/03/01/octave-5.1-released.html
  - Rebase octave_tools_pie.patch
  - Add conditional building with blas instead of openBLAS. Allows building
    for architectures like RISC-V where openBLAS is not available (and probably
    never will, RISC-V vector instructions do not fit the openBLAS model).
* Fri Feb 15 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add %limit_build to avoid build failures
* Thu Jan 10 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Only set -fpie for octave executables, as LDFLAGS is set as link flag
    in mkoctfile as default flags, leading to failing module builds.
    Add octave_tools_pie.patch
* Thu Jan 03 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 4.4.1
    * Long list of changes: see
      https://www.gnu.org/software/octave/news/release/2018/08/09/octave-4.4.1-released.html
  - Drop obsolete Fix-build-with-Qt-511.patch
  - Fix build with Qt 5.12, use qhelpgenerator for qcollectiongenerator
  - Stop messing with upstream appdata/desktop files
  - Use %bcond_with/%bcond_without
  - Fix unit tests by increasing JVM stack limit, see https://savannah.gnu.org/bugs/index.php?55395
* Fri Jun 22 2018 dmitry_r@opensuse.org
  - Qt5 GUI package requires libQt5Sql5-sqlite [boo#1095605]
* Mon Jun 04 2018 christophe@krop.fr
  - Add Fix-build-with-Qt-511.patch.
  - Use %license for license files
* Wed May 16 2018 dmitry_r@opensuse.org
  - Update to version 4.4.0
    See https://www.gnu.org/software/octave/NEWS-4.4.html for details
  - Drop octave-java-use-source-target-1_6.patch
  - Drop SLE11 support (already broken)
  - Drop update-alternatives usage
* Mon Mar 19 2018 badshah400@gmail.com
  - Update to version 4.2.2:
    * Long list of changes: see
      https://www.gnu.org/software/octave/news/release/2018/03/13/octave-4.2.2-released.html
  - Drop octave-also-check-for-qscintilla2_qt5.patch: incorporated
    upstream.
* Mon Oct 02 2017 badshah400@gmail.com
  - Add octave-java-use-source-target-1_6.patch: Switch
    source/target to 1.6 from 1.3, to get octave building with java
    9 (for openSUSE > 1320); patch taken from upstream mercurial
    repository [https://savannah.gnu.org/bugs/?51803].
* Wed Aug 23 2017 dmitry_r@opensuse.org
  - Fix octave-devel package requirements
  - Add %octave_blas macros
* Mon Aug 21 2017 dmitry_r@opensuse.org
  - Move mkoctfile binary to octave-devel package
* Thu Aug 10 2017 dmitry_r@opensuse.org
  - Reenable sparce matrix support
  - Build with openBLAS library by default, except i*86 architectures
    due to tests failures
* Mon Jul 10 2017 badshah400@gmail.com
  - Edit _constraints file to require at least 2GB physical memory,
    builds on 32-bit systems fail otherwise; see
    https://savannah.gnu.org/bugs/index.php?51436; fixes build
    failures on i586 for openSUSE > 1320.
  - Drop suitesparse-devel BuildRequires; this pulls in openblas,
    which is not recommended by upstream. See comment #2 in
    https://savannah.gnu.org/bugs/index.php?51436.
* Mon Jun 26 2017 badshah400@gmail.com
  - Add octave-also-check-for-qscintilla2_qt5.patch: When checking
    for the availibility of QT5 bindings for scintilla, also check
    for qscintilla2_qt5 (which is the shlib name used by openSUSE),
    otherwise this causes the in-built editor to be disabled; patch
    taken from upstream. Since patch modifies m4 files, regenerate
    configure before executing it (add BuildRequires on automake,
    autoconf and libtool). All changes applied conditionally only
    when building against Qt5.
* Tue Feb 28 2017 dmitry_r@opensuse.org
  - Update to version 4.2.1
    * See icluded NEWS file for details
* Tue Nov 15 2016 dmitry_r@opensuse.org
  - Update to version 4.2.0
    * See icluded NEWS file for details
* Thu Nov 10 2016 dmitry_r@opensuse.org
  - Update to version 4.2.0-rc4
    * See icluded NEWS file for details
* Mon Oct 31 2016 dmitry_r@opensuse.org
  - Update to version 4.2.0-rc3
    * See icluded NEWS file for details
    * Drop octave-gui-info-links.patch, octave-gui-utf8.patch
* Thu Oct 27 2016 dmitry_r@opensuse.org
  - Fix Qt5-based GUI documentation links
    * octave-gui-info-links.patch
  - Fix Qt4-based GUI text encoding [boo#1005431]
    * octave-gui-utf8.patch
* Wed Oct 19 2016 dmitry_r@opensuse.org
  - Build Qt5-based GUI for openSUSE Tumbleweed
  - Clean build requires
  - Move pkg-config file to octave-devel package
* Tue Oct 18 2016 badshah400@gmail.com
  - Run %desktop_database_post(un) and %icon_theme_cache_post(un)
    for %post(un) to update the icon theme cache (required whenever
    application installs icons to the hicolor icon dir) and desktop
    database (required whenever application installs a .desktop
    file) when building with GUI enabled.
* Fri Sep 23 2016 dmitry_r@opensuse.org
  - Update to version 4.2.0~rc2
    * See icluded NEWS file for details
  - Drop obsolete ocatve-evalc.patch
* Sat Sep 17 2016 dmitry_r@opensuse.org
  - Fix evalc crash
    * ocatve-evalc.patch
* Sun Sep 11 2016 dmitry_r@opensuse.org
  - Update to version 4.2.0~rc1
    * See icluded NEWS file for details
  - Drop obsolete octave-gcc6.patch
  - Temporary set MALLOC_PERTURB_=0 for tests
* Fri Aug 26 2016 dmitry_r@opensuse.org
  - Fix suse-alternative-link-missing [boo#994253]
* Fri Jul 29 2016 dmitry_r@opensuse.org
  - Use original appdata file
  - Fix SLE12 build
* Thu Jul 28 2016 badshah400@gmail.com
  - Update to version 4.0.3:
    * Bug fix release, see
      http://www.gnu.org/software/octave/fixes-4-0-3.html for a full
      list of fixes.
  - Add appdata file as source, and install it to
    /usr/share/appdata; this makes octave appear on appstores like
    gnome-software and KDE Discover.
  - Rebase octave-gcc6.patch for current version.
* Sat Jun 18 2016 dmitry_r@opensuse.org
  - Fix build with GCC6 [boo#985363]
    * octave-gcc6.patch
* Tue Jun 07 2016 dmitry_r@opensuse.org
  - Update to version 4.0.2
    * Bugfix release
  - Fix SLE12 config
  - Use update-alternatives mechanism for octave binary
* Tue Mar 22 2016 dmitry_r@opensuse.org
  - Update to version 4.0.1
    * Bugfix release
* Tue Feb 23 2016 ro@suse.de
  - vendor is ibm on s390, not suse
* Fri Oct 23 2015 dvaleev@suse.com
  - Add disk constraints. Some workers might have enabled build in
    tmpfs. Where the space is limited.
* Sun Sep 13 2015 dmitry_r@opensuse.org
  - Fix desktop menu category
* Thu Jul 23 2015 dmitry_r@opensuse.org
  - Add build config for openSUSE:42
* Fri May 29 2015 dmitry_r@opensuse.org
  - Update to version 4.0.0
    * See icluded NEWS file for details
  - Drop obsolete patches:
    * octave-3.8.0-llvm-3.4.patch
    * octave-suitesparse-4.4.patch
    * octave-unzip-info-in-gui.patch
  - Add RPM macros to octave-devel package
    * octave.macros
* Mon Feb 23 2015 dmitry_r@opensuse.org
  - Fix unzipping compressed info files when running the gui [boo#918942]
    * octave-unzip-info-in-gui.patch
  - Disable JIT compilation by default
  - Set build settings for SLE11
* Wed Nov 12 2014 dmitry_r@opensuse.org
  - Set build settings for SLE12
* Fri Oct 31 2014 dmitry_r@opensuse.org
  - Fix build with latest SuiteSparse library
    * octave-suitesparse-4.4.patch
  - Restore SuiteSparse linking hack for openSUSE <= 13.1
* Sat Oct 11 2014 dmueller@suse.com
  - fix filelist on armv6/7hl: triplet is gnueabi, not gnu
* Fri Aug 22 2014 dmitry_r@opensuse.org
  - Move GUI localization files to octave-gui package
* Fri Aug 15 2014 dmitry_r@opensuse.org
  - Fix runtime dependencies: makeinfo instead of texinfo [bnc#892123]
* Wed Aug 13 2014 dmitry_r@opensuse.org
  - Update to version 3.8.2
    * Bugfix release, see included ChangeLog file for details
  - Drop suitesparse linking hack [bnc#883683]
* Thu Jun 19 2014 dmitry_r@opensuse.org
  - Build with FFTW3 multi-threading support
* Tue Apr 22 2014 dmitry_r@opensuse.org
  - Enable OpenMP support
* Fri Mar 07 2014 dmitry_r@opensuse.org
  - Update to version 3.8.1
    * Bugfix release, see included ChangeLog file for details
    * removed obsolete octave-3.8.0-gzip-compressed-info.patch
  - Disable JIT support for non-x86 architectures
* Sat Feb 01 2014 dmitry_r@opensuse.org
  - Fix build with LLVM-3.4
    * octave-3.8.0-llvm-3.4.patch
* Thu Jan 02 2014 dmitry_r@opensuse.org
  - Fix loading gzip-compressed info files [bnc#857130]
    * octave-3.8.0-gzip-compressed-info.patch
* Mon Dec 30 2013 dmitry_r@opensuse.org
  - Add octave-gui as recommended dependence
  - Build with jit support
* Sat Dec 28 2013 dmitry_r@opensuse.org
  - Update to version 3.8.0
    * See included NEWS and ChangeLog files for details
  - Removed obsolete octave-gcc48-mex_remove_externc.patch
* Sun Jul 28 2013 klaussfreire@gmail.com
  - Added octave-gcc48-mex_remove_externc, fixes an issue when
    building packages that include mex.h in gcc 4.8
* Wed May 01 2013 dmitry_r@opensuse.org
  - Cleanup recommended packages
* Sat Mar 30 2013 dmitry_r@opensuse.org
  - Move documentation to octave-doc package
* Thu Mar 14 2013 pgajdos@suse.com
  - minor spec file adjustment
* Fri Mar 08 2013 dmitry_r@opensuse.org
  - Fix native graphics support for openSUSE 12.3 [bnc#808530]
* Thu Feb 28 2013 dmitry_r@opensuse.org
  - Update to version 3.6.4
    * See included ChangeLog file for details
  - Enable post build tests
  - Enable paralell build
* Thu Feb 07 2013 dmitry_r@opensuse.org
  - Enable native graphics
* Wed Dec 12 2012 pgajdos@suse.com
  - install octave.pc file [bnc#793682]
    + source octave.pc.in
* Mon Dec 03 2012 pgajdos@suse.com
  - local rc file into /etc (Dieter Jurzitza) [bnc#792507]
* Tue Oct 30 2012 dieter.jurzitza@t-online.de
  - add makeinfo to BuildRequires
* Fri Oct 26 2012 badshah400@gmail.com
  - Update to version 3.6.3:
    + Too many bug-fixes to list, see installed CHANGELOG file for a
      list.
  - Drop octave-gets.patch, incorporated upstream.
* Tue Sep 18 2012 idonmez@suse.com
  - Add BuildRequires on texinfo (instead of makeinfo) and texlive-dvips
* Tue Sep 11 2012 pgajdos@suse.com
  - fix /etc/ld.so.conf.d/octave.conf [bnc#779072]
* Sat Sep 08 2012 idonmez@suse.com
  - Add explicit build dependency on makeinfo
* Tue Aug 21 2012 dmitry@roshchin.org
  - Change packages directories owner
* Sun Aug 19 2012 scorot@free.fr
  - fix umfpack and cholmod linking according to recent suitesparse
    update
  - enable arpack support
* Sun Jul 29 2012 aj@suse.de
  - Fix build with missing gets declaration (glibc 2.16)
* Fri Jun 01 2012 pgajdos@suse.com
  - updated to 3.6.2:
    * fix bad two-arg call of randperm
    * perform convolution properly independently of matrix orientation
    * implement proper op() indexing for diagonal matrices
    * poissrnd should return zero when lambda = 0
    * ensure isargout is not sticky
    * etc., see ChangeLog
* Fri May 11 2012 scorot@free.fr
  - remove conditional BuildRequires for blas and lapack since
    recent lapack now build correctly for all suse version
  - recommends blas -> blas-devel
* Mon Apr 30 2012 cfarrell@suse.com
  - license update: GPL-3.0+
    See COPYING - octave is GPL-3.0+ licensed, not GPL-2.0+
* Mon Apr 16 2012 badshah400@gmail.com
  - Spec file cleanup: remove Authors from description, remove
    conditionals referring to obsolete suse_versions.
* Fri Apr 13 2012 badshah400@gmail.com
  - Modify BuildRequires to match recent name changes of lapack and
    blas in project.
* Tue Feb 28 2012 pgajdos@suse.com
  - build against fltk (native graphics)
  - build against arpack
* Mon Feb 27 2012 pgajdos@suse.com
  - updated to 3.6.1:
    * removed qhull.patch
* Mon Jan 30 2012 pgajdos@suse.com
  - build against 2012.1
* Mon Jan 09 2012 pgajdos@suse.com
  - thanks to Martin Helm: remove octave-umfpack.patch and
    use --with-umfpack configure switch instead
* Thu Dec 01 2011 pgajdos@suse.com
  - again build against hdf5
* Tue Nov 15 2011 pgajdos@suse.com
  - don't build against hdf5 for now, hdf5 is not building against
    12.1 and Factory
* Mon Oct 24 2011 pgajdos@suse.com
  - updated to 3.4.3:
    * removed unneeded tar-cond.patch
* Wed Oct 12 2011 pgajdos@suse.com
  - build against Mesa-devel and fltk-devel conditional, use gnuplot
    rather
* Fri Oct 07 2011 pgajdos@suse.com
  - fixed tar(), see
    http://trac.imagemagick.org/changeset/5359
    * tar-cond.patch
* Wed Oct 05 2011 pgajdos@suse.com
  - build against Mesa-devel, fltk-devel -> native graphics
  - really build against cxsparse
  - build against qrupdate
* Mon Oct 03 2011 pgajdos@suse.com
  - really build against umfpack
* Sat Oct 01 2011 pgajdos@suse.com
  - build against suitesparse-devel instead of umfpack-devel (umfpack
    is part of suitesparse package from now on)
* Tue Sep 20 2011 pgajdos@suse.com
  - build against qhull
* Tue Aug 16 2011 pgajdos@novell.com
  - linked against umfpack (thanks to Christof Kauffman for
    notification)
* Tue Jul 26 2011 pgajdos@novell.com
  - updated to 3.4.2
* Thu Jun 16 2011 pgajdos@novell.com
  - updated to 3.4.1
    * no-return-in-nonvoid.patch
* Sun May 29 2011 werner.ho@gmx.de
  - fixed hdf5-devel package name
* Tue Feb 15 2011 pgajdos@suse.cz
  - updated to 3.4.0
* Thu Jan 13 2011 pgajdos@suse.cz
  - downgrade back to 3.2.4 stable
* Fri Jan 07 2011 pgajdos@suse.cz
  - build against GraphicsMagick
  - updated to 3.3.54
* Mon Feb 15 2010 pgajdos@suse.cz
  - updated to 3.2.4 (see NEWS and ChangeLog)
* Mon Nov 23 2009 pgajdos@suse.cz
  - better handling of library path in the specfile [bnc#557340]
* Wed Nov 11 2009 pgajdos@suse.cz
  - updated to 3.2.3 (see NEWS and ChangeLog)
  - fixed [bnc#552978]
* Thu Aug 06 2009 pgajdos@suse.cz
  - updated to 3.2.2
    - bugfix release
* Mon Jun 22 2009 pgajdos@suse.cz
  - updated to version 3.2.0 (see NEWS)
* Tue Apr 14 2009 pgajdos@suse.cz
  - updated to 3.0.5:
    * last bug-fixing-release
* Thu Mar 19 2009 pgajdos@suse.cz
  - removed octave-3.0.3.patch completely [bnc#480571]
* Wed Mar 18 2009 pgajdos@suse.cz
  - cstring -> string.h in patch [bnc#480571]
* Thu Feb 26 2009 pgajdos@suse.cz
  - added texinfo to the Requires [bnc#285607]
* Mon Jan 26 2009 pgajdos@suse.cz
  - added some packages to Recommends [bnc#468395]
* Tue Jan 13 2009 pgajdos@suse.cz
  - updated to 3.0.3:
    * next bug-fixing release
* Mon Sep 08 2008 pgajdos@suse.cz
  - updated to 3.0.2:
    * next bug-fixing release
* Wed Jul 02 2008 pgajdos@suse.cz
  - build againist hdf5 1.8.1 -- using compatibility -DH5_USE_16_API
* Mon Jun 23 2008 pgajdos@suse.cz
  - new version 3.0.1:
    * bug-fixing release
* Tue Mar 25 2008 pgajdos@suse.cz
  - new version 3.0.0 moved from OBS, project science
    * improved compatibility with Matlab (tm)
    * bugfixes
  - newly linked optional libraries: curl, hdf5, glpk
* Mon Nov 19 2007 pgajdos@suse.cz
  - %{_datadir}/octave/site/m/startup/octaverc linked to /etc/octave
    and marked as %config(noreplace)
  - several minor spec file cleanups
* Wed Oct 17 2007 pgajdos@suse.cz
  - fixed build with new gcc -- added missing includes
    * missing-includes.patch
* Wed Jul 25 2007 pgajdos@suse.cz
  - supressed paralell building which fails at least on some
    architectures
* Wed Jul 11 2007 pgajdos@suse.cz
  - updated to 2.9.12 and removed randlib [#279883]
  - without-randlib.patch
* Thu Jun 21 2007 pgajdos@suse.cz
  - added texinfo to Requires
* Fri May 25 2007 pgajdos@suse.cz
  - made subpackage octave-devel
* Sat Apr 21 2007 aj@suse.de
  - Use texlive.
* Thu Jun 22 2006 ro@suse.de
  - remove selfprovides
* Wed May 24 2006 anicka@suse.cz
  - update to 2.1.73
    - bugfix release
* Mon Feb 13 2006 anicka@suse.cz
  - require gcc-fortran (fixes #150047)
* Wed Feb 01 2006 anicka@suse.cz
  - add -Os to FFLAGS (fixes #136787)
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Sat Jan 14 2006 kukuk@suse.de
  - Add gmp-devel to nfb
* Thu Jan 05 2006 anicka@suse.cz
  - update to 2.1.72
* Mon Nov 14 2005 anicka@suse.cz
  - fix build (gcc 4.1)
* Tue Nov 01 2005 anicka@suse.cz
  - fix build (move code around in CMatrix.cc)
* Tue Jun 28 2005 anicka@suse.cz
  - update to 2.1.71
* Wed May 11 2005 ro@suse.de
  - fix build with gcc4
* Mon Apr 18 2005 mcihar@suse.de
  - GNU Fortran 77 compiler now requires gmp, let's add it
  - still doesn't compile, because GCC: TODO: Functions with alternate entry points
* Tue Dec 21 2004 mcihar@suse.cz
  - update to 2.1.64
  - do not include info pages, as they are out of date
  - string patching was not needed for long time, so drop the patch
* Thu Nov 11 2004 ro@suse.de
  - fixed file list
* Wed Aug 04 2004 mcihar@suse.cz
  - update to 2.1.57
* Fri Mar 05 2004 mcihar@suse.cz
  - really compile with -fno-strict-aliasing
  - doesn't need f2c at all
* Fri Mar 05 2004 mcihar@suse.cz
  - update to 2.1.55
  - fix info pages installation
  - add some docs
  - use -fno-strict-aliasing
* Fri Jan 09 2004 adrian@suse.de
  - add %run_ldconfig
  - use RPM_OPT_FLAGS
* Fri Aug 29 2003 mcihar@suse.cz
  - info pages should not be executable
* Wed Aug 13 2003 ro@suse.de
  - fix info page installation again (thanks to DJurzitza)
* Wed Jul 30 2003 ro@suse.de
  - install more info pages
* Thu Jun 26 2003 ro@suse.de
  - remove traces of buildroot from installed files
* Wed Jun 11 2003 ltinkl@suse.cz
  - updated sources to version 2.1.49
* Thu Apr 24 2003 ro@suse.de
  - fix install_info --delete call and move from preun to postun
* Mon Mar 03 2003 ro@suse.de
  - added info dir entries
* Tue Feb 25 2003 mcihar@suse.cz
  - removed -mminimal-toc as it is now part of RPM_OPT_FLAGS for ppc64
  - added gnuplot to requires
* Mon Feb 10 2003 mcihar@suse.cz
  - used %install_info macro (fixes bug #23443)
* Wed Feb 05 2003 mcihar@suse.cz
  - removed RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" for ppc64
    (fixes bug #23266)
  - updated to 2.1.44
* Fri Nov 22 2002 mcihar@suse.cz
  - updated to 2.1.40, mostly only configure and automake fixes, it
    also fixes sstream and some other smaller issues with gcc 3.3
  - fixed multiline string
* Tue Aug 06 2002 mcihar@suse.cz
  - updated to 2.1.36
* Sat Jun 29 2002 olh@suse.de
  - build with -mminimal-toc on ppc64, use RPM_OPT_FLAGS for CFLAGS
* Tue May 21 2002 ro@suse.de
  - call suse_update_config also for kpathsea subdir
* Wed May 08 2002 ro@suse.de
  - fix for latest gcc-snapshot
* Fri Apr 19 2002 coolo@suse.de
  - updating to octave 2.1.35 as octave 2.0.1[67] were hopeless
    with gcc 3.1 (gave up after 2 days of work)
* Tue May 08 2001 mfabian@suse.de
  - bzip2 sources
* Fri May 05 2000 bubnikv@suse.cz
  - added buildroot
  - /usr/execlib/octave moved to /usr/lib/octave according to FHS 2.1
* Mon Feb 21 2000 ro@suse.de
  - update to 2.0.16
* Tue Jan 25 2000 ro@suse.de
  - update to 2.0.15
  - man,info to /usr/share using macro
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Jul 13 1999 ro@suse.de
  - update to 2.0.14
* Thu May 20 1999 ro@suse.de
  - use CFLAGS="-D_GNU_SOURCE"
* Mon Nov 23 1998 ro@suse.de
  - update to 2.0.13 / builds with glibc
* Tue Oct 06 1998 ro@suse.de
  - BETA: added f2c to neededforbuild
* Wed Jan 28 1998 ro@suse.de
  - removed libhistory.so & libreadline.so as well and link static
    to these
* Mon Nov 17 1997 bs@suse.de
  - removed libhistory.a & libreadline.a from file list.
* Wed Nov 12 1997 ro@suse.de
  - minor changes in specfile
    setting host to ARCH-suse-linux
* Mon Nov 10 1997 ro@suse.de
  - new version 2.0.9
* Tue Oct 07 1997 ro@suse.de
  - prepared spec file
  - added README-GCC-2.7.? patches

Files

/etc/ld.so.conf.d/octave.conf
/etc/octave
/etc/octave/octaverc
/usr/bin/octave
/usr/bin/octave-9.2.0
/usr/bin/octave-cli
/usr/bin/octave-cli-9.2.0
/usr/bin/octave-config
/usr/bin/octave-config-9.2.0
/usr/lib64/octave
/usr/lib64/octave/9.2.0
/usr/lib64/octave/9.2.0/exec
/usr/lib64/octave/9.2.0/exec/aarch64-suse-linux-gnu
/usr/lib64/octave/9.2.0/liboctave.so.11
/usr/lib64/octave/9.2.0/liboctave.so.11.0.1
/usr/lib64/octave/9.2.0/liboctinterp.so.12
/usr/lib64/octave/9.2.0/liboctinterp.so.12.0.1
/usr/lib64/octave/9.2.0/oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/PKG_ADD
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__delaunayn__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__fltk_uigetfile__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__glpk__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__init_fltk__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__init_gnuplot__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__ode15__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/__voronoi__.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/audiodevinfo.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/audioread.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/convhulln.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/fftw.oct
/usr/lib64/octave/9.2.0/oct/aarch64-suse-linux-gnu/gzip.oct
/usr/lib64/octave/packages
/usr/lib64/octave/site
/usr/lib64/octave/site/exec
/usr/lib64/octave/site/exec/aarch64-suse-linux-gnu
/usr/lib64/octave/site/oct
/usr/lib64/octave/site/oct/aarch64-suse-linux-gnu
/usr/lib64/octave/site/oct/api-v59
/usr/lib64/octave/site/oct/api-v59/aarch64-suse-linux-gnu
/usr/share/info/liboctave.info.gz
/usr/share/info/octave.info-1.gz
/usr/share/info/octave.info-10.gz
/usr/share/info/octave.info-11.gz
/usr/share/info/octave.info-12.gz
/usr/share/info/octave.info-2.gz
/usr/share/info/octave.info-3.gz
/usr/share/info/octave.info-4.gz
/usr/share/info/octave.info-5.gz
/usr/share/info/octave.info-6.gz
/usr/share/info/octave.info-7.gz
/usr/share/info/octave.info-8.gz
/usr/share/info/octave.info-9.gz
/usr/share/info/octave.info.gz
/usr/share/man/man1/octave-cli.1.gz
/usr/share/man/man1/octave-config.1.gz
/usr/share/man/man1/octave.1.gz
/usr/share/octave
/usr/share/octave/9.2.0
/usr/share/octave/9.2.0/data
/usr/share/octave/9.2.0/data/penny.mat
/usr/share/octave/9.2.0/data/west0479.mat
/usr/share/octave/9.2.0/doc
/usr/share/octave/9.2.0/doc/octave_interpreter.qch
/usr/share/octave/9.2.0/doc/octave_interpreter.qhc
/usr/share/octave/9.2.0/etc
/usr/share/octave/9.2.0/etc/CITATION
/usr/share/octave/9.2.0/etc/NEWS
/usr/share/octave/9.2.0/etc/built-in-docstrings
/usr/share/octave/9.2.0/etc/doc-cache
/usr/share/octave/9.2.0/etc/macros.texi
/usr/share/octave/9.2.0/etc/profiler
/usr/share/octave/9.2.0/etc/profiler/flat.html
/usr/share/octave/9.2.0/etc/profiler/flat_entry.html
/usr/share/octave/9.2.0/etc/profiler/function.html
/usr/share/octave/9.2.0/etc/profiler/hierarchical.html
/usr/share/octave/9.2.0/etc/profiler/hierarchical_entry.html
/usr/share/octave/9.2.0/etc/profiler/style.css
/usr/share/octave/9.2.0/etc/tests
/usr/share/octave/9.2.0/etc/tests/fixed
/usr/share/octave/9.2.0/etc/tests/fixed/@cell
/usr/share/octave/9.2.0/etc/tests/fixed/@cell/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@char
/usr/share/octave/9.2.0/etc/tests/fixed/@char/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@double
/usr/share/octave/9.2.0/etc/tests/fixed/@double/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@function_handle
/usr/share/octave/9.2.0/etc/tests/fixed/@function_handle/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@int16
/usr/share/octave/9.2.0/etc/tests/fixed/@int16/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@int32
/usr/share/octave/9.2.0/etc/tests/fixed/@int32/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@int64
/usr/share/octave/9.2.0/etc/tests/fixed/@int64/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@int8
/usr/share/octave/9.2.0/etc/tests/fixed/@int8/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@logical
/usr/share/octave/9.2.0/etc/tests/fixed/@logical/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@single
/usr/share/octave/9.2.0/etc/tests/fixed/@single/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@struct
/usr/share/octave/9.2.0/etc/tests/fixed/@struct/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@uint16
/usr/share/octave/9.2.0/etc/tests/fixed/@uint16/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@uint32
/usr/share/octave/9.2.0/etc/tests/fixed/@uint32/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@uint64
/usr/share/octave/9.2.0/etc/tests/fixed/@uint64/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/@uint8
/usr/share/octave/9.2.0/etc/tests/fixed/@uint8/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/anonymous-function.tst
/usr/share/octave/9.2.0/etc/tests/fixed/args.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bc-overloads.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-31371.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35448
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35448/bug-35448.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35448/fA.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35448/fB.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35448/fC.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35881
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35881/bug-35881.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-35881/bug35881.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025/@testclass
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025/@testclass/one.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025/@testclass/testclass.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025/@testclass/two.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-36025/bug-36025.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38236
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38236/bug-38236.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38236/df_vr.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38236/u_vr.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/bug-38691.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir1
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir1/func1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir2
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir2/func1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir2/func2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-38691/dir2/func3.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-40117.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-41723
/usr/share/octave/9.2.0/etc/tests/fixed/bug-41723/bug-41723.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-41723/class_bug41723.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-44940
/usr/share/octave/9.2.0/etc/tests/fixed/bug-44940/bug-44940.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-44940/class_bug44940.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-45351
/usr/share/octave/9.2.0/etc/tests/fixed/bug-45351/bug-45351.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-45351/bug45351.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-45969.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-45972.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-46330.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-46660
/usr/share/octave/9.2.0/etc/tests/fixed/bug-46660/bug-46660.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-46660/class_bug46660.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-47680
/usr/share/octave/9.2.0/etc/tests/fixed/bug-47680/bug-47680.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-47680/sub_bug47680.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-47680/super_bug47680.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-48693
/usr/share/octave/9.2.0/etc/tests/fixed/bug-48693/bug-48693.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-48693/bug48693.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-49379
/usr/share/octave/9.2.0/etc/tests/fixed/bug-49379/bug-49379.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-49379/class_bug49379.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-49904.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/bug-50014.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_nested_function.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_nested_in_subfunction_ok.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_nested_parent_function.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_parent_nested2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_parent_nested_function.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_primary_nested_function.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_primary_subfunction.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_primary_subfunction_old_syntax.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_subfunction.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_subfunction_old_syntax.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50014/duplicate_subfunction_separate_scope_ok.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50035
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50035/@bug50035
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50035/@bug50035/bug50035.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50035/@bug50035/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50035/bug-50035.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50716
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50716/bug-50716.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50716/myclass.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50831
/usr/share/octave/9.2.0/etc/tests/fixed/bug-50831/bug-50831.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51192
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51192/bug-51192.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51192/class_bug51192.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51532
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51532/+package_bug51532
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51532/+package_bug51532/foo.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51532/bug-51532.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51534
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51534/bug-51534.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51534/child_bug51534.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51534/parent_bug51534.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51599
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51599/bug-51599.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-51599/class_bug51599.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52075
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52075/bug-52075.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52075/class_bug52075.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52722
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52722/bug-52722.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52722/define_globals.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52722/include_globals.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851/bug-52851.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851/script1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851/script2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851/script3.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-52851/script4.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/bug-53027.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/globals53027.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/gtest53027.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/ntest53027a.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/ntest53027b.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53027/ntest53027c.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53468
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53468/bug-53468.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53468/ofig403.ofig
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53468/ofig421.ofig
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53468/ofig51.ofig
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53579.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53599.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53956
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53956/bug-53956.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53956/bug53956_class_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53956/bug53956_class_3.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-53956/bug53956_class_4.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54490.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54995
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54995/@testclass54995
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54995/@testclass54995/subsref.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54995/@testclass54995/testclass54995.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-54995/bug-54995.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55308.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55321.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55322.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55758
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55758/bug-55758.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-55758/class_bug_55758.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-56068
/usr/share/octave/9.2.0/etc/tests/fixed/bug-56068/bug-56068.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-56068/bug_56068.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58572
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58572/bug-58572.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58572/bug58572.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58593
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58593/bug-58593.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58593/myclass1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-58593/myclass2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/bug-59451.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/bug59451.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/foo
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/foo/@double
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/foo/@double/bug59451.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/foo/@single
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59451/foo/@single/bug59451.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59617
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59617/@bug59617
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59617/@bug59617/bug59617.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59617/@bug59617/max.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59617/bug-59617.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59661
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59661/bug-59661.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59661/bug59661.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59704
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59704/bug-59704.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59704/bug59704_1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59704/bug59704_1_test.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59704/bug59704_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59937
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59937/bug-59937.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59937/eval_global_script.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-59950.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60237
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60237/bug-60237.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60237/bug_60237.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60882
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60882/bug-60882.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-60882/bug_60882.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61105
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61105/bug-61105.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61105/nested_test_1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61105/nested_test_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61105/nested_test_3.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61191
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61191/bug-61191.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61191/subdir
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61191/subdir/bug_61191.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-61201.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841/@cls2_b63841
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841/@cls2_b63841/cls2_b63841.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841/@cls2_b63841/subsref.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841/bug-63841.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-63841/cls_b63841.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65037
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65037/bug-65037.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65037/bug65037_base.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65037/bug65037_derived.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65153.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65220
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65220/bug-65220.tst
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65220/cdefdir
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65220/cdefdir/cdef_help1.m
/usr/share/octave/9.2.0/etc/tests/fixed/bug-65220/cdefdir/cdef_help2.m
/usr/share/octave/9.2.0/etc/tests/fixed/class-concat
/usr/share/octave/9.2.0/etc/tests/fixed/class-concat/@foo
/usr/share/octave/9.2.0/etc/tests/fixed/class-concat/@foo/foo.m
/usr/share/octave/9.2.0/etc/tests/fixed/class-concat/class-concat.tst
/usr/share/octave/9.2.0/etc/tests/fixed/classdef
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-debug
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-debug/classdef_breakpoints.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-debug/test_classdef_breakpoints.tst
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance/base_1.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance/base_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/@class_bug62802
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/@class_bug62802/amethod.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/@class_bug62802/class_bug62802.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/bug_60763.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/class_bug52614A.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/class_bug52614B.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/class_bug55766.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/classdef.tst
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/foo_method_changes_property_size.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/foo_static_method_constant_property.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/foo_subsref_subsasgn.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/foo_value_class.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/plist_t1.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/plist_t2.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/plist_t3.m
/usr/share/octave/9.2.0/etc/tests/fixed/classdef/struct_wrapper.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork/Blork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork/bleek.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Blork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester1
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester1/double.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester1/plus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester2
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester2/double.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester2/plus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester3
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester3/double.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester3/plus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork/Cork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork/click.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Cork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/Dork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/bling.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/gack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/getStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/private
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/private/myStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Dork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/Gork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/cork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/gark.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/subsasgn.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Gork/subsref.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/Pork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/bling.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/gurk.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/private
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/private/myStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Pork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@SizeTester
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@SizeTester/SizeTester.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@SizeTester/numel.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@SizeTester/size.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Sneetch
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Sneetch/Sneetch.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Sneetch/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/Snork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/cack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/ctranspose.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/double.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/end.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/eq.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/ge.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/getStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/gick.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/gt.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/horzcat.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/ldivide.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/le.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/loadobj.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/lt.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/minus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/mldivide.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/mpower.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/mrdivide.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/mtimes.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/ne.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/plus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/power.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/private
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/private/myStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/rdivide.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/saveobj.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/subsasgn.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/subsindex.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/subsref.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/tattack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/times.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/transpose.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/uminus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/uplus.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Snork/vertcat.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/Spork.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/cack.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/display.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/geek.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/get.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/getStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/loadobj.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/private
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/private/myStash.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/saveobj.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/@Spork/set.m
/usr/share/octave/9.2.0/etc/tests/fixed/classes/classes.tst
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op/@legacy_colon_op
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op/@legacy_colon_op/colon.m
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op/@legacy_colon_op/legacy_colon_op.m
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op/colon-op.tst
/usr/share/octave/9.2.0/etc/tests/fixed/colon-op/colon_op.m
/usr/share/octave/9.2.0/etc/tests/fixed/colormaps.tst
/usr/share/octave/9.2.0/etc/tests/fixed/command.tst
/usr/share/octave/9.2.0/etc/tests/fixed/complex.tst
/usr/share/octave/9.2.0/etc/tests/fixed/conv.tst
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@derived
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@derived/derived.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@derived/parent.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@other
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@other/other.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@other/parent.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@parent
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@parent/method.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/@parent/parent.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/__trace__.m
/usr/share/octave/9.2.0/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst
/usr/share/octave/9.2.0/etc/tests/fixed/deprecate-props.tst
/usr/share/octave/9.2.0/etc/tests/fixed/diag-perm.tst
/usr/share/octave/9.2.0/etc/tests/fixed/error.tst
/usr/share/octave/9.2.0/etc/tests/fixed/eval-catch.tst
/usr/share/octave/9.2.0/etc/tests/fixed/eval-command.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga/+pkgb
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_a.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_b.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f1.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f2.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_derived
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_derived/fhdr_derived.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_other
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_other/fhdr_other.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_arrayfun.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_cellfun.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_loop.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_parent
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_parent/fhdr_parent.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/@fhdr_parent/numel.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug-51567.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug-57941.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug51567.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug51709_a.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug51709_c.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug57941a.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug57941b.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug58519.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/bug60845.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/derived-resolution.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/f1.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/handle-to-sibling.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/keyword.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/object-method.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/package-function.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/shared-ctx.tst
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/shared_ctx.m
/usr/share/octave/9.2.0/etc/tests/fixed/fcn-handle/static-method.tst
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/.oct-config
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/CP1251
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/CP1251/.oct-config
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/CP1251/test_CP1251.m
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/file-encoding.tst
/usr/share/octave/9.2.0/etc/tests/fixed/file-encoding/test_CP1252.m
/usr/share/octave/9.2.0/etc/tests/fixed/for.tst
/usr/share/octave/9.2.0/etc/tests/fixed/func.tst
/usr/share/octave/9.2.0/etc/tests/fixed/global.tst
/usr/share/octave/9.2.0/etc/tests/fixed/if.tst
/usr/share/octave/9.2.0/etc/tests/fixed/index.tst
/usr/share/octave/9.2.0/etc/tests/fixed/inline-fcn.tst
/usr/share/octave/9.2.0/etc/tests/fixed/integer.tst
/usr/share/octave/9.2.0/etc/tests/fixed/io.tst
/usr/share/octave/9.2.0/etc/tests/fixed/json
/usr/share/octave/9.2.0/etc/tests/fixed/json/jsondecode_BIST.tst
/usr/share/octave/9.2.0/etc/tests/fixed/json/jsonencode_BIST.tst
/usr/share/octave/9.2.0/etc/tests/fixed/jupyter-notebook
/usr/share/octave/9.2.0/etc/tests/fixed/jupyter-notebook/jupyter-notebook.tst
/usr/share/octave/9.2.0/etc/tests/fixed/jupyter-notebook/octave_kernel.ipynb
/usr/share/octave/9.2.0/etc/tests/fixed/jupyter-notebook/plot_magic_and_errors.ipynb
/usr/share/octave/9.2.0/etc/tests/fixed/leftdiv.tst
/usr/share/octave/9.2.0/etc/tests/fixed/line-continue.tst
/usr/share/octave/9.2.0/etc/tests/fixed/load-path
/usr/share/octave/9.2.0/etc/tests/fixed/load-path/in-load-path
/usr/share/octave/9.2.0/etc/tests/fixed/load-path/in-load-path/load_path_fcn.m
/usr/share/octave/9.2.0/etc/tests/fixed/load-path/not-in-load-path
/usr/share/octave/9.2.0/etc/tests/fixed/load-path/not-in-load-path/load_path_fcn.m
/usr/share/octave/9.2.0/etc/tests/fixed/load-path/refresh-load-path.tst
/usr/share/octave/9.2.0/etc/tests/fixed/local-functions
/usr/share/octave/9.2.0/etc/tests/fixed/local-functions/local_function_eval.m
/usr/share/octave/9.2.0/etc/tests/fixed/local-functions/local_functions.tst
/usr/share/octave/9.2.0/etc/tests/fixed/logical-index.tst
/usr/share/octave/9.2.0/etc/tests/fixed/nest
/usr/share/octave/9.2.0/etc/tests/fixed/nest/arg_nest.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/arg_ret.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/bug_59989.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/counter.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/nest.tst
/usr/share/octave/9.2.0/etc/tests/fixed/nest/nest_eval.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/no_closure.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/nst1.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/nst2.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/nst3.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/persistent_nest.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/recursive_nest.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/recursive_nest2.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/recursive_nest3.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/scope0.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/scope1.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/scope2.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/scope3.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/script_nest.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/script_nest_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/script_nest_script.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/script_nest_script_2.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/varg_nest.m
/usr/share/octave/9.2.0/etc/tests/fixed/nest/varg_nest2.m
/usr/share/octave/9.2.0/etc/tests/fixed/null-assign.tst
/usr/share/octave/9.2.0/etc/tests/fixed/parser.tst
/usr/share/octave/9.2.0/etc/tests/fixed/pkg
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/COPYING
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/DESCRIPTION
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/INDEX
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/NEWS
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/doc
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/doc/example-package.txi
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/doc/macros.texi
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/inst
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_basic_test/inst/example_mfile.m
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_minimal_test
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_minimal_test/COPYING
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_minimal_test/DESCRIPTION
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_minimal_test/inst
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m
/usr/share/octave/9.2.0/etc/tests/fixed/pkg/pkg.tst
/usr/share/octave/9.2.0/etc/tests/fixed/prefer.tst
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/fcn.m
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private-functions.tst
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private/ascript.m
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private/bscript.m
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private/pfcn1.m
/usr/share/octave/9.2.0/etc/tests/fixed/private-functions/private/pfcn2.m
/usr/share/octave/9.2.0/etc/tests/fixed/publish
/usr/share/octave/9.2.0/etc/tests/fixed/publish/publish.tst
/usr/share/octave/9.2.0/etc/tests/fixed/publish/test_script.m
/usr/share/octave/9.2.0/etc/tests/fixed/publish/test_script_code_only.m
/usr/share/octave/9.2.0/etc/tests/fixed/publish/test_script_empty.m
/usr/share/octave/9.2.0/etc/tests/fixed/publish/test_script_example.m
/usr/share/octave/9.2.0/etc/tests/fixed/publish/test_script_head_only.m
/usr/share/octave/9.2.0/etc/tests/fixed/range.tst
/usr/share/octave/9.2.0/etc/tests/fixed/recursion.tst
/usr/share/octave/9.2.0/etc/tests/fixed/return.tst
/usr/share/octave/9.2.0/etc/tests/fixed/single-index.tst
/usr/share/octave/9.2.0/etc/tests/fixed/slice.tst
/usr/share/octave/9.2.0/etc/tests/fixed/sparse-assign.tst
/usr/share/octave/9.2.0/etc/tests/fixed/sparse.tst
/usr/share/octave/9.2.0/etc/tests/fixed/struct.tst
/usr/share/octave/9.2.0/etc/tests/fixed/switch.tst
/usr/share/octave/9.2.0/etc/tests/fixed/system.tst
/usr/share/octave/9.2.0/etc/tests/fixed/tbcover.m
/usr/share/octave/9.2.0/etc/tests/fixed/transpose.tst
/usr/share/octave/9.2.0/etc/tests/fixed/try.tst
/usr/share/octave/9.2.0/etc/tests/fixed/unwind.tst
/usr/share/octave/9.2.0/etc/tests/fixed/while.tst
/usr/share/octave/9.2.0/etc/tests/libinterp
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/Cell.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__contourc__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__eigs__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__ichol__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__ilu__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__isprimelarge__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__magick_read__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/__qp__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/amd.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/besselj.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/bitfcns.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/bsxfun.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/call-stack.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/cellfun.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/chol.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/colamd.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/colloc.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/conv2.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/dassl.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/data.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/debug.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/defaults.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/det.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/dirfns.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/dlmread.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/dmperm.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/dot.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/eig.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/ellipj.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/environment.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/error.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/errwarn.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/event-manager.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/fcn-info.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/fft.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/fft2.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/file-io.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/filter.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/find.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/gcd.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/getrusage.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/gh-manager.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/givens.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/graphics.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/gsvd.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/hash.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/help.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/hess.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/hex2num.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/input.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/inv.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/jsondecode.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/jsonencode.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/kron.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/load-save.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/lookup.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/lsode.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/lu.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/mappers.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/matrix_type.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/max.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/mgorth.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/nproc.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/oct-hist.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/oct-map.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/ordqz.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/ordschur.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/perms.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/pinv.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/pow2.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/pr-output.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/psi.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/qr.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/quad.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/quadcc.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/qz.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/rand.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/rcond.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/regexp.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/schur.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sighandlers.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sparse.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/spparms.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sqrtm.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/strfind.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/strfns.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sub2ind.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/svd.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sylvester.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/symbfact.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/symrcm.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/symtab.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/syscalls.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/sysdep.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/time.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/toplev.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/tril.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/tsearch.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/typecast.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/utils.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/corefcn/variables.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__ode15__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/audioread.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/convhulln.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/fftw.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/dldfcn/gzip.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-base-mat.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-base-sparse.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-cell.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-class.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-classdef.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-java.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-lazy-idx.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-range.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-str-mat.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-struct.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave-value/ov.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/octave.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/bp-table.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/lex.ll-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/oct-parse.yy-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/pt-assign.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/pt-eval.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/pt-idx.cc-tst
/usr/share/octave/9.2.0/etc/tests/libinterp/parse-tree/pt-tm-const.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave
/usr/share/octave/9.2.0/etc/tests/liboctave/array
/usr/share/octave/9.2.0/etc/tests/liboctave/array/Array-base.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/CMatrix.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/CSparse.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/Sparse.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/dMatrix.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/dSparse.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/fCMatrix.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/fMatrix.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/array/idx-vector.cc-tst
/usr/share/octave/9.2.0/etc/tests/liboctave/util
/usr/share/octave/9.2.0/etc/tests/liboctave/util/oct-inttypes.cc-tst
/usr/share/octave/9.2.0/fonts
/usr/share/octave/9.2.0/fonts/FreeMono.otf
/usr/share/octave/9.2.0/fonts/FreeMonoBold.otf
/usr/share/octave/9.2.0/fonts/FreeMonoBoldOblique.otf
/usr/share/octave/9.2.0/fonts/FreeMonoOblique.otf
/usr/share/octave/9.2.0/fonts/FreeSans.otf
/usr/share/octave/9.2.0/fonts/FreeSansBold.otf
/usr/share/octave/9.2.0/fonts/FreeSansBoldOblique.otf
/usr/share/octave/9.2.0/fonts/FreeSansOblique.otf
/usr/share/octave/9.2.0/imagelib
/usr/share/octave/9.2.0/imagelib/default.img
/usr/share/octave/9.2.0/imagelib/octave-logo.ico
/usr/share/octave/9.2.0/imagelib/octave-logo.svg
/usr/share/octave/9.2.0/imagelib/octave-sombrero.png
/usr/share/octave/9.2.0/m
/usr/share/octave/9.2.0/m/+containers
/usr/share/octave/9.2.0/m/+containers/Map.m
/usr/share/octave/9.2.0/m/+matlab
/usr/share/octave/9.2.0/m/+matlab/+lang
/usr/share/octave/9.2.0/m/+matlab/+lang/MemoizedFunction.m
/usr/share/octave/9.2.0/m/+matlab/+lang/makeUniqueStrings.m
/usr/share/octave/9.2.0/m/+matlab/+lang/makeValidName.m
/usr/share/octave/9.2.0/m/+matlab/+net
/usr/share/octave/9.2.0/m/+matlab/+net/base64decode.m
/usr/share/octave/9.2.0/m/+matlab/+net/base64encode.m
/usr/share/octave/9.2.0/m/@ftp
/usr/share/octave/9.2.0/m/@ftp/ascii.m
/usr/share/octave/9.2.0/m/@ftp/binary.m
/usr/share/octave/9.2.0/m/@ftp/cd.m
/usr/share/octave/9.2.0/m/@ftp/close.m
/usr/share/octave/9.2.0/m/@ftp/delete.m
/usr/share/octave/9.2.0/m/@ftp/dir.m
/usr/share/octave/9.2.0/m/@ftp/disp.m
/usr/share/octave/9.2.0/m/@ftp/ftp.m
/usr/share/octave/9.2.0/m/@ftp/loadobj.m
/usr/share/octave/9.2.0/m/@ftp/mget.m
/usr/share/octave/9.2.0/m/@ftp/mkdir.m
/usr/share/octave/9.2.0/m/@ftp/mput.m
/usr/share/octave/9.2.0/m/@ftp/rename.m
/usr/share/octave/9.2.0/m/@ftp/rmdir.m
/usr/share/octave/9.2.0/m/@ftp/saveobj.m
/usr/share/octave/9.2.0/m/audio
/usr/share/octave/9.2.0/m/audio/.oct-config
/usr/share/octave/9.2.0/m/audio/@audioplayer
/usr/share/octave/9.2.0/m/audio/@audioplayer/__get_properties__.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/audioplayer.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/disp.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/get.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/isplaying.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/pause.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/play.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/playblocking.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/resume.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/set.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/stop.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/subsasgn.m
/usr/share/octave/9.2.0/m/audio/@audioplayer/subsref.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder
/usr/share/octave/9.2.0/m/audio/@audiorecorder/__get_properties__.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/audiorecorder.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/disp.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/get.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/getaudiodata.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/getplayer.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/isrecording.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/pause.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/play.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/record.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/recordblocking.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/resume.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/set.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/stop.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/subsasgn.m
/usr/share/octave/9.2.0/m/audio/@audiorecorder/subsref.m
/usr/share/octave/9.2.0/m/audio/lin2mu.m
/usr/share/octave/9.2.0/m/audio/mu2lin.m
/usr/share/octave/9.2.0/m/audio/record.m
/usr/share/octave/9.2.0/m/audio/sound.m
/usr/share/octave/9.2.0/m/audio/soundsc.m
/usr/share/octave/9.2.0/m/deprecated
/usr/share/octave/9.2.0/m/deprecated/.oct-config
/usr/share/octave/9.2.0/m/deprecated/shift.m
/usr/share/octave/9.2.0/m/deprecated/sparse_auto_mutate.m
/usr/share/octave/9.2.0/m/elfun
/usr/share/octave/9.2.0/m/elfun/.oct-config
/usr/share/octave/9.2.0/m/elfun/acosd.m
/usr/share/octave/9.2.0/m/elfun/acot.m
/usr/share/octave/9.2.0/m/elfun/acotd.m
/usr/share/octave/9.2.0/m/elfun/acoth.m
/usr/share/octave/9.2.0/m/elfun/acsc.m
/usr/share/octave/9.2.0/m/elfun/acscd.m
/usr/share/octave/9.2.0/m/elfun/acsch.m
/usr/share/octave/9.2.0/m/elfun/asec.m
/usr/share/octave/9.2.0/m/elfun/asecd.m
/usr/share/octave/9.2.0/m/elfun/asech.m
/usr/share/octave/9.2.0/m/elfun/asind.m
/usr/share/octave/9.2.0/m/elfun/atan2d.m
/usr/share/octave/9.2.0/m/elfun/atand.m
/usr/share/octave/9.2.0/m/elfun/cosd.m
/usr/share/octave/9.2.0/m/elfun/cospi.m
/usr/share/octave/9.2.0/m/elfun/cot.m
/usr/share/octave/9.2.0/m/elfun/cotd.m
/usr/share/octave/9.2.0/m/elfun/coth.m
/usr/share/octave/9.2.0/m/elfun/csc.m
/usr/share/octave/9.2.0/m/elfun/cscd.m
/usr/share/octave/9.2.0/m/elfun/csch.m
/usr/share/octave/9.2.0/m/elfun/sec.m
/usr/share/octave/9.2.0/m/elfun/secd.m
/usr/share/octave/9.2.0/m/elfun/sech.m
/usr/share/octave/9.2.0/m/elfun/sind.m
/usr/share/octave/9.2.0/m/elfun/sinpi.m
/usr/share/octave/9.2.0/m/elfun/tand.m
/usr/share/octave/9.2.0/m/general
/usr/share/octave/9.2.0/m/general/.oct-config
/usr/share/octave/9.2.0/m/general/accumarray.m
/usr/share/octave/9.2.0/m/general/accumdim.m
/usr/share/octave/9.2.0/m/general/bincoeff.m
/usr/share/octave/9.2.0/m/general/bitcmp.m
/usr/share/octave/9.2.0/m/general/bitget.m
/usr/share/octave/9.2.0/m/general/bitset.m
/usr/share/octave/9.2.0/m/general/blkdiag.m
/usr/share/octave/9.2.0/m/general/cart2pol.m
/usr/share/octave/9.2.0/m/general/cart2sph.m
/usr/share/octave/9.2.0/m/general/cell2mat.m
/usr/share/octave/9.2.0/m/general/celldisp.m
/usr/share/octave/9.2.0/m/general/circshift.m
/usr/share/octave/9.2.0/m/general/common_size.m
/usr/share/octave/9.2.0/m/general/cplxpair.m
/usr/share/octave/9.2.0/m/general/cumtrapz.m
/usr/share/octave/9.2.0/m/general/curl.m
/usr/share/octave/9.2.0/m/general/dblquad.m
/usr/share/octave/9.2.0/m/general/deal.m
/usr/share/octave/9.2.0/m/general/deg2rad.m
/usr/share/octave/9.2.0/m/general/del2.m
/usr/share/octave/9.2.0/m/general/divergence.m
/usr/share/octave/9.2.0/m/general/flip.m
/usr/share/octave/9.2.0/m/general/fliplr.m
/usr/share/octave/9.2.0/m/general/flipud.m
/usr/share/octave/9.2.0/m/general/gradient.m
/usr/share/octave/9.2.0/m/general/idivide.m
/usr/share/octave/9.2.0/m/general/int2str.m
/usr/share/octave/9.2.0/m/general/integral.m
/usr/share/octave/9.2.0/m/general/integral2.m
/usr/share/octave/9.2.0/m/general/integral3.m
/usr/share/octave/9.2.0/m/general/interp1.m
/usr/share/octave/9.2.0/m/general/interp2.m
/usr/share/octave/9.2.0/m/general/interp3.m
/usr/share/octave/9.2.0/m/general/interpft.m
/usr/share/octave/9.2.0/m/general/interpn.m
/usr/share/octave/9.2.0/m/general/isequal.m
/usr/share/octave/9.2.0/m/general/isequaln.m
/usr/share/octave/9.2.0/m/general/isuniform.m
/usr/share/octave/9.2.0/m/general/logspace.m
/usr/share/octave/9.2.0/m/general/nextpow2.m
/usr/share/octave/9.2.0/m/general/num2str.m
/usr/share/octave/9.2.0/m/general/pagectranspose.m
/usr/share/octave/9.2.0/m/general/pagetranspose.m
/usr/share/octave/9.2.0/m/general/pol2cart.m
/usr/share/octave/9.2.0/m/general/polyarea.m
/usr/share/octave/9.2.0/m/general/postpad.m
/usr/share/octave/9.2.0/m/general/prepad.m
/usr/share/octave/9.2.0/m/general/private
/usr/share/octave/9.2.0/m/general/private/__splinen__.m
/usr/share/octave/9.2.0/m/general/quad2d.m
/usr/share/octave/9.2.0/m/general/quadgk.m
/usr/share/octave/9.2.0/m/general/quadl.m
/usr/share/octave/9.2.0/m/general/quadv.m
/usr/share/octave/9.2.0/m/general/rad2deg.m
/usr/share/octave/9.2.0/m/general/randi.m
/usr/share/octave/9.2.0/m/general/rat.m
/usr/share/octave/9.2.0/m/general/repelem.m
/usr/share/octave/9.2.0/m/general/repmat.m
/usr/share/octave/9.2.0/m/general/rescale.m
/usr/share/octave/9.2.0/m/general/rng.m
/usr/share/octave/9.2.0/m/general/rot90.m
/usr/share/octave/9.2.0/m/general/rotdim.m
/usr/share/octave/9.2.0/m/general/shiftdim.m
/usr/share/octave/9.2.0/m/general/sortrows.m
/usr/share/octave/9.2.0/m/general/sph2cart.m
/usr/share/octave/9.2.0/m/general/structfun.m
/usr/share/octave/9.2.0/m/general/subsindex.m
/usr/share/octave/9.2.0/m/general/trapz.m
/usr/share/octave/9.2.0/m/general/triplequad.m
/usr/share/octave/9.2.0/m/general/xor.m
/usr/share/octave/9.2.0/m/geometry
/usr/share/octave/9.2.0/m/geometry/.oct-config
/usr/share/octave/9.2.0/m/geometry/convhull.m
/usr/share/octave/9.2.0/m/geometry/delaunay.m
/usr/share/octave/9.2.0/m/geometry/delaunayn.m
/usr/share/octave/9.2.0/m/geometry/dsearch.m
/usr/share/octave/9.2.0/m/geometry/dsearchn.m
/usr/share/octave/9.2.0/m/geometry/griddata.m
/usr/share/octave/9.2.0/m/geometry/griddata3.m
/usr/share/octave/9.2.0/m/geometry/griddatan.m
/usr/share/octave/9.2.0/m/geometry/inpolygon.m
/usr/share/octave/9.2.0/m/geometry/rectint.m
/usr/share/octave/9.2.0/m/geometry/rotx.m
/usr/share/octave/9.2.0/m/geometry/roty.m
/usr/share/octave/9.2.0/m/geometry/rotz.m
/usr/share/octave/9.2.0/m/geometry/tsearchn.m
/usr/share/octave/9.2.0/m/geometry/voronoi.m
/usr/share/octave/9.2.0/m/geometry/voronoin.m
/usr/share/octave/9.2.0/m/gui
/usr/share/octave/9.2.0/m/gui/.oct-config
/usr/share/octave/9.2.0/m/gui/dialog.m
/usr/share/octave/9.2.0/m/gui/errordlg.m
/usr/share/octave/9.2.0/m/gui/getappdata.m
/usr/share/octave/9.2.0/m/gui/getpixelposition.m
/usr/share/octave/9.2.0/m/gui/guidata.m
/usr/share/octave/9.2.0/m/gui/guihandles.m
/usr/share/octave/9.2.0/m/gui/helpdlg.m
/usr/share/octave/9.2.0/m/gui/inputdlg.m
/usr/share/octave/9.2.0/m/gui/isappdata.m
/usr/share/octave/9.2.0/m/gui/listdlg.m
/usr/share/octave/9.2.0/m/gui/listfonts.m
/usr/share/octave/9.2.0/m/gui/movegui.m
/usr/share/octave/9.2.0/m/gui/msgbox.m
/usr/share/octave/9.2.0/m/gui/private
/usr/share/octave/9.2.0/m/gui/private/__file_filter__.m
/usr/share/octave/9.2.0/m/gui/private/__fltk_file_filter__.m
/usr/share/octave/9.2.0/m/gui/private/__get_funcname__.m
/usr/share/octave/9.2.0/m/gui/private/__is_function__.m
/usr/share/octave/9.2.0/m/gui/private/__ok_cancel_dlg__.m
/usr/share/octave/9.2.0/m/gui/private/__uigetdir_fltk__.m
/usr/share/octave/9.2.0/m/gui/private/__uigetfile_fltk__.m
/usr/share/octave/9.2.0/m/gui/private/__uiobject_split_args__.m
/usr/share/octave/9.2.0/m/gui/private/__uiputfile_fltk__.m
/usr/share/octave/9.2.0/m/gui/questdlg.m
/usr/share/octave/9.2.0/m/gui/rmappdata.m
/usr/share/octave/9.2.0/m/gui/setappdata.m
/usr/share/octave/9.2.0/m/gui/uibuttongroup.m
/usr/share/octave/9.2.0/m/gui/uicontextmenu.m
/usr/share/octave/9.2.0/m/gui/uicontrol.m
/usr/share/octave/9.2.0/m/gui/uifigure.m
/usr/share/octave/9.2.0/m/gui/uigetdir.m
/usr/share/octave/9.2.0/m/gui/uigetfile.m
/usr/share/octave/9.2.0/m/gui/uimenu.m
/usr/share/octave/9.2.0/m/gui/uipanel.m
/usr/share/octave/9.2.0/m/gui/uipushtool.m
/usr/share/octave/9.2.0/m/gui/uiputfile.m
/usr/share/octave/9.2.0/m/gui/uiresume.m
/usr/share/octave/9.2.0/m/gui/uisetfont.m
/usr/share/octave/9.2.0/m/gui/uitable.m
/usr/share/octave/9.2.0/m/gui/uitoggletool.m
/usr/share/octave/9.2.0/m/gui/uitoolbar.m
/usr/share/octave/9.2.0/m/gui/uiwait.m
/usr/share/octave/9.2.0/m/gui/waitbar.m
/usr/share/octave/9.2.0/m/gui/waitforbuttonpress.m
/usr/share/octave/9.2.0/m/gui/warndlg.m
/usr/share/octave/9.2.0/m/help
/usr/share/octave/9.2.0/m/help/.oct-config
/usr/share/octave/9.2.0/m/help/__gripe_missing_component__.m
/usr/share/octave/9.2.0/m/help/__makeinfo__.m
/usr/share/octave/9.2.0/m/help/__unimplemented__.m
/usr/share/octave/9.2.0/m/help/ans.m
/usr/share/octave/9.2.0/m/help/bessel.m
/usr/share/octave/9.2.0/m/help/debug.m
/usr/share/octave/9.2.0/m/help/doc.m
/usr/share/octave/9.2.0/m/help/doc_cache_create.m
/usr/share/octave/9.2.0/m/help/error_ids.m
/usr/share/octave/9.2.0/m/help/get_first_help_sentence.m
/usr/share/octave/9.2.0/m/help/help.m
/usr/share/octave/9.2.0/m/help/lookfor.m
/usr/share/octave/9.2.0/m/help/print_usage.m
/usr/share/octave/9.2.0/m/help/private
/usr/share/octave/9.2.0/m/help/private/__additional_help_message__.m
/usr/share/octave/9.2.0/m/help/private/__strip_html_tags__.m
/usr/share/octave/9.2.0/m/help/slash.m
/usr/share/octave/9.2.0/m/help/type.m
/usr/share/octave/9.2.0/m/help/warning_ids.m
/usr/share/octave/9.2.0/m/help/which.m
/usr/share/octave/9.2.0/m/image
/usr/share/octave/9.2.0/m/image/.oct-config
/usr/share/octave/9.2.0/m/image/autumn.m
/usr/share/octave/9.2.0/m/image/bone.m
/usr/share/octave/9.2.0/m/image/brighten.m
/usr/share/octave/9.2.0/m/image/cmpermute.m
/usr/share/octave/9.2.0/m/image/cmunique.m
/usr/share/octave/9.2.0/m/image/colorcube.m
/usr/share/octave/9.2.0/m/image/colormap.m
/usr/share/octave/9.2.0/m/image/contrast.m
/usr/share/octave/9.2.0/m/image/cool.m
/usr/share/octave/9.2.0/m/image/copper.m
/usr/share/octave/9.2.0/m/image/cubehelix.m
/usr/share/octave/9.2.0/m/image/flag.m
/usr/share/octave/9.2.0/m/image/frame2im.m
/usr/share/octave/9.2.0/m/image/getframe.m
/usr/share/octave/9.2.0/m/image/gray.m
/usr/share/octave/9.2.0/m/image/gray2ind.m
/usr/share/octave/9.2.0/m/image/hot.m
/usr/share/octave/9.2.0/m/image/hsv.m
/usr/share/octave/9.2.0/m/image/hsv2rgb.m
/usr/share/octave/9.2.0/m/image/im2double.m
/usr/share/octave/9.2.0/m/image/im2frame.m
/usr/share/octave/9.2.0/m/image/image.m
/usr/share/octave/9.2.0/m/image/imagesc.m
/usr/share/octave/9.2.0/m/image/imfinfo.m
/usr/share/octave/9.2.0/m/image/imformats.m
/usr/share/octave/9.2.0/m/image/imread.m
/usr/share/octave/9.2.0/m/image/imshow.m
/usr/share/octave/9.2.0/m/image/imwrite.m
/usr/share/octave/9.2.0/m/image/ind2gray.m
/usr/share/octave/9.2.0/m/image/ind2rgb.m
/usr/share/octave/9.2.0/m/image/iscolormap.m
/usr/share/octave/9.2.0/m/image/jet.m
/usr/share/octave/9.2.0/m/image/lines.m
/usr/share/octave/9.2.0/m/image/movie.m
/usr/share/octave/9.2.0/m/image/ocean.m
/usr/share/octave/9.2.0/m/image/pink.m
/usr/share/octave/9.2.0/m/image/prism.m
/usr/share/octave/9.2.0/m/image/private
/usr/share/octave/9.2.0/m/image/private/__imfinfo__.m
/usr/share/octave/9.2.0/m/image/private/__imread__.m
/usr/share/octave/9.2.0/m/image/private/__imwrite__.m
/usr/share/octave/9.2.0/m/image/private/colorspace_conversion_input_check.m
/usr/share/octave/9.2.0/m/image/private/colorspace_conversion_revert.m
/usr/share/octave/9.2.0/m/image/private/imageIO.m
/usr/share/octave/9.2.0/m/image/private/imwrite_filename.m
/usr/share/octave/9.2.0/m/image/private/ind2x.m
/usr/share/octave/9.2.0/m/image/rainbow.m
/usr/share/octave/9.2.0/m/image/rgb2gray.m
/usr/share/octave/9.2.0/m/image/rgb2hsv.m
/usr/share/octave/9.2.0/m/image/rgb2ind.m
/usr/share/octave/9.2.0/m/image/rgbplot.m
/usr/share/octave/9.2.0/m/image/spinmap.m
/usr/share/octave/9.2.0/m/image/spring.m
/usr/share/octave/9.2.0/m/image/summer.m
/usr/share/octave/9.2.0/m/image/turbo.m
/usr/share/octave/9.2.0/m/image/viridis.m
/usr/share/octave/9.2.0/m/image/white.m
/usr/share/octave/9.2.0/m/image/winter.m
/usr/share/octave/9.2.0/m/io
/usr/share/octave/9.2.0/m/io/.oct-config
/usr/share/octave/9.2.0/m/io/beep.m
/usr/share/octave/9.2.0/m/io/csvread.m
/usr/share/octave/9.2.0/m/io/csvwrite.m
/usr/share/octave/9.2.0/m/io/dlmwrite.m
/usr/share/octave/9.2.0/m/io/fileread.m
/usr/share/octave/9.2.0/m/io/importdata.m
/usr/share/octave/9.2.0/m/io/is_valid_file_id.m
/usr/share/octave/9.2.0/m/java
/usr/share/octave/9.2.0/m/java/.oct-config
/usr/share/octave/9.2.0/m/java/java.opts
/usr/share/octave/9.2.0/m/java/javaArray.m
/usr/share/octave/9.2.0/m/java/java_get.m
/usr/share/octave/9.2.0/m/java/java_set.m
/usr/share/octave/9.2.0/m/java/javaaddpath.m
/usr/share/octave/9.2.0/m/java/javachk.m
/usr/share/octave/9.2.0/m/java/javaclasspath.m
/usr/share/octave/9.2.0/m/java/javamem.m
/usr/share/octave/9.2.0/m/java/javarmpath.m
/usr/share/octave/9.2.0/m/java/octave.jar
/usr/share/octave/9.2.0/m/java/usejava.m
/usr/share/octave/9.2.0/m/legacy
/usr/share/octave/9.2.0/m/legacy/.oct-config
/usr/share/octave/9.2.0/m/legacy/@inline
/usr/share/octave/9.2.0/m/legacy/@inline/argnames.m
/usr/share/octave/9.2.0/m/legacy/@inline/cat.m
/usr/share/octave/9.2.0/m/legacy/@inline/char.m
/usr/share/octave/9.2.0/m/legacy/@inline/disp.m
/usr/share/octave/9.2.0/m/legacy/@inline/exist.m
/usr/share/octave/9.2.0/m/legacy/@inline/feval.m
/usr/share/octave/9.2.0/m/legacy/@inline/formula.m
/usr/share/octave/9.2.0/m/legacy/@inline/horzcat.m
/usr/share/octave/9.2.0/m/legacy/@inline/inline.m
/usr/share/octave/9.2.0/m/legacy/@inline/nargin.m
/usr/share/octave/9.2.0/m/legacy/@inline/nargout.m
/usr/share/octave/9.2.0/m/legacy/@inline/subsref.m
/usr/share/octave/9.2.0/m/legacy/@inline/symvar.m
/usr/share/octave/9.2.0/m/legacy/@inline/vectorize.m
/usr/share/octave/9.2.0/m/legacy/@inline/vertcat.m
/usr/share/octave/9.2.0/m/legacy/__vectorize__.m
/usr/share/octave/9.2.0/m/legacy/findstr.m
/usr/share/octave/9.2.0/m/legacy/flipdim.m
/usr/share/octave/9.2.0/m/legacy/genvarname.m
/usr/share/octave/9.2.0/m/legacy/isdir.m
/usr/share/octave/9.2.0/m/legacy/isequalwithequalnans.m
/usr/share/octave/9.2.0/m/legacy/isstr.m
/usr/share/octave/9.2.0/m/legacy/maxNumCompThreads.m
/usr/share/octave/9.2.0/m/legacy/setstr.m
/usr/share/octave/9.2.0/m/legacy/strmatch.m
/usr/share/octave/9.2.0/m/legacy/strread.m
/usr/share/octave/9.2.0/m/legacy/textread.m
/usr/share/octave/9.2.0/m/legacy/vectorize.m
/usr/share/octave/9.2.0/m/linear-algebra
/usr/share/octave/9.2.0/m/linear-algebra/.oct-config
/usr/share/octave/9.2.0/m/linear-algebra/bandwidth.m
/usr/share/octave/9.2.0/m/linear-algebra/commutation_matrix.m
/usr/share/octave/9.2.0/m/linear-algebra/cond.m
/usr/share/octave/9.2.0/m/linear-algebra/condeig.m
/usr/share/octave/9.2.0/m/linear-algebra/condest.m
/usr/share/octave/9.2.0/m/linear-algebra/cross.m
/usr/share/octave/9.2.0/m/linear-algebra/duplication_matrix.m
/usr/share/octave/9.2.0/m/linear-algebra/expm.m
/usr/share/octave/9.2.0/m/linear-algebra/gls.m
/usr/share/octave/9.2.0/m/linear-algebra/housh.m
/usr/share/octave/9.2.0/m/linear-algebra/isbanded.m
/usr/share/octave/9.2.0/m/linear-algebra/isdefinite.m
/usr/share/octave/9.2.0/m/linear-algebra/isdiag.m
/usr/share/octave/9.2.0/m/linear-algebra/ishermitian.m
/usr/share/octave/9.2.0/m/linear-algebra/issymmetric.m
/usr/share/octave/9.2.0/m/linear-algebra/istril.m
/usr/share/octave/9.2.0/m/linear-algebra/istriu.m
/usr/share/octave/9.2.0/m/linear-algebra/krylov.m
/usr/share/octave/9.2.0/m/linear-algebra/linsolve.m
/usr/share/octave/9.2.0/m/linear-algebra/logm.m
/usr/share/octave/9.2.0/m/linear-algebra/lscov.m
/usr/share/octave/9.2.0/m/linear-algebra/normest.m
/usr/share/octave/9.2.0/m/linear-algebra/normest1.m
/usr/share/octave/9.2.0/m/linear-algebra/null.m
/usr/share/octave/9.2.0/m/linear-algebra/ols.m
/usr/share/octave/9.2.0/m/linear-algebra/ordeig.m
/usr/share/octave/9.2.0/m/linear-algebra/orth.m
/usr/share/octave/9.2.0/m/linear-algebra/planerot.m
/usr/share/octave/9.2.0/m/linear-algebra/qzhess.m
/usr/share/octave/9.2.0/m/linear-algebra/rank.m
/usr/share/octave/9.2.0/m/linear-algebra/rref.m
/usr/share/octave/9.2.0/m/linear-algebra/subspace.m
/usr/share/octave/9.2.0/m/linear-algebra/tensorprod.m
/usr/share/octave/9.2.0/m/linear-algebra/trace.m
/usr/share/octave/9.2.0/m/linear-algebra/vech.m
/usr/share/octave/9.2.0/m/linear-algebra/vecnorm.m
/usr/share/octave/9.2.0/m/miscellaneous
/usr/share/octave/9.2.0/m/miscellaneous/.oct-config
/usr/share/octave/9.2.0/m/miscellaneous/bug_report.m
/usr/share/octave/9.2.0/m/miscellaneous/bunzip2.m
/usr/share/octave/9.2.0/m/miscellaneous/cast.m
/usr/share/octave/9.2.0/m/miscellaneous/citation.m
/usr/share/octave/9.2.0/m/miscellaneous/clearAllMemoizedCaches.m
/usr/share/octave/9.2.0/m/miscellaneous/clearvars.m
/usr/share/octave/9.2.0/m/miscellaneous/compare_versions.m
/usr/share/octave/9.2.0/m/miscellaneous/computer.m
/usr/share/octave/9.2.0/m/miscellaneous/copyfile.m
/usr/share/octave/9.2.0/m/miscellaneous/delete.m
/usr/share/octave/9.2.0/m/miscellaneous/dir.m
/usr/share/octave/9.2.0/m/miscellaneous/dos.m
/usr/share/octave/9.2.0/m/miscellaneous/edit.m
/usr/share/octave/9.2.0/m/miscellaneous/fieldnames.m
/usr/share/octave/9.2.0/m/miscellaneous/fileattrib.m
/usr/share/octave/9.2.0/m/miscellaneous/fileparts.m
/usr/share/octave/9.2.0/m/miscellaneous/fullfile.m
/usr/share/octave/9.2.0/m/miscellaneous/getfield.m
/usr/share/octave/9.2.0/m/miscellaneous/grabcode.m
/usr/share/octave/9.2.0/m/miscellaneous/gunzip.m
/usr/share/octave/9.2.0/m/miscellaneous/info.m
/usr/share/octave/9.2.0/m/miscellaneous/inputParser.m
/usr/share/octave/9.2.0/m/miscellaneous/inputname.m
/usr/share/octave/9.2.0/m/miscellaneous/isdeployed.m
/usr/share/octave/9.2.0/m/miscellaneous/isfile.m
/usr/share/octave/9.2.0/m/miscellaneous/isfolder.m
/usr/share/octave/9.2.0/m/miscellaneous/ismac.m
/usr/share/octave/9.2.0/m/miscellaneous/ismethod.m
/usr/share/octave/9.2.0/m/miscellaneous/ispc.m
/usr/share/octave/9.2.0/m/miscellaneous/isunix.m
/usr/share/octave/9.2.0/m/miscellaneous/jupyter_notebook.m
/usr/share/octave/9.2.0/m/miscellaneous/license.m
/usr/share/octave/9.2.0/m/miscellaneous/list_primes.m
/usr/share/octave/9.2.0/m/miscellaneous/loadobj.m
/usr/share/octave/9.2.0/m/miscellaneous/ls.m
/usr/share/octave/9.2.0/m/miscellaneous/ls_command.m
/usr/share/octave/9.2.0/m/miscellaneous/memoize.m
/usr/share/octave/9.2.0/m/miscellaneous/memory.m
/usr/share/octave/9.2.0/m/miscellaneous/menu.m
/usr/share/octave/9.2.0/m/miscellaneous/methods.m
/usr/share/octave/9.2.0/m/miscellaneous/mex.m
/usr/share/octave/9.2.0/m/miscellaneous/mexext.m
/usr/share/octave/9.2.0/m/miscellaneous/mkdir.m
/usr/share/octave/9.2.0/m/miscellaneous/mkoctfile.m
/usr/share/octave/9.2.0/m/miscellaneous/movefile.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeFinite.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeGreaterThan.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeGreaterThanOrEqual.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeInteger.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeLessThan.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeLessThanOrEqual.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeMember.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNegative.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonNan.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonempty.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonnegative.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonpositive.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonsparse.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNonzero.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNumeric.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeNumericOrLogical.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBePositive.m
/usr/share/octave/9.2.0/m/miscellaneous/mustBeReal.m
/usr/share/octave/9.2.0/m/miscellaneous/namedargs2cell.m
/usr/share/octave/9.2.0/m/miscellaneous/namelengthmax.m
/usr/share/octave/9.2.0/m/miscellaneous/nargchk.m
/usr/share/octave/9.2.0/m/miscellaneous/narginchk.m
/usr/share/octave/9.2.0/m/miscellaneous/nargoutchk.m
/usr/share/octave/9.2.0/m/miscellaneous/news.m
/usr/share/octave/9.2.0/m/miscellaneous/nthargout.m
/usr/share/octave/9.2.0/m/miscellaneous/open.m
/usr/share/octave/9.2.0/m/miscellaneous/orderfields.m
/usr/share/octave/9.2.0/m/miscellaneous/pack.m
/usr/share/octave/9.2.0/m/miscellaneous/parseparams.m
/usr/share/octave/9.2.0/m/miscellaneous/perl.m
/usr/share/octave/9.2.0/m/miscellaneous/private
/usr/share/octave/9.2.0/m/miscellaneous/private/__memoize__.m
/usr/share/octave/9.2.0/m/miscellaneous/private/__publish_html_output__.m
/usr/share/octave/9.2.0/m/miscellaneous/private/__publish_latex_output__.m
/usr/share/octave/9.2.0/m/miscellaneous/private/__w2mpth__.m
/usr/share/octave/9.2.0/m/miscellaneous/private/display_info_file.m
/usr/share/octave/9.2.0/m/miscellaneous/private/tar_is_bsd.m
/usr/share/octave/9.2.0/m/miscellaneous/publish.m
/usr/share/octave/9.2.0/m/miscellaneous/python.m
/usr/share/octave/9.2.0/m/miscellaneous/recycle.m
/usr/share/octave/9.2.0/m/miscellaneous/run.m
/usr/share/octave/9.2.0/m/miscellaneous/saveobj.m
/usr/share/octave/9.2.0/m/miscellaneous/setfield.m
/usr/share/octave/9.2.0/m/miscellaneous/substruct.m
/usr/share/octave/9.2.0/m/miscellaneous/swapbytes.m
/usr/share/octave/9.2.0/m/miscellaneous/symvar.m
/usr/share/octave/9.2.0/m/miscellaneous/tar.m
/usr/share/octave/9.2.0/m/miscellaneous/unix.m
/usr/share/octave/9.2.0/m/miscellaneous/unpack.m
/usr/share/octave/9.2.0/m/miscellaneous/untar.m
/usr/share/octave/9.2.0/m/miscellaneous/unzip.m
/usr/share/octave/9.2.0/m/miscellaneous/validateattributes.m
/usr/share/octave/9.2.0/m/miscellaneous/ver.m
/usr/share/octave/9.2.0/m/miscellaneous/verLessThan.m
/usr/share/octave/9.2.0/m/miscellaneous/version.m
/usr/share/octave/9.2.0/m/miscellaneous/what.m
/usr/share/octave/9.2.0/m/miscellaneous/zip.m
/usr/share/octave/9.2.0/m/ode
/usr/share/octave/9.2.0/m/ode/.oct-config
/usr/share/octave/9.2.0/m/ode/decic.m
/usr/share/octave/9.2.0/m/ode/ode15i.m
/usr/share/octave/9.2.0/m/ode/ode15s.m
/usr/share/octave/9.2.0/m/ode/ode23.m
/usr/share/octave/9.2.0/m/ode/ode23s.m
/usr/share/octave/9.2.0/m/ode/ode45.m
/usr/share/octave/9.2.0/m/ode/odeget.m
/usr/share/octave/9.2.0/m/ode/odeplot.m
/usr/share/octave/9.2.0/m/ode/odeset.m
/usr/share/octave/9.2.0/m/ode/private
/usr/share/octave/9.2.0/m/ode/private/AbsRel_norm.m
/usr/share/octave/9.2.0/m/ode/private/check_default_input.m
/usr/share/octave/9.2.0/m/ode/private/integrate_adaptive.m
/usr/share/octave/9.2.0/m/ode/private/kahan.m
/usr/share/octave/9.2.0/m/ode/private/ode_event_handler.m
/usr/share/octave/9.2.0/m/ode/private/odedefaults.m
/usr/share/octave/9.2.0/m/ode/private/odemergeopts.m
/usr/share/octave/9.2.0/m/ode/private/runge_kutta_23.m
/usr/share/octave/9.2.0/m/ode/private/runge_kutta_23s.m
/usr/share/octave/9.2.0/m/ode/private/runge_kutta_45_dorpri.m
/usr/share/octave/9.2.0/m/ode/private/runge_kutta_interpolate.m
/usr/share/octave/9.2.0/m/ode/private/starting_stepsize.m
/usr/share/octave/9.2.0/m/optimization
/usr/share/octave/9.2.0/m/optimization/.oct-config
/usr/share/octave/9.2.0/m/optimization/PKG_ADD
/usr/share/octave/9.2.0/m/optimization/__all_opts__.m
/usr/share/octave/9.2.0/m/optimization/fminbnd.m
/usr/share/octave/9.2.0/m/optimization/fminsearch.m
/usr/share/octave/9.2.0/m/optimization/fminunc.m
/usr/share/octave/9.2.0/m/optimization/fsolve.m
/usr/share/octave/9.2.0/m/optimization/fzero.m
/usr/share/octave/9.2.0/m/optimization/glpk.m
/usr/share/octave/9.2.0/m/optimization/humps.m
/usr/share/octave/9.2.0/m/optimization/lsqnonneg.m
/usr/share/octave/9.2.0/m/optimization/optimget.m
/usr/share/octave/9.2.0/m/optimization/optimset.m
/usr/share/octave/9.2.0/m/optimization/pqpnonneg.m
/usr/share/octave/9.2.0/m/optimization/private
/usr/share/octave/9.2.0/m/optimization/private/__fdjac__.m
/usr/share/octave/9.2.0/m/optimization/qp.m
/usr/share/octave/9.2.0/m/optimization/sqp.m
/usr/share/octave/9.2.0/m/path
/usr/share/octave/9.2.0/m/path/.oct-config
/usr/share/octave/9.2.0/m/path/import.m
/usr/share/octave/9.2.0/m/path/matlabroot.m
/usr/share/octave/9.2.0/m/path/pathdef.m
/usr/share/octave/9.2.0/m/path/private
/usr/share/octave/9.2.0/m/path/private/getsavepath.m
/usr/share/octave/9.2.0/m/path/savepath.m
/usr/share/octave/9.2.0/m/pkg
/usr/share/octave/9.2.0/m/pkg/.oct-config
/usr/share/octave/9.2.0/m/pkg/pkg.m
/usr/share/octave/9.2.0/m/pkg/private
/usr/share/octave/9.2.0/m/pkg/private/build.m
/usr/share/octave/9.2.0/m/pkg/private/configure_make.m
/usr/share/octave/9.2.0/m/pkg/private/default_prefix.m
/usr/share/octave/9.2.0/m/pkg/private/describe.m
/usr/share/octave/9.2.0/m/pkg/private/dirempty.m
/usr/share/octave/9.2.0/m/pkg/private/expand_rel_paths.m
/usr/share/octave/9.2.0/m/pkg/private/get_description.m
/usr/share/octave/9.2.0/m/pkg/private/get_forge_download.m
/usr/share/octave/9.2.0/m/pkg/private/get_forge_pkg.m
/usr/share/octave/9.2.0/m/pkg/private/get_inverse_dependencies.m
/usr/share/octave/9.2.0/m/pkg/private/get_unsatisfied_deps.m
/usr/share/octave/9.2.0/m/pkg/private/getarch.m
/usr/share/octave/9.2.0/m/pkg/private/getarchdir.m
/usr/share/octave/9.2.0/m/pkg/private/install.m
/usr/share/octave/9.2.0/m/pkg/private/installed_packages.m
/usr/share/octave/9.2.0/m/pkg/private/list_forge_packages.m
/usr/share/octave/9.2.0/m/pkg/private/load_packages.m
/usr/share/octave/9.2.0/m/pkg/private/load_packages_and_dependencies.m
/usr/share/octave/9.2.0/m/pkg/private/make_rel_paths.m
/usr/share/octave/9.2.0/m/pkg/private/rebuild.m
/usr/share/octave/9.2.0/m/pkg/private/save_order.m
/usr/share/octave/9.2.0/m/pkg/private/standardize_paths.m
/usr/share/octave/9.2.0/m/pkg/private/uninstall.m
/usr/share/octave/9.2.0/m/pkg/private/unload_packages.m
/usr/share/octave/9.2.0/m/plot
/usr/share/octave/9.2.0/m/plot/appearance
/usr/share/octave/9.2.0/m/plot/appearance/.oct-config
/usr/share/octave/9.2.0/m/plot/appearance/__clabel__.m
/usr/share/octave/9.2.0/m/plot/appearance/__getlegenddata__.m
/usr/share/octave/9.2.0/m/plot/appearance/__rotate_around_axis__.m
/usr/share/octave/9.2.0/m/plot/appearance/annotation.m
/usr/share/octave/9.2.0/m/plot/appearance/axis.m
/usr/share/octave/9.2.0/m/plot/appearance/box.m
/usr/share/octave/9.2.0/m/plot/appearance/camlookat.m
/usr/share/octave/9.2.0/m/plot/appearance/camorbit.m
/usr/share/octave/9.2.0/m/plot/appearance/campos.m
/usr/share/octave/9.2.0/m/plot/appearance/camroll.m
/usr/share/octave/9.2.0/m/plot/appearance/camtarget.m
/usr/share/octave/9.2.0/m/plot/appearance/camup.m
/usr/share/octave/9.2.0/m/plot/appearance/camva.m
/usr/share/octave/9.2.0/m/plot/appearance/camzoom.m
/usr/share/octave/9.2.0/m/plot/appearance/caxis.m
/usr/share/octave/9.2.0/m/plot/appearance/clabel.m
/usr/share/octave/9.2.0/m/plot/appearance/daspect.m
/usr/share/octave/9.2.0/m/plot/appearance/datetick.m
/usr/share/octave/9.2.0/m/plot/appearance/diffuse.m
/usr/share/octave/9.2.0/m/plot/appearance/grid.m
/usr/share/octave/9.2.0/m/plot/appearance/gtext.m
/usr/share/octave/9.2.0/m/plot/appearance/hidden.m
/usr/share/octave/9.2.0/m/plot/appearance/legend.m
/usr/share/octave/9.2.0/m/plot/appearance/lighting.m
/usr/share/octave/9.2.0/m/plot/appearance/material.m
/usr/share/octave/9.2.0/m/plot/appearance/orient.m
/usr/share/octave/9.2.0/m/plot/appearance/pbaspect.m
/usr/share/octave/9.2.0/m/plot/appearance/private
/usr/share/octave/9.2.0/m/plot/appearance/private/__axis_label__.m
/usr/share/octave/9.2.0/m/plot/appearance/private/__axis_limits__.m
/usr/share/octave/9.2.0/m/plot/appearance/private/__gnuplot_legend__.m
/usr/share/octave/9.2.0/m/plot/appearance/private/__tickangle__.m
/usr/share/octave/9.2.0/m/plot/appearance/rticks.m
/usr/share/octave/9.2.0/m/plot/appearance/shading.m
/usr/share/octave/9.2.0/m/plot/appearance/specular.m
/usr/share/octave/9.2.0/m/plot/appearance/text.m
/usr/share/octave/9.2.0/m/plot/appearance/thetaticks.m
/usr/share/octave/9.2.0/m/plot/appearance/title.m
/usr/share/octave/9.2.0/m/plot/appearance/view.m
/usr/share/octave/9.2.0/m/plot/appearance/whitebg.m
/usr/share/octave/9.2.0/m/plot/appearance/xlabel.m
/usr/share/octave/9.2.0/m/plot/appearance/xlim.m
/usr/share/octave/9.2.0/m/plot/appearance/xtickangle.m
/usr/share/octave/9.2.0/m/plot/appearance/xticklabels.m
/usr/share/octave/9.2.0/m/plot/appearance/xticks.m
/usr/share/octave/9.2.0/m/plot/appearance/ylabel.m
/usr/share/octave/9.2.0/m/plot/appearance/ylim.m
/usr/share/octave/9.2.0/m/plot/appearance/ytickangle.m
/usr/share/octave/9.2.0/m/plot/appearance/yticklabels.m
/usr/share/octave/9.2.0/m/plot/appearance/yticks.m
/usr/share/octave/9.2.0/m/plot/appearance/zlabel.m
/usr/share/octave/9.2.0/m/plot/appearance/zlim.m
/usr/share/octave/9.2.0/m/plot/appearance/ztickangle.m
/usr/share/octave/9.2.0/m/plot/appearance/zticklabels.m
/usr/share/octave/9.2.0/m/plot/appearance/zticks.m
/usr/share/octave/9.2.0/m/plot/draw
/usr/share/octave/9.2.0/m/plot/draw/.oct-config
/usr/share/octave/9.2.0/m/plot/draw/area.m
/usr/share/octave/9.2.0/m/plot/draw/bar.m
/usr/share/octave/9.2.0/m/plot/draw/barh.m
/usr/share/octave/9.2.0/m/plot/draw/camlight.m
/usr/share/octave/9.2.0/m/plot/draw/colorbar.m
/usr/share/octave/9.2.0/m/plot/draw/comet.m
/usr/share/octave/9.2.0/m/plot/draw/comet3.m
/usr/share/octave/9.2.0/m/plot/draw/compass.m
/usr/share/octave/9.2.0/m/plot/draw/contour.m
/usr/share/octave/9.2.0/m/plot/draw/contour3.m
/usr/share/octave/9.2.0/m/plot/draw/contourc.m
/usr/share/octave/9.2.0/m/plot/draw/contourf.m
/usr/share/octave/9.2.0/m/plot/draw/cylinder.m
/usr/share/octave/9.2.0/m/plot/draw/ellipsoid.m
/usr/share/octave/9.2.0/m/plot/draw/errorbar.m
/usr/share/octave/9.2.0/m/plot/draw/ezcontour.m
/usr/share/octave/9.2.0/m/plot/draw/ezcontourf.m
/usr/share/octave/9.2.0/m/plot/draw/ezmesh.m
/usr/share/octave/9.2.0/m/plot/draw/ezmeshc.m
/usr/share/octave/9.2.0/m/plot/draw/ezplot.m
/usr/share/octave/9.2.0/m/plot/draw/ezplot3.m
/usr/share/octave/9.2.0/m/plot/draw/ezpolar.m
/usr/share/octave/9.2.0/m/plot/draw/ezsurf.m
/usr/share/octave/9.2.0/m/plot/draw/ezsurfc.m
/usr/share/octave/9.2.0/m/plot/draw/feather.m
/usr/share/octave/9.2.0/m/plot/draw/fill.m
/usr/share/octave/9.2.0/m/plot/draw/fill3.m
/usr/share/octave/9.2.0/m/plot/draw/fplot.m
/usr/share/octave/9.2.0/m/plot/draw/hist.m
/usr/share/octave/9.2.0/m/plot/draw/isocaps.m
/usr/share/octave/9.2.0/m/plot/draw/isocolors.m
/usr/share/octave/9.2.0/m/plot/draw/isonormals.m
/usr/share/octave/9.2.0/m/plot/draw/isosurface.m
/usr/share/octave/9.2.0/m/plot/draw/light.m
/usr/share/octave/9.2.0/m/plot/draw/lightangle.m
/usr/share/octave/9.2.0/m/plot/draw/line.m
/usr/share/octave/9.2.0/m/plot/draw/loglog.m
/usr/share/octave/9.2.0/m/plot/draw/loglogerr.m
/usr/share/octave/9.2.0/m/plot/draw/mesh.m
/usr/share/octave/9.2.0/m/plot/draw/meshc.m
/usr/share/octave/9.2.0/m/plot/draw/meshz.m
/usr/share/octave/9.2.0/m/plot/draw/ostreamtube.m
/usr/share/octave/9.2.0/m/plot/draw/pareto.m
/usr/share/octave/9.2.0/m/plot/draw/patch.m
/usr/share/octave/9.2.0/m/plot/draw/pcolor.m
/usr/share/octave/9.2.0/m/plot/draw/peaks.m
/usr/share/octave/9.2.0/m/plot/draw/pie.m
/usr/share/octave/9.2.0/m/plot/draw/pie3.m
/usr/share/octave/9.2.0/m/plot/draw/plot.m
/usr/share/octave/9.2.0/m/plot/draw/plot3.m
/usr/share/octave/9.2.0/m/plot/draw/plotmatrix.m
/usr/share/octave/9.2.0/m/plot/draw/plotyy.m
/usr/share/octave/9.2.0/m/plot/draw/polar.m
/usr/share/octave/9.2.0/m/plot/draw/private
/usr/share/octave/9.2.0/m/plot/draw/private/__add_datasource__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__bar__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__calc_isovalue_from_data__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__contour__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__errplot__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__ezplot__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__gnuplot_scatter__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__interp_cube__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__line__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__marching_cube__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__patch__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__pie__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__plt__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__quiver__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__scatter__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__stem__.m
/usr/share/octave/9.2.0/m/plot/draw/private/__unite_shared_vertices__.m
/usr/share/octave/9.2.0/m/plot/draw/quiver.m
/usr/share/octave/9.2.0/m/plot/draw/quiver3.m
/usr/share/octave/9.2.0/m/plot/draw/rectangle.m
/usr/share/octave/9.2.0/m/plot/draw/reducepatch.m
/usr/share/octave/9.2.0/m/plot/draw/reducevolume.m
/usr/share/octave/9.2.0/m/plot/draw/ribbon.m
/usr/share/octave/9.2.0/m/plot/draw/rose.m
/usr/share/octave/9.2.0/m/plot/draw/scatter.m
/usr/share/octave/9.2.0/m/plot/draw/scatter3.m
/usr/share/octave/9.2.0/m/plot/draw/semilogx.m
/usr/share/octave/9.2.0/m/plot/draw/semilogxerr.m
/usr/share/octave/9.2.0/m/plot/draw/semilogy.m
/usr/share/octave/9.2.0/m/plot/draw/semilogyerr.m
/usr/share/octave/9.2.0/m/plot/draw/shrinkfaces.m
/usr/share/octave/9.2.0/m/plot/draw/slice.m
/usr/share/octave/9.2.0/m/plot/draw/smooth3.m
/usr/share/octave/9.2.0/m/plot/draw/sombrero.m
/usr/share/octave/9.2.0/m/plot/draw/sphere.m
/usr/share/octave/9.2.0/m/plot/draw/stairs.m
/usr/share/octave/9.2.0/m/plot/draw/stem.m
/usr/share/octave/9.2.0/m/plot/draw/stem3.m
/usr/share/octave/9.2.0/m/plot/draw/stemleaf.m
/usr/share/octave/9.2.0/m/plot/draw/stream2.m
/usr/share/octave/9.2.0/m/plot/draw/stream3.m
/usr/share/octave/9.2.0/m/plot/draw/streamline.m
/usr/share/octave/9.2.0/m/plot/draw/streamribbon.m
/usr/share/octave/9.2.0/m/plot/draw/streamtube.m
/usr/share/octave/9.2.0/m/plot/draw/surf.m
/usr/share/octave/9.2.0/m/plot/draw/surface.m
/usr/share/octave/9.2.0/m/plot/draw/surfc.m
/usr/share/octave/9.2.0/m/plot/draw/surfl.m
/usr/share/octave/9.2.0/m/plot/draw/surfnorm.m
/usr/share/octave/9.2.0/m/plot/draw/tetramesh.m
/usr/share/octave/9.2.0/m/plot/draw/trimesh.m
/usr/share/octave/9.2.0/m/plot/draw/triplot.m
/usr/share/octave/9.2.0/m/plot/draw/trisurf.m
/usr/share/octave/9.2.0/m/plot/draw/waterfall.m
/usr/share/octave/9.2.0/m/plot/util
/usr/share/octave/9.2.0/m/plot/util/.oct-config
/usr/share/octave/9.2.0/m/plot/util/__actual_axis_position__.m
/usr/share/octave/9.2.0/m/plot/util/__check_rendering_capability__.m
/usr/share/octave/9.2.0/m/plot/util/__default_plot_options__.m
/usr/share/octave/9.2.0/m/plot/util/__gnuplot_drawnow__.m
/usr/share/octave/9.2.0/m/plot/util/__next_line_color__.m
/usr/share/octave/9.2.0/m/plot/util/__next_line_style__.m
/usr/share/octave/9.2.0/m/plot/util/__opengl_info__.m
/usr/share/octave/9.2.0/m/plot/util/__plt_get_axis_arg__.m
/usr/share/octave/9.2.0/m/plot/util/__pltopt__.m
/usr/share/octave/9.2.0/m/plot/util/allchild.m
/usr/share/octave/9.2.0/m/plot/util/ancestor.m
/usr/share/octave/9.2.0/m/plot/util/axes.m
/usr/share/octave/9.2.0/m/plot/util/cla.m
/usr/share/octave/9.2.0/m/plot/util/clf.m
/usr/share/octave/9.2.0/m/plot/util/close.m
/usr/share/octave/9.2.0/m/plot/util/closereq.m
/usr/share/octave/9.2.0/m/plot/util/colstyle.m
/usr/share/octave/9.2.0/m/plot/util/copyobj.m
/usr/share/octave/9.2.0/m/plot/util/figure.m
/usr/share/octave/9.2.0/m/plot/util/findall.m
/usr/share/octave/9.2.0/m/plot/util/findfigs.m
/usr/share/octave/9.2.0/m/plot/util/findobj.m
/usr/share/octave/9.2.0/m/plot/util/gca.m
/usr/share/octave/9.2.0/m/plot/util/gcbf.m
/usr/share/octave/9.2.0/m/plot/util/gcbo.m
/usr/share/octave/9.2.0/m/plot/util/gcf.m
/usr/share/octave/9.2.0/m/plot/util/gco.m
/usr/share/octave/9.2.0/m/plot/util/ginput.m
/usr/share/octave/9.2.0/m/plot/util/gnuplot_binary.m
/usr/share/octave/9.2.0/m/plot/util/graphics_toolkit.m
/usr/share/octave/9.2.0/m/plot/util/groot.m
/usr/share/octave/9.2.0/m/plot/util/gui_mainfcn.m
/usr/share/octave/9.2.0/m/plot/util/hdl2struct.m
/usr/share/octave/9.2.0/m/plot/util/hggroup.m
/usr/share/octave/9.2.0/m/plot/util/hgload.m
/usr/share/octave/9.2.0/m/plot/util/hgsave.m
/usr/share/octave/9.2.0/m/plot/util/hgtransform.m
/usr/share/octave/9.2.0/m/plot/util/hold.m
/usr/share/octave/9.2.0/m/plot/util/isaxes.m
/usr/share/octave/9.2.0/m/plot/util/isfigure.m
/usr/share/octave/9.2.0/m/plot/util/isgraphics.m
/usr/share/octave/9.2.0/m/plot/util/ishandle.m
/usr/share/octave/9.2.0/m/plot/util/ishold.m
/usr/share/octave/9.2.0/m/plot/util/isprop.m
/usr/share/octave/9.2.0/m/plot/util/linkaxes.m
/usr/share/octave/9.2.0/m/plot/util/linkprop.m
/usr/share/octave/9.2.0/m/plot/util/meshgrid.m
/usr/share/octave/9.2.0/m/plot/util/ndgrid.m
/usr/share/octave/9.2.0/m/plot/util/newplot.m
/usr/share/octave/9.2.0/m/plot/util/openfig.m
/usr/share/octave/9.2.0/m/plot/util/pan.m
/usr/share/octave/9.2.0/m/plot/util/print.m
/usr/share/octave/9.2.0/m/plot/util/printd.m
/usr/share/octave/9.2.0/m/plot/util/private
/usr/share/octave/9.2.0/m/plot/util/private/__add_default_menu__.m
/usr/share/octave/9.2.0/m/plot/util/private/__ghostscript__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_draw_axes__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_draw_figure__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_get_var__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_ginput__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_has_feature__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_has_terminal__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_open_stream__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_print__.m
/usr/share/octave/9.2.0/m/plot/util/private/__gnuplot_version__.m
/usr/share/octave/9.2.0/m/plot/util/private/__opengl_print__.m
/usr/share/octave/9.2.0/m/plot/util/private/__print_parse_opts__.m
/usr/share/octave/9.2.0/m/plot/util/private/__set_default_mouse_modes__.m
/usr/share/octave/9.2.0/m/plot/util/refresh.m
/usr/share/octave/9.2.0/m/plot/util/refreshdata.m
/usr/share/octave/9.2.0/m/plot/util/rotate.m
/usr/share/octave/9.2.0/m/plot/util/rotate3d.m
/usr/share/octave/9.2.0/m/plot/util/saveas.m
/usr/share/octave/9.2.0/m/plot/util/savefig.m
/usr/share/octave/9.2.0/m/plot/util/shg.m
/usr/share/octave/9.2.0/m/plot/util/struct2hdl.m
/usr/share/octave/9.2.0/m/plot/util/subplot.m
/usr/share/octave/9.2.0/m/plot/util/zoom.m
/usr/share/octave/9.2.0/m/polynomial
/usr/share/octave/9.2.0/m/polynomial/.oct-config
/usr/share/octave/9.2.0/m/polynomial/compan.m
/usr/share/octave/9.2.0/m/polynomial/conv.m
/usr/share/octave/9.2.0/m/polynomial/deconv.m
/usr/share/octave/9.2.0/m/polynomial/mkpp.m
/usr/share/octave/9.2.0/m/polynomial/mpoles.m
/usr/share/octave/9.2.0/m/polynomial/padecoef.m
/usr/share/octave/9.2.0/m/polynomial/pchip.m
/usr/share/octave/9.2.0/m/polynomial/poly.m
/usr/share/octave/9.2.0/m/polynomial/polyaffine.m
/usr/share/octave/9.2.0/m/polynomial/polyder.m
/usr/share/octave/9.2.0/m/polynomial/polyeig.m
/usr/share/octave/9.2.0/m/polynomial/polyfit.m
/usr/share/octave/9.2.0/m/polynomial/polygcd.m
/usr/share/octave/9.2.0/m/polynomial/polyint.m
/usr/share/octave/9.2.0/m/polynomial/polyout.m
/usr/share/octave/9.2.0/m/polynomial/polyreduce.m
/usr/share/octave/9.2.0/m/polynomial/polyval.m
/usr/share/octave/9.2.0/m/polynomial/polyvalm.m
/usr/share/octave/9.2.0/m/polynomial/ppder.m
/usr/share/octave/9.2.0/m/polynomial/ppint.m
/usr/share/octave/9.2.0/m/polynomial/ppjumps.m
/usr/share/octave/9.2.0/m/polynomial/ppval.m
/usr/share/octave/9.2.0/m/polynomial/private
/usr/share/octave/9.2.0/m/polynomial/private/__splinefit__.m
/usr/share/octave/9.2.0/m/polynomial/residue.m
/usr/share/octave/9.2.0/m/polynomial/roots.m
/usr/share/octave/9.2.0/m/polynomial/spline.m
/usr/share/octave/9.2.0/m/polynomial/splinefit.m
/usr/share/octave/9.2.0/m/polynomial/unmkpp.m
/usr/share/octave/9.2.0/m/prefs
/usr/share/octave/9.2.0/m/prefs/.oct-config
/usr/share/octave/9.2.0/m/prefs/addpref.m
/usr/share/octave/9.2.0/m/prefs/getpref.m
/usr/share/octave/9.2.0/m/prefs/ispref.m
/usr/share/octave/9.2.0/m/prefs/prefdir.m
/usr/share/octave/9.2.0/m/prefs/preferences.m
/usr/share/octave/9.2.0/m/prefs/private
/usr/share/octave/9.2.0/m/prefs/private/loadprefs.m
/usr/share/octave/9.2.0/m/prefs/private/prefsfile.m
/usr/share/octave/9.2.0/m/prefs/private/saveprefs.m
/usr/share/octave/9.2.0/m/prefs/rmpref.m
/usr/share/octave/9.2.0/m/prefs/setpref.m
/usr/share/octave/9.2.0/m/profiler
/usr/share/octave/9.2.0/m/profiler/.oct-config
/usr/share/octave/9.2.0/m/profiler/profexplore.m
/usr/share/octave/9.2.0/m/profiler/profexport.m
/usr/share/octave/9.2.0/m/profiler/profile.m
/usr/share/octave/9.2.0/m/profiler/profshow.m
/usr/share/octave/9.2.0/m/set
/usr/share/octave/9.2.0/m/set/.oct-config
/usr/share/octave/9.2.0/m/set/intersect.m
/usr/share/octave/9.2.0/m/set/ismember.m
/usr/share/octave/9.2.0/m/set/ismembertol.m
/usr/share/octave/9.2.0/m/set/powerset.m
/usr/share/octave/9.2.0/m/set/private
/usr/share/octave/9.2.0/m/set/private/validsetargs.m
/usr/share/octave/9.2.0/m/set/setdiff.m
/usr/share/octave/9.2.0/m/set/setxor.m
/usr/share/octave/9.2.0/m/set/union.m
/usr/share/octave/9.2.0/m/set/unique.m
/usr/share/octave/9.2.0/m/set/uniquetol.m
/usr/share/octave/9.2.0/m/signal
/usr/share/octave/9.2.0/m/signal/.oct-config
/usr/share/octave/9.2.0/m/signal/__parse_movargs__.m
/usr/share/octave/9.2.0/m/signal/arch_fit.m
/usr/share/octave/9.2.0/m/signal/arch_rnd.m
/usr/share/octave/9.2.0/m/signal/arch_test.m
/usr/share/octave/9.2.0/m/signal/arma_rnd.m
/usr/share/octave/9.2.0/m/signal/autoreg_matrix.m
/usr/share/octave/9.2.0/m/signal/bartlett.m
/usr/share/octave/9.2.0/m/signal/blackman.m
/usr/share/octave/9.2.0/m/signal/detrend.m
/usr/share/octave/9.2.0/m/signal/diffpara.m
/usr/share/octave/9.2.0/m/signal/durbinlevinson.m
/usr/share/octave/9.2.0/m/signal/fftconv.m
/usr/share/octave/9.2.0/m/signal/fftfilt.m
/usr/share/octave/9.2.0/m/signal/fftshift.m
/usr/share/octave/9.2.0/m/signal/filter2.m
/usr/share/octave/9.2.0/m/signal/fractdiff.m
/usr/share/octave/9.2.0/m/signal/freqz.m
/usr/share/octave/9.2.0/m/signal/freqz_plot.m
/usr/share/octave/9.2.0/m/signal/hamming.m
/usr/share/octave/9.2.0/m/signal/hanning.m
/usr/share/octave/9.2.0/m/signal/hurst.m
/usr/share/octave/9.2.0/m/signal/ifftshift.m
/usr/share/octave/9.2.0/m/signal/movfun.m
/usr/share/octave/9.2.0/m/signal/movslice.m
/usr/share/octave/9.2.0/m/signal/periodogram.m
/usr/share/octave/9.2.0/m/signal/private
/usr/share/octave/9.2.0/m/signal/private/rectangle_lw.m
/usr/share/octave/9.2.0/m/signal/private/rectangle_sw.m
/usr/share/octave/9.2.0/m/signal/private/triangle_lw.m
/usr/share/octave/9.2.0/m/signal/private/triangle_sw.m
/usr/share/octave/9.2.0/m/signal/sinc.m
/usr/share/octave/9.2.0/m/signal/sinetone.m
/usr/share/octave/9.2.0/m/signal/sinewave.m
/usr/share/octave/9.2.0/m/signal/spectral_adf.m
/usr/share/octave/9.2.0/m/signal/spectral_xdf.m
/usr/share/octave/9.2.0/m/signal/spencer.m
/usr/share/octave/9.2.0/m/signal/stft.m
/usr/share/octave/9.2.0/m/signal/synthesis.m
/usr/share/octave/9.2.0/m/signal/unwrap.m
/usr/share/octave/9.2.0/m/signal/yulewalker.m
/usr/share/octave/9.2.0/m/sparse
/usr/share/octave/9.2.0/m/sparse/.oct-config
/usr/share/octave/9.2.0/m/sparse/bicg.m
/usr/share/octave/9.2.0/m/sparse/bicgstab.m
/usr/share/octave/9.2.0/m/sparse/cgs.m
/usr/share/octave/9.2.0/m/sparse/colperm.m
/usr/share/octave/9.2.0/m/sparse/eigs.m
/usr/share/octave/9.2.0/m/sparse/etreeplot.m
/usr/share/octave/9.2.0/m/sparse/gmres.m
/usr/share/octave/9.2.0/m/sparse/gplot.m
/usr/share/octave/9.2.0/m/sparse/ichol.m
/usr/share/octave/9.2.0/m/sparse/ilu.m
/usr/share/octave/9.2.0/m/sparse/nonzeros.m
/usr/share/octave/9.2.0/m/sparse/pcg.m
/usr/share/octave/9.2.0/m/sparse/pcr.m
/usr/share/octave/9.2.0/m/sparse/private
/usr/share/octave/9.2.0/m/sparse/private/__alltohandles__.m
/usr/share/octave/9.2.0/m/sparse/private/__default__input__.m
/usr/share/octave/9.2.0/m/sparse/private/__sprand__.m
/usr/share/octave/9.2.0/m/sparse/qmr.m
/usr/share/octave/9.2.0/m/sparse/spaugment.m
/usr/share/octave/9.2.0/m/sparse/spconvert.m
/usr/share/octave/9.2.0/m/sparse/spdiags.m
/usr/share/octave/9.2.0/m/sparse/speye.m
/usr/share/octave/9.2.0/m/sparse/spfun.m
/usr/share/octave/9.2.0/m/sparse/spones.m
/usr/share/octave/9.2.0/m/sparse/sprand.m
/usr/share/octave/9.2.0/m/sparse/sprandn.m
/usr/share/octave/9.2.0/m/sparse/sprandsym.m
/usr/share/octave/9.2.0/m/sparse/spstats.m
/usr/share/octave/9.2.0/m/sparse/spy.m
/usr/share/octave/9.2.0/m/sparse/svds.m
/usr/share/octave/9.2.0/m/sparse/tfqmr.m
/usr/share/octave/9.2.0/m/sparse/treelayout.m
/usr/share/octave/9.2.0/m/sparse/treeplot.m
/usr/share/octave/9.2.0/m/specfun
/usr/share/octave/9.2.0/m/specfun/.oct-config
/usr/share/octave/9.2.0/m/specfun/beta.m
/usr/share/octave/9.2.0/m/specfun/betainc.m
/usr/share/octave/9.2.0/m/specfun/betaincinv.m
/usr/share/octave/9.2.0/m/specfun/betaln.m
/usr/share/octave/9.2.0/m/specfun/cosint.m
/usr/share/octave/9.2.0/m/specfun/ellipke.m
/usr/share/octave/9.2.0/m/specfun/expint.m
/usr/share/octave/9.2.0/m/specfun/factor.m
/usr/share/octave/9.2.0/m/specfun/factorial.m
/usr/share/octave/9.2.0/m/specfun/gammainc.m
/usr/share/octave/9.2.0/m/specfun/gammaincinv.m
/usr/share/octave/9.2.0/m/specfun/isprime.m
/usr/share/octave/9.2.0/m/specfun/lcm.m
/usr/share/octave/9.2.0/m/specfun/legendre.m
/usr/share/octave/9.2.0/m/specfun/nchoosek.m
/usr/share/octave/9.2.0/m/specfun/nthroot.m
/usr/share/octave/9.2.0/m/specfun/primes.m
/usr/share/octave/9.2.0/m/specfun/reallog.m
/usr/share/octave/9.2.0/m/specfun/realpow.m
/usr/share/octave/9.2.0/m/specfun/realsqrt.m
/usr/share/octave/9.2.0/m/specfun/sinint.m
/usr/share/octave/9.2.0/m/special-matrix
/usr/share/octave/9.2.0/m/special-matrix/.oct-config
/usr/share/octave/9.2.0/m/special-matrix/gallery.m
/usr/share/octave/9.2.0/m/special-matrix/hadamard.m
/usr/share/octave/9.2.0/m/special-matrix/hankel.m
/usr/share/octave/9.2.0/m/special-matrix/hilb.m
/usr/share/octave/9.2.0/m/special-matrix/invhilb.m
/usr/share/octave/9.2.0/m/special-matrix/magic.m
/usr/share/octave/9.2.0/m/special-matrix/pascal.m
/usr/share/octave/9.2.0/m/special-matrix/rosser.m
/usr/share/octave/9.2.0/m/special-matrix/toeplitz.m
/usr/share/octave/9.2.0/m/special-matrix/vander.m
/usr/share/octave/9.2.0/m/special-matrix/wilkinson.m
/usr/share/octave/9.2.0/m/startup
/usr/share/octave/9.2.0/m/startup/inputrc
/usr/share/octave/9.2.0/m/startup/octaverc
/usr/share/octave/9.2.0/m/statistics
/usr/share/octave/9.2.0/m/statistics/.oct-config
/usr/share/octave/9.2.0/m/statistics/bounds.m
/usr/share/octave/9.2.0/m/statistics/center.m
/usr/share/octave/9.2.0/m/statistics/corr.m
/usr/share/octave/9.2.0/m/statistics/corrcoef.m
/usr/share/octave/9.2.0/m/statistics/cov.m
/usr/share/octave/9.2.0/m/statistics/discrete_cdf.m
/usr/share/octave/9.2.0/m/statistics/discrete_inv.m
/usr/share/octave/9.2.0/m/statistics/discrete_pdf.m
/usr/share/octave/9.2.0/m/statistics/discrete_rnd.m
/usr/share/octave/9.2.0/m/statistics/empirical_cdf.m
/usr/share/octave/9.2.0/m/statistics/empirical_inv.m
/usr/share/octave/9.2.0/m/statistics/empirical_pdf.m
/usr/share/octave/9.2.0/m/statistics/empirical_rnd.m
/usr/share/octave/9.2.0/m/statistics/histc.m
/usr/share/octave/9.2.0/m/statistics/iqr.m
/usr/share/octave/9.2.0/m/statistics/kendall.m
/usr/share/octave/9.2.0/m/statistics/kurtosis.m
/usr/share/octave/9.2.0/m/statistics/mad.m
/usr/share/octave/9.2.0/m/statistics/mean.m
/usr/share/octave/9.2.0/m/statistics/meansq.m
/usr/share/octave/9.2.0/m/statistics/median.m
/usr/share/octave/9.2.0/m/statistics/mode.m
/usr/share/octave/9.2.0/m/statistics/moment.m
/usr/share/octave/9.2.0/m/statistics/movmad.m
/usr/share/octave/9.2.0/m/statistics/movmax.m
/usr/share/octave/9.2.0/m/statistics/movmean.m
/usr/share/octave/9.2.0/m/statistics/movmedian.m
/usr/share/octave/9.2.0/m/statistics/movmin.m
/usr/share/octave/9.2.0/m/statistics/movprod.m
/usr/share/octave/9.2.0/m/statistics/movstd.m
/usr/share/octave/9.2.0/m/statistics/movsum.m
/usr/share/octave/9.2.0/m/statistics/movvar.m
/usr/share/octave/9.2.0/m/statistics/normalize.m
/usr/share/octave/9.2.0/m/statistics/prctile.m
/usr/share/octave/9.2.0/m/statistics/quantile.m
/usr/share/octave/9.2.0/m/statistics/range.m
/usr/share/octave/9.2.0/m/statistics/ranks.m
/usr/share/octave/9.2.0/m/statistics/run_count.m
/usr/share/octave/9.2.0/m/statistics/runlength.m
/usr/share/octave/9.2.0/m/statistics/skewness.m
/usr/share/octave/9.2.0/m/statistics/spearman.m
/usr/share/octave/9.2.0/m/statistics/statistics.m
/usr/share/octave/9.2.0/m/statistics/std.m
/usr/share/octave/9.2.0/m/statistics/var.m
/usr/share/octave/9.2.0/m/statistics/zscore.m
/usr/share/octave/9.2.0/m/strings
/usr/share/octave/9.2.0/m/strings/.oct-config
/usr/share/octave/9.2.0/m/strings/base2dec.m
/usr/share/octave/9.2.0/m/strings/bin2dec.m
/usr/share/octave/9.2.0/m/strings/blanks.m
/usr/share/octave/9.2.0/m/strings/cstrcat.m
/usr/share/octave/9.2.0/m/strings/deblank.m
/usr/share/octave/9.2.0/m/strings/dec2base.m
/usr/share/octave/9.2.0/m/strings/dec2bin.m
/usr/share/octave/9.2.0/m/strings/dec2hex.m
/usr/share/octave/9.2.0/m/strings/endsWith.m
/usr/share/octave/9.2.0/m/strings/erase.m
/usr/share/octave/9.2.0/m/strings/hex2dec.m
/usr/share/octave/9.2.0/m/strings/index.m
/usr/share/octave/9.2.0/m/strings/isletter.m
/usr/share/octave/9.2.0/m/strings/isstring.m
/usr/share/octave/9.2.0/m/strings/isstrprop.m
/usr/share/octave/9.2.0/m/strings/mat2str.m
/usr/share/octave/9.2.0/m/strings/native2unicode.m
/usr/share/octave/9.2.0/m/strings/ostrsplit.m
/usr/share/octave/9.2.0/m/strings/regexptranslate.m
/usr/share/octave/9.2.0/m/strings/rindex.m
/usr/share/octave/9.2.0/m/strings/startsWith.m
/usr/share/octave/9.2.0/m/strings/str2num.m
/usr/share/octave/9.2.0/m/strings/strcat.m
/usr/share/octave/9.2.0/m/strings/strchr.m
/usr/share/octave/9.2.0/m/strings/strjoin.m
/usr/share/octave/9.2.0/m/strings/strjust.m
/usr/share/octave/9.2.0/m/strings/strsplit.m
/usr/share/octave/9.2.0/m/strings/strtok.m
/usr/share/octave/9.2.0/m/strings/strtrim.m
/usr/share/octave/9.2.0/m/strings/strtrunc.m
/usr/share/octave/9.2.0/m/strings/substr.m
/usr/share/octave/9.2.0/m/strings/unicode2native.m
/usr/share/octave/9.2.0/m/strings/untabify.m
/usr/share/octave/9.2.0/m/strings/validatestring.m
/usr/share/octave/9.2.0/m/testfun
/usr/share/octave/9.2.0/m/testfun/.oct-config
/usr/share/octave/9.2.0/m/testfun/__debug_octave__.m
/usr/share/octave/9.2.0/m/testfun/__have_feature__.m
/usr/share/octave/9.2.0/m/testfun/__printf_assert__.m
/usr/share/octave/9.2.0/m/testfun/__prog_output_assert__.m
/usr/share/octave/9.2.0/m/testfun/__run_test_suite__.m
/usr/share/octave/9.2.0/m/testfun/assert.m
/usr/share/octave/9.2.0/m/testfun/demo.m
/usr/share/octave/9.2.0/m/testfun/example.m
/usr/share/octave/9.2.0/m/testfun/fail.m
/usr/share/octave/9.2.0/m/testfun/oruntests.m
/usr/share/octave/9.2.0/m/testfun/private
/usr/share/octave/9.2.0/m/testfun/private/compare_plot_demos.m
/usr/share/octave/9.2.0/m/testfun/private/dump_demos.m
/usr/share/octave/9.2.0/m/testfun/private/html_compare_plot_demos.m
/usr/share/octave/9.2.0/m/testfun/private/html_plot_demos_template.html
/usr/share/octave/9.2.0/m/testfun/rundemos.m
/usr/share/octave/9.2.0/m/testfun/speed.m
/usr/share/octave/9.2.0/m/testfun/test.m
/usr/share/octave/9.2.0/m/time
/usr/share/octave/9.2.0/m/time/.oct-config
/usr/share/octave/9.2.0/m/time/addtodate.m
/usr/share/octave/9.2.0/m/time/asctime.m
/usr/share/octave/9.2.0/m/time/calendar.m
/usr/share/octave/9.2.0/m/time/clock.m
/usr/share/octave/9.2.0/m/time/ctime.m
/usr/share/octave/9.2.0/m/time/date.m
/usr/share/octave/9.2.0/m/time/datenum.m
/usr/share/octave/9.2.0/m/time/datestr.m
/usr/share/octave/9.2.0/m/time/datevec.m
/usr/share/octave/9.2.0/m/time/eomday.m
/usr/share/octave/9.2.0/m/time/etime.m
/usr/share/octave/9.2.0/m/time/is_leap_year.m
/usr/share/octave/9.2.0/m/time/now.m
/usr/share/octave/9.2.0/m/time/weekday.m
/usr/share/octave/9.2.0/m/web
/usr/share/octave/9.2.0/m/web/.oct-config
/usr/share/octave/9.2.0/m/web/web.m
/usr/share/octave/9.2.0/m/web/weboptions.m
/usr/share/octave/9.2.0/m/web/webread.m
/usr/share/octave/9.2.0/m/web/webwrite.m
/usr/share/octave/9.2.0/site
/usr/share/octave/9.2.0/site/m
/usr/share/octave/packages
/usr/share/octave/site
/usr/share/octave/site/api-v59
/usr/share/octave/site/api-v59/m
/usr/share/octave/site/m
/usr/share/octave/site/m/startup
/usr/share/octave/site/m/startup/octaverc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:09:41 2025