Mercurial > hg > octave-lyh
graph
-
require both subsref variants to be defined in octave_value subclassesWed, 26 Mar 2008 22:09:42 -0400, by John W. Eaton
-
Texinfo fixesWed, 26 Mar 2008 16:27:14 -0400, by John W. Eaton
-
extend dmult to allow scaling arbitrary dimensionWed, 26 Mar 2008 16:18:23 -0400, by Jaroslav Hajek
-
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.Wed, 26 Mar 2008 15:55:20 -0400, by sh
-
Remove spurious whitespace before macrosWed, 26 Mar 2008 17:36:18 +0100, by Rafael Laboissiere
-
additional fixes for Array::assignNWed, 26 Mar 2008 15:38:25 -0400, by David Bateman
-
fntests.m: report number .m and .cc files without tests separatelyWed, 26 Mar 2008 14:46:48 -0400, by John W. Eaton
-
display percentage of elements that are nonzero when printing sparse matricesWed, 26 Mar 2008 12:56:51 -0400, by John W. Eaton
-
Modified statistics to calculate consistent median.Tue, 25 Mar 2008 23:57:49 -0400, by Ben Abbott
-
refactor Array::assignN dimensioning code for empty initial matricesTue, 25 Mar 2008 23:06:45 -0400, by David Bateman
-
Makefile and ChangeLog fixesTue, 25 Mar 2008 21:36:58 -0400, by John W. Eaton
-
Added support for N-dimensional convolutionTue, 25 Mar 2008 21:28:02 -0400, by sh
-
Add the num2hex and hex2num functionsTue, 25 Mar 2008 20:22:46 -0400, by David Bateman
-
implement expm1 and log1p functionsTue, 25 Mar 2008 19:47:21 -0400, by Jaroslav Hajek
-
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definiteTue, 25 Mar 2008 16:17:16 -0400, by David Bateman
-
implement mapper function for banker's roundingTue, 25 Mar 2008 15:56:41 -0400, by Jaroslav Hajek
-
add -struct modifier to saveTue, 25 Mar 2008 15:29:26 -0400, by Jaroslav Hajek
-
fix parameter list initializer bugTue, 25 Mar 2008 14:32:00 -0400, by John W. Eaton
-
Add the contrast functionTue, 25 Mar 2008 12:03:26 -0400, by David Bateman
-
Allow installation of already extracted packagesMon, 24 Mar 2008 18:14:18 -0400, by Thomas Weber
-
Add the hypot functionMon, 24 Mar 2008 16:32:00 -0400, by David Bateman
-
remove test that no longer fails in modSun, 23 Mar 2008 22:21:57 +0100, by David Bateman
-
Add the regexptranslate functionMon, 24 Mar 2008 15:55:40 -0400, by David Bateman
-
Add the namelengthmax functionMon, 24 Mar 2008 15:54:50 -0400, by David Bateman
-
Add the idivide functionMon, 24 Mar 2008 15:53:07 -0400, by David Bateman
-
variables.cc (exist): Clarify help.Mon, 24 Mar 2008 12:06:52 -0400, by Ben Abbott
-
Add integer el_div and el_ldiv operators to the binops that were missing themSun, 23 Mar 2008 11:07:39 -0400, by David Bateman
-
Remove reference to dlartvSat, 22 Mar 2008 14:59:41 +0100, by David Bateman
-
minor doc patchFri, 21 Mar 2008 14:16:41 +0100, by David Bateman
-
treat structs and cells as "constants"Fri, 21 Mar 2008 16:28:47 -0400, by John W. Eaton
-
Add the reallog, realsqrt and realpow functionsFri, 21 Mar 2008 16:09:01 +0100, by David Bateman
-
Move diag function into the octave_value classFri, 21 Mar 2008 00:08:24 +0100, by David Bateman
-
Add the amd functionFri, 21 Mar 2008 13:20:11 -0400, by David Bateman
-
Further type preservation tests and fix of diag for cell arraysThu, 20 Mar 2008 20:54:19 +0100, by David Bateman
-
Allow cast to 'char'.Thu, 20 Mar 2008 17:00:15 +0100, by David Bateman
-
more checks for subspaceThu, 20 Mar 2008 12:06:07 -0400, by Jaroslav Hajek
-
Ensure k is an integer scalar in rotdimThu, 20 Mar 2008 15:17:38 +0100, by David Bateman
-
Avoid infinite loop in circshift for infinite matricesThu, 20 Mar 2008 11:03:48 -0400, by David Bateman
-
Add tests for preservation of type for functions that work on dimensions of the matricesThu, 20 Mar 2008 15:30:00 +0100, by David Bateman
-
error check for subspace.mThu, 20 Mar 2008 09:36:50 -0400, by Jaroslav Hajek
-
implement subspace functionWed, 19 Mar 2008 21:22:20 -0400, by Jaroslav Hajek
-
Emil LucretiuWed, 19 Mar 2008 16:28:23 -0400, by John W. Eaton
-
octave_env::do_base_pathname: handle rooted relativel namesWed, 19 Mar 2008 16:20:42 -0400, by John W. Eaton
-
Correct typos in __go_draw_axes__.m and update ManualWed, 19 Mar 2008 15:41:43 -0400, by godfrey
-
micro patch of indexing bugWed, 19 Mar 2008 15:29:42 -0400, by David Bateman
-
Fix for mode.m NDArrays and row vectorsWed, 19 Mar 2008 15:02:03 -0400, by David Bateman
-
Fix for array indexing if original matrix is emptyWed, 19 Mar 2008 14:12:57 -0400, by David Bateman
-
doc fix for exp distribution functionsWed, 19 Mar 2008 13:11:50 -0400, by Jaroslav Hajek
-
fix for scatter markersizeWed, 19 Mar 2008 17:30:01 +0100, by David Bateman
-
Rewrite sparse mappers in terms of a functor template functionWed, 19 Mar 2008 10:38:33 -0400, by David Bateman
-
Treat negative values to lgamma and beta correctlyTue, 18 Mar 2008 21:32:48 -0400, by David Bateman
-
Chop trailing singletons in min/max functionsTue, 18 Mar 2008 20:27:50 -0400, by David Bateman
-
use xzdotc instead of zdotcTue, 18 Mar 2008 16:39:25 -0400, by John W. Eaton
-
partial specialization for octave_int_fit_to_rangeTue, 18 Mar 2008 16:21:10 -0400, by John W. Eaton
-
shortened empty indexing fixTue, 18 Mar 2008 15:39:13 -0400, by David Bateman
-
compatible handling of NaN -> int conversionsTue, 18 Mar 2008 14:46:15 -0400, by John W. Eaton
-
Escape "-" signs that mean the "minus" characterTue, 18 Mar 2008 14:05:50 -0400, by Rafael Laboissiere
-
remove <> from the manualTue, 18 Mar 2008 14:01:28 -0400, by John W. Eaton
-
__go_draw_axes__: use correct symbol codesTue, 18 Mar 2008 13:44:06 -0400, by Michael D. Godfrey
-
Bug fix, set splot user style to defaultFri, 14 Mar 2008 08:00:50 -0400, by kai