log

age author description
Wed, 10 Aug 2016 09:09:41 +0200 Kai T. Ohlhus maint: properly include <vector> in svd classes.
Wed, 10 Aug 2016 03:56:38 +0100 Carnë Draug svd: use std::vector instead of Matrix when a std::vector is enough.
Mon, 18 Jul 2016 17:46:05 +0200 Markus Muetzel Add function material. (patch #9013)
Wed, 10 Aug 2016 00:56:51 +0100 Carnë Draug MatrixType: remove duplicate code for SparseMatrix and ComplexSparseMatrix.
Tue, 09 Aug 2016 16:55:36 -0700 Rik doc: Clarify that reducepatch only works on patches, not surfaces.
Tue, 09 Aug 2016 16:50:37 -0700 Rik __unimplemented__.m: Don't print backtrace when issuing warning.
Mon, 18 Jul 2016 19:54:34 +0200 Markus Muetzel Add function "reducepatch" (patch #8912)
Tue, 09 Aug 2016 23:25:09 +0100 Barbara Locsi chol2inv: "inv (Y'*Y)" instead of "(inv(Y))' * inv(Y)" (bug #36437)
Sat, 06 Aug 2016 19:38:32 +0200 Barbara Locsi chol2inv: fix support for sparse matrices by fixing MatrixType (bug #36437)
Tue, 09 Aug 2016 15:07:30 -0700 Markus Mützel isosurface.m: Rework %!demos (bug #48626).
Sat, 30 Jul 2016 10:38:09 -0500 Daniel J Sebald For gnuplot toolkit patch case, broadcast single color values (bug #48626).
Tue, 09 Aug 2016 21:36:23 +0100 Carnë Draug libinterp/corefcn/gsvd.cc: clean up #include's removing what's not needed.
Tue, 09 Aug 2016 21:34:53 +0100 Carnë Draug gsvd: replace deprecated gripe_wrong_type_arg with err_wrong_type_arg.
Tue, 09 Aug 2016 18:02:11 +0200 Barbara Locsi gsvd: reduce code duplication with templates.
Thu, 04 Aug 2016 07:50:31 +0200 Barbara Locsi gsvd: new function imported from Octave-Forge linear-algebra package.
Tue, 09 Aug 2016 14:41:52 -0400 John W. Eaton allow configure to select Qt version
Mon, 08 Aug 2016 19:22:29 -0400 John W. Eaton don't use -Wshadow for GCC 4
Tue, 09 Aug 2016 11:09:38 -0700 Rik Overhaul isosurface.m and associated functions.
Mon, 18 Jul 2016 19:49:39 +0200 Markus Muetzel Add function "reducevolume" (patch #8856).
Tue, 09 Aug 2016 15:40:32 +0100 Carnë Draug liboctave/numeric/svd.h: remove unused #include <iosfwd>.
Tue, 09 Aug 2016 04:14:55 +0100 Carnë Draug chol: return permutation vector as row vector instead of column vector.
Tue, 09 Aug 2016 00:21:36 +0100 Carnë Draug svd: do not shadow member variables with local variables.
Sun, 12 Jun 2016 19:38:22 +1000 Lachlan Andrew Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Thu, 30 Jun 2016 18:30:26 +1000 Lachlan Andrew Calculate cov as Matlab does, not as its conjugate (bug #48315).
Mon, 08 Aug 2016 15:21:03 -0700 Rik glpk.m: Style fixes for cset 20e0c0b8820c.
Sat, 27 Feb 2016 16:16:36 +1100 Lachlan Andrew Allow sequential quadratic programs with infeasible QPs (bug #36015).
Thu, 11 Feb 2016 21:06:45 +1100 Lachlan Andrew Prevent Octave:language-extension from becoming an error (bug #44336).
Mon, 08 Aug 2016 20:46:12 +0100 Carnë Draug dim-vector.h: remove duplicated code.
Mon, 08 Aug 2016 12:03:06 -0700 Rik __opengl_info__.m: Tide code and fix to work with fltk toolkit.
Mon, 08 Aug 2016 07:36:37 +0200 Andreas Weber dump_demos: remove duplicate default args