changeset 22585:d2bca82253ee stable

__unimplemented__.m: re-add gsvd to list of unimplemented functions for 4.2 release.
author Carnë Draug <carandraug@octave.org>
date Mon, 03 Oct 2016 19:28:59 +0100
parents 2bca08793651
children d0e972e74851 752661b4725e
files scripts/help/__unimplemented__.m
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Mon Oct 03 14:07:58 2016 -0700
+++ b/scripts/help/__unimplemented__.m	Mon Oct 03 19:28:59 2016 +0100
@@ -49,6 +49,11 @@
       txt = ["exifread is deprecated.  " ...
              "The functionality is available in the imfinfo function."];
 
+    case "gsvd"
+      txt = ["gsvd is not currently part of core Octave.  ", ...
+             "See the linear-algebra package at ", ...
+             "@url{http://octave.sourceforge.net/linear-algebra/}."];
+
     case "funm"
       txt = ["funm is not currently part of core Octave.  ", ...
              "See the linear-algebra package at ", ...
@@ -652,6 +657,7 @@
   "graph",
   "graymon",
   "griddedInterpolant",
+  "gsvd",
   "guide",
   "h5create",
   "h5disp",