Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 81845 invoked from network); 7 Nov 2004 20:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Nov 2004 20:31:29 -0000 Received: (qmail 79892 invoked by uid 500); 7 Nov 2004 20:31:26 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 79808 invoked by uid 500); 7 Nov 2004 20:31:25 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 79794 invoked by uid 500); 7 Nov 2004 20:31:25 -0000 Received: (qmail 79790 invoked by uid 99); 7 Nov 2004 20:31:25 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 07 Nov 2004 12:31:25 -0800 Received: (qmail 81731 invoked by uid 1718); 7 Nov 2004 20:31:23 -0000 Date: 7 Nov 2004 20:31:23 -0000 Message-ID: <20041107203123.81730.qmail@minotaur.apache.org> From: psteitz@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/math/xdocs changes.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N psteitz 2004/11/07 12:31:23 Modified: math/xdocs changes.xml Log: Updated to reflect PR 31713 changes. Revision Changes Path 1.10 +5 -0 jakarta-commons/math/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-commons/math/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 7 Nov 2004 05:07:29 -0000 1.9 +++ changes.xml 7 Nov 2004 20:31:23 -0000 1.10 @@ -94,7 +94,12 @@ Added Poisson distribution implementation. + + Eliminated unecessary array copy operations in RealMatrixImpl, + BigMatrixImpl add, multiply, solve and subtract operations. + + 31713 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org