Re: [math] eigenvector doubts and issues

2013-11-11 Thread andrea antonello
Hi Thomas, thanks for your reply. the result of CM and jama are identical, the difference is just in the way how the data is stored. Afaik in jama calling getV() returns a vector in row format whereas in CM the are stored in column format. If you transpose the matrix (or call getVT()) you

Re: [math] eigenvector doubts and issues

2013-11-11 Thread Thomas Neidhart
On 11/11/2013 11:40 AM, andrea antonello wrote: Hi Thomas, thanks for your reply. the result of CM and jama are identical, the difference is just in the way how the data is stored. Afaik in jama calling getV() returns a vector in row format whereas in CM the are stored in column format.

[ANNOUNCE] Apache Commons Pool 2.0 released

2013-11-11 Thread Mark Thomas
The Apache Commons Team is pleased to announce the release of Apache Commons Pool 2.0. The Apache Commons Pool open source software library provides an object-pooling API and a number of object pool implementations. Version 2 of Apache Commons Pool contains a completely re-written pooling

RE: [ANNOUNCE] Apache Commons Pool 2.0 released

2013-11-11 Thread Gary Gregory
Congrats to [pool] on a 2.0 finally seeing the light of day! Gary Original message From: Mark Thomas ma...@apache.org Date:11/11/2013 10:25 (GMT-05:00) To: Commons Users List user@commons.apache.org Cc: Commons Developers List d...@commons.apache.org,annou...@apache.org

[vfs] Facing issue with FileListener-fileCreated event

2013-11-11 Thread Ashwini Bagaddeo
Hi, I am facing an issue with apache VFS - FileListener-fileCreated event. I have configured a directory containing files to be monitored by DefaultFileMonitor class. The issue is the fileCreated event is getting triggered multiple times for the same file in the file directory ,over a period

Re: [vfs] Facing issue with FileListener-fileCreated event

2013-11-11 Thread Gary Gregory
Can you please create a unit test to recreate the problem, and then create a JIRA and attach the code. Thank you, Gary On Mon, Nov 11, 2013 at 11:30 AM, Ashwini Bagaddeo bagaddeo.ashw...@gmail.com wrote: Hi, I am facing an issue with apache VFS - FileListener-fileCreated event. I have

Re: [vfs] Facing issue with FileListener-fileCreated event

2013-11-11 Thread Ashwini Bagaddeo
Hi Guys ,could you please help me with below issue. On Mon, Nov 11, 2013 at 10:00 PM, Ashwini Bagaddeo bagaddeo.ashw...@gmail.com wrote: Hi, I am facing an issue with apache VFS - FileListener-fileCreated event. I have configured a directory containing files to be monitored by