diff --git a/math/octave/Makefile b/math/octave/Makefile index 69c87acc51e..da64aa60288 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2007/02/14 11:51:07 steven Exp $ +# $OpenBSD: Makefile,v 1.24 2007/06/20 08:51:42 steven Exp $ # vax: no IEEE arithmetic # sparc: fPIC version of libgcc.a needed but not available @@ -6,26 +6,25 @@ NOT_FOR_ARCHS= vax sparc COMMENT= "high-level language for numerical computations" -VERSION= 2.1.72 +VERSION= 2.9.12 DISTNAME= octave-${VERSION} -PKGNAME= $(DISTNAME)p6 CATEGORIES= math -SHARED_LIBS= cruft 4.0 \ - octave 3.0 \ - octinterp 3.0 +SHARED_LIBS= cruft 5.0 \ + octave 4.0 \ + octinterp 4.0 HOMEPAGE= http://www.octave.org/ MAINTAINER= Steven Mestdagh -# GNU GPL +# GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c g2c m ncurses readline stdc++ +WANTLIB= c g2c m ncurses readline stdc++ z MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://neacm.fe.up.pt/pub/octave/bleeding-edge/ \ @@ -33,14 +32,14 @@ MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ LIB_DEPENDS= fftw3.>=3::math/fftw3 \ lapack.>=3::math/lapack \ - blas.>=1::math/blas -REGRESS_DEPENDS=::devel/dejagnu + blas.>=1::math/blas \ + pcre.>=1::devel/pcre USE_GMAKE= Yes SEPARATE_BUILD= simple CONFIGURE_STYLE=autoconf -AUTOCONF_VERSION=2.59 +AUTOCONF_VERSION=2.61 CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --with-fftw \ --without-mpi \ @@ -73,7 +72,7 @@ post-regress: @rm -f /tmp/oct-* # fix ls-R and install HTML documentation -HTMLDOCS= interpreter liboctave faq +HTMLDOCS= interpreter liboctave post-install: @cd ${PREFIX}/share/octave && \ perl -pi -e "s,${PREFIX},${TRUEPREFIX}," ls-R diff --git a/math/octave/distinfo b/math/octave/distinfo index bde156d8ed7..772b763862c 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,5 +1,5 @@ -MD5 (octave-2.1.72.tar.gz) = jXoeMaNmn6hJPQxn8yH4uA== -RMD160 (octave-2.1.72.tar.gz) = eIf7vHZfGDSAR/NajJnaeCOVFns= -SHA1 (octave-2.1.72.tar.gz) = 2AjOceF2CuQ1IAeSLsurFhI+064= -SHA256 (octave-2.1.72.tar.gz) = MJRhqD9FstvBKIVYuKnvOjAIcTckBYc0Jpm8E2Rrhh8= -SIZE (octave-2.1.72.tar.gz) = 6901980 +MD5 (octave-2.9.12.tar.gz) = LW21wEAGcczAOdHixStCgA== +RMD160 (octave-2.9.12.tar.gz) = CrKcjtST5fr02SuW927yZFrMWK8= +SHA1 (octave-2.9.12.tar.gz) = MvHXCzitFW9Ee0WUmu+hJGOk10c= +SHA256 (octave-2.9.12.tar.gz) = P4ow7pnM/VxA21ZFnDgOBmcHwcbwFIbwpemEXSgKOgM= +SIZE (octave-2.9.12.tar.gz) = 8974882 diff --git a/math/octave/patches/patch-aclocal_m4 b/math/octave/patches/patch-aclocal_m4 deleted file mode 100644 index a83f2078e94..00000000000 --- a/math/octave/patches/patch-aclocal_m4 +++ /dev/null @@ -1,23 +0,0 @@ -$OpenBSD: patch-aclocal_m4,v 1.1 2005/11/02 18:20:58 alek Exp $ ---- aclocal.m4.orig Sun Sep 25 11:59:39 2005 -+++ aclocal.m4 Sun Sep 25 12:00:17 2005 -@@ -539,18 +539,9 @@ dnl Is DejaGNU installed? - dnl - dnl OCTAVE_PROG_RUNTEST - AC_DEFUN(OCTAVE_PROG_RUNTEST, --[if test "$cross_compiling" = yes; then -- RUNTEST=runtest -+[ RUNTEST=runtest - AC_MSG_RESULT(assuming $RUNTEST exists on $canonical_host_type host) - AC_SUBST(RUNTEST) --else -- AC_CHECK_PROG(RUNTEST, runtest, runtest, []) -- if test -z "$RUNTEST"; then -- warn_runtest="I didn't find runtest -- install DejaGNU if you want to run \`make check'" -- AC_MSG_WARN($warn_runtest) -- fi -- AC_SUBST(RUNTEST) --fi - ]) - dnl - dnl Is gperf installed? diff --git a/math/octave/patches/patch-configure_in b/math/octave/patches/patch-configure_in index 1e3920bf7b2..802a909ac5e 100644 --- a/math/octave/patches/patch-configure_in +++ b/math/octave/patches/patch-configure_in @@ -1,26 +1,26 @@ -$OpenBSD: patch-configure_in,v 1.3 2005/12/24 20:05:27 steven Exp $ ---- configure.in.orig Fri Nov 11 20:46:55 2005 -+++ configure.in Sun Nov 20 16:53:15 2005 -@@ -57,7 +57,7 @@ OCTAVE_SET_DEFAULT(localapifcnfiledir, +$OpenBSD: patch-configure_in,v 1.4 2007/06/20 08:51:42 steven Exp $ +--- configure.in.orig Thu Apr 26 21:00:48 2007 ++++ configure.in Sat May 26 22:28:32 2007 +@@ -95,7 +95,7 @@ OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave + OCTAVE_SET_DEFAULT(localapifcnfiledir, + '$(datadir)/octave/site/$(api_version)/m') OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m') - OCTAVE_SET_DEFAULT(localfcnfilepath, - '$(localverfcnfiledir)//:$(localapifcnfiledir)//:$(localfcnfiledir)//') -OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') +OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)') OCTAVE_SET_DEFAULT(archlibdir, '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') OCTAVE_SET_DEFAULT(localarchlibdir, -@@ -413,7 +413,7 @@ AC_ARG_WITH(fftw, - if test "$with_fftw" = "yes"; then +@@ -561,7 +561,7 @@ AC_ARG_WITH(fftw, + if test "$with_fftw" = yes; then have_fftw3_header=no with_fftw3=no - AC_CHECK_HEADER(fftw3.h, [have_fftw3_header=yes; break]) + AC_CHECK_HEADER(fftw3.h, [have_fftw3_header=yes]) if test "$have_fftw3_header" = yes; then - AC_CHECK_LIB(fftw3, fftw_plan_dft_1d, [FFTW_LIBS="-lfftw3"; with_fftw3=yes]) + AC_CHECK_LIB(fftw3, fftw_plan_dft_1d, [FFTW_LIBS="-lfftw3"; with_fftw3=yes]) fi -@@ -678,9 +678,13 @@ TEMPLATE_AR='$(AR)' - TEMPLATE_ARFLAGS="$ARFLAGS" +@@ -1084,9 +1084,13 @@ OCTAVE_DLL_DEFS= + OCTINTERP_DLL_DEFS= library_path_var=LD_LIBRARY_PATH case "$canonical_host_type" in - *-*-386bsd* | *-*-openbsd* | *-*-netbsd*) diff --git a/math/octave/patches/patch-doc_faq_Makefile_in b/math/octave/patches/patch-doc_faq_Makefile_in index ca5ff8324ff..d97e5af6dd3 100644 --- a/math/octave/patches/patch-doc_faq_Makefile_in +++ b/math/octave/patches/patch-doc_faq_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-doc_faq_Makefile_in,v 1.1 2005/11/20 17:44:20 naddy Exp $ ---- doc/faq/Makefile.in.orig Sun Nov 13 01:00:03 2005 -+++ doc/faq/Makefile.in Sun Nov 13 01:00:14 2005 -@@ -36,7 +36,7 @@ SPELL := $(patsubst %.texi, %.spell, $(A +$OpenBSD: patch-doc_faq_Makefile_in,v 1.2 2007/06/20 08:51:42 steven Exp $ +--- doc/faq/Makefile.in.orig Tue Mar 27 19:31:54 2007 ++++ doc/faq/Makefile.in Sat May 26 22:28:32 2007 +@@ -35,7 +35,7 @@ SPELL := $(patsubst %.texi, %.spell, $(ALL_TEXINFO)) $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp mv $@.tmp $@ diff --git a/math/octave/patches/patch-doc_interpreter_Makefile_in b/math/octave/patches/patch-doc_interpreter_Makefile_in index aa5cc241cf1..f8a59472e84 100644 --- a/math/octave/patches/patch-doc_interpreter_Makefile_in +++ b/math/octave/patches/patch-doc_interpreter_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-doc_interpreter_Makefile_in,v 1.2 2005/11/20 17:44:20 naddy Exp $ ---- doc/interpreter/Makefile.in.orig Fri Nov 11 20:46:57 2005 -+++ doc/interpreter/Makefile.in Sat Nov 12 19:43:14 2005 -@@ -65,7 +65,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TE +$OpenBSD: patch-doc_interpreter_Makefile_in,v 1.3 2007/06/20 08:51:42 steven Exp $ +--- doc/interpreter/Makefile.in.orig Tue May 22 18:33:06 2007 ++++ doc/interpreter/Makefile.in Mon May 28 19:41:51 2007 +@@ -109,7 +109,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO)) $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp mv $@.tmp $@ @@ -10,3 +10,12 @@ $OpenBSD: patch-doc_interpreter_Makefile_in,v 1.2 2005/11/20 17:44:20 naddy Exp .PHONY: all $(TEXINFO): src-DOCSTRINGS scripts-DOCSTRINGS munge-texi$(BUILD_EXEEXT) +@@ -174,7 +174,7 @@ $(HTML_IMAGES_PNG): HTML/%.png : %.png + echo "creating HTML directory"; \ + mkdir HTML; \ + fi +- $(INSTALL_DATA) $(filter-out html-dir, $<) HTML ++ cp $(filter-out html-dir, $<) HTML + + ## Unset DISPLAY here to avoid problems with the -title option for + ## gnuplot (it doesn't work if we are calling pgnuplot). Sleep for diff --git a/math/octave/patches/patch-doc_liboctave_Makefile_in b/math/octave/patches/patch-doc_liboctave_Makefile_in index 6a489171336..8d115e671c0 100644 --- a/math/octave/patches/patch-doc_liboctave_Makefile_in +++ b/math/octave/patches/patch-doc_liboctave_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.3 2005/11/20 17:44:20 naddy Exp $ ---- doc/liboctave/Makefile.in.orig Fri Nov 11 20:47:01 2005 -+++ doc/liboctave/Makefile.in Sat Nov 12 19:43:47 2005 -@@ -44,7 +44,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TE +$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.4 2007/06/20 08:51:42 steven Exp $ +--- doc/liboctave/Makefile.in.orig Tue Mar 27 19:31:54 2007 ++++ doc/liboctave/Makefile.in Sat May 26 22:28:32 2007 +@@ -43,7 +43,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO)) $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp mv $@.tmp $@ @@ -10,12 +10,3 @@ $OpenBSD: patch-doc_liboctave_Makefile_in,v 1.3 2005/11/20 17:44:20 naddy Exp $ .PHONY: all liboctave.info: $(TEXINFO) -@@ -60,7 +60,7 @@ liboctave.pdf: $(TEXINFO) - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2PDF) $< - - HTML/index.html: $(TEXINFO) -- -$(MAKEINFO) --html --ifinfo --output=HTML -I $(srcdir)/.. $< -+ -$(MAKEINFO) --html --ifinfo --output=HTML -I $(srcdir) -I $(srcdir)/.. $< - - check: - .PHONY: check diff --git a/math/octave/patches/patch-libcruft_Makefile_in b/math/octave/patches/patch-libcruft_Makefile_in index 7508cff85d4..ab7b2d9d7fc 100644 --- a/math/octave/patches/patch-libcruft_Makefile_in +++ b/math/octave/patches/patch-libcruft_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-libcruft_Makefile_in,v 1.4 2005/12/24 20:05:27 steven Exp $ ---- libcruft/Makefile.in.orig Fri Nov 11 20:47:15 2005 -+++ libcruft/Makefile.in Sat Dec 24 12:28:55 2005 -@@ -78,6 +78,9 @@ ifeq ($(SHARED_LIBS), true) +$OpenBSD: patch-libcruft_Makefile_in,v 1.5 2007/06/20 08:51:42 steven Exp $ +--- libcruft/Makefile.in.orig Wed Apr 4 18:10:26 2007 ++++ libcruft/Makefile.in Sat May 26 22:33:24 2007 +@@ -82,6 +82,9 @@ ifeq ($(SHARED_LIBS), true) endif endif @@ -10,29 +10,30 @@ $OpenBSD: patch-libcruft_Makefile_in,v 1.4 2005/12/24 20:05:27 steven Exp $ + ifeq ($(SHARED_LIBS), true) ifeq ($(STATIC_LIBS), true) - LIBRARIES = libcruft.$(LIBEXT) libcruft.$(SHLEXT_VER) -@@ -101,12 +104,8 @@ libcruft.$(LIBEXT): $(CRUFT_OBJ) + LIBRARIES = $(LIBPRE)cruft.$(LIBEXT) $(LIBPRE)cruft.$(SHLEXT_VER) +@@ -111,12 +114,8 @@ $(LIBPRE)cruft.$(LIBEXT): $(CRUFT_OBJ) $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ --libcruft.$(SHLEXT_VER): libcruft.$(SHLEXT) -+libcruft.$(SHLEXT_VER): $(CRUFT_PICOBJ) +-$(LIBPRE)cruft.$(SHLEXT_VER): $(LIBPRE)cruft.$(SHLEXT) ++$(LIBPRE)cruft.$(SHLEXT_VER): $(CRUFT_PICOBJ) rm -f $@ - $(LN_S) $< $@ - --libcruft.$(SHLEXT): $(CRUFT_PICOBJ) +-$(LIBPRE)cruft.$(SHLEXT): $(CRUFT_PICOBJ) - rm -f $@ $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(LINK_DEPS) $(CRUFT_OBJ): -@@ -131,9 +130,7 @@ install:: +@@ -141,10 +140,7 @@ install:: if $(SHARED_LIBS); then \ - rm -f $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB_VER); \ + rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \ $(INSTALL) \ -- libcruft.$(SHLLIB) $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB_VER); \ -- rm -f $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB); \ -- $(LN_S) libcruft.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB); \ -+ libcruft.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB_VER); \ +- $(LIBPRE)cruft.$(SHLLIB) $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \ +- rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB); \ +- (cd $(DESTDIR)$(octlibdir); \ +- $(LN_S) $(LIBPRE)cruft.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB)); \ ++ $(LIBPRE)cruft.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \ if test x$(SHLBIN) != x ; then \ - rm -f $(DESTDIR)$(bindir)/libcruft.$(SHLBIN); \ + rm -f $(DESTDIR)$(bindir)/$(LIBPRE)cruft.$(SHLBIN); \ $(INSTALL_PROGRAM) \ diff --git a/math/octave/patches/patch-libcruft_mkf77def_in b/math/octave/patches/patch-libcruft_mkf77def_in new file mode 100644 index 00000000000..c936d955f80 --- /dev/null +++ b/math/octave/patches/patch-libcruft_mkf77def_in @@ -0,0 +1,17 @@ +$OpenBSD: patch-libcruft_mkf77def_in,v 1.1 2007/06/20 08:51:42 steven Exp $ +--- libcruft/mkf77def.in.orig Sun May 27 04:23:55 2007 ++++ libcruft/mkf77def.in Sun May 27 04:24:59 2007 +@@ -25,7 +25,10 @@ else + awkcmd="$AWK '{ printf (\"%s%s\n\", tolower (\$0), \"$uscore\"); }'" + fi + +-$SED -n \ +- -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/' \ +- -e 's/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | \ ++#$SED -n \ ++# -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/' \ ++# -e 's/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | \ ++perl -pi \ ++ -e 's/([A-Z])/\l\1/g;' \ ++ -e 's/^\s+(.*function|subroutine|entry)\s*([^\s(]*).*$/\2/ or $_=undef' | \ + eval $awkcmd diff --git a/math/octave/patches/patch-liboctave_Makefile_in b/math/octave/patches/patch-liboctave_Makefile_in index eb71929c9f8..da8566ae83c 100644 --- a/math/octave/patches/patch-liboctave_Makefile_in +++ b/math/octave/patches/patch-liboctave_Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-liboctave_Makefile_in,v 1.3 2005/12/24 20:05:27 steven Exp $ ---- liboctave/Makefile.in.orig Fri Nov 11 20:47:31 2005 -+++ liboctave/Makefile.in Sat Dec 24 13:08:00 2005 -@@ -185,6 +185,9 @@ pic: - stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) $(MX_OP_INC) $(MX_OP_SRC) mx-ops.h +$OpenBSD: patch-liboctave_Makefile_in,v 1.4 2007/06/20 08:51:42 steven Exp $ +--- liboctave/Makefile.in.orig Tue Mar 27 18:05:15 2007 ++++ liboctave/Makefile.in Sat May 26 22:34:11 2007 +@@ -210,6 +210,9 @@ stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) \ + $(SPARSE_MX_OP_INC) $(SPARSE_MX_OP_SRC) touch stamp-prereq +SHLLIB_VER=$(SHLEXT).$(LIBoctave_VERSION) @@ -11,28 +11,28 @@ $OpenBSD: patch-liboctave_Makefile_in,v 1.3 2005/12/24 20:05:27 steven Exp $ ifeq ($(SHARED_LIBS), true) ifeq ($(STATIC_LIBS), true) libraries: \ -@@ -211,12 +214,8 @@ liboctave.$(LIBEXT): $(LIBOCTAVE_OBJECTS +@@ -236,12 +239,8 @@ $(LIBPRE)octave.$(LIBEXT): $(LIBOCTAVE_OBJECTS) $(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $(LIBOCTAVE_OBJECTS) $(RANLIB) $@ --liboctave.$(SHLEXT_VER): liboctave.$(SHLEXT) -+liboctave.$(SHLEXT_VER): $(LIBOCTAVE_PICOBJ) +-$(LIBPRE)octave.$(SHLEXT_VER): $(LIBPRE)octave.$(SHLEXT) ++$(LIBPRE)octave.$(SHLEXT_VER): $(LIBOCTAVE_PICOBJ) rm -f $@ - $(LN_S) $< $@ - --liboctave.$(SHLEXT): $(LIBOCTAVE_PICOBJ) +-$(LIBPRE)octave.$(SHLEXT): $(LIBOCTAVE_PICOBJ) - rm -f $@ $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ \ $(LIBOCTAVE_PICOBJ) $(LINK_DEPS) -@@ -243,9 +242,7 @@ install-lib: +@@ -268,9 +267,7 @@ install-lib: if $(SHARED_LIBS); then \ - rm -f $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB_VER); \ + rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB_VER); \ $(INSTALL) \ -- liboctave.$(SHLLIB) $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB_VER); \ -- rm -f $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB); \ -- $(LN_S) liboctave.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB); \ -+ liboctave.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB_VER); \ +- $(LIBPRE)octave.$(SHLLIB) $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB_VER); \ +- rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB); \ +- (cd $(DESTDIR)$(octlibdir) ; $(LN_S) $(LIBPRE)octave.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB)); \ ++ $(LIBPRE)octave.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB_VER); \ if test x$(SHLBIN) != x ; then \ - rm -f $(DESTDIR)$(bindir)/liboctave.$(SHLBIN); \ + rm -f $(DESTDIR)$(bindir)/$(LIBPRE)octave.$(SHLBIN); \ $(INSTALL_PROGRAM) \ diff --git a/math/octave/patches/patch-liboctave_kpse-xfns_c b/math/octave/patches/patch-liboctave_kpse-xfns_c index 822a4098060..b7568792962 100644 --- a/math/octave/patches/patch-liboctave_kpse-xfns_c +++ b/math/octave/patches/patch-liboctave_kpse-xfns_c @@ -1,7 +1,7 @@ -$OpenBSD: patch-liboctave_kpse-xfns_c,v 1.1 2005/11/20 17:44:20 naddy Exp $ ---- liboctave/kpse-xfns.c.orig Mon Nov 14 16:54:46 2005 -+++ liboctave/kpse-xfns.c Mon Nov 14 16:55:54 2005 -@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fi +$OpenBSD: patch-liboctave_kpse-xfns_c,v 1.2 2007/06/20 08:51:42 steven Exp $ +--- liboctave/kpse-xfns.c.orig Tue Apr 26 21:24:29 2005 ++++ liboctave/kpse-xfns.c Sat May 26 22:28:32 2007 +@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Bos #endif #include diff --git a/math/octave/patches/patch-octMakefile_in b/math/octave/patches/patch-octMakefile_in index f62bd81f17e..d5c4622f0a1 100644 --- a/math/octave/patches/patch-octMakefile_in +++ b/math/octave/patches/patch-octMakefile_in @@ -1,22 +1,22 @@ -$OpenBSD: patch-octMakefile_in,v 1.1 2005/11/02 18:20:58 alek Exp $ ---- octMakefile.in.orig Wed Nov 2 10:35:36 2005 -+++ octMakefile.in Wed Nov 2 10:35:54 2005 +$OpenBSD: patch-octMakefile_in,v 1.2 2007/06/20 08:51:42 steven Exp $ +--- octMakefile.in.orig Tue Mar 27 18:05:15 2007 ++++ octMakefile.in Sat May 26 22:28:32 2007 @@ -107,15 +107,12 @@ BUGS INSTALL.OCTAVE: install install-strip :: $(top_srcdir)/mkinstalldirs $(addprefix $(DESTDIR), $(DIRS_TO_MAKE)) rm -f $(DESTDIR)$(bindir)/octave-bug - $(INSTALL_SCRIPT) octave-bug $(DESTDIR)$(bindir)/octave-bug-$(version) -- $(LN_S) octave-bug-$(version) $(DESTDIR)$(bindir)/octave-bug +- (cd $(DESTDIR)$(bindir); $(LN_S) octave-bug-$(version) $(DESTDIR)$(bindir)/octave-bug) + $(INSTALL_SCRIPT) octave-bug $(DESTDIR)$(bindir)/octave-bug rm -f $(DESTDIR)$(bindir)/octave-config $(INSTALL_SCRIPT) \ - octave-config $(DESTDIR)$(bindir)/octave-config-$(version) -- $(LN_S) octave-config-$(version) $(DESTDIR)$(bindir)/octave-config +- (cd $(DESTDIR)$(bindir); $(LN_S) octave-config-$(version) $(DESTDIR)$(bindir)/octave-config) + octave-config $(DESTDIR)$(bindir)/octave-config rm -f $(DESTDIR)$(bindir)/mkoctfile - $(INSTALL_SCRIPT) mkoctfile $(DESTDIR)$(bindir)/mkoctfile-$(version) -- $(LN_S) mkoctfile-$(version) $(DESTDIR)$(bindir)/mkoctfile +- (cd $(DESTDIR)$(bindir); $(LN_S) mkoctfile-$(version) $(DESTDIR)$(bindir)/mkoctfile) + $(INSTALL_SCRIPT) mkoctfile $(DESTDIR)$(bindir)/mkoctfile $(INSTALL_DATA) config.h $(DESTDIR)$(octincludedir)/octave/config.h + $(INSTALL_DATA) $(srcdir)/NEWS $(DESTDIR)$(datadir)/octave/$(version)/NEWS - uninstall:: diff --git a/math/octave/patches/patch-run-octave_in b/math/octave/patches/patch-run-octave_in new file mode 100644 index 00000000000..c86f701a1a0 --- /dev/null +++ b/math/octave/patches/patch-run-octave_in @@ -0,0 +1,18 @@ +$OpenBSD: patch-run-octave_in,v 1.1 2007/06/20 08:51:42 steven Exp $ +--- run-octave.in.orig Mon May 28 18:03:29 2007 ++++ run-octave.in Mon May 28 18:19:11 2007 +@@ -53,12 +53,12 @@ fi + + if [ -n "$args" ]; then + OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \ +- LD_PRELOAD="$liboctinterp $liboctave $libcruft" \ ++# LD_PRELOAD="$liboctinterp $liboctave $libcruft" \ + %library_path_var%="$builddir/src:$builddir/liboctave:$builddir/libcruft:$%library_path_var%" \ + exec $driver "$builddir/src/octave" --no-initial-path --path="$LOADPATH" --image-path="$IMAGEPATH" "$@" + else + OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \ +- LD_PRELOAD="$liboctinterp $liboctave $libcruft" \ ++# LD_PRELOAD="$liboctinterp $liboctave $libcruft" \ + %library_path_var%="$builddir/src:$builddir/liboctave:$builddir/libcruft:$%library_path_var%" \ + exec $driver "$builddir/src/octave" "$@" + fi diff --git a/math/octave/patches/patch-src_Makefile_in b/math/octave/patches/patch-src_Makefile_in index 0a3028532e9..3232c5a0d31 100644 --- a/math/octave/patches/patch-src_Makefile_in +++ b/math/octave/patches/patch-src_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-src_Makefile_in,v 1.3 2005/12/24 20:05:27 steven Exp $ ---- src/Makefile.in.orig Fri Nov 11 20:48:22 2005 -+++ src/Makefile.in Sat Dec 24 12:30:10 2005 -@@ -247,6 +247,9 @@ else +$OpenBSD: patch-src_Makefile_in,v 1.4 2007/06/20 08:51:42 steven Exp $ +--- src/Makefile.in.orig Tue May 22 18:33:06 2007 ++++ src/Makefile.in Sat May 26 22:35:32 2007 +@@ -277,6 +277,9 @@ else PIC_XERBLA = $(XERBLA) endif @@ -10,40 +10,40 @@ $OpenBSD: patch-src_Makefile_in,v 1.3 2005/12/24 20:05:27 steven Exp $ + ifeq ($(SHARED_LIBS), true) ifeq ($(STATIC_LIBS), true) - LIBRARIES = liboctinterp.$(LIBEXT) liboctinterp.$(SHLEXT_VER) -@@ -270,12 +273,8 @@ liboctinterp.$(LIBEXT): $(OBJECTS) $(XER + LIBRARIES = $(LIBPRE)octinterp.$(LIBEXT) $(LIBPRE)octinterp.$(SHLEXT_VER) +@@ -300,12 +303,8 @@ $(LIBPRE)octinterp.$(LIBEXT): $(OBJECTS) $(XERBLA) $(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $^ $(RANLIB) $@ --liboctinterp.$(SHLEXT_VER): liboctinterp.$(SHLEXT) -+liboctinterp.$(SHLEXT_VER): $(PICOBJ) $(PIC_XERBLA) +-$(LIBPRE)octinterp.$(SHLEXT_VER): $(LIBPRE)octinterp.$(SHLEXT) ++$(LIBPRE)octinterp.$(SHLEXT_VER): $(PICOBJ) $(PIC_XERBLA) rm -f $@ - $(LN_S) $< $@ - --liboctinterp.$(SHLEXT): $(PICOBJ) $(PIC_XERBLA) +-$(LIBPRE)octinterp.$(SHLEXT): $(PICOBJ) $(PIC_XERBLA) - rm -f $@ $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(OCTINTERP_LINK_DEPS) - stamp-oct-links: $(OCT_FILES) -@@ -368,8 +367,7 @@ install-strip: + stamp-prereq: defaults.h oct-conf.h oct-gperf.h parse.cc lex.cc __gnuplot_raw__.cc $(OPT_HANDLERS) +@@ -397,8 +396,7 @@ install-strip: install-bin: $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) rm -f $(DESTDIR)$(bindir)/octave$(EXEEXT) - $(INSTALL_PROGRAM) octave$(EXEEXT) $(DESTDIR)$(bindir)/octave-$(version)$(EXEEXT) -- $(LN_S) octave-$(version)$(EXEEXT) $(DESTDIR)$(bindir)/octave$(EXEEXT) -+ $(INSTALL_PROGRAM) octave$(EXEEXT) $(DESTDIR)$(bindir)/octave +- cd $(DESTDIR)$(bindir) ; $(LN_S) octave-$(version)$(EXEEXT) octave$(EXEEXT) ++ $(INSTALL_PROGRAM) octave$(EXEEXT) $(DESTDIR)$(bindir)/octave$(EXEEXT) .PHONY: install-bin install-oct: -@@ -393,10 +391,8 @@ install-lib: +@@ -422,10 +420,8 @@ install-lib: fi if $(SHARED_LIBS); then \ - rm -f $(DESTDIR)$(octlibdir)/liboctinterp.$(SHLEXT_VER); \ -- $(INSTALL) liboctinterp.$(SHLLIB) \ -+ $(INSTALL) liboctinterp.$(SHLLIB_VER) \ - $(DESTDIR)$(octlibdir)/liboctinterp.$(SHLLIB_VER); \ -- rm -f $(DESTDIR)$(octlibdir)/liboctinterp.$(SHLLIB); \ -- $(LN_S) liboctinterp.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/liboctinterp.$(SHLLIB); \ + rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octinterp.$(SHLEXT_VER); \ +- $(INSTALL) $(LIBPRE)octinterp.$(SHLLIB) \ ++ $(INSTALL) $(LIBPRE)octinterp.$(SHLLIB_VER) \ + $(DESTDIR)$(octlibdir)/$(LIBPRE)octinterp.$(SHLLIB_VER); \ +- rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octinterp.$(SHLLIB); \ +- (cd $(DESTDIR)$(octlibdir) ; $(LN_S) $(LIBPRE)octinterp.$(SHLLIB_VER) $(DESTDIR)$(octlibdir)/$(LIBPRE)octinterp.$(SHLLIB)); \ if test x$(SHLBIN) != x ; then \ - rm -f $(DESTDIR)$(bindir)/liboctinterp.$(SHLBIN); \ + rm -f $(DESTDIR)$(bindir)/$(LIBPRE)octinterp.$(SHLBIN); \ $(INSTALL_PROGRAM) \ diff --git a/math/octave/patches/patch-src_pt-loop_cc b/math/octave/patches/patch-src_pt-loop_cc new file mode 100644 index 00000000000..a88653f879b --- /dev/null +++ b/math/octave/patches/patch-src_pt-loop_cc @@ -0,0 +1,14 @@ +$OpenBSD: patch-src_pt-loop_cc,v 1.1 2007/06/20 08:51:42 steven Exp $ +--- src/pt-loop.cc.orig Mon Apr 30 19:12:45 2007 ++++ src/pt-loop.cc Mon May 28 17:59:32 2007 +@@ -263,7 +263,9 @@ tree_simple_for_command::do_for_loop_once (octave_lval + { \ + if (nrows == 0) \ + { \ +- octave_value val (MTYPE (dim_vector (0, 1))); \ ++ MTYPE tarray (dim_vector (0, 1)); \ ++ \ ++ octave_value val (tarray); \ + \ + for (octave_idx_type i = 0; i < steps; i++) \ + { \ diff --git a/math/octave/patches/patch-test_octave_test_system_tilde_expand-1_m b/math/octave/patches/patch-test_octave_test_system_tilde_expand-1_m deleted file mode 100644 index 95eb4dcc4f6..00000000000 --- a/math/octave/patches/patch-test_octave_test_system_tilde_expand-1_m +++ /dev/null @@ -1,10 +0,0 @@ -$OpenBSD: patch-test_octave_test_system_tilde_expand-1_m,v 1.1 2005/11/02 18:20:58 alek Exp $ ---- test/octave.test/system/tilde_expand-1.m.orig Sat Oct 29 08:30:28 2005 -+++ test/octave.test/system/tilde_expand-1.m Sat Oct 29 08:56:56 2005 -@@ -1,4 +1,3 @@ --x = getpwuid (getuid ()); --(strcmp (x.dir, tilde_expand ("~")) -- && strcmp (x.dir, tilde_expand (sprintf ("~%s", x.name))) -+x = getpwuid (32767); -+(strcmp (x.dir, tilde_expand (sprintf ("~%s", x.name))) - && strcmp ("foobar", tilde_expand ("foobar"))) diff --git a/math/octave/pkg/PLIST b/math/octave/pkg/PLIST index 1f7a7fb6f71..77fa2ec5f48 100644 --- a/math/octave/pkg/PLIST +++ b/math/octave/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2006/07/18 06:51:25 espie Exp $ +@comment $OpenBSD: PLIST,v 1.7 2007/06/20 08:51:42 steven Exp $ %%SHARED%% bin/mkoctfile bin/octave @@ -6,7 +6,6 @@ bin/octave-bug bin/octave-config include/octave-${VERSION}/ include/octave-${VERSION}/octave/ -include/octave-${VERSION}/octave/Array-flags.h include/octave-${VERSION}/octave/Array-util.h include/octave-${VERSION}/octave/Array.cc include/octave-${VERSION}/octave/Array.h @@ -21,6 +20,7 @@ include/octave-${VERSION}/octave/CDiagMatrix.h include/octave-${VERSION}/octave/CMatrix.h include/octave-${VERSION}/octave/CNDArray.h include/octave-${VERSION}/octave/CRowVector.h +include/octave-${VERSION}/octave/CSparse.h include/octave-${VERSION}/octave/Cell.h include/octave-${VERSION}/octave/CmplxAEPBAL.h include/octave-${VERSION}/octave/CmplxCHOL.h @@ -60,7 +60,10 @@ include/octave-${VERSION}/octave/MArrayN.cc include/octave-${VERSION}/octave/MArrayN.h include/octave-${VERSION}/octave/MDiagArray2.cc include/octave-${VERSION}/octave/MDiagArray2.h +include/octave-${VERSION}/octave/MSparse-defs.h +include/octave-${VERSION}/octave/MSparse.h include/octave-${VERSION}/octave/Matrix.h +include/octave-${VERSION}/octave/MatrixType.h include/octave-${VERSION}/octave/NLConst.h include/octave-${VERSION}/octave/NLEqn-opts.h include/octave-${VERSION}/octave/NLEqn.h @@ -75,6 +78,14 @@ include/octave-${VERSION}/octave/QP.h include/octave-${VERSION}/octave/Quad-opts.h include/octave-${VERSION}/octave/Quad.h include/octave-${VERSION}/octave/Range.h +include/octave-${VERSION}/octave/Sparse-op-defs.h +include/octave-${VERSION}/octave/Sparse.h +include/octave-${VERSION}/octave/SparseCmplxCHOL.h +include/octave-${VERSION}/octave/SparseCmplxLU.h +include/octave-${VERSION}/octave/SparseCmplxQR.h +include/octave-${VERSION}/octave/SparseQR.h +include/octave-${VERSION}/octave/SparsedbleCHOL.h +include/octave-${VERSION}/octave/SparsedbleLU.h include/octave-${VERSION}/octave/base-dae.h include/octave-${VERSION}/octave/base-de.h include/octave-${VERSION}/octave/base-list.h @@ -83,6 +94,7 @@ include/octave-${VERSION}/octave/base-lu.h include/octave-${VERSION}/octave/base-min.h include/octave-${VERSION}/octave/boolMatrix.h include/octave-${VERSION}/octave/boolNDArray.h +include/octave-${VERSION}/octave/boolSparse.h include/octave-${VERSION}/octave/byte-swap.h include/octave-${VERSION}/octave/c-file-ptr-stream.h include/octave-${VERSION}/octave/chMatrix.h @@ -96,6 +108,7 @@ include/octave-${VERSION}/octave/dDiagMatrix.h include/octave-${VERSION}/octave/dMatrix.h include/octave-${VERSION}/octave/dNDArray.h include/octave-${VERSION}/octave/dRowVector.h +include/octave-${VERSION}/octave/dSparse.h include/octave-${VERSION}/octave/data-conv.h include/octave-${VERSION}/octave/dbleAEPBAL.h include/octave-${VERSION}/octave/dbleCHOL.h @@ -119,9 +132,9 @@ include/octave-${VERSION}/octave/f77-fcn.h include/octave-${VERSION}/octave/file-io.h include/octave-${VERSION}/octave/file-ops.h include/octave-${VERSION}/octave/file-stat.h -include/octave-${VERSION}/octave/fn-cache.h include/octave-${VERSION}/octave/getopt.h include/octave-${VERSION}/octave/glob-match.h +include/octave-${VERSION}/octave/graphics.h include/octave-${VERSION}/octave/gripes.h include/octave-${VERSION}/octave/help.h include/octave-${VERSION}/octave/idx-vector.h @@ -139,9 +152,9 @@ include/octave-${VERSION}/octave/lo-error.h include/octave-${VERSION}/octave/lo-ieee.h include/octave-${VERSION}/octave/lo-mappers.h include/octave-${VERSION}/octave/lo-specfun.h -include/octave-${VERSION}/octave/lo-sstream.h include/octave-${VERSION}/octave/lo-sysdep.h include/octave-${VERSION}/octave/lo-utils.h +include/octave-${VERSION}/octave/load-path.h include/octave-${VERSION}/octave/load-save.h include/octave-${VERSION}/octave/ls-hdf5.h include/octave-${VERSION}/octave/ls-mat-ascii.h @@ -151,6 +164,9 @@ include/octave-${VERSION}/octave/ls-oct-ascii.h include/octave-${VERSION}/octave/ls-oct-binary.h include/octave-${VERSION}/octave/ls-utils.h include/octave-${VERSION}/octave/mach-info.h +include/octave-${VERSION}/octave/md5.h +include/octave-${VERSION}/octave/mex.h +include/octave-${VERSION}/octave/mexproto.h include/octave-${VERSION}/octave/mx-base.h include/octave-${VERSION}/octave/mx-cdm-cm.h include/octave-${VERSION}/octave/mx-cdm-cs.h @@ -403,10 +419,13 @@ include/octave-${VERSION}/octave/mx-ui8nda-ui32.h include/octave-${VERSION}/octave/mx-ui8nda-ui32nda.h include/octave-${VERSION}/octave/mx-ui8nda-ui64.h include/octave-${VERSION}/octave/mx-ui8nda-ui64nda.h +include/octave-${VERSION}/octave/mxarray.h include/octave-${VERSION}/octave/oct-alloc.h include/octave-${VERSION}/octave/oct-cmplx.h include/octave-${VERSION}/octave/oct-conf.h +include/octave-${VERSION}/octave/oct-dlldefs.h include/octave-${VERSION}/octave/oct-env.h +include/octave-${VERSION}/octave/oct-errno.h include/octave-${VERSION}/octave/oct-fftw.h include/octave-${VERSION}/octave/oct-fstrm.h include/octave-${VERSION}/octave/oct-getopt.h @@ -417,6 +436,7 @@ include/octave-${VERSION}/octave/oct-inttypes.h include/octave-${VERSION}/octave/oct-iostrm.h include/octave-${VERSION}/octave/oct-lvalue.h include/octave-${VERSION}/octave/oct-map.h +include/octave-${VERSION}/octave/oct-md5.h include/octave-${VERSION}/octave/oct-obj.h include/octave-${VERSION}/octave/oct-passwd.h include/octave-${VERSION}/octave/oct-prcstrm.h @@ -427,11 +447,15 @@ include/octave-${VERSION}/octave/oct-rl-hist.h include/octave-${VERSION}/octave/oct-shlib.h include/octave-${VERSION}/octave/oct-sort.cc include/octave-${VERSION}/octave/oct-sort.h +include/octave-${VERSION}/octave/oct-sparse.h +include/octave-${VERSION}/octave/oct-spparms.h include/octave-${VERSION}/octave/oct-stdstrm.h include/octave-${VERSION}/octave/oct-stream.h include/octave-${VERSION}/octave/oct-strstrm.h include/octave-${VERSION}/octave/oct-syscalls.h include/octave-${VERSION}/octave/oct-time.h +include/octave-${VERSION}/octave/oct-types.h +include/octave-${VERSION}/octave/oct-uname.h include/octave-${VERSION}/octave/oct.h include/octave-${VERSION}/octave/octave.h include/octave-${VERSION}/octave/ops.h @@ -441,8 +465,10 @@ include/octave-${VERSION}/octave/ov-base-mat.cc include/octave-${VERSION}/octave/ov-base-mat.h include/octave-${VERSION}/octave/ov-base-scalar.cc include/octave-${VERSION}/octave/ov-base-scalar.h +include/octave-${VERSION}/octave/ov-base-sparse.h include/octave-${VERSION}/octave/ov-base.h include/octave-${VERSION}/octave/ov-bool-mat.h +include/octave-${VERSION}/octave/ov-bool-sparse.h include/octave-${VERSION}/octave/ov-bool.h include/octave-${VERSION}/octave/ov-builtin.h include/octave-${VERSION}/octave/ov-cell.h @@ -451,11 +477,11 @@ include/octave-${VERSION}/octave/ov-colon.h include/octave-${VERSION}/octave/ov-complex.h include/octave-${VERSION}/octave/ov-cs-list.h include/octave-${VERSION}/octave/ov-cx-mat.h +include/octave-${VERSION}/octave/ov-cx-sparse.h include/octave-${VERSION}/octave/ov-dld-fcn.h include/octave-${VERSION}/octave/ov-fcn-handle.h include/octave-${VERSION}/octave/ov-fcn-inline.h include/octave-${VERSION}/octave/ov-fcn.h -include/octave-${VERSION}/octave/ov-file.h include/octave-${VERSION}/octave/ov-int-traits.h include/octave-${VERSION}/octave/ov-int16.h include/octave-${VERSION}/octave/ov-int32.h @@ -464,8 +490,10 @@ include/octave-${VERSION}/octave/ov-int8.h include/octave-${VERSION}/octave/ov-intx.h include/octave-${VERSION}/octave/ov-list.h include/octave-${VERSION}/octave/ov-mapper.h +include/octave-${VERSION}/octave/ov-mex-fcn.h include/octave-${VERSION}/octave/ov-range.h include/octave-${VERSION}/octave/ov-re-mat.h +include/octave-${VERSION}/octave/ov-re-sparse.h include/octave-${VERSION}/octave/ov-scalar.h include/octave-${VERSION}/octave/ov-str-mat.h include/octave-${VERSION}/octave/ov-streamoff.h @@ -477,7 +505,6 @@ include/octave-${VERSION}/octave/ov-uint32.h include/octave-${VERSION}/octave/ov-uint64.h include/octave-${VERSION}/octave/ov-uint8.h include/octave-${VERSION}/octave/ov-usr-fcn.h -include/octave-${VERSION}/octave/ov-va-args.h include/octave-${VERSION}/octave/ov.h include/octave-${VERSION}/octave/pager.h include/octave-${VERSION}/octave/parse.h @@ -506,7 +533,6 @@ include/octave-${VERSION}/octave/pt-jump.h include/octave-${VERSION}/octave/pt-loop.h include/octave-${VERSION}/octave/pt-mat.h include/octave-${VERSION}/octave/pt-misc.h -include/octave-${VERSION}/octave/pt-plot.h include/octave-${VERSION}/octave/pt-pr-code.h include/octave-${VERSION}/octave/pt-select.h include/octave-${VERSION}/octave/pt-stmt.h @@ -514,9 +540,37 @@ include/octave-${VERSION}/octave/pt-unop.h include/octave-${VERSION}/octave/pt-walk.h include/octave-${VERSION}/octave/pt.h include/octave-${VERSION}/octave/quit.h +include/octave-${VERSION}/octave/randgamma.h +include/octave-${VERSION}/octave/randmtzig.h +include/octave-${VERSION}/octave/randpoisson.h include/octave-${VERSION}/octave/sighandlers.h include/octave-${VERSION}/octave/siglist.h +include/octave-${VERSION}/octave/smx-bm-sbm.h +include/octave-${VERSION}/octave/smx-cm-scm.h +include/octave-${VERSION}/octave/smx-cm-sm.h +include/octave-${VERSION}/octave/smx-cs-sm.h +include/octave-${VERSION}/octave/smx-m-scm.h +include/octave-${VERSION}/octave/smx-m-sm.h +include/octave-${VERSION}/octave/smx-s-scm.h +include/octave-${VERSION}/octave/smx-sbm-bm.h +include/octave-${VERSION}/octave/smx-scm-cm.h +include/octave-${VERSION}/octave/smx-scm-m.h +include/octave-${VERSION}/octave/smx-scm-s.h +include/octave-${VERSION}/octave/smx-scm-sm.h +include/octave-${VERSION}/octave/smx-sm-cm.h +include/octave-${VERSION}/octave/smx-sm-cs.h +include/octave-${VERSION}/octave/smx-sm-m.h +include/octave-${VERSION}/octave/smx-sm-scm.h include/octave-${VERSION}/octave/so-array.h +include/octave-${VERSION}/octave/sparse-base-chol.cc +include/octave-${VERSION}/octave/sparse-base-chol.h +include/octave-${VERSION}/octave/sparse-base-lu.cc +include/octave-${VERSION}/octave/sparse-base-lu.h +include/octave-${VERSION}/octave/sparse-dmsolve.cc +include/octave-${VERSION}/octave/sparse-sort.h +include/octave-${VERSION}/octave/sparse-util.h +include/octave-${VERSION}/octave/sparse-xdiv.h +include/octave-${VERSION}/octave/sparse-xpow.h include/octave-${VERSION}/octave/statdefs.h include/octave-${VERSION}/octave/str-vec.h include/octave-${VERSION}/octave/sun-utils.h @@ -549,10 +603,8 @@ include/octave-${VERSION}/octave/vx-s-ccv.h include/octave-${VERSION}/octave/vx-s-crv.h include/octave-${VERSION}/octave/xdiv.h include/octave-${VERSION}/octave/xpow.h +include/octave-${VERSION}/octave/zfstream.h @info info/octave.info -lib/libcruft.a -lib/liboctave.a -lib/liboctinterp.a libexec/octave/ libexec/octave/${VERSION}/ libexec/octave/${VERSION}/exec/ @@ -561,169 +613,154 @@ libexec/octave/${VERSION}/exec/${GNU_ARCH}/info-emacs-info libexec/octave/${VERSION}/exec/${GNU_ARCH}/info-emacs-octave-help libexec/octave/${VERSION}/oct/ libexec/octave/${VERSION}/oct/${GNU_ARCH}/ -libexec/octave/${VERSION}/oct/${GNU_ARCH}/airy.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/PKG_ADD +libexec/octave/${VERSION}/oct/${GNU_ARCH}/__contourc__.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/__glpk__.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/__gnuplot_raw__.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/__pchip_deriv__.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/__qp__.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/balance.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/besselh.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/besseli.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/besselj.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/besselk.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/bessely.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/betainc.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/ccolamd.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/cellfun.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/chol.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/colamd.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/colloc.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/conv2.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/daspk.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/daspk_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/dasrt.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/dasrt_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/dassl.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/dassl_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/det.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/dispatch.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/eig.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/endgrent.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/endpwent.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/expm.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/fft.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/fft2.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/fftn.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/fftw_wisdom.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/fftw.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/filter.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/find.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/fsolve.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/fsolve_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/gammainc.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/gcd.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/getgrent.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/getgrgid.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/getgrnam.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/getpwent.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/getpwnam.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/getpwuid.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/getrusage.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/givens.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/gmtime.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/hess.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/ifft.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/ifft2.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/ifftn.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/interpn.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/inv.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/inverse.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/kron.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/localtime.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/lpsolve.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/lpsolve_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/lsode.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/lsode_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/lu.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/max.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/min.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/luinc.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/matrix_type.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/md5sum.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/minmax.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/mktime.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/pinv.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/qr.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/quad.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/quad_options.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/qz.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/rand.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/randn.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/regexp.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/schur.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/setgrent.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/setpwent.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/sort.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/sparse.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spchol.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spdet.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spfind.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spkron.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/splu.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spparms.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/spqr.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/sqrtm.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/strftime.oct -libexec/octave/${VERSION}/oct/${GNU_ARCH}/strptime.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/svd.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/syl.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/symrcm.oct libexec/octave/${VERSION}/oct/${GNU_ARCH}/time.oct +libexec/octave/${VERSION}/oct/${GNU_ARCH}/urlwrite.oct libexec/octave/${VERSION}/site/ libexec/octave/${VERSION}/site/exec/ libexec/octave/${VERSION}/site/exec/${GNU_ARCH}/ -libexec/octave/${VERSION}/site/oct/ -libexec/octave/${VERSION}/site/oct/${GNU_ARCH}/ libexec/octave/ls-R libexec/octave/site/ libexec/octave/site/exec/ libexec/octave/site/exec/${GNU_ARCH}/ -libexec/octave/site/oct/ -libexec/octave/site/oct/api-v13/ -libexec/octave/site/oct/api-v13/${GNU_ARCH}/ -libexec/octave/site/oct/${GNU_ARCH}/ @man man/man1/mkoctfile.1 @man man/man1/octave-bug.1 @man man/man1/octave-config.1 @man man/man1/octave.1 share/doc/octave/ -share/doc/octave/faq/ -share/doc/octave/faq/Bug-reports.html -share/doc/octave/faq/Built_002din-ODE-and-DAE-solvers.html -share/doc/octave/faq/Command-and-variable-name-completion.html -share/doc/octave/faq/Command-history.html -share/doc/octave/faq/Common-problems.html -share/doc/octave/faq/Data-structures.html -share/doc/octave/faq/Documentation.html -share/doc/octave/faq/Getting-Octave.html -share/doc/octave/faq/Getting-additional-help.html -share/doc/octave/faq/How-can-I-cite-Octave_003f.html -share/doc/octave/faq/Increment-and-decrement-operators.html -share/doc/octave/faq/Index.html -share/doc/octave/faq/Installation.html -share/doc/octave/faq/MATLAB-compatibility.html -share/doc/octave/faq/Octave-Features.html -share/doc/octave/faq/Octave-for-Unix.html -share/doc/octave/faq/Octave-for-other-platforms.html -share/doc/octave/faq/Other-C_002b_002b-compilers_003f.html -share/doc/octave/faq/Short_002dcircuit-boolean-operators.html -share/doc/octave/faq/Unwind_002dprotect.html -share/doc/octave/faq/Variable_002dlength-argument-lists.html -share/doc/octave/faq/Variable_002dlength-return-lists.html -share/doc/octave/faq/Version-2_002e0.html -share/doc/octave/faq/What-else-do-I-need_003f.html -share/doc/octave/faq/What-is-Octave_003f.html -share/doc/octave/faq/index.html -share/doc/octave/faq/latest-versions.html share/doc/octave/interpreter/ share/doc/octave/interpreter/A-Sample-Command-Description.html share/doc/octave/interpreter/A-Sample-Function-Description.html share/doc/octave/interpreter/A-Sample-Variable-Description.html +share/doc/octave/interpreter/Accessing-Global-Variables-in-Oct_002dFiles.html share/doc/octave/interpreter/Acknowledgements.html share/doc/octave/interpreter/Actual-Bugs.html +share/doc/octave/interpreter/Administrating-Packages.html +share/doc/octave/interpreter/Allocating-Local-Memory-in-Oct_002dFiles.html +share/doc/octave/interpreter/Anonymous-Functions.html +share/doc/octave/interpreter/Applying-a-Function-to-an-Array.html share/doc/octave/interpreter/Arithmetic-Ops.html share/doc/octave/interpreter/Arithmetic.html +share/doc/octave/interpreter/Array-and-Sparse-Differences.html share/doc/octave/interpreter/Assignment-Ops.html share/doc/octave/interpreter/Audio-Processing.html share/doc/octave/interpreter/Basic-Input-and-Output.html share/doc/octave/interpreter/Basic-Matrix-Functions.html share/doc/octave/interpreter/Basic-Statistical-Functions.html +share/doc/octave/interpreter/Basics.html share/doc/octave/interpreter/Binary-I_002fO.html +share/doc/octave/interpreter/Bit-Manipulations.html share/doc/octave/interpreter/Boolean-Expressions.html +share/doc/octave/interpreter/Breakpoints.html share/doc/octave/interpreter/Bug-Criteria.html share/doc/octave/interpreter/Bug-Lists.html share/doc/octave/interpreter/Bug-Reporting.html share/doc/octave/interpreter/Built_002din-Data-Types.html share/doc/octave/interpreter/C_002dStyle-I_002fO-Functions.html share/doc/octave/interpreter/Call-by-Value.html +share/doc/octave/interpreter/Calling-External-Code-from-Oct_002dFiles.html share/doc/octave/interpreter/Calling-Functions.html +share/doc/octave/interpreter/Calling-Octave-Functions-from-Oct_002dFiles.html +share/doc/octave/interpreter/Calling-Other-Functions-in-Mex_002dFiles.html +share/doc/octave/interpreter/Calling-a-Function-by-its-Name.html +share/doc/octave/interpreter/Cell-Array-Objects.html +share/doc/octave/interpreter/Cell-Arrays-in-Oct_002dFiles.html +share/doc/octave/interpreter/Cell-Arrays-of-Strings.html +share/doc/octave/interpreter/Cell-Arrays-with-Mex_002dFiles.html share/doc/octave/interpreter/Cell-Arrays.html share/doc/octave/interpreter/Character-Class-Functions.html +share/doc/octave/interpreter/Character-Strings-in-Mex_002dFiles.html +share/doc/octave/interpreter/Character-Strings-in-Oct_002dFiles.html share/doc/octave/interpreter/Coding-Tips.html +share/doc/octave/interpreter/Color-Conversion.html share/doc/octave/interpreter/Command-Line-Editing.html share/doc/octave/interpreter/Command-Line-Options.html share/doc/octave/interpreter/Commands-For-Completion.html share/doc/octave/interpreter/Commands-For-History.html share/doc/octave/interpreter/Commands-For-Text.html +share/doc/octave/interpreter/Commands.html share/doc/octave/interpreter/Comment-Tips.html share/doc/octave/interpreter/Comments.html +share/doc/octave/interpreter/Comparing-Strings.html share/doc/octave/interpreter/Comparison-Ops.html share/doc/octave/interpreter/Complex-Arithmetic.html share/doc/octave/interpreter/Concept-Index.html -share/doc/octave/interpreter/Containers.html share/doc/octave/interpreter/Continuation-Lines.html share/doc/octave/interpreter/Control-Theory.html share/doc/octave/interpreter/Controlling-Subprocesses.html share/doc/octave/interpreter/Conventions.html share/doc/octave/interpreter/Coordinate-Transformations.html share/doc/octave/interpreter/Copying.html +share/doc/octave/interpreter/Creating-Cell-Arrays.html +share/doc/octave/interpreter/Creating-Packages.html +share/doc/octave/interpreter/Creating-Sparse-Matrices-in-Oct_002dFiles.html share/doc/octave/interpreter/Creating-Strings.html +share/doc/octave/interpreter/Creation.html share/doc/octave/interpreter/Current-Working-Directory.html share/doc/octave/interpreter/Cursor-Motion.html share/doc/octave/interpreter/Customizing-readline.html @@ -731,29 +768,38 @@ share/doc/octave/interpreter/Customizing-the-Prompt.html share/doc/octave/interpreter/Data-Structure-Objects.html share/doc/octave/interpreter/Data-Structures.html share/doc/octave/interpreter/Data-Types.html +share/doc/octave/interpreter/Debug-Mode.html share/doc/octave/interpreter/Debugging.html +share/doc/octave/interpreter/Default-Arguments.html share/doc/octave/interpreter/Defaults-from-the-Environment.html share/doc/octave/interpreter/Defining-Functions.html +share/doc/octave/interpreter/Demonstration-Functions.html share/doc/octave/interpreter/Diary-and-Echo-Commands.html share/doc/octave/interpreter/Differential-Equations.html share/doc/octave/interpreter/Differential_002dAlgebraic-Equations.html +share/doc/octave/interpreter/Displaying-Images.html share/doc/octave/interpreter/Distribution.html share/doc/octave/interpreter/Distributions.html share/doc/octave/interpreter/Documentation-Tips.html +share/doc/octave/interpreter/Documentation-and-Test-of-Oct_002dFiles.html share/doc/octave/interpreter/Dynamically-Linked-Functions.html share/doc/octave/interpreter/EOF-and-Errors.html share/doc/octave/interpreter/Element_002dby_002delement-Boolean-Operators.html share/doc/octave/interpreter/Emacs.html share/doc/octave/interpreter/Empty-Matrices.html +share/doc/octave/interpreter/Entering-Debug-Mode.html share/doc/octave/interpreter/Environment-Variables.html share/doc/octave/interpreter/Error-Handling.html share/doc/octave/interpreter/Error-Messages.html share/doc/octave/interpreter/Errors.html share/doc/octave/interpreter/Evaluation-Notation.html +share/doc/octave/interpreter/Evaluation-in-a-Different-Context.html share/doc/octave/interpreter/Evaluation.html +share/doc/octave/interpreter/Exception-and-Error-Handling-in-Oct_002dFiles.html share/doc/octave/interpreter/Executable-Octave-Programs.html share/doc/octave/interpreter/Expressions.html share/doc/octave/interpreter/Famous-Matrices.html +share/doc/octave/interpreter/File-Archiving-Utilities.html share/doc/octave/interpreter/File-Positioning.html share/doc/octave/interpreter/Filesystem-Utilities.html share/doc/octave/interpreter/Financial-Functions.html @@ -764,61 +810,81 @@ share/doc/octave/interpreter/Format-of-Descriptions.html share/doc/octave/interpreter/Formatted-Input.html share/doc/octave/interpreter/Formatted-Output.html share/doc/octave/interpreter/Function-Files.html -share/doc/octave/interpreter/Function-Handles-and-Inline.html +share/doc/octave/interpreter/Function-Handles-Inline-Functions-and-Anonymous-Functions.html share/doc/octave/interpreter/Function-Handles.html share/doc/octave/interpreter/Function-Headers.html share/doc/octave/interpreter/Function-Index.html +share/doc/octave/interpreter/Function-Locking.html share/doc/octave/interpreter/Functions-and-Scripts.html share/doc/octave/interpreter/Functions-of-One-Variable.html share/doc/octave/interpreter/Functions-of-a-Matrix.html +share/doc/octave/interpreter/Functions.html +share/doc/octave/interpreter/Geometry.html share/doc/octave/interpreter/Getting-Help.html +share/doc/octave/interpreter/Getting-Started-with-Mex_002dFiles.html +share/doc/octave/interpreter/Getting-Started-with-Oct_002dFiles.html share/doc/octave/interpreter/Getting-Started.html share/doc/octave/interpreter/Global-Variables.html -share/doc/octave/interpreter/Grammar.html share/doc/octave/interpreter/Group-Database-Functions.html +share/doc/octave/interpreter/Hashing-Functions.html share/doc/octave/interpreter/How-You-Can-Contribute-to-Octave.html -share/doc/octave/interpreter/I_002fO-Streams.html share/doc/octave/interpreter/Image-Processing.html share/doc/octave/interpreter/Increment-Ops.html share/doc/octave/interpreter/Index-Expressions.html +share/doc/octave/interpreter/Indexing-Cell-Arrays.html +share/doc/octave/interpreter/Information.html share/doc/octave/interpreter/Inline-Functions.html share/doc/octave/interpreter/Input-Conversion-Syntax.html +share/doc/octave/interpreter/Input-Parameter-Checking-in-Oct_002dFiles.html share/doc/octave/interpreter/Input-and-Output.html share/doc/octave/interpreter/Installation-Problems.html share/doc/octave/interpreter/Installation.html share/doc/octave/interpreter/Installing-EOS.html +share/doc/octave/interpreter/Installing-and-Removing-Packages.html +share/doc/octave/interpreter/Integer-Arithmetic.html share/doc/octave/interpreter/Integer-Conversions.html +share/doc/octave/interpreter/Integer-Data-Types.html share/doc/octave/interpreter/Interaction-with-gnuplot.html +share/doc/octave/interpreter/Interpolation.html share/doc/octave/interpreter/Introduction.html -share/doc/octave/interpreter/Invoking-Octave.html -share/doc/octave/interpreter/Keywords.html +share/doc/octave/interpreter/Invoking-Octave-from-the-Command-Line.html +share/doc/octave/interpreter/Iterative-Techniques.html share/doc/octave/interpreter/Killing-and-Yanking.html share/doc/octave/interpreter/Line_002dOriented-Input.html share/doc/octave/interpreter/Linear-Algebra.html share/doc/octave/interpreter/Linear-Least-Squares.html share/doc/octave/interpreter/Linear-Programming.html -share/doc/octave/interpreter/Lists.html +share/doc/octave/interpreter/Loading-and-Saving-Images.html share/doc/octave/interpreter/Logical-Values.html share/doc/octave/interpreter/Looping-Over-Structure-Elements.html -share/doc/octave/interpreter/Low_002dLevel-plotting-commands.html +share/doc/octave/interpreter/Manipulating-Existing-Plots.html +share/doc/octave/interpreter/Manipulating-Strings.html +share/doc/octave/interpreter/Manipulating-the-load-path.html +share/doc/octave/interpreter/MathConsiderations.html share/doc/octave/interpreter/Mathematical-Constants.html +share/doc/octave/interpreter/Matrices-and-Arrays-in-Oct_002dFiles.html share/doc/octave/interpreter/Matrices.html share/doc/octave/interpreter/Matrix-Factorizations.html share/doc/octave/interpreter/Matrix-Manipulation.html +share/doc/octave/interpreter/Mex_002dFiles.html share/doc/octave/interpreter/Missing-Data.html share/doc/octave/interpreter/Models.html share/doc/octave/interpreter/Multiple-Plot-Windows.html share/doc/octave/interpreter/Multiple-Plots-on-One-Page.html share/doc/octave/interpreter/Multiple-Return-Values.html +share/doc/octave/interpreter/Networking-Utilities.html share/doc/octave/interpreter/Nonlinear-Equations.html share/doc/octave/interpreter/Nonlinear-Programming.html +share/doc/octave/interpreter/Notes-for-the-C-programmer.html share/doc/octave/interpreter/Numeric-Data-Types.html share/doc/octave/interpreter/Numeric-Input-Conversions.html share/doc/octave/interpreter/Numeric-Objects.html share/doc/octave/interpreter/Object-Sizes.html +share/doc/octave/interpreter/Oct_002dFiles.html share/doc/octave/interpreter/Opening-and-Closing-Files.html share/doc/octave/interpreter/Operator-Index.html share/doc/octave/interpreter/Operator-Precedence.html +share/doc/octave/interpreter/Operators-and-Functions.html share/doc/octave/interpreter/Optimization.html share/doc/octave/interpreter/Ordinary-Differential-Equations.html share/doc/octave/interpreter/Organization-of-Functions.html @@ -826,28 +892,36 @@ share/doc/octave/interpreter/Orthogonal-Collocation.html share/doc/octave/interpreter/Other-Output-Conversions.html share/doc/octave/interpreter/Output-Conversion-Syntax.html share/doc/octave/interpreter/Output-Conversion-for-Matrices.html +share/doc/octave/interpreter/Overloading-and-Autoloading.html +share/doc/octave/interpreter/PKG_005fADD-and-PKG_005fDEL-directives.html +share/doc/octave/interpreter/Packages.html share/doc/octave/interpreter/Password-Database-Functions.html share/doc/octave/interpreter/Persistent-Variables.html share/doc/octave/interpreter/Plot-Annotations.html +share/doc/octave/interpreter/Plotting-on-top-of-Images.html share/doc/octave/interpreter/Plotting.html share/doc/octave/interpreter/Polynomial-Manipulations.html share/doc/octave/interpreter/Predicates-for-Numeric-Objects.html share/doc/octave/interpreter/Preface.html share/doc/octave/interpreter/Printing-Notation.html +share/doc/octave/interpreter/Printing-Plots.html share/doc/octave/interpreter/Process-ID-Information.html +share/doc/octave/interpreter/Processing-Data-in-Cell-Arrays.html share/doc/octave/interpreter/Quadratic-Programming.html share/doc/octave/interpreter/Quadrature.html share/doc/octave/interpreter/Quaternions.html share/doc/octave/interpreter/Quitting-Octave.html share/doc/octave/interpreter/Ranges.html +share/doc/octave/interpreter/Real-Life-Example.html share/doc/octave/interpreter/Rearranging-Matrices.html share/doc/octave/interpreter/Recursion.html share/doc/octave/interpreter/Reporting-Bugs.html +share/doc/octave/interpreter/Representing-Images.html +share/doc/octave/interpreter/ReturnType.html share/doc/octave/interpreter/Returning-From-a-Function.html share/doc/octave/interpreter/Running-Octave-From-Within-Emacs.html share/doc/octave/interpreter/Running-Octave.html share/doc/octave/interpreter/Script-Files.html -share/doc/octave/interpreter/Searching-and-Replacing.html share/doc/octave/interpreter/Sending-Patches.html share/doc/octave/interpreter/Service.html share/doc/octave/interpreter/Sets.html @@ -856,28 +930,42 @@ share/doc/octave/interpreter/Signal-Processing.html share/doc/octave/interpreter/Simple-Examples.html share/doc/octave/interpreter/Simple-File-I_002fO.html share/doc/octave/interpreter/Simple-Output.html +share/doc/octave/interpreter/Sparse-Linear-Algebra.html +share/doc/octave/interpreter/Sparse-Matrices-in-Oct_002dFiles.html +share/doc/octave/interpreter/Sparse-Matrices-with-Mex_002dFiles.html +share/doc/octave/interpreter/Sparse-Matrices.html share/doc/octave/interpreter/Special-Functions.html share/doc/octave/interpreter/Special-Utility-Matrices.html share/doc/octave/interpreter/Specialized-Two_002dDimensional-Plots.html +share/doc/octave/interpreter/Standalone-Programs.html share/doc/octave/interpreter/Startup-Files.html share/doc/octave/interpreter/Statements.html share/doc/octave/interpreter/Statistics.html share/doc/octave/interpreter/Status-of-Variables.html +share/doc/octave/interpreter/Storage.html share/doc/octave/interpreter/String-Conversions.html share/doc/octave/interpreter/String-Input-Conversions.html share/doc/octave/interpreter/String-Objects.html share/doc/octave/interpreter/Strings.html +share/doc/octave/interpreter/Structures-in-Oct_002dFiles.html +share/doc/octave/interpreter/Structures-with-Mex_002dFiles.html share/doc/octave/interpreter/Style-Tips.html +share/doc/octave/interpreter/Subfunctions.html share/doc/octave/interpreter/Summary-of-Built_002din-Variables.html share/doc/octave/interpreter/Sums-and-Products.html share/doc/octave/interpreter/System-Information.html share/doc/octave/interpreter/System-Utilities.html share/doc/octave/interpreter/Table-of-Input-Conversions.html share/doc/octave/interpreter/Table-of-Output-Conversions.html +share/doc/octave/interpreter/Techniques-used-for-Linear-Algebra.html share/doc/octave/interpreter/Temporary-Files.html share/doc/octave/interpreter/Terminal-Input.html share/doc/octave/interpreter/Terminal-Output.html +share/doc/octave/interpreter/Test-Functions.html +share/doc/octave/interpreter/Test-and-Demo-Functions.html share/doc/octave/interpreter/Tests.html +share/doc/octave/interpreter/The-DESCRIPTION-File.html +share/doc/octave/interpreter/The-INDEX-file.html share/doc/octave/interpreter/The-break-Statement.html share/doc/octave/interpreter/The-continue-Statement.html share/doc/octave/interpreter/The-do_002duntil-Statement.html @@ -895,48 +983,53 @@ share/doc/octave/interpreter/Trouble.html share/doc/octave/interpreter/Two_002dDimensional-Plotting.html share/doc/octave/interpreter/User_002ddefined-Data-Types.html share/doc/octave/interpreter/Using-Octave-Mode.html +share/doc/octave/interpreter/Using-Packages.html +share/doc/octave/interpreter/Using-Sparse-Matrices-in-Oct_002dFiles.html share/doc/octave/interpreter/Using-the-Emacs-Info-Reader-for-Octave.html share/doc/octave/interpreter/Utility-Functions.html share/doc/octave/interpreter/Variable-Index.html share/doc/octave/interpreter/Variable_002dlength-Argument-Lists.html share/doc/octave/interpreter/Variable_002dlength-Return-Lists.html share/doc/octave/interpreter/Variables.html +share/doc/octave/interpreter/Working-with-Matrices-and-Arrays-in-Mex_002dFiles.html share/doc/octave/interpreter/blockdiag.html share/doc/octave/interpreter/cacsd.html -share/doc/octave/interpreter/doc_002dDEFAULT_005fLOADPATH.html share/doc/octave/interpreter/doc_002dDEMOcontrol.html share/doc/octave/interpreter/doc_002dEDITOR.html share/doc/octave/interpreter/doc_002dEXEC_005fPATH.html share/doc/octave/interpreter/doc_002dI.html -share/doc/octave/interpreter/doc_002dIMAGEPATH.html -share/doc/octave/interpreter/doc_002dINFO_005fFILE.html -share/doc/octave/interpreter/doc_002dINFO_005fPROGRAM.html +share/doc/octave/interpreter/doc_002dIMAGE_005fPATH.html share/doc/octave/interpreter/doc_002dInf.html -share/doc/octave/interpreter/doc_002dLOADPATH.html -share/doc/octave/interpreter/doc_002dMAKEINFO_005fPROGRAM.html share/doc/octave/interpreter/doc_002dNA.html share/doc/octave/interpreter/doc_002dNaN.html +share/doc/octave/interpreter/doc_002dOCTAVE_005fHOME.html share/doc/octave/interpreter/doc_002dOCTAVE_005fVERSION.html share/doc/octave/interpreter/doc_002dPAGER.html +share/doc/octave/interpreter/doc_002dPAGER_005fFLAGS.html share/doc/octave/interpreter/doc_002dPS1.html share/doc/octave/interpreter/doc_002dPS2.html share/doc/octave/interpreter/doc_002dPS4.html +share/doc/octave/interpreter/doc_002dP_005ftmpdir.html share/doc/octave/interpreter/doc_002dSEEK_005fSET.html +share/doc/octave/interpreter/doc_002dSIG.html share/doc/octave/interpreter/doc_002dabcddim.html share/doc/octave/interpreter/doc_002dabs.html share/doc/octave/interpreter/doc_002dacos.html +share/doc/octave/interpreter/doc_002dacosd.html share/doc/octave/interpreter/doc_002dacosh.html share/doc/octave/interpreter/doc_002dacot.html +share/doc/octave/interpreter/doc_002dacotd.html share/doc/octave/interpreter/doc_002dacoth.html share/doc/octave/interpreter/doc_002dacsc.html +share/doc/octave/interpreter/doc_002dacscd.html share/doc/octave/interpreter/doc_002dacsch.html +share/doc/octave/interpreter/doc_002daddpath.html share/doc/octave/interpreter/doc_002dairy.html share/doc/octave/interpreter/doc_002dall.html share/doc/octave/interpreter/doc_002danaldemo.html share/doc/octave/interpreter/doc_002danova.html share/doc/octave/interpreter/doc_002dans.html share/doc/octave/interpreter/doc_002dany.html -share/doc/octave/interpreter/doc_002dappend.html share/doc/octave/interpreter/doc_002darch_005ffit.html share/doc/octave/interpreter/doc_002darch_005frnd.html share/doc/octave/interpreter/doc_002darch_005ftest.html @@ -945,18 +1038,26 @@ share/doc/octave/interpreter/doc_002darg.html share/doc/octave/interpreter/doc_002dargnames.html share/doc/octave/interpreter/doc_002dargv.html share/doc/octave/interpreter/doc_002darma_005frnd.html +share/doc/octave/interpreter/doc_002darrayfun.html share/doc/octave/interpreter/doc_002dasctime.html share/doc/octave/interpreter/doc_002dasec.html +share/doc/octave/interpreter/doc_002dasecd.html share/doc/octave/interpreter/doc_002dasech.html share/doc/octave/interpreter/doc_002dasin.html +share/doc/octave/interpreter/doc_002dasind.html share/doc/octave/interpreter/doc_002dasinh.html +share/doc/octave/interpreter/doc_002dassert.html +share/doc/octave/interpreter/doc_002dassignin.html share/doc/octave/interpreter/doc_002datan.html share/doc/octave/interpreter/doc_002datan2.html +share/doc/octave/interpreter/doc_002datand.html share/doc/octave/interpreter/doc_002datanh.html share/doc/octave/interpreter/doc_002datexit.html share/doc/octave/interpreter/doc_002dautocor.html share/doc/octave/interpreter/doc_002dautocov.html +share/doc/octave/interpreter/doc_002dautoload.html share/doc/octave/interpreter/doc_002dautoreg_005fmatrix.html +share/doc/octave/interpreter/doc_002daxes.html share/doc/octave/interpreter/doc_002daxis.html share/doc/octave/interpreter/doc_002daxis2dlim.html share/doc/octave/interpreter/doc_002dbalance.html @@ -965,86 +1066,126 @@ share/doc/octave/interpreter/doc_002dbartlett.html share/doc/octave/interpreter/doc_002dbartlett_005ftest.html share/doc/octave/interpreter/doc_002dbase2dec.html share/doc/octave/interpreter/doc_002dbddemo.html +share/doc/octave/interpreter/doc_002dbeep.html share/doc/octave/interpreter/doc_002dbeep_005fon_005ferror.html share/doc/octave/interpreter/doc_002dbesselj.html share/doc/octave/interpreter/doc_002dbeta.html -share/doc/octave/interpreter/doc_002dbeta_005fcdf.html -share/doc/octave/interpreter/doc_002dbeta_005finv.html -share/doc/octave/interpreter/doc_002dbeta_005fpdf.html -share/doc/octave/interpreter/doc_002dbeta_005frnd.html +share/doc/octave/interpreter/doc_002dbetacdf.html share/doc/octave/interpreter/doc_002dbetainc.html +share/doc/octave/interpreter/doc_002dbetainv.html +share/doc/octave/interpreter/doc_002dbetaln.html +share/doc/octave/interpreter/doc_002dbetapdf.html +share/doc/octave/interpreter/doc_002dbetarnd.html +share/doc/octave/interpreter/doc_002dbicubic.html share/doc/octave/interpreter/doc_002dbin2dec.html share/doc/octave/interpreter/doc_002dbincoeff.html -share/doc/octave/interpreter/doc_002dbinomial_005fcdf.html -share/doc/octave/interpreter/doc_002dbinomial_005finv.html -share/doc/octave/interpreter/doc_002dbinomial_005fpdf.html -share/doc/octave/interpreter/doc_002dbinomial_005frnd.html +share/doc/octave/interpreter/doc_002dbinocdf.html +share/doc/octave/interpreter/doc_002dbinoinv.html +share/doc/octave/interpreter/doc_002dbinopdf.html +share/doc/octave/interpreter/doc_002dbinornd.html +share/doc/octave/interpreter/doc_002dbitand.html +share/doc/octave/interpreter/doc_002dbitcmp.html +share/doc/octave/interpreter/doc_002dbitget.html +share/doc/octave/interpreter/doc_002dbitmax.html +share/doc/octave/interpreter/doc_002dbitor.html +share/doc/octave/interpreter/doc_002dbitset.html +share/doc/octave/interpreter/doc_002dbitshift.html +share/doc/octave/interpreter/doc_002dbitxor.html share/doc/octave/interpreter/doc_002dblackman.html share/doc/octave/interpreter/doc_002dblanks.html +share/doc/octave/interpreter/doc_002dblkdiag.html share/doc/octave/interpreter/doc_002dbode.html share/doc/octave/interpreter/doc_002dbode_005fbounds.html +share/doc/octave/interpreter/doc_002dbox.html +share/doc/octave/interpreter/doc_002dbug_005freport.html share/doc/octave/interpreter/doc_002dbuildssic.html +share/doc/octave/interpreter/doc_002dbuiltin.html +share/doc/octave/interpreter/doc_002dbunzip2.html share/doc/octave/interpreter/doc_002dc2d.html +share/doc/octave/interpreter/doc_002dcalendar.html +share/doc/octave/interpreter/doc_002dcanonicalize_005ffile_005fname.html share/doc/octave/interpreter/doc_002dcart2pol.html share/doc/octave/interpreter/doc_002dcart2sph.html +share/doc/octave/interpreter/doc_002dcast.html share/doc/octave/interpreter/doc_002dcat.html share/doc/octave/interpreter/doc_002dcauchy_005fcdf.html share/doc/octave/interpreter/doc_002dcauchy_005finv.html share/doc/octave/interpreter/doc_002dcauchy_005fpdf.html share/doc/octave/interpreter/doc_002dcauchy_005frnd.html +share/doc/octave/interpreter/doc_002dccolamd.html share/doc/octave/interpreter/doc_002dcd.html share/doc/octave/interpreter/doc_002dceil.html share/doc/octave/interpreter/doc_002dcell.html +share/doc/octave/interpreter/doc_002dcell2mat.html +share/doc/octave/interpreter/doc_002dcell2struct.html +share/doc/octave/interpreter/doc_002dcellfun.html +share/doc/octave/interpreter/doc_002dcellidx.html share/doc/octave/interpreter/doc_002dcellstr.html share/doc/octave/interpreter/doc_002dcenter.html share/doc/octave/interpreter/doc_002dchar.html -share/doc/octave/interpreter/doc_002dchisquare_005fcdf.html -share/doc/octave/interpreter/doc_002dchisquare_005finv.html -share/doc/octave/interpreter/doc_002dchisquare_005fpdf.html -share/doc/octave/interpreter/doc_002dchisquare_005frnd.html +share/doc/octave/interpreter/doc_002dchi2cdf.html +share/doc/octave/interpreter/doc_002dchi2inv.html +share/doc/octave/interpreter/doc_002dchi2pdf.html +share/doc/octave/interpreter/doc_002dchi2rnd.html share/doc/octave/interpreter/doc_002dchisquare_005ftest_005fhomogeneity.html share/doc/octave/interpreter/doc_002dchisquare_005ftest_005findependence.html share/doc/octave/interpreter/doc_002dchol.html +share/doc/octave/interpreter/doc_002dchol2inv.html +share/doc/octave/interpreter/doc_002dcholinv.html share/doc/octave/interpreter/doc_002dcircshift.html +share/doc/octave/interpreter/doc_002dclass.html share/doc/octave/interpreter/doc_002dclc.html share/doc/octave/interpreter/doc_002dclear.html -share/doc/octave/interpreter/doc_002dclearplot.html +share/doc/octave/interpreter/doc_002dclf.html share/doc/octave/interpreter/doc_002dclock.html share/doc/octave/interpreter/doc_002dcloglog.html -share/doc/octave/interpreter/doc_002dcloseplot.html +share/doc/octave/interpreter/doc_002dclose.html +share/doc/octave/interpreter/doc_002dclosereq.html +share/doc/octave/interpreter/doc_002dcolamd.html share/doc/octave/interpreter/doc_002dcolloc.html share/doc/octave/interpreter/doc_002dcolormap.html +share/doc/octave/interpreter/doc_002dcolperm.html share/doc/octave/interpreter/doc_002dcolumns.html -share/doc/octave/interpreter/doc_002dcom2str.html share/doc/octave/interpreter/doc_002dcommon_005fsize.html share/doc/octave/interpreter/doc_002dcommutation_005fmatrix.html share/doc/octave/interpreter/doc_002dcompan.html share/doc/octave/interpreter/doc_002dcomplement.html share/doc/octave/interpreter/doc_002dcompletion_005fappend_005fchar.html share/doc/octave/interpreter/doc_002dcompletion_005fmatches.html +share/doc/octave/interpreter/doc_002dcomplex.html share/doc/octave/interpreter/doc_002dcomputer.html share/doc/octave/interpreter/doc_002dcond.html +share/doc/octave/interpreter/doc_002dconfirm_005frecursive_005frmdir.html share/doc/octave/interpreter/doc_002dconj.html share/doc/octave/interpreter/doc_002dcontour.html +share/doc/octave/interpreter/doc_002dcontourc.html share/doc/octave/interpreter/doc_002dconv.html +share/doc/octave/interpreter/doc_002dconv2.html +share/doc/octave/interpreter/doc_002dcopyfile.html share/doc/octave/interpreter/doc_002dcor.html share/doc/octave/interpreter/doc_002dcor_005ftest.html share/doc/octave/interpreter/doc_002dcorrcoef.html share/doc/octave/interpreter/doc_002dcos.html +share/doc/octave/interpreter/doc_002dcosd.html share/doc/octave/interpreter/doc_002dcosh.html share/doc/octave/interpreter/doc_002dcot.html +share/doc/octave/interpreter/doc_002dcotd.html share/doc/octave/interpreter/doc_002dcoth.html share/doc/octave/interpreter/doc_002dcov.html +share/doc/octave/interpreter/doc_002dcplxpair.html share/doc/octave/interpreter/doc_002dcputime.html share/doc/octave/interpreter/doc_002dcrash_005fdumps_005foctave_005fcore.html share/doc/octave/interpreter/doc_002dcreate_005fset.html share/doc/octave/interpreter/doc_002dcross.html share/doc/octave/interpreter/doc_002dcsc.html +share/doc/octave/interpreter/doc_002dcscd.html share/doc/octave/interpreter/doc_002dcsch.html +share/doc/octave/interpreter/doc_002dcsymamd.html share/doc/octave/interpreter/doc_002dctime.html share/doc/octave/interpreter/doc_002dctrb.html share/doc/octave/interpreter/doc_002dcumprod.html share/doc/octave/interpreter/doc_002dcumsum.html +share/doc/octave/interpreter/doc_002dcumtrapz.html share/doc/octave/interpreter/doc_002dcut.html share/doc/octave/interpreter/doc_002dd2c.html share/doc/octave/interpreter/doc_002ddamp.html @@ -1054,12 +1195,15 @@ share/doc/octave/interpreter/doc_002ddaspk_005foptions.html share/doc/octave/interpreter/doc_002ddasrt.html share/doc/octave/interpreter/doc_002ddasrt_005foptions.html share/doc/octave/interpreter/doc_002ddate.html +share/doc/octave/interpreter/doc_002ddatestr.html +share/doc/octave/interpreter/doc_002ddatevec.html share/doc/octave/interpreter/doc_002ddbclear.html share/doc/octave/interpreter/doc_002ddbstatus.html share/doc/octave/interpreter/doc_002ddbstop.html share/doc/octave/interpreter/doc_002ddbtype.html share/doc/octave/interpreter/doc_002ddbwhere.html share/doc/octave/interpreter/doc_002ddcgain.html +share/doc/octave/interpreter/doc_002ddeal.html share/doc/octave/interpreter/doc_002ddeblank.html share/doc/octave/interpreter/doc_002ddebug_005fon_005ferror.html share/doc/octave/interpreter/doc_002ddebug_005fon_005finterrupt.html @@ -1068,7 +1212,9 @@ share/doc/octave/interpreter/doc_002ddec2base.html share/doc/octave/interpreter/doc_002ddec2bin.html share/doc/octave/interpreter/doc_002ddec2hex.html share/doc/octave/interpreter/doc_002ddeconv.html -share/doc/octave/interpreter/doc_002ddefault_005fsave_005fformat.html +share/doc/octave/interpreter/doc_002ddefault_005fsave_005foptions.html +share/doc/octave/interpreter/doc_002ddelete.html +share/doc/octave/interpreter/doc_002ddemo.html share/doc/octave/interpreter/doc_002ddet.html share/doc/octave/interpreter/doc_002ddetrend.html share/doc/octave/interpreter/doc_002ddgkfdemo.html @@ -1077,20 +1223,27 @@ share/doc/octave/interpreter/doc_002ddiag.html share/doc/octave/interpreter/doc_002ddiary.html share/doc/octave/interpreter/doc_002ddiff.html share/doc/octave/interpreter/doc_002ddiffpara.html +share/doc/octave/interpreter/doc_002ddir.html share/doc/octave/interpreter/doc_002ddiscrete_005fcdf.html share/doc/octave/interpreter/doc_002ddiscrete_005finv.html share/doc/octave/interpreter/doc_002ddiscrete_005fpdf.html share/doc/octave/interpreter/doc_002ddiscrete_005frnd.html share/doc/octave/interpreter/doc_002ddisp.html +share/doc/octave/interpreter/doc_002ddispatch.html share/doc/octave/interpreter/doc_002ddkalman.html share/doc/octave/interpreter/doc_002ddlqe.html share/doc/octave/interpreter/doc_002ddlqr.html share/doc/octave/interpreter/doc_002ddlyap.html +share/doc/octave/interpreter/doc_002ddmperm.html share/doc/octave/interpreter/doc_002ddmr2d.html share/doc/octave/interpreter/doc_002ddmult.html share/doc/octave/interpreter/doc_002ddo_005fstring_005fescapes.html +share/doc/octave/interpreter/doc_002ddoc.html share/doc/octave/interpreter/doc_002ddocument.html +share/doc/octave/interpreter/doc_002ddos.html share/doc/octave/interpreter/doc_002ddot.html +share/doc/octave/interpreter/doc_002ddouble.html +share/doc/octave/interpreter/doc_002ddrawnow.html share/doc/octave/interpreter/doc_002ddre.html share/doc/octave/interpreter/doc_002ddup2.html share/doc/octave/interpreter/doc_002dduplication_005fmatrix.html @@ -1106,29 +1259,36 @@ share/doc/octave/interpreter/doc_002dempirical_005fpdf.html share/doc/octave/interpreter/doc_002dempirical_005frnd.html share/doc/octave/interpreter/doc_002dendgrent.html share/doc/octave/interpreter/doc_002dendpwent.html +share/doc/octave/interpreter/doc_002deomday.html share/doc/octave/interpreter/doc_002deps.html share/doc/octave/interpreter/doc_002derf.html share/doc/octave/interpreter/doc_002derfc.html share/doc/octave/interpreter/doc_002derfinv.html +share/doc/octave/interpreter/doc_002derrno.html +share/doc/octave/interpreter/doc_002derrno_005flist.html share/doc/octave/interpreter/doc_002derror.html share/doc/octave/interpreter/doc_002derrorbar.html share/doc/octave/interpreter/doc_002detime.html +share/doc/octave/interpreter/doc_002detree.html +share/doc/octave/interpreter/doc_002detreeplot.html share/doc/octave/interpreter/doc_002deval.html +share/doc/octave/interpreter/doc_002devalin.html +share/doc/octave/interpreter/doc_002dexample.html share/doc/octave/interpreter/doc_002dexec.html share/doc/octave/interpreter/doc_002dexist.html share/doc/octave/interpreter/doc_002dexp.html +share/doc/octave/interpreter/doc_002dexpcdf.html +share/doc/octave/interpreter/doc_002dexpinv.html share/doc/octave/interpreter/doc_002dexpm.html -share/doc/octave/interpreter/doc_002dexponential_005fcdf.html -share/doc/octave/interpreter/doc_002dexponential_005finv.html -share/doc/octave/interpreter/doc_002dexponential_005fpdf.html -share/doc/octave/interpreter/doc_002dexponential_005frnd.html +share/doc/octave/interpreter/doc_002dexppdf.html +share/doc/octave/interpreter/doc_002dexprnd.html share/doc/octave/interpreter/doc_002deye.html -share/doc/octave/interpreter/doc_002df_005fcdf.html -share/doc/octave/interpreter/doc_002df_005finv.html -share/doc/octave/interpreter/doc_002df_005fpdf.html -share/doc/octave/interpreter/doc_002df_005frnd.html share/doc/octave/interpreter/doc_002df_005ftest_005fregression.html +share/doc/octave/interpreter/doc_002dfactor.html +share/doc/octave/interpreter/doc_002dfactorial.html +share/doc/octave/interpreter/doc_002dfail.html share/doc/octave/interpreter/doc_002dfalse.html +share/doc/octave/interpreter/doc_002dfcdf.html share/doc/octave/interpreter/doc_002dfclose.html share/doc/octave/interpreter/doc_002dfcntl.html share/doc/octave/interpreter/doc_002dfdisp.html @@ -1142,16 +1302,22 @@ share/doc/octave/interpreter/doc_002dfftconv.html share/doc/octave/interpreter/doc_002dfftfilt.html share/doc/octave/interpreter/doc_002dfftn.html share/doc/octave/interpreter/doc_002dfftshift.html +share/doc/octave/interpreter/doc_002dfftw.html share/doc/octave/interpreter/doc_002dfgetl.html share/doc/octave/interpreter/doc_002dfgets.html share/doc/octave/interpreter/doc_002dfieldnames.html share/doc/octave/interpreter/doc_002dfigure.html share/doc/octave/interpreter/doc_002dfile_005fin_005floadpath.html share/doc/octave/interpreter/doc_002dfile_005fin_005fpath.html +share/doc/octave/interpreter/doc_002dfileattrib.html +share/doc/octave/interpreter/doc_002dfileparts.html +share/doc/octave/interpreter/doc_002dfilesep.html share/doc/octave/interpreter/doc_002dfilter.html +share/doc/octave/interpreter/doc_002dfilter2.html share/doc/octave/interpreter/doc_002dfind.html share/doc/octave/interpreter/doc_002dfindstr.html share/doc/octave/interpreter/doc_002dfinite.html +share/doc/octave/interpreter/doc_002dfinv.html share/doc/octave/interpreter/doc_002dfir2sys.html share/doc/octave/interpreter/doc_002dfix.html share/doc/octave/interpreter/doc_002dfixed_005fpoint_005fformat.html @@ -1159,11 +1325,14 @@ share/doc/octave/interpreter/doc_002dflipdim.html share/doc/octave/interpreter/doc_002dfliplr.html share/doc/octave/interpreter/doc_002dflipud.html share/doc/octave/interpreter/doc_002dfloor.html +share/doc/octave/interpreter/doc_002dfmod.html share/doc/octave/interpreter/doc_002dfnmatch.html share/doc/octave/interpreter/doc_002dfopen.html share/doc/octave/interpreter/doc_002dfork.html share/doc/octave/interpreter/doc_002dformat.html share/doc/octave/interpreter/doc_002dformula.html +share/doc/octave/interpreter/doc_002dfpdf.html +share/doc/octave/interpreter/doc_002dfplot.html share/doc/octave/interpreter/doc_002dfprintf.html share/doc/octave/interpreter/doc_002dfputs.html share/doc/octave/interpreter/doc_002dfractdiff.html @@ -1174,30 +1343,38 @@ share/doc/octave/interpreter/doc_002dfreqchkw.html share/doc/octave/interpreter/doc_002dfreqz.html share/doc/octave/interpreter/doc_002dfreqz_005fplot.html share/doc/octave/interpreter/doc_002dfrewind.html +share/doc/octave/interpreter/doc_002dfrnd.html share/doc/octave/interpreter/doc_002dfscanf.html share/doc/octave/interpreter/doc_002dfseek.html share/doc/octave/interpreter/doc_002dfsolve.html share/doc/octave/interpreter/doc_002dfsolve_005foptions.html share/doc/octave/interpreter/doc_002dftell.html +share/doc/octave/interpreter/doc_002dfull.html +share/doc/octave/interpreter/doc_002dfullfile.html share/doc/octave/interpreter/doc_002dfunc2str.html share/doc/octave/interpreter/doc_002dfunctions.html share/doc/octave/interpreter/doc_002dfv.html share/doc/octave/interpreter/doc_002dfvl.html share/doc/octave/interpreter/doc_002dfwrite.html +share/doc/octave/interpreter/doc_002dgamcdf.html +share/doc/octave/interpreter/doc_002dgaminv.html share/doc/octave/interpreter/doc_002dgamma.html -share/doc/octave/interpreter/doc_002dgamma_005fcdf.html -share/doc/octave/interpreter/doc_002dgamma_005finv.html -share/doc/octave/interpreter/doc_002dgamma_005fpdf.html -share/doc/octave/interpreter/doc_002dgamma_005frnd.html share/doc/octave/interpreter/doc_002dgammainc.html +share/doc/octave/interpreter/doc_002dgampdf.html +share/doc/octave/interpreter/doc_002dgamrnd.html +share/doc/octave/interpreter/doc_002dgca.html share/doc/octave/interpreter/doc_002dgcd.html -share/doc/octave/interpreter/doc_002dgeometric_005fcdf.html -share/doc/octave/interpreter/doc_002dgeometric_005finv.html -share/doc/octave/interpreter/doc_002dgeometric_005fpdf.html -share/doc/octave/interpreter/doc_002dgeometric_005frnd.html +share/doc/octave/interpreter/doc_002dgcf.html +share/doc/octave/interpreter/doc_002dgenpath.html +share/doc/octave/interpreter/doc_002dgeocdf.html +share/doc/octave/interpreter/doc_002dgeoinv.html +share/doc/octave/interpreter/doc_002dgeopdf.html +share/doc/octave/interpreter/doc_002dgeornd.html +share/doc/octave/interpreter/doc_002dget.html share/doc/octave/interpreter/doc_002dgetegid.html share/doc/octave/interpreter/doc_002dgetenv.html share/doc/octave/interpreter/doc_002dgeteuid.html +share/doc/octave/interpreter/doc_002dgetfield.html share/doc/octave/interpreter/doc_002dgetgid.html share/doc/octave/interpreter/doc_002dgetgrent.html share/doc/octave/interpreter/doc_002dgetgrgid.html @@ -1212,24 +1389,21 @@ share/doc/octave/interpreter/doc_002dgetrusage.html share/doc/octave/interpreter/doc_002dgetuid.html share/doc/octave/interpreter/doc_002dgivens.html share/doc/octave/interpreter/doc_002dglob.html +share/doc/octave/interpreter/doc_002dglpk.html share/doc/octave/interpreter/doc_002dgls.html share/doc/octave/interpreter/doc_002dgmtime.html share/doc/octave/interpreter/doc_002dgnuplot_005fbinary.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005faxes.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005fend.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005fplot.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005freplot.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005fsplot.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005ftitle.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005fusing.html -share/doc/octave/interpreter/doc_002dgnuplot_005fcommand_005fwith.html -share/doc/octave/interpreter/doc_002dgnuplot_005fhas_005fframes.html +share/doc/octave/interpreter/doc_002dgnuplot_005fuse_005ftitle_005foption.html +share/doc/octave/interpreter/doc_002dgplot.html +share/doc/octave/interpreter/doc_002dgradient.html share/doc/octave/interpreter/doc_002dgram.html share/doc/octave/interpreter/doc_002dgray.html share/doc/octave/interpreter/doc_002dgray2ind.html share/doc/octave/interpreter/doc_002dgrid.html +share/doc/octave/interpreter/doc_002dgunzip.html share/doc/octave/interpreter/doc_002dh2norm.html share/doc/octave/interpreter/doc_002dh2syn.html +share/doc/octave/interpreter/doc_002dhadamard.html share/doc/octave/interpreter/doc_002dhamming.html share/doc/octave/interpreter/doc_002dhankel.html share/doc/octave/interpreter/doc_002dhanning.html @@ -1247,6 +1421,7 @@ share/doc/octave/interpreter/doc_002dhist.html share/doc/octave/interpreter/doc_002dhistory.html share/doc/octave/interpreter/doc_002dhistory_005ffile.html share/doc/octave/interpreter/doc_002dhistory_005fsize.html +share/doc/octave/interpreter/doc_002dhistory_005ftimestamp_005fformat_005fstring.html share/doc/octave/interpreter/doc_002dhold.html share/doc/octave/interpreter/doc_002dhorzcat.html share/doc/octave/interpreter/doc_002dhotelling_005ftest.html @@ -1254,26 +1429,42 @@ share/doc/octave/interpreter/doc_002dhotelling_005ftest_005f2.html share/doc/octave/interpreter/doc_002dhoush.html share/doc/octave/interpreter/doc_002dhsv2rgb.html share/doc/octave/interpreter/doc_002dhurst.html -share/doc/octave/interpreter/doc_002dhypergeometric_005fcdf.html -share/doc/octave/interpreter/doc_002dhypergeometric_005finv.html -share/doc/octave/interpreter/doc_002dhypergeometric_005fpdf.html -share/doc/octave/interpreter/doc_002dhypergeometric_005frnd.html +share/doc/octave/interpreter/doc_002dhygecdf.html +share/doc/octave/interpreter/doc_002dhygeinv.html +share/doc/octave/interpreter/doc_002dhygepdf.html +share/doc/octave/interpreter/doc_002dhygernd.html share/doc/octave/interpreter/doc_002difft.html share/doc/octave/interpreter/doc_002difft2.html share/doc/octave/interpreter/doc_002difftn.html +share/doc/octave/interpreter/doc_002difftshift.html share/doc/octave/interpreter/doc_002dignore_005ffunction_005ftime_005fstamp.html share/doc/octave/interpreter/doc_002dimag.html share/doc/octave/interpreter/doc_002dimage.html +share/doc/octave/interpreter/doc_002dimage_005fviewer.html share/doc/octave/interpreter/doc_002dimagesc.html share/doc/octave/interpreter/doc_002dimpulse.html share/doc/octave/interpreter/doc_002dimshow.html share/doc/octave/interpreter/doc_002dind2gray.html share/doc/octave/interpreter/doc_002dind2rgb.html +share/doc/octave/interpreter/doc_002dind2sub.html share/doc/octave/interpreter/doc_002dindex.html +share/doc/octave/interpreter/doc_002dinfo_005ffile.html +share/doc/octave/interpreter/doc_002dinfo_005fprogram.html share/doc/octave/interpreter/doc_002dinline.html share/doc/octave/interpreter/doc_002dinput.html +share/doc/octave/interpreter/doc_002dinputname.html +share/doc/octave/interpreter/doc_002dint16.html share/doc/octave/interpreter/doc_002dint2str.html -share/doc/octave/interpreter/doc_002dintersection.html +share/doc/octave/interpreter/doc_002dint32.html +share/doc/octave/interpreter/doc_002dint64.html +share/doc/octave/interpreter/doc_002dint8.html +share/doc/octave/interpreter/doc_002dinterp1.html +share/doc/octave/interpreter/doc_002dinterp2.html +share/doc/octave/interpreter/doc_002dinterpft.html +share/doc/octave/interpreter/doc_002dinterpn.html +share/doc/octave/interpreter/doc_002dintersect.html +share/doc/octave/interpreter/doc_002dintmax.html +share/doc/octave/interpreter/doc_002dintmin.html share/doc/octave/interpreter/doc_002dinv.html share/doc/octave/interpreter/doc_002dinvhilb.html share/doc/octave/interpreter/doc_002dipermute.html @@ -1286,52 +1477,66 @@ share/doc/octave/interpreter/doc_002dis_005fdgkf.html share/doc/octave/interpreter/doc_002dis_005fdigital.html share/doc/octave/interpreter/doc_002dis_005fduplicate_005fentry.html share/doc/octave/interpreter/doc_002dis_005fleap_005fyear.html -share/doc/octave/interpreter/doc_002dis_005fnan_005for_005fna.html share/doc/octave/interpreter/doc_002dis_005fobservable.html share/doc/octave/interpreter/doc_002dis_005fsample.html share/doc/octave/interpreter/doc_002dis_005fsignal_005flist.html share/doc/octave/interpreter/doc_002dis_005fsiso.html share/doc/octave/interpreter/doc_002dis_005fstabilizable.html share/doc/octave/interpreter/doc_002dis_005fstable.html +share/doc/octave/interpreter/doc_002disa.html share/doc/octave/interpreter/doc_002disalnum.html share/doc/octave/interpreter/doc_002disalpha.html share/doc/octave/interpreter/doc_002disascii.html share/doc/octave/interpreter/doc_002disbool.html share/doc/octave/interpreter/doc_002discell.html +share/doc/octave/interpreter/doc_002discellstr.html share/doc/octave/interpreter/doc_002dischar.html share/doc/octave/interpreter/doc_002discntrl.html +share/doc/octave/interpreter/doc_002discommand.html share/doc/octave/interpreter/doc_002discomplex.html +share/doc/octave/interpreter/doc_002disdefinite.html share/doc/octave/interpreter/doc_002disdigit.html +share/doc/octave/interpreter/doc_002disdir.html share/doc/octave/interpreter/doc_002disempty.html +share/doc/octave/interpreter/doc_002disequal.html +share/doc/octave/interpreter/doc_002disequalwithequalnans.html share/doc/octave/interpreter/doc_002disfield.html +share/doc/octave/interpreter/doc_002disfigure.html share/doc/octave/interpreter/doc_002disglobal.html share/doc/octave/interpreter/doc_002disgraph.html share/doc/octave/interpreter/doc_002dishold.html share/doc/octave/interpreter/doc_002disieee.html share/doc/octave/interpreter/doc_002disinf.html -share/doc/octave/interpreter/doc_002dislist.html +share/doc/octave/interpreter/doc_002disinteger.html +share/doc/octave/interpreter/doc_002disletter.html share/doc/octave/interpreter/doc_002dislower.html share/doc/octave/interpreter/doc_002dismatrix.html +share/doc/octave/interpreter/doc_002dismember.html share/doc/octave/interpreter/doc_002disna.html share/doc/octave/interpreter/doc_002disnan.html share/doc/octave/interpreter/doc_002disnumeric.html +share/doc/octave/interpreter/doc_002dispc.html +share/doc/octave/interpreter/doc_002disprime.html share/doc/octave/interpreter/doc_002disprint.html share/doc/octave/interpreter/doc_002dispunct.html +share/doc/octave/interpreter/doc_002disrawcommand.html share/doc/octave/interpreter/doc_002disreal.html share/doc/octave/interpreter/doc_002disscalar.html share/doc/octave/interpreter/doc_002disspace.html +share/doc/octave/interpreter/doc_002dissparse.html share/doc/octave/interpreter/doc_002dissquare.html -share/doc/octave/interpreter/doc_002disstr.html -share/doc/octave/interpreter/doc_002disstream.html share/doc/octave/interpreter/doc_002disstruct.html share/doc/octave/interpreter/doc_002dissymmetric.html +share/doc/octave/interpreter/doc_002disunix.html share/doc/octave/interpreter/doc_002disupper.html +share/doc/octave/interpreter/doc_002disvarname.html share/doc/octave/interpreter/doc_002disvector.html share/doc/octave/interpreter/doc_002disxdigit.html share/doc/octave/interpreter/doc_002djet707.html share/doc/octave/interpreter/doc_002dkbhit.html share/doc/octave/interpreter/doc_002dkendall.html share/doc/octave/interpreter/doc_002dkeyboard.html +share/doc/octave/interpreter/doc_002dkill.html share/doc/octave/interpreter/doc_002dkolmogorov_005fsmirnov_005fcdf.html share/doc/octave/interpreter/doc_002dkolmogorov_005fsmirnov_005ftest.html share/doc/octave/interpreter/doc_002dkolmogorov_005fsmirnov_005ftest_005f2.html @@ -1344,14 +1549,17 @@ share/doc/octave/interpreter/doc_002dlaplace_005finv.html share/doc/octave/interpreter/doc_002dlaplace_005fpdf.html share/doc/octave/interpreter/doc_002dlaplace_005frnd.html share/doc/octave/interpreter/doc_002dlasterr.html +share/doc/octave/interpreter/doc_002dlasterror.html share/doc/octave/interpreter/doc_002dlastwarn.html share/doc/octave/interpreter/doc_002dlcm.html +share/doc/octave/interpreter/doc_002dlegend.html +share/doc/octave/interpreter/doc_002dlegendre.html share/doc/octave/interpreter/doc_002dlength.html share/doc/octave/interpreter/doc_002dlgamma.html share/doc/octave/interpreter/doc_002dlin2mu.html +share/doc/octave/interpreter/doc_002dline.html share/doc/octave/interpreter/doc_002dlink.html share/doc/octave/interpreter/doc_002dlinspace.html -share/doc/octave/interpreter/doc_002dlist.html share/doc/octave/interpreter/doc_002dload.html share/doc/octave/interpreter/doc_002dloadaudio.html share/doc/octave/interpreter/doc_002dloadimage.html @@ -1359,6 +1567,7 @@ share/doc/octave/interpreter/doc_002dlocaltime.html share/doc/octave/interpreter/doc_002dlog.html share/doc/octave/interpreter/doc_002dlog10.html share/doc/octave/interpreter/doc_002dlog2.html +share/doc/octave/interpreter/doc_002dlogical.html share/doc/octave/interpreter/doc_002dlogistic_005fcdf.html share/doc/octave/interpreter/doc_002dlogistic_005finv.html share/doc/octave/interpreter/doc_002dlogistic_005fpdf.html @@ -1368,81 +1577,128 @@ share/doc/octave/interpreter/doc_002dlogit.html share/doc/octave/interpreter/doc_002dloglog.html share/doc/octave/interpreter/doc_002dloglogerr.html share/doc/octave/interpreter/doc_002dlogm.html -share/doc/octave/interpreter/doc_002dlognormal_005fcdf.html -share/doc/octave/interpreter/doc_002dlognormal_005finv.html -share/doc/octave/interpreter/doc_002dlognormal_005fpdf.html -share/doc/octave/interpreter/doc_002dlognormal_005frnd.html +share/doc/octave/interpreter/doc_002dlogncdf.html +share/doc/octave/interpreter/doc_002dlogninv.html +share/doc/octave/interpreter/doc_002dlognpdf.html +share/doc/octave/interpreter/doc_002dlognrnd.html share/doc/octave/interpreter/doc_002dlogspace.html +share/doc/octave/interpreter/doc_002dlookfor.html +share/doc/octave/interpreter/doc_002dlookup.html share/doc/octave/interpreter/doc_002dlqe.html share/doc/octave/interpreter/doc_002dlqg.html share/doc/octave/interpreter/doc_002dlqr.html share/doc/octave/interpreter/doc_002dls.html +share/doc/octave/interpreter/doc_002dls_005fcommand.html share/doc/octave/interpreter/doc_002dlsim.html share/doc/octave/interpreter/doc_002dlsode.html share/doc/octave/interpreter/doc_002dlsode_005foptions.html +share/doc/octave/interpreter/doc_002dlstat.html share/doc/octave/interpreter/doc_002dltifr.html share/doc/octave/interpreter/doc_002dlu.html +share/doc/octave/interpreter/doc_002dluinc.html share/doc/octave/interpreter/doc_002dlyap.html +share/doc/octave/interpreter/doc_002dmagic.html share/doc/octave/interpreter/doc_002dmahalanobis.html +share/doc/octave/interpreter/doc_002dmakeinfo_005fprogram.html share/doc/octave/interpreter/doc_002dmanova.html +share/doc/octave/interpreter/doc_002dmark_005fas_005fcommand.html +share/doc/octave/interpreter/doc_002dmark_005fas_005frawcommand.html +share/doc/octave/interpreter/doc_002dmat2cell.html +share/doc/octave/interpreter/doc_002dmat2str.html +share/doc/octave/interpreter/doc_002dmatrix_005ftype.html share/doc/octave/interpreter/doc_002dmax.html share/doc/octave/interpreter/doc_002dmax_005frecursion_005fdepth.html share/doc/octave/interpreter/doc_002dmcnemar_005ftest.html +share/doc/octave/interpreter/doc_002dmd5sum.html share/doc/octave/interpreter/doc_002dmean.html share/doc/octave/interpreter/doc_002dmeansq.html share/doc/octave/interpreter/doc_002dmedian.html share/doc/octave/interpreter/doc_002dmenu.html share/doc/octave/interpreter/doc_002dmesh.html -share/doc/octave/interpreter/doc_002dmeshdom.html share/doc/octave/interpreter/doc_002dmeshgrid.html +share/doc/octave/interpreter/doc_002dmex.html +share/doc/octave/interpreter/doc_002dmexext.html +share/doc/octave/interpreter/doc_002dmfilename.html share/doc/octave/interpreter/doc_002dmin.html share/doc/octave/interpreter/doc_002dminfo.html +share/doc/octave/interpreter/doc_002dmislocked.html share/doc/octave/interpreter/doc_002dmkdir.html share/doc/octave/interpreter/doc_002dmkfifo.html +share/doc/octave/interpreter/doc_002dmkoctfile.html +share/doc/octave/interpreter/doc_002dmkpp.html share/doc/octave/interpreter/doc_002dmkstemp.html share/doc/octave/interpreter/doc_002dmktime.html +share/doc/octave/interpreter/doc_002dmlock.html share/doc/octave/interpreter/doc_002dmod.html share/doc/octave/interpreter/doc_002dmoddemo.html share/doc/octave/interpreter/doc_002dmoment.html share/doc/octave/interpreter/doc_002dmore.html -share/doc/octave/interpreter/doc_002dmplot.html +share/doc/octave/interpreter/doc_002dmovefile.html share/doc/octave/interpreter/doc_002dmu2lin.html -share/doc/octave/interpreter/doc_002dmultiplot.html +share/doc/octave/interpreter/doc_002dmunlock.html share/doc/octave/interpreter/doc_002dnargchk.html share/doc/octave/interpreter/doc_002dnargin.html share/doc/octave/interpreter/doc_002dnargout.html +share/doc/octave/interpreter/doc_002dnative_005ffloat_005fformat.html +share/doc/octave/interpreter/doc_002dnbincdf.html +share/doc/octave/interpreter/doc_002dnbininv.html +share/doc/octave/interpreter/doc_002dnbinpdf.html +share/doc/octave/interpreter/doc_002dnbinrnd.html +share/doc/octave/interpreter/doc_002dnchoosek.html +share/doc/octave/interpreter/doc_002dndgrid.html +share/doc/octave/interpreter/doc_002dndims.html +share/doc/octave/interpreter/doc_002dnewplot.html share/doc/octave/interpreter/doc_002dnextpow2.html +share/doc/octave/interpreter/doc_002dnichols.html +share/doc/octave/interpreter/doc_002dnnz.html +share/doc/octave/interpreter/doc_002dnonzeros.html share/doc/octave/interpreter/doc_002dnorm.html -share/doc/octave/interpreter/doc_002dnormal_005fcdf.html -share/doc/octave/interpreter/doc_002dnormal_005finv.html -share/doc/octave/interpreter/doc_002dnormal_005fpdf.html -share/doc/octave/interpreter/doc_002dnormal_005frnd.html +share/doc/octave/interpreter/doc_002dnormcdf.html +share/doc/octave/interpreter/doc_002dnormest.html +share/doc/octave/interpreter/doc_002dnorminv.html +share/doc/octave/interpreter/doc_002dnormpdf.html +share/doc/octave/interpreter/doc_002dnormrnd.html +share/doc/octave/interpreter/doc_002dnow.html share/doc/octave/interpreter/doc_002dnper.html share/doc/octave/interpreter/doc_002dnpv.html -share/doc/octave/interpreter/doc_002dnth.html +share/doc/octave/interpreter/doc_002dnthroot.html share/doc/octave/interpreter/doc_002dntsc2rgb.html share/doc/octave/interpreter/doc_002dnull.html +share/doc/octave/interpreter/doc_002dnum2cell.html +share/doc/octave/interpreter/doc_002dnum2str.html +share/doc/octave/interpreter/doc_002dnumel.html share/doc/octave/interpreter/doc_002dnyquist.html +share/doc/octave/interpreter/doc_002dnzmax.html share/doc/octave/interpreter/doc_002dobsv.html share/doc/octave/interpreter/doc_002docean.html share/doc/octave/interpreter/doc_002doctave_005fconfig_005finfo.html +share/doc/octave/interpreter/doc_002doctave_005fcore_005ffile_005flimit.html +share/doc/octave/interpreter/doc_002doctave_005fcore_005ffile_005fname.html +share/doc/octave/interpreter/doc_002doctave_005fcore_005ffile_005foptions.html share/doc/octave/interpreter/doc_002dols.html -share/doc/octave/interpreter/doc_002doneplot.html share/doc/octave/interpreter/doc_002dones.html share/doc/octave/interpreter/doc_002dord2.html +share/doc/octave/interpreter/doc_002dorderfields.html +share/doc/octave/interpreter/doc_002dorient.html share/doc/octave/interpreter/doc_002dorth.html share/doc/octave/interpreter/doc_002doutput_005fmax_005ffield_005fwidth.html share/doc/octave/interpreter/doc_002doutput_005fprecision.html +share/doc/octave/interpreter/doc_002dpack.html share/doc/octave/interpreter/doc_002dpage_005foutput_005fimmediately.html share/doc/octave/interpreter/doc_002dpage_005fscreen_005foutput.html share/doc/octave/interpreter/doc_002dparallel.html -share/doc/octave/interpreter/doc_002dpascal_005fcdf.html -share/doc/octave/interpreter/doc_002dpascal_005finv.html -share/doc/octave/interpreter/doc_002dpascal_005fpdf.html -share/doc/octave/interpreter/doc_002dpascal_005frnd.html +share/doc/octave/interpreter/doc_002dparseparams.html +share/doc/octave/interpreter/doc_002dpascal.html +share/doc/octave/interpreter/doc_002dpath.html +share/doc/octave/interpreter/doc_002dpathdef.html +share/doc/octave/interpreter/doc_002dpathsep.html share/doc/octave/interpreter/doc_002dpause.html +share/doc/octave/interpreter/doc_002dpcg.html +share/doc/octave/interpreter/doc_002dpchip.html share/doc/octave/interpreter/doc_002dpclose.html +share/doc/octave/interpreter/doc_002dpcr.html share/doc/octave/interpreter/doc_002dperiodogram.html +share/doc/octave/interpreter/doc_002dperms.html share/doc/octave/interpreter/doc_002dpermute.html share/doc/octave/interpreter/doc_002dperror.html share/doc/octave/interpreter/doc_002dpi.html @@ -1451,17 +1707,20 @@ share/doc/octave/interpreter/doc_002dpipe.html share/doc/octave/interpreter/doc_002dplace.html share/doc/octave/interpreter/doc_002dplayaudio.html share/doc/octave/interpreter/doc_002dplot.html -share/doc/octave/interpreter/doc_002dplot_005fborder.html +share/doc/octave/interpreter/doc_002dplot3.html share/doc/octave/interpreter/doc_002dpmt.html -share/doc/octave/interpreter/doc_002dpoisson_005fcdf.html -share/doc/octave/interpreter/doc_002dpoisson_005finv.html -share/doc/octave/interpreter/doc_002dpoisson_005fpdf.html -share/doc/octave/interpreter/doc_002dpoisson_005frnd.html +share/doc/octave/interpreter/doc_002dpoisscdf.html +share/doc/octave/interpreter/doc_002dpoissinv.html +share/doc/octave/interpreter/doc_002dpoisspdf.html +share/doc/octave/interpreter/doc_002dpoissrnd.html share/doc/octave/interpreter/doc_002dpol2cart.html share/doc/octave/interpreter/doc_002dpolar.html share/doc/octave/interpreter/doc_002dpoly.html +share/doc/octave/interpreter/doc_002dpolyarea.html +share/doc/octave/interpreter/doc_002dpolyder.html share/doc/octave/interpreter/doc_002dpolyderiv.html share/doc/octave/interpreter/doc_002dpolyfit.html +share/doc/octave/interpreter/doc_002dpolygcd.html share/doc/octave/interpreter/doc_002dpolyinteg.html share/doc/octave/interpreter/doc_002dpolyout.html share/doc/octave/interpreter/doc_002dpolyreduce.html @@ -1471,17 +1730,20 @@ share/doc/octave/interpreter/doc_002dpopen.html share/doc/octave/interpreter/doc_002dpopen2.html share/doc/octave/interpreter/doc_002dpow2.html share/doc/octave/interpreter/doc_002dppplot.html +share/doc/octave/interpreter/doc_002dppval.html share/doc/octave/interpreter/doc_002dprepad.html +share/doc/octave/interpreter/doc_002dprimes.html +share/doc/octave/interpreter/doc_002dprint.html share/doc/octave/interpreter/doc_002dprint_005fanswer_005fid_005fname.html share/doc/octave/interpreter/doc_002dprint_005fempty_005fdimensions.html -share/doc/octave/interpreter/doc_002dprint_005frhs_005fassign_005fval.html +share/doc/octave/interpreter/doc_002dprint_005fusage.html share/doc/octave/interpreter/doc_002dprintf.html share/doc/octave/interpreter/doc_002dprobit.html share/doc/octave/interpreter/doc_002dprod.html share/doc/octave/interpreter/doc_002dprogram_005finvocation_005fname.html +share/doc/octave/interpreter/doc_002dprogram_005fname.html share/doc/octave/interpreter/doc_002dprompt.html share/doc/octave/interpreter/doc_002dprop_005ftest_005f2.html -share/doc/octave/interpreter/doc_002dpurge_005ftmp_005ffiles.html share/doc/octave/interpreter/doc_002dputenv.html share/doc/octave/interpreter/doc_002dputs.html share/doc/octave/interpreter/doc_002dpv.html @@ -1494,6 +1756,7 @@ share/doc/octave/interpreter/doc_002dqderiv.html share/doc/octave/interpreter/doc_002dqderivmat.html share/doc/octave/interpreter/doc_002dqinv.html share/doc/octave/interpreter/doc_002dqmult.html +share/doc/octave/interpreter/doc_002dqp.html share/doc/octave/interpreter/doc_002dqqplot.html share/doc/octave/interpreter/doc_002dqr.html share/doc/octave/interpreter/doc_002dqtrans.html @@ -1501,13 +1764,17 @@ share/doc/octave/interpreter/doc_002dqtransv.html share/doc/octave/interpreter/doc_002dqtransvmat.html share/doc/octave/interpreter/doc_002dquad.html share/doc/octave/interpreter/doc_002dquad_005foptions.html +share/doc/octave/interpreter/doc_002dquadl.html share/doc/octave/interpreter/doc_002dquaternion.html share/doc/octave/interpreter/doc_002dquit.html share/doc/octave/interpreter/doc_002dqz.html share/doc/octave/interpreter/doc_002dqzhess.html share/doc/octave/interpreter/doc_002dqzval.html share/doc/octave/interpreter/doc_002drand.html +share/doc/octave/interpreter/doc_002drande.html +share/doc/octave/interpreter/doc_002drandg.html share/doc/octave/interpreter/doc_002drandn.html +share/doc/octave/interpreter/doc_002drandp.html share/doc/octave/interpreter/doc_002drandperm.html share/doc/octave/interpreter/doc_002drange.html share/doc/octave/interpreter/doc_002drank.html @@ -1522,13 +1789,16 @@ share/doc/octave/interpreter/doc_002drealmin.html share/doc/octave/interpreter/doc_002drecord.html share/doc/octave/interpreter/doc_002drectangle_005flw.html share/doc/octave/interpreter/doc_002drectangle_005fsw.html +share/doc/octave/interpreter/doc_002dregexp.html +share/doc/octave/interpreter/doc_002dregexpi.html +share/doc/octave/interpreter/doc_002dregexprep.html share/doc/octave/interpreter/doc_002drehash.html share/doc/octave/interpreter/doc_002drem.html share/doc/octave/interpreter/doc_002drename.html share/doc/octave/interpreter/doc_002drepmat.html share/doc/octave/interpreter/doc_002dreshape.html share/doc/octave/interpreter/doc_002dresidue.html -share/doc/octave/interpreter/doc_002dreverse.html +share/doc/octave/interpreter/doc_002drethrow.html share/doc/octave/interpreter/doc_002drgb2hsv.html share/doc/octave/interpreter/doc_002drgb2ind.html share/doc/octave/interpreter/doc_002drgb2ntsc.html @@ -1536,11 +1806,15 @@ share/doc/octave/interpreter/doc_002drindex.html share/doc/octave/interpreter/doc_002drldemo.html share/doc/octave/interpreter/doc_002drlocus.html share/doc/octave/interpreter/doc_002drmdir.html +share/doc/octave/interpreter/doc_002drmfield.html +share/doc/octave/interpreter/doc_002drmpath.html share/doc/octave/interpreter/doc_002droots.html +share/doc/octave/interpreter/doc_002drosser.html share/doc/octave/interpreter/doc_002drot90.html share/doc/octave/interpreter/doc_002drotdim.html share/doc/octave/interpreter/doc_002dround.html share/doc/octave/interpreter/doc_002drows.html +share/doc/octave/interpreter/doc_002drref.html share/doc/octave/interpreter/doc_002drun_005fcount.html share/doc/octave/interpreter/doc_002drun_005fhistory.html share/doc/octave/interpreter/doc_002drun_005ftest.html @@ -1549,17 +1823,23 @@ share/doc/octave/interpreter/doc_002dsave_005fheader_005fformat_005fstring.html share/doc/octave/interpreter/doc_002dsave_005fprecision.html share/doc/octave/interpreter/doc_002dsaveaudio.html share/doc/octave/interpreter/doc_002dsaveimage.html +share/doc/octave/interpreter/doc_002dsavepath.html share/doc/octave/interpreter/doc_002dsaving_005fhistory.html share/doc/octave/interpreter/doc_002dschur.html share/doc/octave/interpreter/doc_002dsec.html +share/doc/octave/interpreter/doc_002dsecd.html share/doc/octave/interpreter/doc_002dsech.html share/doc/octave/interpreter/doc_002dsemilogx.html share/doc/octave/interpreter/doc_002dsemilogxerr.html share/doc/octave/interpreter/doc_002dsemilogy.html share/doc/octave/interpreter/doc_002dsemilogyerr.html +share/doc/octave/interpreter/doc_002dset.html share/doc/octave/interpreter/doc_002dsetaudio.html +share/doc/octave/interpreter/doc_002dsetdiff.html +share/doc/octave/interpreter/doc_002dsetfield.html share/doc/octave/interpreter/doc_002dsetgrent.html share/doc/octave/interpreter/doc_002dsetpwent.html +share/doc/octave/interpreter/doc_002dsetxor.html share/doc/octave/interpreter/doc_002dshg.html share/doc/octave/interpreter/doc_002dshift.html share/doc/octave/interpreter/doc_002dshiftdim.html @@ -1570,26 +1850,68 @@ share/doc/octave/interpreter/doc_002dsigterm_005fdumps_005foctave_005fcore.html share/doc/octave/interpreter/doc_002dsilent_005ffunctions.html share/doc/octave/interpreter/doc_002dsin.html share/doc/octave/interpreter/doc_002dsinc.html +share/doc/octave/interpreter/doc_002dsind.html share/doc/octave/interpreter/doc_002dsinetone.html share/doc/octave/interpreter/doc_002dsinewave.html +share/doc/octave/interpreter/doc_002dsingle.html share/doc/octave/interpreter/doc_002dsinh.html share/doc/octave/interpreter/doc_002dsize.html +share/doc/octave/interpreter/doc_002dsize_005fequal.html +share/doc/octave/interpreter/doc_002dsizeof.html share/doc/octave/interpreter/doc_002dskewness.html share/doc/octave/interpreter/doc_002dsleep.html share/doc/octave/interpreter/doc_002dsort.html share/doc/octave/interpreter/doc_002dsortcom.html +share/doc/octave/interpreter/doc_002dsortrows.html share/doc/octave/interpreter/doc_002dsource.html +share/doc/octave/interpreter/doc_002dspalloc.html +share/doc/octave/interpreter/doc_002dsparse.html +share/doc/octave/interpreter/doc_002dspatan2.html +share/doc/octave/interpreter/doc_002dspchol.html +share/doc/octave/interpreter/doc_002dspchol2inv.html +share/doc/octave/interpreter/doc_002dspcholinv.html +share/doc/octave/interpreter/doc_002dspconvert.html +share/doc/octave/interpreter/doc_002dspcumprod.html +share/doc/octave/interpreter/doc_002dspcumsum.html +share/doc/octave/interpreter/doc_002dspdet.html +share/doc/octave/interpreter/doc_002dspdiag.html +share/doc/octave/interpreter/doc_002dspdiags.html share/doc/octave/interpreter/doc_002dspearman.html share/doc/octave/interpreter/doc_002dspectral_005fadf.html share/doc/octave/interpreter/doc_002dspectral_005fxdf.html +share/doc/octave/interpreter/doc_002dspeed.html share/doc/octave/interpreter/doc_002dspencer.html +share/doc/octave/interpreter/doc_002dspeye.html +share/doc/octave/interpreter/doc_002dspfind.html +share/doc/octave/interpreter/doc_002dspfun.html share/doc/octave/interpreter/doc_002dsph2cart.html -share/doc/octave/interpreter/doc_002dsplice.html +share/doc/octave/interpreter/doc_002dspinv.html +share/doc/octave/interpreter/doc_002dspkron.html +share/doc/octave/interpreter/doc_002dsplchol.html +share/doc/octave/interpreter/doc_002dspline.html share/doc/octave/interpreter/doc_002dsplit.html share/doc/octave/interpreter/doc_002dsplit_005flong_005frows.html +share/doc/octave/interpreter/doc_002dsplu.html +share/doc/octave/interpreter/doc_002dspmax.html +share/doc/octave/interpreter/doc_002dspmin.html +share/doc/octave/interpreter/doc_002dspones.html +share/doc/octave/interpreter/doc_002dspparms.html +share/doc/octave/interpreter/doc_002dspprod.html +share/doc/octave/interpreter/doc_002dspqr.html +share/doc/octave/interpreter/doc_002dsprand.html +share/doc/octave/interpreter/doc_002dsprandn.html +share/doc/octave/interpreter/doc_002dsprandsym.html +share/doc/octave/interpreter/doc_002dsprank.html share/doc/octave/interpreter/doc_002dsprintf.html +share/doc/octave/interpreter/doc_002dspstats.html +share/doc/octave/interpreter/doc_002dspsum.html +share/doc/octave/interpreter/doc_002dspsumsq.html +share/doc/octave/interpreter/doc_002dspy.html +share/doc/octave/interpreter/doc_002dsqp.html share/doc/octave/interpreter/doc_002dsqrt.html share/doc/octave/interpreter/doc_002dsqrtm.html +share/doc/octave/interpreter/doc_002dsqueeze.html +share/doc/octave/interpreter/doc_002dss.html share/doc/octave/interpreter/doc_002dss2sys.html share/doc/octave/interpreter/doc_002dss2tf.html share/doc/octave/interpreter/doc_002dss2zp.html @@ -1601,36 +1923,53 @@ share/doc/octave/interpreter/doc_002dstatistics.html share/doc/octave/interpreter/doc_002dstd.html share/doc/octave/interpreter/doc_002dstderr.html share/doc/octave/interpreter/doc_002dstdin.html -share/doc/octave/interpreter/doc_002dstdnormal_005fcdf.html -share/doc/octave/interpreter/doc_002dstdnormal_005finv.html -share/doc/octave/interpreter/doc_002dstdnormal_005fpdf.html -share/doc/octave/interpreter/doc_002dstdnormal_005frnd.html share/doc/octave/interpreter/doc_002dstdout.html +share/doc/octave/interpreter/doc_002dstem.html share/doc/octave/interpreter/doc_002dstep.html share/doc/octave/interpreter/doc_002dstft.html +share/doc/octave/interpreter/doc_002dstr2double.html share/doc/octave/interpreter/doc_002dstr2func.html share/doc/octave/interpreter/doc_002dstr2mat.html share/doc/octave/interpreter/doc_002dstr2num.html share/doc/octave/interpreter/doc_002dstrcat.html share/doc/octave/interpreter/doc_002dstrcmp.html +share/doc/octave/interpreter/doc_002dstrcmpi.html share/doc/octave/interpreter/doc_002dstrerror.html +share/doc/octave/interpreter/doc_002dstrfind.html share/doc/octave/interpreter/doc_002dstrftime.html share/doc/octave/interpreter/doc_002dstring_005ffill_005fchar.html share/doc/octave/interpreter/doc_002dstrjust.html +share/doc/octave/interpreter/doc_002dstrmatch.html +share/doc/octave/interpreter/doc_002dstrncmp.html +share/doc/octave/interpreter/doc_002dstrncmpi.html share/doc/octave/interpreter/doc_002dstrptime.html share/doc/octave/interpreter/doc_002dstrrep.html +share/doc/octave/interpreter/doc_002dstrtok.html +share/doc/octave/interpreter/doc_002dstrtrunc.html +share/doc/octave/interpreter/doc_002dstruct.html +share/doc/octave/interpreter/doc_002dstruct2cell.html share/doc/octave/interpreter/doc_002dstruct_005flevels_005fto_005fprint.html +share/doc/octave/interpreter/doc_002dstrvcat.html share/doc/octave/interpreter/doc_002dstudentize.html +share/doc/octave/interpreter/doc_002dsub2ind.html share/doc/octave/interpreter/doc_002dsubplot.html +share/doc/octave/interpreter/doc_002dsubsasgn.html +share/doc/octave/interpreter/doc_002dsubsref.html share/doc/octave/interpreter/doc_002dsubstr.html -share/doc/octave/interpreter/doc_002dsubwindow.html +share/doc/octave/interpreter/doc_002dsubstruct.html share/doc/octave/interpreter/doc_002dsum.html share/doc/octave/interpreter/doc_002dsumsq.html share/doc/octave/interpreter/doc_002dsuppress_005fverbose_005fhelp_005fmessage.html share/doc/octave/interpreter/doc_002dsvd.html +share/doc/octave/interpreter/doc_002dswap.html +share/doc/octave/interpreter/doc_002dswapcols.html +share/doc/octave/interpreter/doc_002dswaprows.html share/doc/octave/interpreter/doc_002dsyl.html share/doc/octave/interpreter/doc_002dsylvester_005fmatrix.html +share/doc/octave/interpreter/doc_002dsymamd.html +share/doc/octave/interpreter/doc_002dsymbfact.html share/doc/octave/interpreter/doc_002dsymlink.html +share/doc/octave/interpreter/doc_002dsymrcm.html share/doc/octave/interpreter/doc_002dsynthesis.html share/doc/octave/interpreter/doc_002dsys2fir.html share/doc/octave/interpreter/doc_002dsys2ss.html @@ -1660,16 +1999,20 @@ share/doc/octave/interpreter/doc_002dsyssetsignals.html share/doc/octave/interpreter/doc_002dsyssub.html share/doc/octave/interpreter/doc_002dsystem.html share/doc/octave/interpreter/doc_002dsysupdate.html -share/doc/octave/interpreter/doc_002dt_005fcdf.html -share/doc/octave/interpreter/doc_002dt_005finv.html -share/doc/octave/interpreter/doc_002dt_005fpdf.html -share/doc/octave/interpreter/doc_002dt_005frnd.html share/doc/octave/interpreter/doc_002dt_005ftest.html share/doc/octave/interpreter/doc_002dt_005ftest_005f2.html share/doc/octave/interpreter/doc_002dt_005ftest_005fregression.html share/doc/octave/interpreter/doc_002dtable.html share/doc/octave/interpreter/doc_002dtan.html +share/doc/octave/interpreter/doc_002dtand.html share/doc/octave/interpreter/doc_002dtanh.html +share/doc/octave/interpreter/doc_002dtar.html +share/doc/octave/interpreter/doc_002dtcdf.html +share/doc/octave/interpreter/doc_002dtempdir.html +share/doc/octave/interpreter/doc_002dtempname.html +share/doc/octave/interpreter/doc_002dtest.html +share/doc/octave/interpreter/doc_002dtext.html +share/doc/octave/interpreter/doc_002dtf.html share/doc/octave/interpreter/doc_002dtf2ss.html share/doc/octave/interpreter/doc_002dtf2sys.html share/doc/octave/interpreter/doc_002dtf2zp.html @@ -1677,18 +2020,22 @@ share/doc/octave/interpreter/doc_002dtfout.html share/doc/octave/interpreter/doc_002dtic.html share/doc/octave/interpreter/doc_002dtilde_005fexpand.html share/doc/octave/interpreter/doc_002dtime.html +share/doc/octave/interpreter/doc_002dtinv.html share/doc/octave/interpreter/doc_002dtitle.html share/doc/octave/interpreter/doc_002dtmpfile.html share/doc/octave/interpreter/doc_002dtmpnam.html share/doc/octave/interpreter/doc_002dtoascii.html share/doc/octave/interpreter/doc_002dtoeplitz.html share/doc/octave/interpreter/doc_002dtolower.html -share/doc/octave/interpreter/doc_002dtop_005ftitle.html share/doc/octave/interpreter/doc_002dtoupper.html +share/doc/octave/interpreter/doc_002dtpdf.html share/doc/octave/interpreter/doc_002dtrace.html +share/doc/octave/interpreter/doc_002dtrapz.html +share/doc/octave/interpreter/doc_002dtreeplot.html share/doc/octave/interpreter/doc_002dtriangle_005flw.html share/doc/octave/interpreter/doc_002dtriangle_005fsw.html share/doc/octave/interpreter/doc_002dtril.html +share/doc/octave/interpreter/doc_002dtrnd.html share/doc/octave/interpreter/doc_002dtrue.html share/doc/octave/interpreter/doc_002dtype.html share/doc/octave/interpreter/doc_002dtypeinfo.html @@ -1696,58 +2043,67 @@ share/doc/octave/interpreter/doc_002dtzero.html share/doc/octave/interpreter/doc_002dtzero2.html share/doc/octave/interpreter/doc_002du_005ftest.html share/doc/octave/interpreter/doc_002dugain.html +share/doc/octave/interpreter/doc_002duint16.html +share/doc/octave/interpreter/doc_002duint32.html +share/doc/octave/interpreter/doc_002duint64.html +share/doc/octave/interpreter/doc_002duint8.html share/doc/octave/interpreter/doc_002dumask.html +share/doc/octave/interpreter/doc_002duname.html share/doc/octave/interpreter/doc_002dundo_005fstring_005fescapes.html -share/doc/octave/interpreter/doc_002duniform_005fcdf.html -share/doc/octave/interpreter/doc_002duniform_005finv.html -share/doc/octave/interpreter/doc_002duniform_005fpdf.html -share/doc/octave/interpreter/doc_002duniform_005frnd.html +share/doc/octave/interpreter/doc_002dunidcdf.html +share/doc/octave/interpreter/doc_002dunidinv.html +share/doc/octave/interpreter/doc_002dunidpdf.html +share/doc/octave/interpreter/doc_002dunidrnd.html +share/doc/octave/interpreter/doc_002dunifcdf.html +share/doc/octave/interpreter/doc_002dunifinv.html +share/doc/octave/interpreter/doc_002dunifpdf.html +share/doc/octave/interpreter/doc_002dunifrnd.html share/doc/octave/interpreter/doc_002dunion.html +share/doc/octave/interpreter/doc_002dunique.html +share/doc/octave/interpreter/doc_002dunix.html share/doc/octave/interpreter/doc_002dunlink.html +share/doc/octave/interpreter/doc_002dunmark_005fcommand.html +share/doc/octave/interpreter/doc_002dunmark_005frawcommand.html +share/doc/octave/interpreter/doc_002dunmkpp.html +share/doc/octave/interpreter/doc_002dunpack.html +share/doc/octave/interpreter/doc_002duntar.html share/doc/octave/interpreter/doc_002dunwrap.html +share/doc/octave/interpreter/doc_002dunzip.html +share/doc/octave/interpreter/doc_002durlread.html +share/doc/octave/interpreter/doc_002durlwrite.html share/doc/octave/interpreter/doc_002dusage.html share/doc/octave/interpreter/doc_002dusleep.html share/doc/octave/interpreter/doc_002dvalues.html share/doc/octave/interpreter/doc_002dvander.html share/doc/octave/interpreter/doc_002dvar.html share/doc/octave/interpreter/doc_002dvar_005ftest.html -share/doc/octave/interpreter/doc_002dvariables_005fcan_005fhide_005ffunctions.html share/doc/octave/interpreter/doc_002dvec.html share/doc/octave/interpreter/doc_002dvech.html share/doc/octave/interpreter/doc_002dvectorize.html +share/doc/octave/interpreter/doc_002dver.html +share/doc/octave/interpreter/doc_002dversion.html share/doc/octave/interpreter/doc_002dvertcat.html +share/doc/octave/interpreter/doc_002dview.html share/doc/octave/interpreter/doc_002dvol.html share/doc/octave/interpreter/doc_002dwaitpid.html -share/doc/octave/interpreter/doc_002dwarn_005fassign_005fas_005ftruth_005fvalue.html -share/doc/octave/interpreter/doc_002dwarn_005fdivide_005fby_005fzero.html -share/doc/octave/interpreter/doc_002dwarn_005fempty_005flist_005felements.html -share/doc/octave/interpreter/doc_002dwarn_005ffortran_005findexing.html -share/doc/octave/interpreter/doc_002dwarn_005ffunction_005fname_005fclash.html -share/doc/octave/interpreter/doc_002dwarn_005ffuture_005ftime_005fstamp.html -share/doc/octave/interpreter/doc_002dwarn_005fimag_005fto_005freal.html -share/doc/octave/interpreter/doc_002dwarn_005fmissing_005fsemicolon.html -share/doc/octave/interpreter/doc_002dwarn_005fneg_005fdim_005fas_005fzero.html -share/doc/octave/interpreter/doc_002dwarn_005fnum_005fto_005fstr.html -share/doc/octave/interpreter/doc_002dwarn_005freload_005fforces_005fclear.html -share/doc/octave/interpreter/doc_002dwarn_005fresize_005fon_005frange_005ferror.html -share/doc/octave/interpreter/doc_002dwarn_005fseparator_005finsert.html -share/doc/octave/interpreter/doc_002dwarn_005fsingle_005fquote_005fstring.html -share/doc/octave/interpreter/doc_002dwarn_005fstr_005fto_005fnum.html -share/doc/octave/interpreter/doc_002dwarn_005fundefined_005freturn_005fvalues.html -share/doc/octave/interpreter/doc_002dwarn_005fvariable_005fswitch_005flabel.html share/doc/octave/interpreter/doc_002dwarning.html -share/doc/octave/interpreter/doc_002dweibull_005fcdf.html -share/doc/octave/interpreter/doc_002dweibull_005finv.html -share/doc/octave/interpreter/doc_002dweibull_005fpdf.html -share/doc/octave/interpreter/doc_002dweibull_005frnd.html +share/doc/octave/interpreter/doc_002dwarning_005fids.html +share/doc/octave/interpreter/doc_002dwavread.html +share/doc/octave/interpreter/doc_002dwavwrite.html +share/doc/octave/interpreter/doc_002dwblcdf.html +share/doc/octave/interpreter/doc_002dwblinv.html +share/doc/octave/interpreter/doc_002dwblpdf.html +share/doc/octave/interpreter/doc_002dwblrnd.html +share/doc/octave/interpreter/doc_002dweekday.html share/doc/octave/interpreter/doc_002dwelch_005ftest.html share/doc/octave/interpreter/doc_002dwgt1o.html share/doc/octave/interpreter/doc_002dwhich.html share/doc/octave/interpreter/doc_002dwho.html share/doc/octave/interpreter/doc_002dwhos.html share/doc/octave/interpreter/doc_002dwhos_005fline_005fformat.html -share/doc/octave/interpreter/doc_002dwiener_005frnd.html +share/doc/octave/interpreter/doc_002dwienrnd.html share/doc/octave/interpreter/doc_002dwilcoxon_005ftest.html +share/doc/octave/interpreter/doc_002dwilkinson.html share/doc/octave/interpreter/doc_002dxlabel.html share/doc/octave/interpreter/doc_002dxor.html share/doc/octave/interpreter/doc_002dyulewalker.html @@ -1762,17 +2118,21 @@ share/doc/octave/interpreter/doc_002dzgrownorm.html share/doc/octave/interpreter/doc_002dzgscal.html share/doc/octave/interpreter/doc_002dzgsgiv.html share/doc/octave/interpreter/doc_002dzgshsr.html +share/doc/octave/interpreter/doc_002dzip.html +share/doc/octave/interpreter/doc_002dzp.html share/doc/octave/interpreter/doc_002dzp2ss.html share/doc/octave/interpreter/doc_002dzp2sys.html share/doc/octave/interpreter/doc_002dzp2tf.html share/doc/octave/interpreter/doc_002dzpout.html +share/doc/octave/interpreter/fig_003agplot.html +share/doc/octave/interpreter/fig_003asimplematrix.html +share/doc/octave/interpreter/fig_003aspmatrix.html share/doc/octave/interpreter/fir2sys.html share/doc/octave/interpreter/index.html share/doc/octave/interpreter/misc.html share/doc/octave/interpreter/numerical.html share/doc/octave/interpreter/ss2sys.html share/doc/octave/interpreter/structaccess.html -share/doc/octave/interpreter/structintern.html share/doc/octave/interpreter/sysdisp.html share/doc/octave/interpreter/sysfreq.html share/doc/octave/interpreter/sysinterface.html @@ -1814,10 +2174,13 @@ share/doc/octave/liboctave/Quadratic-Programming.html share/doc/octave/liboctave/Quadrature.html share/doc/octave/liboctave/Ranges.html share/doc/octave/liboctave/index.html +share/nls/pl_PL.ISO_8859-2/ share/octave/ share/octave/${VERSION}/ +share/octave/${VERSION}/NEWS share/octave/${VERSION}/imagelib/ share/octave/${VERSION}/imagelib/default.img +share/octave/${VERSION}/imagelib/octave-sombrero.png share/octave/${VERSION}/m/ share/octave/${VERSION}/m/audio/ share/octave/${VERSION}/m/audio/lin2mu.m @@ -1827,6 +2190,8 @@ share/octave/${VERSION}/m/audio/playaudio.m share/octave/${VERSION}/m/audio/record.m share/octave/${VERSION}/m/audio/saveaudio.m share/octave/${VERSION}/m/audio/setaudio.m +share/octave/${VERSION}/m/audio/wavread.m +share/octave/${VERSION}/m/audio/wavwrite.m share/octave/${VERSION}/m/control/ share/octave/${VERSION}/m/control/base/ share/octave/${VERSION}/m/control/base/DEMOcontrol.m @@ -1989,10 +2354,44 @@ share/octave/${VERSION}/m/control/util/zgscal.m share/octave/${VERSION}/m/control/util/zgsgiv.m share/octave/${VERSION}/m/control/util/zgshsr.m share/octave/${VERSION}/m/deprecated/ +share/octave/${VERSION}/m/deprecated/beta_cdf.m +share/octave/${VERSION}/m/deprecated/beta_inv.m +share/octave/${VERSION}/m/deprecated/beta_pdf.m +share/octave/${VERSION}/m/deprecated/beta_rnd.m +share/octave/${VERSION}/m/deprecated/binomial_cdf.m +share/octave/${VERSION}/m/deprecated/binomial_inv.m +share/octave/${VERSION}/m/deprecated/binomial_pdf.m +share/octave/${VERSION}/m/deprecated/binomial_rnd.m +share/octave/${VERSION}/m/deprecated/chisquare_cdf.m +share/octave/${VERSION}/m/deprecated/chisquare_inv.m +share/octave/${VERSION}/m/deprecated/chisquare_pdf.m +share/octave/${VERSION}/m/deprecated/chisquare_rnd.m +share/octave/${VERSION}/m/deprecated/clearplot.m +share/octave/${VERSION}/m/deprecated/clg.m share/octave/${VERSION}/m/deprecated/com2str.m +share/octave/${VERSION}/m/deprecated/exponential_cdf.m +share/octave/${VERSION}/m/deprecated/exponential_inv.m +share/octave/${VERSION}/m/deprecated/exponential_pdf.m +share/octave/${VERSION}/m/deprecated/exponential_rnd.m +share/octave/${VERSION}/m/deprecated/f_cdf.m +share/octave/${VERSION}/m/deprecated/f_inv.m +share/octave/${VERSION}/m/deprecated/f_pdf.m +share/octave/${VERSION}/m/deprecated/f_rnd.m +share/octave/${VERSION}/m/deprecated/gamma_cdf.m +share/octave/${VERSION}/m/deprecated/gamma_inv.m +share/octave/${VERSION}/m/deprecated/gamma_pdf.m +share/octave/${VERSION}/m/deprecated/gamma_rnd.m +share/octave/${VERSION}/m/deprecated/geometric_cdf.m +share/octave/${VERSION}/m/deprecated/geometric_inv.m +share/octave/${VERSION}/m/deprecated/geometric_pdf.m +share/octave/${VERSION}/m/deprecated/geometric_rnd.m +share/octave/${VERSION}/m/deprecated/hypergeometric_cdf.m +share/octave/${VERSION}/m/deprecated/hypergeometric_inv.m +share/octave/${VERSION}/m/deprecated/hypergeometric_pdf.m +share/octave/${VERSION}/m/deprecated/hypergeometric_rnd.m +share/octave/${VERSION}/m/deprecated/intersection.m share/octave/${VERSION}/m/deprecated/is_bool.m share/octave/${VERSION}/m/deprecated/is_complex.m -share/octave/${VERSION}/m/deprecated/is_global.m share/octave/${VERSION}/m/deprecated/is_list.m share/octave/${VERSION}/m/deprecated/is_matrix.m share/octave/${VERSION}/m/deprecated/is_scalar.m @@ -2002,23 +2401,69 @@ share/octave/${VERSION}/m/deprecated/is_struct.m share/octave/${VERSION}/m/deprecated/is_symmetric.m share/octave/${VERSION}/m/deprecated/is_vector.m share/octave/${VERSION}/m/deprecated/isstr.m +share/octave/${VERSION}/m/deprecated/lognormal_cdf.m +share/octave/${VERSION}/m/deprecated/lognormal_inv.m +share/octave/${VERSION}/m/deprecated/lognormal_pdf.m +share/octave/${VERSION}/m/deprecated/lognormal_rnd.m +share/octave/${VERSION}/m/deprecated/meshdom.m +share/octave/${VERSION}/m/deprecated/normal_cdf.m +share/octave/${VERSION}/m/deprecated/normal_inv.m +share/octave/${VERSION}/m/deprecated/normal_pdf.m +share/octave/${VERSION}/m/deprecated/normal_rnd.m +share/octave/${VERSION}/m/deprecated/pascal_cdf.m +share/octave/${VERSION}/m/deprecated/pascal_inv.m +share/octave/${VERSION}/m/deprecated/pascal_pdf.m +share/octave/${VERSION}/m/deprecated/pascal_rnd.m +share/octave/${VERSION}/m/deprecated/poisson_cdf.m +share/octave/${VERSION}/m/deprecated/poisson_inv.m +share/octave/${VERSION}/m/deprecated/poisson_pdf.m +share/octave/${VERSION}/m/deprecated/poisson_rnd.m share/octave/${VERSION}/m/deprecated/setstr.m share/octave/${VERSION}/m/deprecated/struct_contains.m share/octave/${VERSION}/m/deprecated/struct_elements.m +share/octave/${VERSION}/m/deprecated/t_cdf.m +share/octave/${VERSION}/m/deprecated/t_inv.m +share/octave/${VERSION}/m/deprecated/t_pdf.m +share/octave/${VERSION}/m/deprecated/t_rnd.m +share/octave/${VERSION}/m/deprecated/uniform_cdf.m +share/octave/${VERSION}/m/deprecated/uniform_inv.m +share/octave/${VERSION}/m/deprecated/uniform_pdf.m +share/octave/${VERSION}/m/deprecated/uniform_rnd.m +share/octave/${VERSION}/m/deprecated/weibcdf.m +share/octave/${VERSION}/m/deprecated/weibinv.m +share/octave/${VERSION}/m/deprecated/weibpdf.m +share/octave/${VERSION}/m/deprecated/weibrnd.m +share/octave/${VERSION}/m/deprecated/weibull_cdf.m +share/octave/${VERSION}/m/deprecated/weibull_inv.m +share/octave/${VERSION}/m/deprecated/weibull_pdf.m +share/octave/${VERSION}/m/deprecated/weibull_rnd.m +share/octave/${VERSION}/m/deprecated/wiener_rnd.m share/octave/${VERSION}/m/elfun/ +share/octave/${VERSION}/m/elfun/acosd.m share/octave/${VERSION}/m/elfun/acot.m +share/octave/${VERSION}/m/elfun/acotd.m share/octave/${VERSION}/m/elfun/acoth.m share/octave/${VERSION}/m/elfun/acsc.m +share/octave/${VERSION}/m/elfun/acscd.m share/octave/${VERSION}/m/elfun/acsch.m share/octave/${VERSION}/m/elfun/asec.m +share/octave/${VERSION}/m/elfun/asecd.m share/octave/${VERSION}/m/elfun/asech.m +share/octave/${VERSION}/m/elfun/asind.m +share/octave/${VERSION}/m/elfun/atand.m +share/octave/${VERSION}/m/elfun/cosd.m share/octave/${VERSION}/m/elfun/cot.m +share/octave/${VERSION}/m/elfun/cotd.m share/octave/${VERSION}/m/elfun/coth.m share/octave/${VERSION}/m/elfun/csc.m +share/octave/${VERSION}/m/elfun/cscd.m share/octave/${VERSION}/m/elfun/csch.m share/octave/${VERSION}/m/elfun/lcm.m share/octave/${VERSION}/m/elfun/sec.m +share/octave/${VERSION}/m/elfun/secd.m share/octave/${VERSION}/m/elfun/sech.m +share/octave/${VERSION}/m/elfun/sind.m +share/octave/${VERSION}/m/elfun/tand.m share/octave/${VERSION}/m/finance/ share/octave/${VERSION}/m/finance/fv.m share/octave/${VERSION}/m/finance/fvl.m @@ -2031,57 +2476,78 @@ share/octave/${VERSION}/m/finance/pvl.m share/octave/${VERSION}/m/finance/rate.m share/octave/${VERSION}/m/finance/vol.m share/octave/${VERSION}/m/general/ +share/octave/${VERSION}/m/general/__isequal__.m +share/octave/${VERSION}/m/general/arrayfun.m +share/octave/${VERSION}/m/general/bicubic.m share/octave/${VERSION}/m/general/bitcmp.m share/octave/${VERSION}/m/general/bitget.m share/octave/${VERSION}/m/general/bitset.m +share/octave/${VERSION}/m/general/blkdiag.m share/octave/${VERSION}/m/general/cart2pol.m share/octave/${VERSION}/m/general/cart2sph.m +share/octave/${VERSION}/m/general/cell2mat.m share/octave/${VERSION}/m/general/circshift.m -share/octave/${VERSION}/m/general/columns.m share/octave/${VERSION}/m/general/common_size.m +share/octave/${VERSION}/m/general/cplxpair.m +share/octave/${VERSION}/m/general/cumtrapz.m share/octave/${VERSION}/m/general/deal.m share/octave/${VERSION}/m/general/diff.m share/octave/${VERSION}/m/general/flipdim.m share/octave/${VERSION}/m/general/fliplr.m share/octave/${VERSION}/m/general/flipud.m +share/octave/${VERSION}/m/general/gradient.m share/octave/${VERSION}/m/general/ind2sub.m share/octave/${VERSION}/m/general/int2str.m +share/octave/${VERSION}/m/general/interp1.m +share/octave/${VERSION}/m/general/interp2.m +share/octave/${VERSION}/m/general/interpft.m share/octave/${VERSION}/m/general/is_duplicate_entry.m share/octave/${VERSION}/m/general/isa.m share/octave/${VERSION}/m/general/isdefinite.m +share/octave/${VERSION}/m/general/isdir.m +share/octave/${VERSION}/m/general/isequal.m +share/octave/${VERSION}/m/general/isequalwithequalnans.m share/octave/${VERSION}/m/general/isscalar.m share/octave/${VERSION}/m/general/issquare.m share/octave/${VERSION}/m/general/issymmetric.m share/octave/${VERSION}/m/general/isvector.m share/octave/${VERSION}/m/general/logical.m share/octave/${VERSION}/m/general/logspace.m +share/octave/${VERSION}/m/general/lookup.m share/octave/${VERSION}/m/general/mod.m share/octave/${VERSION}/m/general/nargchk.m share/octave/${VERSION}/m/general/nextpow2.m +share/octave/${VERSION}/m/general/nthroot.m share/octave/${VERSION}/m/general/num2str.m share/octave/${VERSION}/m/general/perror.m share/octave/${VERSION}/m/general/pol2cart.m +share/octave/${VERSION}/m/general/polyarea.m share/octave/${VERSION}/m/general/postpad.m share/octave/${VERSION}/m/general/prepad.m +share/octave/${VERSION}/m/general/quadl.m share/octave/${VERSION}/m/general/randperm.m share/octave/${VERSION}/m/general/rem.m share/octave/${VERSION}/m/general/repmat.m share/octave/${VERSION}/m/general/rot90.m share/octave/${VERSION}/m/general/rotdim.m -share/octave/${VERSION}/m/general/rows.m share/octave/${VERSION}/m/general/shift.m share/octave/${VERSION}/m/general/shiftdim.m +share/octave/${VERSION}/m/general/sortrows.m share/octave/${VERSION}/m/general/sph2cart.m share/octave/${VERSION}/m/general/strerror.m share/octave/${VERSION}/m/general/sub2ind.m +share/octave/${VERSION}/m/general/trapz.m share/octave/${VERSION}/m/general/tril.m share/octave/${VERSION}/m/general/triu.m share/octave/${VERSION}/m/image/ +share/octave/${VERSION}/m/image/__img__.m +share/octave/${VERSION}/m/image/__img_via_file__.m share/octave/${VERSION}/m/image/colormap.m share/octave/${VERSION}/m/image/gray.m share/octave/${VERSION}/m/image/gray2ind.m share/octave/${VERSION}/m/image/hsv2rgb.m share/octave/${VERSION}/m/image/image.m +share/octave/${VERSION}/m/image/image_viewer.m share/octave/${VERSION}/m/image/imagesc.m share/octave/${VERSION}/m/image/imshow.m share/octave/${VERSION}/m/image/ind2gray.m @@ -2111,50 +2577,95 @@ share/octave/${VERSION}/m/linear-algebra/null.m share/octave/${VERSION}/m/linear-algebra/orth.m share/octave/${VERSION}/m/linear-algebra/qzhess.m share/octave/${VERSION}/m/linear-algebra/rank.m +share/octave/${VERSION}/m/linear-algebra/rref.m share/octave/${VERSION}/m/linear-algebra/trace.m share/octave/${VERSION}/m/linear-algebra/vec.m share/octave/${VERSION}/m/linear-algebra/vech.m share/octave/${VERSION}/m/miscellaneous/ share/octave/${VERSION}/m/miscellaneous/PKG_ADD +share/octave/${VERSION}/m/miscellaneous/ans.m share/octave/${VERSION}/m/miscellaneous/bincoeff.m share/octave/${VERSION}/m/miscellaneous/bug_report.m +share/octave/${VERSION}/m/miscellaneous/bunzip2.m +share/octave/${VERSION}/m/miscellaneous/cast.m share/octave/${VERSION}/m/miscellaneous/comma.m +share/octave/${VERSION}/m/miscellaneous/compare_versions.m share/octave/${VERSION}/m/miscellaneous/computer.m +share/octave/${VERSION}/m/miscellaneous/copyfile.m share/octave/${VERSION}/m/miscellaneous/cputime.m share/octave/${VERSION}/m/miscellaneous/delete.m share/octave/${VERSION}/m/miscellaneous/dir.m +share/octave/${VERSION}/m/miscellaneous/doc.m +share/octave/${VERSION}/m/miscellaneous/dos.m share/octave/${VERSION}/m/miscellaneous/dump_prefs.m -share/octave/${VERSION}/m/miscellaneous/etime.m +share/octave/${VERSION}/m/miscellaneous/fileattrib.m share/octave/${VERSION}/m/miscellaneous/fileparts.m share/octave/${VERSION}/m/miscellaneous/flops.m share/octave/${VERSION}/m/miscellaneous/fullfile.m -share/octave/${VERSION}/m/miscellaneous/is_leap_year.m +share/octave/${VERSION}/m/miscellaneous/getfield.m +share/octave/${VERSION}/m/miscellaneous/gunzip.m +share/octave/${VERSION}/m/miscellaneous/inputname.m share/octave/${VERSION}/m/miscellaneous/ispc.m share/octave/${VERSION}/m/miscellaneous/isunix.m +share/octave/${VERSION}/m/miscellaneous/license.m share/octave/${VERSION}/m/miscellaneous/list_primes.m +share/octave/${VERSION}/m/miscellaneous/ls.m +share/octave/${VERSION}/m/miscellaneous/ls_command.m share/octave/${VERSION}/m/miscellaneous/menu.m -share/octave/${VERSION}/m/miscellaneous/not.m +share/octave/${VERSION}/m/miscellaneous/mex.m +share/octave/${VERSION}/m/miscellaneous/mexext.m +share/octave/${VERSION}/m/miscellaneous/mkoctfile.m +share/octave/${VERSION}/m/miscellaneous/movefile.m +share/octave/${VERSION}/m/miscellaneous/news.m +share/octave/${VERSION}/m/miscellaneous/orderfields.m share/octave/${VERSION}/m/miscellaneous/pack.m share/octave/${VERSION}/m/miscellaneous/paren.m -share/octave/${VERSION}/m/miscellaneous/path.m -share/octave/${VERSION}/m/miscellaneous/popen2.m +share/octave/${VERSION}/m/miscellaneous/parseparams.m share/octave/${VERSION}/m/miscellaneous/semicolon.m +share/octave/${VERSION}/m/miscellaneous/setfield.m +share/octave/${VERSION}/m/miscellaneous/single.m +share/octave/${VERSION}/m/miscellaneous/substruct.m +share/octave/${VERSION}/m/miscellaneous/tar.m share/octave/${VERSION}/m/miscellaneous/tempdir.m share/octave/${VERSION}/m/miscellaneous/tempname.m share/octave/${VERSION}/m/miscellaneous/texas_lotto.m -share/octave/${VERSION}/m/miscellaneous/tic.m -share/octave/${VERSION}/m/miscellaneous/toc.m share/octave/${VERSION}/m/miscellaneous/unix.m +share/octave/${VERSION}/m/miscellaneous/unpack.m +share/octave/${VERSION}/m/miscellaneous/untar.m +share/octave/${VERSION}/m/miscellaneous/unzip.m +share/octave/${VERSION}/m/miscellaneous/ver.m share/octave/${VERSION}/m/miscellaneous/version.m +share/octave/${VERSION}/m/miscellaneous/warning_ids.m share/octave/${VERSION}/m/miscellaneous/xor.m +share/octave/${VERSION}/m/miscellaneous/zip.m +share/octave/${VERSION}/m/optimization/ +share/octave/${VERSION}/m/optimization/__fsolve_defopts__.m +share/octave/${VERSION}/m/optimization/glpk.m +share/octave/${VERSION}/m/optimization/glpkmex.m +share/octave/${VERSION}/m/optimization/optimset.m +share/octave/${VERSION}/m/optimization/qp.m +share/octave/${VERSION}/m/optimization/sqp.m +share/octave/${VERSION}/m/path/ +share/octave/${VERSION}/m/path/savepath.m +share/octave/${VERSION}/m/pkg/ +share/octave/${VERSION}/m/pkg/PKG_ADD +share/octave/${VERSION}/m/pkg/pkg.m share/octave/${VERSION}/m/plot/ share/octave/${VERSION}/m/plot/PKG_ADD share/octave/${VERSION}/m/plot/__axis_label__.m +share/octave/${VERSION}/m/plot/__bar__.m +share/octave/${VERSION}/m/plot/__default_colormap__.m +share/octave/${VERSION}/m/plot/__default_plot_options__.m share/octave/${VERSION}/m/plot/__errcomm__.m share/octave/${VERSION}/m/plot/__errplot__.m +share/octave/${VERSION}/m/plot/__gnuplot_version__.m +share/octave/${VERSION}/m/plot/__go_close_all__.m +share/octave/${VERSION}/m/plot/__go_draw_axes__.m +share/octave/${VERSION}/m/plot/__go_draw_figure__.m +share/octave/${VERSION}/m/plot/__line__.m +share/octave/${VERSION}/m/plot/__next_line_color__.m share/octave/${VERSION}/m/plot/__plr1__.m share/octave/${VERSION}/m/plot/__plr2__.m -share/octave/${VERSION}/m/plot/__plr__.m share/octave/${VERSION}/m/plot/__plt1__.m share/octave/${VERSION}/m/plot/__plt2__.m share/octave/${VERSION}/m/plot/__plt2mm__.m @@ -2163,30 +2674,44 @@ share/octave/${VERSION}/m/plot/__plt2ss__.m share/octave/${VERSION}/m/plot/__plt2vm__.m share/octave/${VERSION}/m/plot/__plt2vv__.m share/octave/${VERSION}/m/plot/__plt__.m +share/octave/${VERSION}/m/plot/__plt_get_axis_arg__.m share/octave/${VERSION}/m/plot/__pltopt1__.m share/octave/${VERSION}/m/plot/__pltopt__.m +share/octave/${VERSION}/m/plot/axes.m share/octave/${VERSION}/m/plot/axis.m share/octave/${VERSION}/m/plot/bar.m -share/octave/${VERSION}/m/plot/bottom_title.m +share/octave/${VERSION}/m/plot/barh.m +share/octave/${VERSION}/m/plot/box.m +share/octave/${VERSION}/m/plot/clf.m share/octave/${VERSION}/m/plot/close.m +share/octave/${VERSION}/m/plot/closereq.m share/octave/${VERSION}/m/plot/contour.m +share/octave/${VERSION}/m/plot/contourc.m +share/octave/${VERSION}/m/plot/drawnow.m share/octave/${VERSION}/m/plot/errorbar.m share/octave/${VERSION}/m/plot/figure.m +share/octave/${VERSION}/m/plot/fplot.m +share/octave/${VERSION}/m/plot/gca.m +share/octave/${VERSION}/m/plot/gcf.m share/octave/${VERSION}/m/plot/grid.m share/octave/${VERSION}/m/plot/hist.m +share/octave/${VERSION}/m/plot/hold.m +share/octave/${VERSION}/m/plot/isfigure.m +share/octave/${VERSION}/m/plot/ishold.m +share/octave/${VERSION}/m/plot/legend.m +share/octave/${VERSION}/m/plot/line.m share/octave/${VERSION}/m/plot/loglog.m share/octave/${VERSION}/m/plot/loglogerr.m share/octave/${VERSION}/m/plot/mesh.m -share/octave/${VERSION}/m/plot/meshdom.m share/octave/${VERSION}/m/plot/meshgrid.m -share/octave/${VERSION}/m/plot/mplot.m -share/octave/${VERSION}/m/plot/multiplot.m -share/octave/${VERSION}/m/plot/oneplot.m +share/octave/${VERSION}/m/plot/ndgrid.m +share/octave/${VERSION}/m/plot/newplot.m share/octave/${VERSION}/m/plot/orient.m share/octave/${VERSION}/m/plot/plot.m -share/octave/${VERSION}/m/plot/plot_border.m +share/octave/${VERSION}/m/plot/plot3.m share/octave/${VERSION}/m/plot/polar.m share/octave/${VERSION}/m/plot/print.m +share/octave/${VERSION}/m/plot/replot.m share/octave/${VERSION}/m/plot/semilogx.m share/octave/${VERSION}/m/plot/semilogxerr.m share/octave/${VERSION}/m/plot/semilogy.m @@ -2194,10 +2719,11 @@ share/octave/${VERSION}/m/plot/semilogyerr.m share/octave/${VERSION}/m/plot/shg.m share/octave/${VERSION}/m/plot/sombrero.m share/octave/${VERSION}/m/plot/stairs.m +share/octave/${VERSION}/m/plot/stem.m share/octave/${VERSION}/m/plot/subplot.m -share/octave/${VERSION}/m/plot/subwindow.m +share/octave/${VERSION}/m/plot/text.m share/octave/${VERSION}/m/plot/title.m -share/octave/${VERSION}/m/plot/top_title.m +share/octave/${VERSION}/m/plot/view.m share/octave/${VERSION}/m/plot/xlabel.m share/octave/${VERSION}/m/plot/ylabel.m share/octave/${VERSION}/m/plot/zlabel.m @@ -2205,17 +2731,23 @@ share/octave/${VERSION}/m/polynomial/ share/octave/${VERSION}/m/polynomial/compan.m share/octave/${VERSION}/m/polynomial/conv.m share/octave/${VERSION}/m/polynomial/deconv.m +share/octave/${VERSION}/m/polynomial/mkpp.m +share/octave/${VERSION}/m/polynomial/pchip.m share/octave/${VERSION}/m/polynomial/poly.m share/octave/${VERSION}/m/polynomial/polyder.m share/octave/${VERSION}/m/polynomial/polyderiv.m share/octave/${VERSION}/m/polynomial/polyfit.m +share/octave/${VERSION}/m/polynomial/polygcd.m share/octave/${VERSION}/m/polynomial/polyinteg.m share/octave/${VERSION}/m/polynomial/polyout.m share/octave/${VERSION}/m/polynomial/polyreduce.m share/octave/${VERSION}/m/polynomial/polyval.m share/octave/${VERSION}/m/polynomial/polyvalm.m +share/octave/${VERSION}/m/polynomial/ppval.m share/octave/${VERSION}/m/polynomial/residue.m share/octave/${VERSION}/m/polynomial/roots.m +share/octave/${VERSION}/m/polynomial/spline.m +share/octave/${VERSION}/m/polynomial/unmkpp.m share/octave/${VERSION}/m/quaternion/ share/octave/${VERSION}/m/quaternion/demoquat.m share/octave/${VERSION}/m/quaternion/qconj.m @@ -2231,8 +2763,12 @@ share/octave/${VERSION}/m/quaternion/quaternion.m share/octave/${VERSION}/m/set/ share/octave/${VERSION}/m/set/complement.m share/octave/${VERSION}/m/set/create_set.m -share/octave/${VERSION}/m/set/intersection.m +share/octave/${VERSION}/m/set/intersect.m +share/octave/${VERSION}/m/set/ismember.m +share/octave/${VERSION}/m/set/setdiff.m +share/octave/${VERSION}/m/set/setxor.m share/octave/${VERSION}/m/set/union.m +share/octave/${VERSION}/m/set/unique.m share/octave/${VERSION}/m/signal/ share/octave/${VERSION}/m/signal/arch_fit.m share/octave/${VERSION}/m/signal/arch_rnd.m @@ -2249,12 +2785,14 @@ share/octave/${VERSION}/m/signal/durbinlevinson.m share/octave/${VERSION}/m/signal/fftconv.m share/octave/${VERSION}/m/signal/fftfilt.m share/octave/${VERSION}/m/signal/fftshift.m +share/octave/${VERSION}/m/signal/filter2.m share/octave/${VERSION}/m/signal/fractdiff.m share/octave/${VERSION}/m/signal/freqz.m share/octave/${VERSION}/m/signal/freqz_plot.m share/octave/${VERSION}/m/signal/hamming.m share/octave/${VERSION}/m/signal/hanning.m share/octave/${VERSION}/m/signal/hurst.m +share/octave/${VERSION}/m/signal/ifftshift.m share/octave/${VERSION}/m/signal/periodogram.m share/octave/${VERSION}/m/signal/rectangle_lw.m share/octave/${VERSION}/m/signal/rectangle_sw.m @@ -2270,22 +2808,58 @@ share/octave/${VERSION}/m/signal/triangle_lw.m share/octave/${VERSION}/m/signal/triangle_sw.m share/octave/${VERSION}/m/signal/unwrap.m share/octave/${VERSION}/m/signal/yulewalker.m +share/octave/${VERSION}/m/sparse/ +share/octave/${VERSION}/m/sparse/colperm.m +share/octave/${VERSION}/m/sparse/etreeplot.m +share/octave/${VERSION}/m/sparse/gplot.m +share/octave/${VERSION}/m/sparse/nonzeros.m +share/octave/${VERSION}/m/sparse/normest.m +share/octave/${VERSION}/m/sparse/pcg.m +share/octave/${VERSION}/m/sparse/pcr.m +share/octave/${VERSION}/m/sparse/spalloc.m +share/octave/${VERSION}/m/sparse/spconvert.m +share/octave/${VERSION}/m/sparse/spdiags.m +share/octave/${VERSION}/m/sparse/speye.m +share/octave/${VERSION}/m/sparse/spfun.m +share/octave/${VERSION}/m/sparse/sphcat.m +share/octave/${VERSION}/m/sparse/spones.m +share/octave/${VERSION}/m/sparse/sprand.m +share/octave/${VERSION}/m/sparse/sprandn.m +share/octave/${VERSION}/m/sparse/sprandsym.m +share/octave/${VERSION}/m/sparse/spstats.m +share/octave/${VERSION}/m/sparse/spvcat.m +share/octave/${VERSION}/m/sparse/spy.m +share/octave/${VERSION}/m/sparse/treeplot.m share/octave/${VERSION}/m/specfun/ share/octave/${VERSION}/m/specfun/bessel.m share/octave/${VERSION}/m/specfun/beta.m share/octave/${VERSION}/m/specfun/betai.m +share/octave/${VERSION}/m/specfun/betaln.m share/octave/${VERSION}/m/specfun/erfinv.m +share/octave/${VERSION}/m/specfun/factor.m +share/octave/${VERSION}/m/specfun/factorial.m share/octave/${VERSION}/m/specfun/gammai.m +share/octave/${VERSION}/m/specfun/isprime.m +share/octave/${VERSION}/m/specfun/legendre.m share/octave/${VERSION}/m/specfun/log2.m +share/octave/${VERSION}/m/specfun/nchoosek.m +share/octave/${VERSION}/m/specfun/perms.m share/octave/${VERSION}/m/specfun/pow2.m +share/octave/${VERSION}/m/specfun/primes.m share/octave/${VERSION}/m/special-matrix/ +share/octave/${VERSION}/m/special-matrix/hadamard.m share/octave/${VERSION}/m/special-matrix/hankel.m share/octave/${VERSION}/m/special-matrix/hilb.m share/octave/${VERSION}/m/special-matrix/invhilb.m +share/octave/${VERSION}/m/special-matrix/magic.m +share/octave/${VERSION}/m/special-matrix/pascal.m +share/octave/${VERSION}/m/special-matrix/rosser.m share/octave/${VERSION}/m/special-matrix/sylvester_matrix.m share/octave/${VERSION}/m/special-matrix/toeplitz.m share/octave/${VERSION}/m/special-matrix/vander.m +share/octave/${VERSION}/m/special-matrix/wilkinson.m share/octave/${VERSION}/m/startup/ +share/octave/${VERSION}/m/startup/inputrc share/octave/${VERSION}/m/startup/octaverc share/octave/${VERSION}/m/statistics/ share/octave/${VERSION}/m/statistics/base/ @@ -2321,22 +2895,22 @@ share/octave/${VERSION}/m/statistics/base/table.m share/octave/${VERSION}/m/statistics/base/values.m share/octave/${VERSION}/m/statistics/base/var.m share/octave/${VERSION}/m/statistics/distributions/ -share/octave/${VERSION}/m/statistics/distributions/beta_cdf.m -share/octave/${VERSION}/m/statistics/distributions/beta_inv.m -share/octave/${VERSION}/m/statistics/distributions/beta_pdf.m -share/octave/${VERSION}/m/statistics/distributions/beta_rnd.m -share/octave/${VERSION}/m/statistics/distributions/binomial_cdf.m -share/octave/${VERSION}/m/statistics/distributions/binomial_inv.m -share/octave/${VERSION}/m/statistics/distributions/binomial_pdf.m -share/octave/${VERSION}/m/statistics/distributions/binomial_rnd.m +share/octave/${VERSION}/m/statistics/distributions/betacdf.m +share/octave/${VERSION}/m/statistics/distributions/betainv.m +share/octave/${VERSION}/m/statistics/distributions/betapdf.m +share/octave/${VERSION}/m/statistics/distributions/betarnd.m +share/octave/${VERSION}/m/statistics/distributions/binocdf.m +share/octave/${VERSION}/m/statistics/distributions/binoinv.m +share/octave/${VERSION}/m/statistics/distributions/binopdf.m +share/octave/${VERSION}/m/statistics/distributions/binornd.m share/octave/${VERSION}/m/statistics/distributions/cauchy_cdf.m share/octave/${VERSION}/m/statistics/distributions/cauchy_inv.m share/octave/${VERSION}/m/statistics/distributions/cauchy_pdf.m share/octave/${VERSION}/m/statistics/distributions/cauchy_rnd.m -share/octave/${VERSION}/m/statistics/distributions/chisquare_cdf.m -share/octave/${VERSION}/m/statistics/distributions/chisquare_inv.m -share/octave/${VERSION}/m/statistics/distributions/chisquare_pdf.m -share/octave/${VERSION}/m/statistics/distributions/chisquare_rnd.m +share/octave/${VERSION}/m/statistics/distributions/chi2cdf.m +share/octave/${VERSION}/m/statistics/distributions/chi2inv.m +share/octave/${VERSION}/m/statistics/distributions/chi2pdf.m +share/octave/${VERSION}/m/statistics/distributions/chi2rnd.m share/octave/${VERSION}/m/statistics/distributions/discrete_cdf.m share/octave/${VERSION}/m/statistics/distributions/discrete_inv.m share/octave/${VERSION}/m/statistics/distributions/discrete_pdf.m @@ -2345,26 +2919,26 @@ share/octave/${VERSION}/m/statistics/distributions/empirical_cdf.m share/octave/${VERSION}/m/statistics/distributions/empirical_inv.m share/octave/${VERSION}/m/statistics/distributions/empirical_pdf.m share/octave/${VERSION}/m/statistics/distributions/empirical_rnd.m -share/octave/${VERSION}/m/statistics/distributions/exponential_cdf.m -share/octave/${VERSION}/m/statistics/distributions/exponential_inv.m -share/octave/${VERSION}/m/statistics/distributions/exponential_pdf.m -share/octave/${VERSION}/m/statistics/distributions/exponential_rnd.m -share/octave/${VERSION}/m/statistics/distributions/f_cdf.m -share/octave/${VERSION}/m/statistics/distributions/f_inv.m -share/octave/${VERSION}/m/statistics/distributions/f_pdf.m -share/octave/${VERSION}/m/statistics/distributions/f_rnd.m -share/octave/${VERSION}/m/statistics/distributions/gamma_cdf.m -share/octave/${VERSION}/m/statistics/distributions/gamma_inv.m -share/octave/${VERSION}/m/statistics/distributions/gamma_pdf.m -share/octave/${VERSION}/m/statistics/distributions/gamma_rnd.m -share/octave/${VERSION}/m/statistics/distributions/geometric_cdf.m -share/octave/${VERSION}/m/statistics/distributions/geometric_inv.m -share/octave/${VERSION}/m/statistics/distributions/geometric_pdf.m -share/octave/${VERSION}/m/statistics/distributions/geometric_rnd.m -share/octave/${VERSION}/m/statistics/distributions/hypergeometric_cdf.m -share/octave/${VERSION}/m/statistics/distributions/hypergeometric_inv.m -share/octave/${VERSION}/m/statistics/distributions/hypergeometric_pdf.m -share/octave/${VERSION}/m/statistics/distributions/hypergeometric_rnd.m +share/octave/${VERSION}/m/statistics/distributions/expcdf.m +share/octave/${VERSION}/m/statistics/distributions/expinv.m +share/octave/${VERSION}/m/statistics/distributions/exppdf.m +share/octave/${VERSION}/m/statistics/distributions/exprnd.m +share/octave/${VERSION}/m/statistics/distributions/fcdf.m +share/octave/${VERSION}/m/statistics/distributions/finv.m +share/octave/${VERSION}/m/statistics/distributions/fpdf.m +share/octave/${VERSION}/m/statistics/distributions/frnd.m +share/octave/${VERSION}/m/statistics/distributions/gamcdf.m +share/octave/${VERSION}/m/statistics/distributions/gaminv.m +share/octave/${VERSION}/m/statistics/distributions/gampdf.m +share/octave/${VERSION}/m/statistics/distributions/gamrnd.m +share/octave/${VERSION}/m/statistics/distributions/geocdf.m +share/octave/${VERSION}/m/statistics/distributions/geoinv.m +share/octave/${VERSION}/m/statistics/distributions/geopdf.m +share/octave/${VERSION}/m/statistics/distributions/geornd.m +share/octave/${VERSION}/m/statistics/distributions/hygecdf.m +share/octave/${VERSION}/m/statistics/distributions/hygeinv.m +share/octave/${VERSION}/m/statistics/distributions/hygepdf.m +share/octave/${VERSION}/m/statistics/distributions/hygernd.m share/octave/${VERSION}/m/statistics/distributions/kolmogorov_smirnov_cdf.m share/octave/${VERSION}/m/statistics/distributions/laplace_cdf.m share/octave/${VERSION}/m/statistics/distributions/laplace_inv.m @@ -2374,39 +2948,40 @@ share/octave/${VERSION}/m/statistics/distributions/logistic_cdf.m share/octave/${VERSION}/m/statistics/distributions/logistic_inv.m share/octave/${VERSION}/m/statistics/distributions/logistic_pdf.m share/octave/${VERSION}/m/statistics/distributions/logistic_rnd.m -share/octave/${VERSION}/m/statistics/distributions/lognormal_cdf.m -share/octave/${VERSION}/m/statistics/distributions/lognormal_inv.m -share/octave/${VERSION}/m/statistics/distributions/lognormal_pdf.m -share/octave/${VERSION}/m/statistics/distributions/lognormal_rnd.m -share/octave/${VERSION}/m/statistics/distributions/normal_cdf.m -share/octave/${VERSION}/m/statistics/distributions/normal_inv.m -share/octave/${VERSION}/m/statistics/distributions/normal_pdf.m -share/octave/${VERSION}/m/statistics/distributions/normal_rnd.m -share/octave/${VERSION}/m/statistics/distributions/pascal_cdf.m -share/octave/${VERSION}/m/statistics/distributions/pascal_inv.m -share/octave/${VERSION}/m/statistics/distributions/pascal_pdf.m -share/octave/${VERSION}/m/statistics/distributions/pascal_rnd.m -share/octave/${VERSION}/m/statistics/distributions/poisson_cdf.m -share/octave/${VERSION}/m/statistics/distributions/poisson_inv.m -share/octave/${VERSION}/m/statistics/distributions/poisson_pdf.m -share/octave/${VERSION}/m/statistics/distributions/poisson_rnd.m +share/octave/${VERSION}/m/statistics/distributions/logncdf.m +share/octave/${VERSION}/m/statistics/distributions/logninv.m +share/octave/${VERSION}/m/statistics/distributions/lognpdf.m +share/octave/${VERSION}/m/statistics/distributions/lognrnd.m +share/octave/${VERSION}/m/statistics/distributions/nbincdf.m +share/octave/${VERSION}/m/statistics/distributions/nbininv.m +share/octave/${VERSION}/m/statistics/distributions/nbinpdf.m +share/octave/${VERSION}/m/statistics/distributions/nbinrnd.m +share/octave/${VERSION}/m/statistics/distributions/normcdf.m +share/octave/${VERSION}/m/statistics/distributions/norminv.m +share/octave/${VERSION}/m/statistics/distributions/normpdf.m +share/octave/${VERSION}/m/statistics/distributions/normrnd.m +share/octave/${VERSION}/m/statistics/distributions/poisscdf.m +share/octave/${VERSION}/m/statistics/distributions/poissinv.m +share/octave/${VERSION}/m/statistics/distributions/poisspdf.m +share/octave/${VERSION}/m/statistics/distributions/poissrnd.m share/octave/${VERSION}/m/statistics/distributions/stdnormal_cdf.m share/octave/${VERSION}/m/statistics/distributions/stdnormal_inv.m share/octave/${VERSION}/m/statistics/distributions/stdnormal_pdf.m share/octave/${VERSION}/m/statistics/distributions/stdnormal_rnd.m -share/octave/${VERSION}/m/statistics/distributions/t_cdf.m -share/octave/${VERSION}/m/statistics/distributions/t_inv.m -share/octave/${VERSION}/m/statistics/distributions/t_pdf.m -share/octave/${VERSION}/m/statistics/distributions/t_rnd.m -share/octave/${VERSION}/m/statistics/distributions/uniform_cdf.m -share/octave/${VERSION}/m/statistics/distributions/uniform_inv.m -share/octave/${VERSION}/m/statistics/distributions/uniform_pdf.m -share/octave/${VERSION}/m/statistics/distributions/uniform_rnd.m -share/octave/${VERSION}/m/statistics/distributions/weibull_cdf.m -share/octave/${VERSION}/m/statistics/distributions/weibull_inv.m -share/octave/${VERSION}/m/statistics/distributions/weibull_pdf.m -share/octave/${VERSION}/m/statistics/distributions/weibull_rnd.m -share/octave/${VERSION}/m/statistics/distributions/wiener_rnd.m +share/octave/${VERSION}/m/statistics/distributions/tcdf.m +share/octave/${VERSION}/m/statistics/distributions/tinv.m +share/octave/${VERSION}/m/statistics/distributions/tpdf.m +share/octave/${VERSION}/m/statistics/distributions/trnd.m +share/octave/${VERSION}/m/statistics/distributions/unidrnd.m +share/octave/${VERSION}/m/statistics/distributions/unifcdf.m +share/octave/${VERSION}/m/statistics/distributions/unifinv.m +share/octave/${VERSION}/m/statistics/distributions/unifpdf.m +share/octave/${VERSION}/m/statistics/distributions/unifrnd.m +share/octave/${VERSION}/m/statistics/distributions/wblcdf.m +share/octave/${VERSION}/m/statistics/distributions/wblinv.m +share/octave/${VERSION}/m/statistics/distributions/wblpdf.m +share/octave/${VERSION}/m/statistics/distributions/wblrnd.m +share/octave/${VERSION}/m/statistics/distributions/wienrnd.m share/octave/${VERSION}/m/statistics/models/ share/octave/${VERSION}/m/statistics/models/logistic_regression.m share/octave/${VERSION}/m/statistics/models/logistic_regression_derivatives.m @@ -2450,27 +3025,50 @@ share/octave/${VERSION}/m/strings/hex2dec.m share/octave/${VERSION}/m/strings/index.m share/octave/${VERSION}/m/strings/isletter.m share/octave/${VERSION}/m/strings/lower.m +share/octave/${VERSION}/m/strings/mat2str.m share/octave/${VERSION}/m/strings/rindex.m share/octave/${VERSION}/m/strings/split.m +share/octave/${VERSION}/m/strings/str2double.m share/octave/${VERSION}/m/strings/str2mat.m share/octave/${VERSION}/m/strings/str2num.m share/octave/${VERSION}/m/strings/strcat.m -share/octave/${VERSION}/m/strings/strcmp.m +share/octave/${VERSION}/m/strings/strcmpi.m +share/octave/${VERSION}/m/strings/strfind.m share/octave/${VERSION}/m/strings/strjust.m +share/octave/${VERSION}/m/strings/strmatch.m +share/octave/${VERSION}/m/strings/strncmpi.m share/octave/${VERSION}/m/strings/strrep.m +share/octave/${VERSION}/m/strings/strtok.m +share/octave/${VERSION}/m/strings/strtrunc.m +share/octave/${VERSION}/m/strings/strvcat.m share/octave/${VERSION}/m/strings/substr.m share/octave/${VERSION}/m/strings/upper.m +share/octave/${VERSION}/m/testfun/ +share/octave/${VERSION}/m/testfun/PKG_ADD +share/octave/${VERSION}/m/testfun/assert.m +share/octave/${VERSION}/m/testfun/demo.m +share/octave/${VERSION}/m/testfun/example.m +share/octave/${VERSION}/m/testfun/fail.m +share/octave/${VERSION}/m/testfun/speed.m +share/octave/${VERSION}/m/testfun/test.m share/octave/${VERSION}/m/time/ share/octave/${VERSION}/m/time/asctime.m +share/octave/${VERSION}/m/time/calendar.m share/octave/${VERSION}/m/time/clock.m share/octave/${VERSION}/m/time/ctime.m share/octave/${VERSION}/m/time/date.m -share/octave/${VERSION}/site/ -share/octave/${VERSION}/site/m/ +share/octave/${VERSION}/m/time/datenum.m +share/octave/${VERSION}/m/time/datestr.m +share/octave/${VERSION}/m/time/datevec.m +share/octave/${VERSION}/m/time/eomday.m +share/octave/${VERSION}/m/time/etime.m +share/octave/${VERSION}/m/time/is_leap_year.m +share/octave/${VERSION}/m/time/now.m +share/octave/${VERSION}/m/time/tic.m +share/octave/${VERSION}/m/time/toc.m +share/octave/${VERSION}/m/time/weekday.m share/octave/ls-R share/octave/site/ -share/octave/site/api-v13/ -share/octave/site/api-v13/m/ share/octave/site/m/ share/octave/site/m/startup/ share/octave/site/m/startup/octaverc