[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: MATH-581-06.zip Hi, attached are some classes entering the heart of the matter

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: (was: MATH-581-06.zip) Support for iterative linear solvers

[jira] [Issue Comment Edited] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079236#comment-13079236 ] Sébastien Brisard edited comment on MATH-581 at 8/4/11 6:09 PM

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: exceptions.patch {{exceptions.patch}} removes all getOffendinXXX methods

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: (was: conjugate-gradient.zip) Support for iterative linear solvers

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: conjugate-gradient.zip This is a new attempt, with extensive use

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: conjugate-gradient.zip conjugate-gradient.zip includes all above-mentioned classes

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Comment: was deleted (was: This is a new attempt, with extensive use of ExceptionContext

[jira] [Commented] (MATH-581) Support for iterative linear solvers

2011-08-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080376#comment-13080376 ] Sébastien Brisard commented on MATH-581: Thanks for your comments! h4. License OK

[jira] [Created] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2011-08-07 Thread JIRA
URL: https://issues.apache.org/jira/browse/MATH-643 Project: Commons Math Issue Type: Improvement Affects Versions: 3.0 Reporter: Arne Plöse Priority: Minor I think the map* methods have historical names. Today I would prefer ebe as prefix

[jira] [Commented] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2011-08-07 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080612#comment-13080612 ] Arne Plöse commented on MATH-643: - OK, I misunderstood element-by-element. I thougth ad d

[jira] [Commented] (MATH-581) Support for iterative linear solvers

2011-08-07 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080759#comment-13080759 ] Sébastien Brisard commented on MATH-581: * On the use of {{ExceptionContext}}: I'll

[jira] [Commented] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2011-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080793#comment-13080793 ] Arne Plöse commented on MATH-643: - If you have a look at the octave doc: {url}http

[jira] [Commented] (MATH-581) Support for iterative linear solvers

2011-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081129#comment-13081129 ] Sébastien Brisard commented on MATH-581: I like {{Observer}}, didn't know about them

[jira] [Commented] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2011-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081167#comment-13081167 ] Arne Plöse commented on MATH-643: - @perl http://perldoc.perl.org/functions/map.html says

[jira] [Commented] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2011-08-09 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081493#comment-13081493 ] Arne Plöse commented on MATH-643: - OK I am comming from matlab|octave I want the operator

[jira] [Commented] (MATH-620) multiplication of infinity

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13082219#comment-13082219 ] Arne Plöse commented on MATH-620: - evaluate this testcase: {code} @Test public void

[jira] [Created] (MATH-645) MathRuntimeException with simple ebeMultiply on OpenMapRealVector

2011-08-13 Thread JIRA
MathRuntimeException with simple ebeMultiply on OpenMapRealVector - Key: MATH-645 URL: https://issues.apache.org/jira/browse/MATH-645 Project: Commons Math Issue Type: Bug

[jira] [Created] (MATH-646) Unmodifiable views of RealVector

2011-08-14 Thread JIRA
Unmodifiable views of RealVector Key: MATH-646 URL: https://issues.apache.org/jira/browse/MATH-646 Project: Commons Math Issue Type: New Feature Affects Versions: 3.0 Reporter: Sébastien

[jira] [Updated] (MATH-646) Unmodifiable views of RealVector

2011-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-646: --- Attachment: MATH-646.patch Unmodifiable views of RealVector

[jira] [Commented] (MATH-646) Unmodifiable views of RealVector

2011-08-15 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085303#comment-13085303 ] Sébastien Brisard commented on MATH-646: {quote} Rather than an issue of large

[jira] [Updated] (MATH-646) Unmodifiable views of RealVector

2011-08-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-646: --- Attachment: MATH-646.patch Here is a new patch taking into account your comments. I didn't

[jira] [Commented] (MATH-646) Unmodifiable views of RealVector

2011-08-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090179#comment-13090179 ] Sébastien Brisard commented on MATH-646: {quote} Before posting a patch, please

[jira] [Issue Comment Edited] (MATH-646) Unmodifiable views of RealVector

2011-08-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090179#comment-13090179 ] Sébastien Brisard edited comment on MATH-646 at 8/24/11 12:40 PM

[jira] [Commented] (MATH-646) Unmodifiable views of RealVector

2011-08-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090254#comment-13090254 ] Sébastien Brisard commented on MATH-646: I could use unmodifiable views of matrices

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13091062#comment-13091062 ] Clément Denis commented on LANG-744: I don't agree with that. The security manager

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-08-29 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092656#comment-13092656 ] Sébastien Brisard commented on MATH-653: Gilles, I would favor inlining. I'm still

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-08-31 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094366#comment-13094366 ] Sébastien Brisard commented on MATH-653: {quote} I can take care

[jira] [Created] (MATH-655) General framework for iterative algorithms

2011-09-01 Thread JIRA
General framework for iterative algorithms -- Key: MATH-655 URL: https://issues.apache.org/jira/browse/MATH-655 Project: Commons Math Issue Type: New Feature Affects Versions: 3.0

[jira] [Updated] (MATH-655) General framework for iterative algorithms

2011-09-01 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-655: --- Attachment: iterative-algorithm.zip General framework for iterative algorithms

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095795#comment-13095795 ] Sébastien Brisard commented on MATH-653: OK, I've started to look

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095971#comment-13095971 ] Sébastien Brisard commented on MATH-655: {quote} A solution would be that all

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095987#comment-13095987 ] Sébastien Brisard commented on MATH-655: No, sorry I wasn't very clear. I just mean

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096103#comment-13096103 ] Sébastien Brisard commented on MATH-653: Done in rev 1164615. Rename

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096111#comment-13096111 ] Sébastien Brisard commented on MATH-653: In rev. 1164618: removed references do

[jira] [Issue Comment Edited] (MATH-653) Rename AbstractRealVector to RealVector

2011-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096111#comment-13096111 ] Sébastien Brisard edited comment on MATH-653 at 9/2/11 4:47 PM

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096691#comment-13096691 ] Sébastien Brisard commented on MATH-655: All right. I also like Phil's idea. I'll do

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-05 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097103#comment-13097103 ] Arne Plöse commented on MATH-620: - I try to convert some octave *.m files to java

[jira] [Updated] (MATH-620) multiplication of infinity

2011-09-05 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arne Plöse updated MATH-620: Comment: was deleted (was: I try to convert some octave *.m files to java, the result from octave

[jira] [Commented] (MATH-653) Rename AbstractRealVector to RealVector

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097760#comment-13097760 ] Sébastien Brisard commented on MATH-653: * {{EigenDecompositionImpl}} done

[jira] [Commented] (OGNL-20) Performance - Replace synchronized blocks with ReentrantReadWriteLock

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/OGNL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097809#comment-13097809 ] Julien Aymé commented on OGNL-20: - Note that you also could use ConcurrentHashMap instead

[jira] [Issue Comment Edited] (OGNL-20) Performance - Replace synchronized blocks with ReentrantReadWriteLock

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/OGNL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097809#comment-13097809 ] Julien Aymé edited comment on OGNL-20 at 9/6/11 8:50 AM: - Note

[jira] [Commented] (OGNL-20) Performance - Replace synchronized blocks with ReentrantReadWriteLock

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/OGNL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098040#comment-13098040 ] Julien Aymé commented on OGNL-20: - Hi Simone ! You got it right for the main part, except

[jira] [Created] (DAEMON-216) Add command line switch to hide console window when switch --type interactive is used.

2011-09-06 Thread JIRA
Add command line switch to hide console window when switch --type interactive is used. Key: DAEMON-216 URL: https://issues.apache.org/jira/browse/DAEMON-216

[jira] [Updated] (MATH-655) General framework for iterative algorithms

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-655: --- Attachment: iteration-manager.zip General framework for iterative algorithms

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098520#comment-13098520 ] Sébastien Brisard commented on MATH-655: In the attached file {{iteration

[jira] [Updated] (MATH-655) General framework for iterative algorithms

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-655: --- Attachment: iterative-algorithm.zip Some minor changes (was too quick declaring some methods

[jira] [Commented] (OGNL-20) Performance - Replace synchronized blocks with ReentrantReadWriteLock

2011-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/OGNL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098773#comment-13098773 ] Julien Aymé commented on OGNL-20: - Hi all, I will provide both a small benchmark test

[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13099735#comment-13099735 ] Sébastien Brisard commented on MATH-659: Removed calls to this method in unit tests

[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100096#comment-13100096 ] Sébastien Brisard commented on MATH-659: In rev1166533, I removed the call

[jira] [Commented] (COLLECTIONS-219) The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100202#comment-13100202 ] Maciej Józiewicz commented on COLLECTIONS-219: -- Is there any hope

[jira] [Commented] (MATH-665) QRDecomposition does not have a singularity threshold

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100350#comment-13100350 ] Sébastien Brisard commented on MATH-665: I've looked into NR and [SLATEC|http

[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100871#comment-13100871 ] Sébastien Brisard commented on MATH-659: Removed {{double[] solve(double[][])}} from

[jira] [Created] (CODEC-128) Documentation spelling fixes

2011-09-13 Thread JIRA
Documentation spelling fixes Key: CODEC-128 URL: https://issues.apache.org/jira/browse/CODEC-128 Project: Commons Codec Issue Type: Bug Reporter: Ville Skyttä Priority: Trivial

[jira] [Updated] (CODEC-128) Documentation spelling fixes

2011-09-13 Thread JIRA
[ https://issues.apache.org/jira/browse/CODEC-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ville Skyttä updated CODEC-128: --- Attachment: codec-spelling.patch Documentation spelling fixes Documentation spelling fixes

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104329#comment-13104329 ] Sébastien Brisard commented on MATH-655: The files were committed (minus

[jira] [Created] (MATH-669) UnivariateRealIntegrator throws ConvergenceException

2011-09-15 Thread JIRA
UnivariateRealIntegrator throws ConvergenceException Key: MATH-669 URL: https://issues.apache.org/jira/browse/MATH-669 Project: Commons Math Issue Type: Bug Affects Versions: 3.0

[jira] [Commented] (MATH-669) UnivariateRealIntegrator throws ConvergenceException

2011-09-15 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13105390#comment-13105390 ] Sébastien Brisard commented on MATH-669: Done in rev117

[jira] [Resolved] (MATH-669) UnivariateRealIntegrator throws ConvergenceException

2011-09-15 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard resolved MATH-669. Resolution: Fixed Fix Version/s: 3.0 UnivariateRealIntegrator throws

[jira] [Updated] (MATH-581) Support for iterative linear solvers

2011-09-16 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-581: --- Attachment: conjugate-gradient.zip Attached file {{conjugate-gradient.zip}} has been updated

[jira] [Resolved] (MATH-660) Simplify interface FieldVector

2011-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard resolved MATH-660. Resolution: Fixed Fix Version/s: 3.0 Done in rev1172044. Simplify interface

[jira] [Commented] (MATH-661) Simplify interface FieldDecompositionSolver

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107644#comment-13107644 ] Sébastien Brisard commented on MATH-661: Done progressively in revs r1172470

[jira] [Resolved] (MATH-661) Simplify interface FieldDecompositionSolver

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard resolved MATH-661. Resolution: Fixed Simplify interface FieldDecompositionSolver

[jira] [Created] (MATH-673) FieldLUDecomposition.Solver is missing appropriate testing

2011-09-19 Thread JIRA
FieldLUDecomposition.Solver is missing appropriate testing -- Key: MATH-673 URL: https://issues.apache.org/jira/browse/MATH-673 Project: Commons Math Issue Type: Bug Affects

[jira] [Resolved] (MATH-673) FieldLUDecomposition.Solver is missing appropriate testing

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard resolved MATH-673. Resolution: Fixed Fix Version/s: 3.0 Assignee: Sébastien Brisard Revision

[jira] [Created] (LANG-755) DateFormatUtils.format manipulates Calendar behaviour

2011-09-20 Thread JIRA
DateFormatUtils.format manipulates Calendar behaviour - Key: LANG-755 URL: https://issues.apache.org/jira/browse/LANG-755 Project: Commons Lang Issue Type: Bug Components

[jira] [Updated] (LANG-755) DateFormatUtils.format manipulates Calendar behaviour

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hans-jürgen kozik updated LANG-755: --- Description: {code} @Test public void testClearCalendar() throws Exception { Calendar

[jira] [Updated] (LANG-755) DateFormatUtils.format manipulates Calendar behaviour

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hans-jürgen kozik updated LANG-755: --- Description: {code} @Test public void testClearCalendar() { Calendar cal

[jira] [Updated] (LANG-755) DateFormatUtils.format manipulates Calendar behaviour

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hans-jürgen kozik updated LANG-755: --- Description: {code} @Test public void testClearCalendar() throws Exception { Calendar

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/21/11 3:50 AM

[jira] [Commented] (MATH-674) Too much documentation in UnivariateRealFunction.java?

2011-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109774#comment-13109774 ] Sébastien Brisard commented on MATH-674: I think it is valuable piece of information

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/21/11 6:54 PM

[jira] [Updated] (MATH-620) multiplication of infinity

2011-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arne Plöse updated MATH-620: Attachment: arne_tests.zip added test cases for sud/mul/div fixed sign detection (readable output) replaced

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/22/11 6:45 AM

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/23/11 6:34 AM

[jira] [Commented] (MATH-674) Too much documentation in UnivariateRealFunction.java?

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113891#comment-13113891 ] Sébastien Brisard commented on MATH-674: Got it. Sorry about that, Sébastien Too

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/24/11 4:30 AM

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/24/11 4:48 AM

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/24/11 4:57 AM

[jira] [Resolved] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard resolved MATH-662. Resolution: Fixed DecompositionSolver: merging unique ...Impl classes with their interface

[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique ...Impl classes with their interface

2011-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/24/11 5:14 AM

[jira] [Commented] (MATH-581) Support for iterative linear solvers

2011-09-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113971#comment-13113971 ] Sébastien Brisard commented on MATH-581: Hi, had anyone had time to play around

[jira] [Commented] (MATH-655) General framework for iterative algorithms

2011-09-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113975#comment-13113975 ] Sébastien Brisard commented on MATH-655: Just a quick note to say that the conjugate

[jira] [Commented] (MATH-581) Support for iterative linear solvers

2011-09-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114271#comment-13114271 ] Sébastien Brisard commented on MATH-581: Committed in rev r1175404. Happy to take

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-26 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114528#comment-13114528 ] Arne Plöse commented on MATH-620: - 1. Math.signum: octave makes a distinction between +0

[jira] [Commented] (MATH-667) Representations of the complex numbers

2011-09-26 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114530#comment-13114530 ] Arne Plöse commented on MATH-667: - Sounds interesting, but you will have to make sure

[jira] [Created] (MATH-781) SimplexSolver gives bad results

2012-04-21 Thread JIRA
Scheiber Ernő created MATH-781: -- Summary: SimplexSolver gives bad results Key: MATH-781 URL: https://issues.apache.org/jira/browse/MATH-781 Project: Commons Math Issue Type: Bug Affects

[jira] [Updated] (MATH-781) SimplexSolver gives bad results

2012-04-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scheiber Ernő updated MATH-781: --- Attachment: LinearProgCM2.java LinearProgCM.java Hi, I attached the test codes

[jira] [Commented] (MATH-460) Levy Distribution

2012-04-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13261766#comment-13261766 ] Sébastien Brisard commented on MATH-460: Andrew, if you want to have a go, please do

[jira] [Created] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-04-30 Thread JIRA
Sébastien Brisard created MATH-784: -- Summary: Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague Key: MATH-784 URL: https://issues.apache.org/jira/browse/MATH-784 Project

[jira] [Commented] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-04-30 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13264692#comment-13264692 ] Sébastien Brisard commented on MATH-784: Made improvements to the javadoc

[jira] [Commented] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-04-30 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13264706#comment-13264706 ] Sébastien Brisard commented on MATH-784: The Statistical Reference Datasets from

[jira] [Commented] (MATH-460) Levy Distribution

2012-05-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13267207#comment-13267207 ] Sébastien Brisard commented on MATH-460: Hi Andrew, sorry I haven't been very

[jira] [Issue Comment Edited] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-05-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268013#comment-13268013 ] Sébastien Brisard edited comment on MATH-784 at 5/4/12 1:20 AM

[jira] [Updated] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-784: --- Attachment: SyntheticData.java Attached is a Monte-Carlo simulation where 10 realizations

[jira] [Updated] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-784: --- Attachment: SyntheticDataLinear.java Attached a new version of the MC simulation, whith

[jira] [Commented] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268333#comment-13268333 ] Sébastien Brisard commented on MATH-784: It seems we did the same simulations

[jira] [Commented] (MATH-784) Javadoc of AbstractLeastSquaresOptimizer.guessParametersErrors() is too vague

2012-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268901#comment-13268901 ] Sébastien Brisard commented on MATH-784: In this [thread|http://mail

[jira] [Commented] (MATH-786) hashCode in Pair class

2012-05-05 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268964#comment-13268964 ] Sébastien Brisard commented on MATH-786: Is there really a way to make {{Pair

[jira] [Updated] (MATH-753) Better implementation for the gamma distribution density function

2012-05-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-753: --- Attachment: lanczos.patch {{lanczos.patch}} is the patch discussed in the the {{dev}} mailing

  1   2   3   4   5   6   7   8   9   10   >