Author: luc
Date: Thu Mar 4 20:41:42 2010
New Revision: 919167
URL: http://svn.apache.org/viewvc?rev=919167&view=rev
Log:
added package.html for ode.jacobians
Added:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
(with props)
Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html?rev=919167&view=auto
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
(added)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
Thu Mar 4 20:41:42 2010
@@ -0,0 +1,35 @@
+<html>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ <!-- $Revision$ -->
+<body>
+<p>
+This package provides classes to solve Ordinary Differential Equations problems
+and compute derivatives of the solution.
+</p>
+
+<p>
+This package solves Initial Value Problems of the form
+<code>y'=f(t,y,p)</code> with <code>t<sub>0</sub></code>,
+<code>y(t<sub>0</sub>)=y<sub>0</sub></code> and
+<code>dy(t<sub>0</sub>)/dp</sub></code> known. The provided
+integrator computes estimates of <code>y(t)</code>,
+<code>dy(t)/dy<sub>0</sub></code> and <code>dy(t)/dp</code>
+from <code>t=t<sub>0</sub></code> to <code>t=t<sub>1</sub></code>,
+where <code>y</code> is the state and <code>p</code> is a parameters
+array.
+</p>
Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/package.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
|