Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D248D183B6 for ; Sat, 2 Jan 2016 04:28:15 +0000 (UTC) Received: (qmail 40907 invoked by uid 500); 2 Jan 2016 04:28:15 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 40170 invoked by uid 500); 2 Jan 2016 04:28:15 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 40158 invoked by uid 99); 2 Jan 2016 04:28:15 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jan 2016 04:28:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 96018C04DB for ; Sat, 2 Jan 2016 04:28:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ICc03c_p1eLy for ; Sat, 2 Jan 2016 04:28:07 +0000 (UTC) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 54BDF204D1 for ; Sat, 2 Jan 2016 04:28:05 +0000 (UTC) Received: by mail-io0-f169.google.com with SMTP id o67so397815296iof.3 for ; Fri, 01 Jan 2016 20:28:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=xZGvVlJTMRinyFnHBwO4qB3R+hZ8A9Mnt/dLXkU8X3M=; b=PE2QqVN+bMcxXUGOEnt9+fHhRgD5luV131Ck86bWjqrYeeyGYoSQDSKDrXzPGu9je6 0WFkMVXyNxnvs4qXsc5c6yVHyNCxZj4jj7/fPfsDbbvtcvGn2QwZ4HuP9iJKRtdBUsL3 jXamWKq0u59wHki3oNuuNCCX6wouBrKSJ6jKVZRcPzvTSGmp6gCfcfK8JOU7bzgXS4cC MgHmhFUeg4w2LAN3aPbZSuiwIcLsmQhxI/ddT+s9aqWTxoLVafZVN1mmsmJHjZF2Sk9G YSHNm01zfK/l1nTLTTpLqRaNiOt49kmn8f2YtgLQ6Bg0BIolEenhAHIS8eZLmEOv1p88 YdOQ== X-Received: by 10.107.29.209 with SMTP id d200mr58327352iod.27.1451708879352; Fri, 01 Jan 2016 20:27:59 -0800 (PST) Received: from [192.168.1.7] (c-73-44-134-85.hsd1.il.comcast.net. [73.44.134.85]) by smtp.gmail.com with ESMTPSA id 84sm24512843ioh.3.2016.01.01.20.27.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jan 2016 20:27:57 -0800 (PST) To: Commons Developers List From: Ole Ersoy Subject: [math] RealMatrix.setSubmatrix() interface Javadoc fix Message-ID: <568751CC.9010400@gmail.com> Date: Fri, 1 Jan 2016 22:27:56 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I created a pull request for the below for having the below added to RealMatrix.setSubmatrix(): * @throws MathIllegalStateException if {@code data} is null, but row or column are greater than zero. I updated the corresponding throws declarations on RealMatrix and Array2DRowRealMatrix, but there might be other places that need this as well. Also my pull requests are starting to pile up...I think...only see one green checkmark..so I just want to make sure nothing is off: https://github.com/apache/commons-math/compare/master...oleersoy:master Cheers, Ole --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org