Re: [math] moving 2.0 branch to trunk WAS: Re: Fwd: [MATH] commons math 2.0 snapshot jars

2008-12-01 Thread Phil Steitz
[EMAIL PROTECTED] wrote: Go ahead, thanks. Luc - "Phil Steitz" <[EMAIL PROTECTED]> a écrit : Going once, going twice Any objections to 0) svn move trunk branches/MATH_1_3 1) svn move branches/MATH_2_0 trunk Can anyone see any problems with this? Phil Done --

[ANNOUNCE] Commons SCXML 0.9 Released

2008-12-01 Thread Rahul Akolkar
The Apache Commons project would like to announce the immediate availability of Commons SCXML 0.9. Commons SCXML provides a Java State Chart XML (W3C Working Draft) engine. Anything that can be represented as a UML state chart -- business process flows, view navigation bits, interaction or dialog

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Sujit Pal
Hi Luc, Thanks for the feedback. I did not realize that the check for the ClassCastException was performance related. Let me know your thoughts once you get a chance to look at the patch, and I can put this back in and resubmit, ie if it is a RealMatrixImpl, then do what the methods with RealMatri

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Ted Dunning
Is performance in LUD normally achieved by fast element access? Or is it done by using higher order operators on a view of a row (or column)? I know the the Colt package made the argument that the latter it far preferable. I also know that Jama didn't do this, but was very hard to extend as a re

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Luc Maisonobe
Sujit Pal a écrit : > Hello, > > I am a new, but fairly happy user of commons-math 1.2 and I have begun > to use it in my code. I needed a sparse matrix implementation for some > data analysis work I was doing, and unfortunately the code with > RealMatrixImpl was coming back with an OOME. So I bui

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Ted Dunning
This is often handled by using an offset sparse matrix or vector that is sparse in that only elements different from the offset are stored. You can often do this at the algorithmic level by carrying around the requisite constant matrix in your derivation. Obviously, a normal sparse matrix is a sp

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Sujit Pal
Hi Ted, I considered that possibility too, peeked at one of the posts where this representation was suggested :-). Pros: 1) the representation is more elegant. Cons: 1) it would have required me to implement SparseVector, which we should do anyway, imo. But I wanted to keep the code changes to a

Re: [math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Ted Dunning
Sujit, What do you think the trade-offs are between the representation that you used and another one where you have a Map that contains rows or columns? On Mon, Dec 1, 2008 at 1:40 PM, Sujit Pal <[EMAIL PROTECTED]> wrote: > Hello, > > I am a new, but fairly happy user of commons-math 1.2 and I h

[RESULT][VOTE] Release Commons SCXML 0.9

2008-12-01 Thread Rahul Akolkar
This vote passes with 4 +1s (and no other votes) from: Niall Pemberton Oliver Heger Phil Steitz Rahul Akolkar Thanks for all input and I'll complete the related tasks in a couple of days. -Rahul On Wed, Nov 26, 2008 at 3:22 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > This is a vote to relea

[math] patch submitted for commons-math sparse matrix support

2008-12-01 Thread Sujit Pal
Hello, I am a new, but fairly happy user of commons-math 1.2 and I have begun to use it in my code. I needed a sparse matrix implementation for some data analysis work I was doing, and unfortunately the code with RealMatrixImpl was coming back with an OOME. So I built a SparseRealMatrixImpl as a s

[g...@vmgump]: Project commons-jelly-tags-define (in module commons-jelly) failed

2008-12-01 Thread commons-jelly-tags-define development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-define has an issue affecting its community integration. This

[g...@vmgump]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2008-12-01 Thread commons-jelly-tags-define development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-define-test has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-ant (in module commons-jelly) failed

2008-12-01 Thread commons-jelly-tags-ant development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-ant has an issue affecting its community integration. This iss

[g...@vmgump]: Project commons-jelly-tags-bsf (in module commons-jelly) failed

2008-12-01 Thread commons-jelly-tags-bsf development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-bsf has an issue affecting its community integration. This iss

[g...@vmgump]: Project commons-jelly-tags-beanshell (in module commons-jelly) failed

2008-12-01 Thread commons-jelly-tags-beanshell development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-beanshell has an issue affecting its community integration. T

[g...@vmgump]: Project commons-jelly-test (in module commons-jelly) failed

2008-12-01 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-configuration-test (in module apache-commons) failed

2008-12-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-configuration-test has an issue affecting its community integration. Thi

Re: [math] moving 2.0 branch to trunk WAS: Re: Fwd: [MATH] commons math 2.0 snapshot jars

2008-12-01 Thread luc . maisonobe
Go ahead, thanks. Luc - "Phil Steitz" <[EMAIL PROTECTED]> a écrit : > Going once, going twice > > Any objections to > > 0) svn move trunk branches/MATH_1_3 > 1) svn move branches/MATH_2_0 trunk > > Can anyone see any problems with this? > > Phil > > > --

Re: svn commit: r721203 [1/2] - in /commons/proper/math/branches/MATH_2_0: ./ src/java/org/apache/commons/math/linear/ src/site/xdoc/ src/site/xdoc/userguide/ src/test/org/apache/commons/math/linear/

2008-12-01 Thread luc . maisonobe
- "Ted Dunning" <[EMAIL PROTECTED]> a écrit : > I just read all of these references, but they all seem confined to > relatively naive implementations of multiply. Notably, they didn't do > the > standard two levels of block decomposition that is typically necessary > to > get good register a