Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8112018EFD for ; Wed, 6 Jan 2016 13:52:27 +0000 (UTC) Received: (qmail 34807 invoked by uid 500); 6 Jan 2016 13:51:27 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 30767 invoked by uid 500); 6 Jan 2016 13:51:04 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 24538 invoked by uid 99); 6 Jan 2016 13:50:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2016 13:50:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E1DECE1809; Wed, 6 Jan 2016 13:50:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: luc@apache.org To: commits@commons.apache.org Date: Wed, 06 Jan 2016 13:51:00 -0000 Message-Id: <95061677a40c45bdbc8cec1a422ee73f@git.apache.org> In-Reply-To: <90d1eabb6ffc458599718eee461e57f5@git.apache.org> References: <90d1eabb6ffc458599718eee461e57f5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/50] [abbrv] [math] typo. typo. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2a690ee8 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2a690ee8 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2a690ee8 Branch: refs/heads/master Commit: 2a690ee895304076f6b0c984f52afed0cae37bf1 Parents: 305934d Author: Luc Maisonobe Authored: Wed Jan 6 14:18:56 2016 +0100 Committer: Luc Maisonobe Committed: Wed Jan 6 14:18:56 2016 +0100 ---------------------------------------------------------------------- src/site/xdoc/userguide/ode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/2a690ee8/src/site/xdoc/userguide/ode.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml index ffbebc6..4d20b1f 100644 --- a/src/site/xdoc/userguide/ode.xml +++ b/src/site/xdoc/userguide/ode.xml @@ -315,7 +315,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) { href="../apidocs/org/apache/commons/math4/ode/JacobianMatrices.html">JacobianMatrices class can do most of this as long as the local derivatives are provided to it. It will set up the variational equations, register them as secondary equations into the ODE, and it will set up the initial values and retrieve the intermediate - and finale values as Jacobian matrices. + and final values as Jacobian matrices.

If for example the original state dimension is 6 and there are 3 parameters, the compound state will be a 60