[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
--
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
>
>
> --
- "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
19 matches
Mail list logo