Re: svn commit: r1504314 - in /commons/proper/math/trunk: build.xml pom.xml src/changes/changes.xml src/site/xdoc/developers.xml

2013-07-17 Thread Phil Steitz
On 7/17/13 5:48 PM, sebb wrote: > On 18 July 2013 00:52, Phil Steitz wrote: >> On 7/17/13 4:08 PM, sebb wrote: >>> On 17 July 2013 23:42, wrote: Author: psteitz Date: Wed Jul 17 22:42:07 2013 New Revision: 1504314 URL: http://svn.apache.org/r1504314 Log: Enable

Re: svn commit: r1504314 - in /commons/proper/math/trunk: build.xml pom.xml src/changes/changes.xml src/site/xdoc/developers.xml

2013-07-17 Thread sebb
On 18 July 2013 00:52, Phil Steitz wrote: > On 7/17/13 4:08 PM, sebb wrote: >> On 17 July 2013 23:42, wrote: >>> Author: psteitz >>> Date: Wed Jul 17 22:42:07 2013 >>> New Revision: 1504314 >>> >>> URL: http://svn.apache.org/r1504314 >>> Log: >>> Enabled LaTeX expressions in javadoc via MathJax.

Re: svn commit: r1504314 - in /commons/proper/math/trunk: build.xml pom.xml src/changes/changes.xml src/site/xdoc/developers.xml

2013-07-17 Thread Phil Steitz
On 7/17/13 4:08 PM, sebb wrote: > On 17 July 2013 23:42, wrote: >> Author: psteitz >> Date: Wed Jul 17 22:42:07 2013 >> New Revision: 1504314 >> >> URL: http://svn.apache.org/r1504314 >> Log: >> Enabled LaTeX expressions in javadoc via MathJax. JIRA: MATH-1006. >> >> Modified: >> commons/prop

Re: svn commit: r1504314 - in /commons/proper/math/trunk: build.xml pom.xml src/changes/changes.xml src/site/xdoc/developers.xml

2013-07-17 Thread sebb
On 17 July 2013 23:42, wrote: > Author: psteitz > Date: Wed Jul 17 22:42:07 2013 > New Revision: 1504314 > > URL: http://svn.apache.org/r1504314 > Log: > Enabled LaTeX expressions in javadoc via MathJax. JIRA: MATH-1006. > > Modified: > commons/proper/math/trunk/build.xml > commons/proper

Re: how to contribute on coding ?

2013-07-17 Thread Gilles
Hi. On Mon, 15 Jul 2013 08:51:10 +0530, narendra kumar wrote: hii every one i am new this open source world i wish to contribute something on coding , but i am confused where and how to start with pls help on this ... This mailing list is a discussion forum for many different projects: http:

[Math] Cleaning up the curve fitters

2013-07-17 Thread Gilles
Hello. Constructors of classes in the "o.a.c.m.fitting" are instantiated using an (abstract) "MultivariateVectorOptimizer". The only concrete implementations of this class are * LevenbergMarquardtOptimizer * GaussNewtonOptimizer [I.e. the API suggests that the Jacobian is not necessary for some

Re: [Math] Cleaning up the curve fitters

2013-07-17 Thread Konstantin Berlin
Hi, Am I missing something? Why is a linear least squares problem (fitting constants of basis functions) being solved using a non-linear least squares solver in the first place? On Jul 17, 2013, at 11:16 AM, Gilles wrote: > Hello. > > Constructors of classes in the "o.a.c.m.fitting" are inst