Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-22 Thread David Bateman
On 06/20/2013 04:50 PM, Jordi Gutiérrez Hermoso wrote: > I prefer the principle of consistency and as few special cases as > possible. More special cases increase code complexity and makes it > more difficult to maintain. - Jordi G. H. Ok so a partially undid this changeset and used the sparse spe

Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-20 Thread David Bateman
Le 20 juin 2013 à 15:01, "John W. Eaton" a écrit : > On 06/19/2013 08:32 PM, David Bateman wrote: >> On 06/20/2013 01:10 AM, David Bateman wrote: >>> I'd like to add some tests first and see if any other bugs have turned >>> up after this change. For

Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-19 Thread David Bateman
On 06/20/2013 01:10 AM, David Bateman wrote: > I'd like to add some tests first and see if any other bugs have turned > up after this change. For example the changes use made to sprand and > sprandn 2 years ago to call randperm also overflows. At the moment I'm > getting

Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-19 Thread David Bateman
On 06/19/2013 09:53 PM, Jordi Gutiérrez Hermoso wrote: > I think you'll still need to do something about a more realistic > situation of linear indexing with a logical matrix, which also ends up > translating into linear indexing thanks to our underlying bug: the > assumption that linear indexing w

Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-19 Thread David Bateman
a symptom". I propose modifying this error to read error: subscript indices must be either positive integers less than 2^31 or logicals for 32 bit indexing and error: subscript indices must be either positive integers less than 2^63 or logicals for 64 bit indexing. S

Bug#706376: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16

2013-06-15 Thread David Bateman
n or operator that relies on either for sparse matrices, or at least when it doesn't have to, is buggy. Ed is right the is_empty method of the octave_base_value class should be specialized for sparse matrices as in the attached changeset as it has no need to rely on numel. Then any function that

Bug#502168: [Pkg-scicomp-devel] Bug#502168: New upstream package

2008-10-14 Thread David Bateman
Thomas Weber wrote: Am Dienstag, den 14.10.2008, 08:59 +0100 schrieb David Bateman: Package: suitesparse Version: 3.1.0-3 There is a new upstream release of suitesparse available that includes a new sparse QR factorization and solver that is significantly faster than anything else

Bug#502168: New upstream package

2008-10-14 Thread David Bateman
under- and over-determined solvers. Could I request that this new version of suitesparse be packaged and in particular that the new SPQR package be built. The upstream version number of this new release is 3.2.0. Thanks David -- David Bateman[EMAIL PROTECTED] Mot

Bug#492078: octave3.0: cannot change axes location in pcolor

2008-07-26 Thread David Bateman
Francesco Potorti` wrote: > package octave3.0 > tags 492078 upstream > stop > > Dear Octave maintainers, > > The bug report reproduced below has been filed against the Debian > package and regards the upstream sources. The report is recorded at > http://bugs.debian.org/492078 > > Thanks, > >

Bug#492168: octave3.0: shading doc unclear and poor default shading

2008-07-26 Thread David Bateman
Francesco Potorti` wrote: > package octave3.0 > tags 492168 upstream > stop > > Dear Octave maintainers, > > The bug report reproduced below has been filed against the Debian > package and regards the upstream sources. The report is recorded at > http://bugs.debian.org/492168 > > Thanks, > >

Bug#492223: octave3.0: contourf only accepts vector X and Y if same

2008-07-26 Thread David Bateman
mn 3 > error: called from `contourf:parse_args' in file > `/usr/share/octave/3.0.1/m/plot/contourf.m' > error: called from `contourf' in file > `/usr/share/octave/3.0.1/m/plot/contourf.m' > octave> [xx,yy]=meshgrid(x,y);contourf(xx,yy,z,4)

Bug#492224: octave3.0: contourf is not documented

2008-07-26 Thread David Bateman
bian.org/492224 > > Thanks, > > Version: 1:3.0.1-4 > Severity: minor > > The manual does not mention contourf. > Changeset attached D. # HG changeset patch # User David Bateman <[EMAIL PROTECTED]> # Date 1217118222 -7200 # Node ID 7b5870224c9dfadef931c4ee1b8b403248

Bug#492076: octave3.0: incorrect axis location properties

2008-07-26 Thread David Bateman
Francesco Potorti` wrote: > package octave3.0 > tags 492076 upstream > stop > > Dear Octave maintainers, > > The bug report reproduced below has been filed against the Debian > package and regards the upstream sources. The report is recorded at > http://bugs.debian.org/492076 > > Thanks, > >

Bug#492070: octave3.0: about axes properties in the manual

2008-07-26 Thread David Bateman
ition is the dimensions of the plot window itself and OuterPosition is the same including the axes labels, tics, etc.. I attach a changeset with a minor clarification of this.. D. # HG changeset patch # User David Bateman <[EMAIL PROTECTED]> # Date 1217117335 -7200 # Node ID adea06aa57c

Bug#492038: octave3.0: pcolor does not show all data

2008-07-26 Thread David Bateman
Francesco Potorti` wrote: > package octave3.0 > tags 492038 upstream > stop > > Dear Octave maintainers, > > The bug report reproduced below has been filed against the Debian > package and regards the upstream sources. The report is recorded at > http://bugs.debian.org/492038 > > Thanks, > >

Bug#472069: [Pkg-octave-devel] Bug#472069: Bug#472069: octave3.0: plotyy leaves remains on future graphs

2008-03-28 Thread David Bateman
John W. Eaton wrote: > On 28-Mar-2008, David Bateman wrote: > > | Hey, I didn't look at the bug tracker, it was me who answered Tom on > | comp.soft-sys.octave, > > Are you the only person who reads that? Should we maybe regularly > post a mini-FAQ there that says

Bug#472069: [Pkg-octave-devel] Bug#472069: octave3.0: plotyy leaves remains on future graphs

2008-03-28 Thread David Bateman
Thomas Weber wrote: > Am Freitag, den 28.03.2008, 10:54 +0100 schrieb David Bateman: > >> This bug is resolved by the patch I send upstream at >> >> http://www.nabble.com/-Changeset--plotyy-leaves-traces-of-previous-plots-to16341759.html >> >> and attache

Bug#472069: octave3.0: plotyy leaves remains on future graphs

2008-03-28 Thread David Bateman
This bug is resolved by the patch I send upstream at http://www.nabble.com/-Changeset--plotyy-leaves-traces-of-previous-plots-to16341759.html and attached here D. -- David Bateman[EMAIL PROTECTED] Motorola Labs - Paris+33 1 69 35 48 04

Bug#394982: [Pkg-octave-devel] Bug#394982: octave2.9: Crashes on "x(:,

2006-10-25 Thread David Bateman
Rafael Laboissiere wrote: > package octave2.9 > reopen 394982 > thanks > > * Kim Hansen <[EMAIL PROTECTED]> [2006-10-25 13:20]: > >> On 10/25/06, David Bateman <[EMAIL PROTECTED]> wrote: >>> Ok, Please consider the attached patch. Note that this impl

Bug#344995: [OctDev] Re: [Pkg-octave-devel] Bug#344995: octave-forge: FTBFS (ia64, mips, .../unstable): fixed.h: No such file or directory

2005-12-28 Thread David Bateman
more complex than that, as most of the functions merged into octave from octave-forge went into 2.9.x release only, and so rather than purging these functions, they will need a conditional installation. I can attack some of these as well if someone doesn't get th

Bug#295395: [OctDev] [dnj@x.dtu.dk: octave-forge: Replacing a submatrix of a sparse matrix results in a full matrix]

2005-02-27 Thread David Bateman
Rafael Laboissiere wrote: package octave-forge tags 295395 upstream forwarded 295395 [EMAIL PROTECTED] thanks - Forwarded message from Dennis Jørgensen <[EMAIL PROTECTED]> - From: Dennis Jørgensen <[EMAIL PROTECTED]> Subject: octave-forge: Replacing a submatrix of a sparse matrix results in